
#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

#header-login {
  height:65px;
  box-sizing:border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position:relative;
  top:0px;
  left:0;
  min-width:1366px;
  width:100%;
  z-index: 5;
}
#header-login .logo-basics {display:inline-block; width:146px; height:29px; background:url("/image/ci_creverse_white.png") no-repeat; background-size:100%;}
/* GNB Nav */
.nav-common {height:65px;}
.nav-common .navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom:0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.nav-common .nav-profile .nav-link {padding: 0 !important;}
.nav-common .nav-profile .profile-name {margin-right:30px; display:inline-block;}
.nav-common .nav-profile .profile-name a {
    color: #333;
    cursor: pointer;
    font-size: 1.133em;
    letter-spacing: -0.013em;
    font-weight:500;
    margin-right:30px;
}
.nav-common .nav-profile .profile-name a:hover {opacity:0.7;}

/* main scroll nav */
.scroll-nav {
    background-color:transparent!important;
    border-radius: 0 !important;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important; */
    height: 81px;
}

.scroll-nav .nav-profile .profile-name a {
    color: #2f3439 !important;
}

.toast-popup {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:200px;
	left:50%;
  z-index:20;
	height: 88px;
	width: 506px;
	padding: 0 36px;
	background: rgba(113, 0, 54, 0.48);
	backdrop-filter: blur(4px);
	border-radius: 24px;
	transform: translateX(-50%);
}
.toast-popup .img {
	width: 72px;
	height: 60px;
	margin: 0 8px 0 0;
	background: url("/image/mainScreen/icon_wheel_alert.png");
	background-size: 100%;
}
.toast-popup p {
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
  margin:0;
}

@-webkit-keyframes bounce {
    0% {transform: translate(0px, 0px);}
    25% {transform: translate(0px, -15px);}
    50% {transform: translate(0px, -30px);}
    75% {transform: translate(0px, -10px);}
    100% {transform: translate(0px, 0px);}
}
@keyframes bounce {
    0% {transform: translate(0px, 0px);}
    25% {transform: translate(0px, -15px);}
    50% {transform: translate(0px, -30px);}
    75% {transform: translate(0px, -10px);}
    100% {transform: translate(0px, 0px);}
}
@-webkit-keyframes bounce2 {
    0% {transform: translate(0px, 0px);}
    30% {transform: translate(0px, -10px);}
    60% {transform: translate(0px, -30px);}
    85% {transform: translate(0px, -15px);}
    100% {transform: translate(0px, 0px);}
}
@keyframes bounce2 {
    0% {transform: translate(0px, 0px);}
    30% {transform: translate(0px, -10px);}
    60% {transform: translate(0px, -30px);}
    85% {transform: translate(0px, -15px);}
    100% {transform: translate(0px, 0px);}
}

/* #footer {display:none;} */
