@import url('font.css');
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 320px;
  padding:40px 0;
  background-color: #1e202a;
  z-index: 10000;
}

.footer-head{
  float: left;
  width:37%;
}
.footer-head > h1{
  margin:0;
  padding:0;
  font: 500 40px 'rajdhani';
  color:#ffffff;
}
.footer-head > p{
  font: 500 14px 'rajdhani-regular';
  color:#ffffff;
}
.footer-site-map{
  float: left;
  width:50%;
}
.footer-site-map .ft-col-3{
  float:left;
  width: calc(42.33% - 53.33px);
  color:#ffffff;
}
.ft-col-3 h4{
  margin:0;
  padding:0;
  font: 500 16px 'ntsR';
}
.ft-col-3 ul{
  padding:0;
}
.ft-col-3 ul li{
  list-style-type:none;
  margin:0;
  padding:0;
  font: 300 12px 'ntsR';
  color:rgba(255, 255, 255, .5);
}
.ft-col-3 ul.point{;
  list-style: square inside url('../images/list_type_circle.png');
}
.footer-code{
  float: left;
  width:10%;
}
.footer-code > p{
  display: block;
  color:#fff;
  white-space:nowrap;
  margin:0;
}
@media all and (max-width: 1366px) {
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height:inherit;
    padding: 20px 0 60px 0;
  }
  .footer-head{
    float: none;
    width:100%;
  }
  .footer-site-map .ft-col-3{
    float: none;
    width:100%;
  }
  .footer-code{
    float: none;
  }
  .footer-code > span{
    position:absolute;
    right:10px;
    top:0;
    width: 80px;
    height: 80px;
  }
  .footer-site-map{
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .footer {
    position: absolute;
    bottom: 0;
    height:inherit;
    padding: 20px 0 60px 0;
  }
  .footer-head{
    float: none;
    width:100%;
  }
  .footer-site-map .ft-col-3{
    float: none;
    width:100%;
  }
  .footer-code{
    float: none;
  }
  .footer-code > span{
    position:absolute;
    right:10px;
    top:0;
    width: 80px;
    height: 80px;
  }
  .footer-site-map{
    display: none;
  }
}
@media all and (max-width: 768px) {
  .footer {
    height: inherit;
    padding: 40px 0 60px 0;
  }
}
@media all and (max-width: 576px) {
  .footer {
    height:250px;
    padding: 40px 0 60px 0;
  }
  .footer-head{
    float: none;
    width:100%;
  }
  .footer-site-map .ft-col-3{
    float: none;
    width:100%;
  }
  .footer-code{
    float: none;
  }
  .footer-code > span{
    position:absolute;
    right:10px;
    top:80px;
    width: 80px;
    height: 80px;
  }
  .footer-site-map{
    display: none;
  }
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body {
  padding-bottom: 320px;
}

@media all and (max-width: 1366px) {
  body{
    margin-bottom: 70px;
    padding-bottom: 130px;
  }
}
@media all and (max-width: 1023px) {
  body{
    margin-bottom: 0;
    padding-bottom: 200px;
  }
}
@media all and (max-width: 768px) {
  body{
    margin-bottom: 0;
    padding-bottom: 220px;
  }
}
@media all and (max-width: 576px) {
  body{
    padding-bottom: 0;
    margin-bottom: 250px;
  }
}
body > .container {
  position:relative;
  padding: 0 15px 0;
}
.container{
  position:relative;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.jumbotron {
	margin-top: 145px;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
}

code {
  font-size: 80%;
}

.gnb-header{
  height:50px;
  background-color:#d32525;
}


.search-area{
  position:absolute;
  right:20px;
  margin-top:14px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
@media all and(max-width: 576px) {
  .search-area{
    left:20px;
  }
}
.search-area > p{
  display:block;
  height:22px;
  padding-top:2px;
  float:left;
  font: 500 14px 'notosans';
  color:#fff;
}
.search-area span{
  float:left;
  width:130px;
  padding-left: 10px;
}
.search-area span input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 0;
  font-size: 12px;
  background-color: transparent;
  background-image: url('../images/searchicon.png');
  background-position: 100px 2px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  border-radius: 50px;
}

.search-area span input[type=text]:focus {
  width: 100%;
  background-color: #ffffff;
  box-shadow:0 0 3px #000;
  outline: none;

}
.navbar{
  margin-bottom:0;
}
.navbar-default {
  height:145px;
	background-color: #ffffff;
  border: 1px solid #e4e4e4;
}
.navbar-default .navbar-brand {
	color: #dadada;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffffff;
}
.navbar-default .navbar-text {
	color: #dadada;
}
.navbar-default .navbar-nav > li > a {
  font: 400 18px 'ntsR';
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #c7c7c7;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #c7c7c7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #c7c7c7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus{
  color: #c7c7c7;
  background-color: transparent !important;
}
.navbar-default .navbar-toggle {
	border-color: #cccccc;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #dadada;
}
.navbar-default .navbar-link {
	color: #dadada;
}
.navbar-default .navbar-link:hover {
	color: #ffffff;
}

.navbar-nav li.lang {
  position: relative;
  width: 140px;
  padding: 10px;
}

.navbar-nav li.lang::before {
  float: left;
  content: '|';
  padding-top: 8px;
}

.navbar-nav li.lang a {
  display: block;
  width: 100%;
  text-align: left;
  background: url('../images/bullet_down_02.png') right center no-repeat;
  padding: 6px 0 4px;
}

.navbar-nav li.lang span {
  display: inline-table;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}

.navbar-nav li.lang .type-1 span {
  background: url('../images/lang_01.png') no-repeat center center;
}

.navbar-nav li.lang .type-2 span {
  background: url('../images/lang_02.png') no-repeat;
}

.navbar-nav li.lang .type-3 span {
  background: url('../images/lang_03.png') no-repeat;
}

.navbar-nav li.lang .type-4 span {
  background: url('../images/lang_04.png') no-repeat;
}

.navbar-nav li.lang > ul {
  position: absolute;
  left: 16px;
  top: 50px;
  width: 120px;
  filter: alpha(opacity=0);
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background: #FFF;
  padding:10px;
  z-index: 100;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -o-transition: .3s ease all;
  -moz-transition: .3s ease all;
}
.navbar-nav li.lang > ul > li{
  list-style-type: none;
}
.navbar-nav li.lang > ul > li > a {
  width: 100%;
  font-size: 12px;
  color: #666;
  background: none;
  margin-bottom: 2px;
  text-decoration: none;
}


.navbar-nav li.lang  > ul > li > p {
  width: 100%;
  font-size: 12px;
  color: #666;
  padding: 6px 0 4px;
  margin-bottom: 2px;
}

.navbar-nav li.lang  > ul > li > p:hover {
  background: #F4F6F8;
}

.navbar-nav li.lang  > ul > li {
  top: 33px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sub-menu-parent { position: relative; }

.sub-menu {
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
}

.navbar-header{
  padding-top:10px;
}
span.logo-1 {
  font: 500 35px 'rajdhani';
  color: #000;
}

span.logo-2 {
  padding-left:13px;
  font: 400 35px 'rajdhani-regular';
  color: #000;
}

span.logo-3 {
  color: #FFF;
  font-weight: 100;
}
.navbar-collapse {
  position:absolute;
  right:30px;
  padding-top:20px;
  font-size: 14px;
  font-weight: 200;
}


@media (max-width: 576px) {
  .navbar-default .navbar-toggle {
    margin-top:18px;
    margin-right: 15px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border:1px solid #dadada;
    background-color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .navbar-collapse {
    right:30px;
    padding-top:0;
  }
  .navbar-nav li.lang > ul {
    left: 16px;
    top: 50px;
    padding:0;
    border: 0;
    box-shadow: 0 0 rgb(0, 0, 0);
  }
  .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav li.lang::before {
    float: none;
    content: '';
    padding-top: 8px;
  }
  .navbar-nav li.lang a {
    background: none;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle {
    margin-top:18px;
    margin-right: 15px;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border:1px solid #dadada;
    background-color:#FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .navbar-collapse {
    right:30px;
    padding-top:0;
  }
  .navbar-nav li.lang > ul {
    left: 16px;
    top: 50px;
    padding:0;
    border: 0;
    box-shadow: 0 0 rgb(0, 0, 0);
  }
  .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav li.lang::before {
    float: none;
    content: '';
    padding-top: 8px;
  }
  .navbar-nav li.lang a {
    background: none;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #dadada;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #0a6c9d;
  }
}

.visual-area{
  margin-top:145px;
  background: url('../images/main_bg.png') #fafafa center center no-repeat;
  border-bottom:1px solid #e4e4e4;
}
.visual-contents{
  position:relative;
}
.main-slogan{
  text-align:center;
  height:390px;
  margin-top:100px;
}
.main-slogan > h1{
  font: 500 65px 'rajdhani-regular';
}
.main-slogan > p{
  font: 400 22px 'rajdhani-regular';
  color:#888888;
}
.box-area{
  position:absolute;
  left:0;
  bottom:48px;
  width:100%;
}
.box-style{
  display: inline-table;
  width:15.5%;
  height:104px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 5px;
  padding: 12px 10px;
  text-align: center;
  box-shadow:0 0 5px #ddd;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -o-transition: .3s ease all;
  -moz-transition: .3s ease all;
}
.box-style > h6{
  font: 200 14px 'ntsR';
  color:#888888;
  margin-top: 0;
  margin-bottom: 0;
}
.box-style > p{
  font: 500 25px 'ntsM';
  color:#222222;
  margin: 0;
}
.box-style > p > strong{
  display: block;
  font: 500 14px 'ntsR';
  color:#cacaca !important;
}

@media (min-width: 992px) and (max-width: 1366px) {
  .main-slogan{
    height:420px;
    margin-top: 0;
  }
  .main-slogan > h1{
    font: 500 32px 'rajdhani-regular';
  }
  .main-slogan > p{
    font: 400 16px 'rajdhani-regular';
  }
  .box-area{
    bottom:10px;
  }
  .box-style{
    display: block;
    width:auto;
    height:inherit;
    padding: 4px;
    margin:10px 0;
  }
  .box-style > h6{
    display: inline-table;
    width:30%;
    text-align: center;
    font: 200 14px 'ntsR';
    color:#888888;
    padding-right:20px;
  }
  .box-style > p{
    display: inline-table;
    width:60%;
    font: 500 18px 'ntsM';
    border-left: 1px solid #e4e4e4;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .main-slogan{
    height:420px;
    margin-top:0;
  }
  .main-slogan > h1{
    font: 500 32px 'rajdhani-regular';
  }
  .main-slogan > p{
    font: 400 16px 'rajdhani-regular';
  }
  .box-area{
    bottom:10px;
  }
  .box-style{
    display: block;
    width:auto;
    height:inherit;
    padding: 4px;
    margin:10px 0;
  }
  .box-style > h6{
    display: inline-table;
    width:30%;
    text-align: center;
    font: 200 14px 'ntsR';
    color:#888888;
    padding-right:20px;
  }
  .box-style > p{
    display: inline-table;
    width:60%;
    font: 500 18px 'ntsM';
    border-left: 1px solid #e4e4e4;
  }
}
@media all and (max-width: 767px) {
  .main-slogan{
    height:480px;
    margin-top:0;
  }
  .main-slogan > h1{
       font: 500 32px 'rajdhani-regular';
     }
  .main-slogan > p{
    font: 400 16px 'rajdhani-regular';
  }
  .box-area{
    bottom:10px;
  }
  .box-style{
    display: block;
    width:auto;
    height:inherit;
    padding: 2px;
    margin:6px;
  }
  .box-style > h6{
    font: 200 12px 'ntsR';
    color:#888888;
  }
  .box-style > p{
    font: 500 18px 'ntsM';
  }
}
.chart-area{
  width:100%;
  height:inherit;
  overflow: hidden;
  margin:52px 0;
}
.chart{
  width:49%;
}
.chart > div{
  display: inline-table;
  width:100%;
  height:300px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  box-shadow:0 0 5px #ddd;
  margin: 10px 0;
  padding: 12px 10px;
  text-align: center;
  transition-duration: .3s;
}
.chart > p{
  text-align: center;
  font: 500 20px 'rajdhani-regular';
}
@media (max-width: 576px) {
  .chart {
    width: 100% !important;
  }
  .chart > div {
    display: block;
  }
  .fl {
    float: none !important;
  }

  .fr {
    float: none !important;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .chart{
    width:49%;
  }
}

.list-area{
  border-top:1px solid #e4e4e4;
  padding:60px 0 60px 0;
}
.list-area-padding{
  padding-top:10px
}
.list-box-style{
  height:inherit;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow:0 0 5px #ddd;
  overflow: hidden;
}
.list-box-style > article{
  padding:38px 0;
  border-bottom: 1px solid #e4e4e4;
}
.list-box-style > article:last-child{
  border-bottom:none;
}
.list-box-style > article > h4{
  clear: both;
  margin: 0;
  padding-bottom:10px;
}
.list-box-style > article > p{
  font: 500 12px 'ntsR';
  color:#cecdcd;
  clear:both;
}
.list-box-style > article > a{
  font: 500 14px 'ntsR';
  color:#128ede;
}
.row{
  overflow: hidden;
}
.col_3{
  width: calc(33.33% - 50.33px);
  margin-right: 50px;
  float: left;
  font: 500 14px 'ntsR';
}
.col_3  h4{
  display: block;
  color: #222222;
  font: 500 16px 'ntsR';
  letter-spacing: -.25px;
  text-transform: uppercase;
  margin: 0 !important;
  padding-bottom: 25px;
  float: left;
}
.link{
  float: right;
  font: 500 14px 'ntsR';
  color:#128ede;
}
.stat_info{
  clear: both;
  height:inherit;
  border-bottom: 1px solid #dcdcdc;
  overflow: hidden;
  padding:11px 0;
}
.stat_info > h6{
  margin:0;
  padding:0;
  text-transform: uppercase;
  font: 500 12px 'ntsR';
  color:#cecdcd;
}
.stat_info > a{
  float: left;
  padding-top:3px;
  font: 500 14px 'ntsR';
  color:#128ede;
}
.stat_info > a:hover{
  color:#d32525;
  text-decoration: none;
}
.price{
  float: right;
  font: 500 16px 'ntsR';
  color: #524e4e;
}

@media all and (max-width: 992px){
  .col_3{
    width: 100%;
    float: none;
  }
  .stat_info {
    padding: 11px 10px;
  }
  .col_3 > h4{
    padding: 0 0 10px 10px;
  }
  .link{
    padding: 0 10px 10px 10px;
  }
  .list-box-style {
    margin:20px;
  }
}

@media all and (max-width: 576px) {
  .col_3{
    width: 100%;
    float: none;
  }
  .stat_info {
    padding: 11px 10px;
  }
  .col_3 > h4{
    padding: 0 0 10px 10px;
  }
  .link{
    padding: 0 10px 10px 10px;
  }
  .list-box-style {
    margin:20px;
  }
}


.miner-banner{
  position:relative;
  margin-top:50px;
  height:400px;
  background-color:#f2f2f2;
}
.miner-banner > .container > span{
  display:block;
  position:absolute;
  top:-32px;
  width:100%;
  height:508px;
  background: url('../images/img_iphone.png') no-repeat left center;
  background-size: auto;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  -o-transition: .3s ease all;
  -moz-transition: .3s ease all;
}
.miner-banner > .container > .bann-slogan{
  position:absolute;
  top:60px;
  right:0;
}
.miner-banner > .container > .bann-slogan h1{
  text-transform: uppercase;
  font: 500 60px 'bebas';
  color: #11162b;
}
.miner-banner > .container > .bann-slogan p{
  font: 500 21px 'ntsL';
  color:#11162b;
  margin-bottom: 26px;
}
@media all and (max-width: 1366px) {
  .miner-banner {
    margin-top: 0;
    height: 400px;
  }
}
@media all and (max-width: 1023px){
  .miner-banner {
    margin-top: 0;
    height: 300px;
  }
  .miner-banner > .container{
    padding-left:0;
  }
  .miner-banner > .container > span{
    background: url('../images/img_iphone.png') no-repeat right top;
    background-size: 50%;
  }
  .miner-banner > .container > .bann-slogan{
    top:30px;
    left:10px;
  }
}
@media all and (max-width: 768px){
  .miner-banner {
    margin-top: 0;
    height: 300px;
  }
  .miner-banner > .container{
    padding-left:0;
  }
  .miner-banner > .container > span{
    background: url('../images/img_iphone.png') no-repeat right top;
    background-size: 50%;
  }
  .miner-banner > .container > .bann-slogan{
    top:30px;
    left:10px;
  }
}
@media all and (max-width: 576px) {
  .miner-banner {
    margin-top:0;
    height: 250px;
  }
  .miner-banner > .container{
    padding-left:0;
  }
  .miner-banner > .container > span{
    background: url('../images/img_iphone.png') no-repeat right top;
    background-size: 60%;
  }
  .miner-banner > .container > .bann-slogan{
    top:30px;
    left:10px;
  }
  .miner-banner > .container > .bann-slogan > a > img{
    width:40%;
  }
  .miner-banner > .container > .bann-slogan h1{
    font: 500 40px 'bebas';
  }
  .miner-banner > .container > .bann-slogan p{
    font: 500 14px 'ntsL';
  }
  .miner-banner > .container > .bann-slogan {
    position:relative;
  }
}
.note {
	margin: 0 0 20px 0;
	padding: 15px 30px 15px 15px;
	border-left: 5px solid #eee;
	border-radius: 5px;
}

.note-info {
	background-color: #E8F6FC;
	border-color: #57b5e3;
}

.note-danger {
	background-color: #ff9999;
	border-color: #ff0000;
}

h4.note {
	margin-top: 0;
	font-weight: 300 !important;
}

.hash {
	font-family: 'Inconsolata', monospace;
}

/* Stats */
.stats {
	margin-bottom: 10px;
	margin-top: 5px;
}
.stats:last-child{
	width: auto;
}
.stats > h3 > i {
	width: 21px;
}
.stats > div{
	padding: 5px 0;
}
.stats > div > .fa {
	width: 25px;
}
.stats > div > span:first-of-type{
	font-weight: bold;
}

.table th{
  text-align: center;
  background-color: #1e202a;
  color:#ffffff;
  padding:10px 0 10px 0 !important;
}
.table th:first-child {
  border-radius: 5px 0 0 0;
}
.table th:last-child {
  border-radius: 0 5px 0 0;
}
.table td{
  text-align: center;
  padding:20px 0 20px 0 !important;
}
.table td{
  border-top: 0 !important;
}
.label{
  display: block !important;
  width:60px !important;
  height:20px !important;
  padding-top:5px !important;
}
.table>thead>tr>th {
  border-bottom: 0;
}
/******************************/
.fl{ float:left;}
.fr{ float:right;}


