* { font-family: 'Noto Sans KR', sans-serif; word-break:keep-all; }
body { padding-top: 70px }

.main-bg {
    position: relative;
    width: 100%;
    margin: 0 auto;
    color: white;
	height: 80vw;
	max-height: 40vh;

}
.main-bg video {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	right: -100%;
	bottom: -100%;
	top: -100%;
	left: -100%;
	object-fit: cover;
	z-index: -100;
}
.banner_container {
	position: absolute;
	width:80%;
	max-width: 100vh;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.main-sub-bg {
    width: 100%;
    background: #9f9f9f;
}
.main-sub-bg img {
    display: block;
    max-width: 40%;
    max-height: 50px;
    margin:15px auto;
}
.main-sub-bg h5 {
    color: white;
}
.counter-box {
	display: block;
	background: #17a2b8;
	padding: 40px 20px 37px;
	text-align: center
}

.counter-box p {
	margin: 5px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500
}

.counter-box i {
	font-size: 60px;
	margin: 0 0 15px;
	color: #ffffff;
}

.counter { 
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #ffffff;
	line-height: 28px
}

.counter-box.colored {
      background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
	color: #fff
}

@media (min-width: 1025px) {
.h-custom {
height: 100vh !important;
}
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
font-size: 1rem;
line-height: 2.15;
padding-left: .75em;
padding-right: .75em;
}
.card-registration .select-arrow {
top: 13px;
}

.bg-indigo {
background-color: #3d8bfd;
}
@media (min-width: 992px) {
.card-registration-2 .bg-indigo {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
}
}
@media (max-width: 991px) {
.card-registration-2 .bg-indigo {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
}
.tv-lightweight-charts { display: inline-block; }
.table-container {
	max-width: 960px !important;
	margin-left: auto;
	margin-right: auto;
}
#chart {
	height: 525px;
}

.result-area { 
	position: fixed;
	bottom: 25px;
	left: 25px;
	z-index: 1030;
}
#result-close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.result-body {
	position: absolute;
	top: 50%; left: 50%;
	transform: translateY(-100%);
}

.result-short {
	background: #0d6efd;
}
.result-long {
	background: #dc3545;
}

.eximg {
	height: 18px;
  }
  
  .exchangeinfo {
	display: flex;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;
  }
  
  .p_row {
	height: 80px;
	background-color: #1c1c1c;
	padding:0 10%;
	padding-top: 21.5px;;
  }
  
  .text-block-6 {
	align-items: center;
	color: #fff;
	font-size: 12.8px;
	line-height: 24px;
  }

.w-inline-block {
	max-width: 100%;
	display: inline-block;
  }

.section5 {
	background-image: linear-gradient(180deg, #f1f4fd, #fff);
}
.card-body {
	background: white;
}

@keyframes floating {
    0% {
        transform: translateY(0%);  
    }
    50% {
        transform: translateY(-13px); 
    }
    100% {
        transform: translateY(0%); 
    }
}

.invest-card:hover {
	animation-name : floating;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
}

.roc-img {
	max-height: 65px;
	max-width: 60%;
	display: block;
}

.w-80 {
	width: 80%;
	margin: 0 10%;
}

.clean-link {
	text-decoration: none !important;
	color: #d0d0d0 !important;
}

.foot-logo {
	display: block;
	max-height: 55px;
	margin: 0 auto;
}
