@font-face {
    font-family: 'GeForce-Bold';
    src: url('../fonts/GeForce-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeForce-light';
    src: url('../fonts/GeForce-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NVIDIA';
    src: url("https://www.nvidia.com/content/fonts/NVIDIASansVF_W_Wght.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

.geforcefont {
    font-family: "GeForce-Bold",  "맑은고딕", "Malgun Gothic", "Trebuchet MS", "Malgun", "Trebuchet MS", "Microsoft JhengHei ", "微軟正黑體", " Heiti TC ", "黑體-繁", "Arial Unicode", sans-serif !important;
}

*:focus {
    outline: none!important;
}

hr {border-top: 2px solid #333;}
a {color:#76B900;}
.bg-image {position:absolute; z-index: -1; left: 0; right: 0; margin: auto;}
.font-45 {font-size: 45px; font-weight: bold; line-height: 55px;}
.font-40 {font-size: 40px; font-weight: bold; line-height: 50px;}
.font-40 .super {font-size: 15px; vertical-align: 17px; font-family:geforce-light;}
.font-35 {font-size: 35px; font-weight: bold;}
.font-32 {font-size: 32px; font-weight: bold;}
.font-30 {font-size: 30px; font-weight: bold; line-height: 38px;}
.font-22 {font-size: 22px; font-weight: bold;}
.font-18 {font-size: 18px; font-weight: bold;}
.font-16 {font-size: 16px; font-weight: bold;}
.font-14 {font-size: 14px; font-weight: bold;}

.startHidden {display:none;}
.clearfix {clear: both;}
.text-center {text-align:center;}

.nv-green {color:#76B900;}
.nv-grey {color: #BEBEBE;}
.nv-red {color: #A94442;}

.spacer-10 {height:10px;}
.spacer-20 {height:20px;}
.spacer-40 {height:40px;}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*  Browser check
/* ------------------------------------ */
.browser-note-wrapper {
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000;
    z-index: 999999999;
    left: 0;
    top: 0;
}

.browser-note-wrapper img {
    border: 0;
}

.browser-note {
    width: 100%;
    position: fixed;
    top: 20%;
    left: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background: #111111;
    color: #ffffff;
    z-index: 99999999999;
    overflow: hidden;
    text-align: center;
}

.browser-note h1 {
    font-weight: bold;
    font-size: large;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #ffffff;
}

.browser-note a.browser-note-close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px;
    display: none; /*block*/;
    opacity: 0.6;
    transition: opacity .5s;
}

.browser-note a.browser-note-close:hover {
    opacity: 0.5;
}

.browser-note-msg {
    padding: 25px 45px 15px;
    line-height: 1.7;
}

.browser-note-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.browser-note-icons li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 20px;
    text-align: center;
    zoom:1;
    *display: inline;
}

.browser-note-icons li a  {
    color: #ffffff;
    transition: color .5s;
}

.browser-note-icons li a:hover {
    color: #75B900;
}

.browser-note-icons li img  {
    opacity: 1;
    transition: opacity .5s;
}

.browser-note-icons li img:hover {
    opacity: .6;
}

.browser-note-icons li img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}