@import url('button.css');
html,
body {
    margin: 0;
    font-family: 'Malgun Gothic', 'Dotum', Arial, Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f3f6f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
  font-size: 1.6rem;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.2rem;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
dl, ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
  text-decoration: none;
}
.row>* {
    position: relative;
}
.pointer {
    cursor: pointer;
}
/*
margin
 */
 .mt-mi-3 {
    margin-top: -0.55rem;
 }
/*
fixed
*/
.sticky-top {
  position: sticky;
  top: 0;
}
/*
border
*/
.border-dashed {
	border-width: 1px;
	border-style: dashed !important;
}
.border-opacity-75 {
    border-color: rgba(0, 0, 0, 0.75) !important;
}
.border-opacity-50 {
    border-color: rgba(0, 0, 0, 0.50) !important;
}
.border-opacity-25 {
    border-color: rgba(0, 0, 0, 0.25) !important;
}
.border-opacity-15 {
    border-color: rgba(0, 0, 0, 0.15) !important;
}
.border-opacity-10 {
    border-color: rgba(0, 0, 0, 0.1) !important;
}
/* Picture Shadow */
.pic-shadow {
  box-shadow: 0px 1px 7px 0px #ddd;
}
/* Card */
.widget-card .card-body {
    padding: 0;
}
/* Table */
.widget-table table tr th,
.widget-table table tr td {
    padding: 0.75rem 0.7rem;
}
.widget-table table tr th:first-child,
.widget-table table tr td:first-child {
    padding-left: 1rem;
}
.widget-table table tr:last-child td {
    border-bottom: 0;
}
/* Font */
.fs-0-9-rem {
	font-size: 0.9rem!important;
}
.fs-1-rem {
	font-size: 1rem!important;
}
.fs-1-2-rem {
	font-size: 1.2rem!important;
}
.fs-13 {
	font-size: 13px!important;
}
.fs-16 {
	font-size: 16px!important;
}
.fs-22 {
	font-size: 22px!important;
}
/* Text Color */
.tx-soft-red {
    color: #d0451b;
}
.tx-soft-blue {
    color: #2783e6;
}
/* Background color */
.bg-soft-red {
    background-color: #d0451b;
}
.bg-soft-blue {
    background-color: #2783e6;
}
.bg-soft-sky-blue {
    background-color: #518ecf;
}
.bg-soft-green {
    background-color: #18ab29;
}
.bg-mint {
    background-color: #26b7a4;
}
.bg-orange {
    background-color: #ff9524;
}
.bg-dark-orange {
    background-color: #e87b0e;
}
.bg-pink {
    background-color: #db338c;
}
/* Screen Out */
.screen-out {
    overflow: hidden;
	position: absolute;
    margin: 0;
    padding: 0;
	width: 0;
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}
/* Overlay */
.vertical-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(54,61,72,.35);
    z-index: 1003;
    display: none;
}



#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 1px 4px rgb(15 34 58 / 8%);
    box-shadow: 0 1px 4px rgb(15 34 58 / 8%);
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0;
}
.logo {
    line-height: 70px;
}
.logo-light {
    display: none;
}
.logo .logo-sm {
    display: none;
}
.header-item {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* Open Sidebar Button */
.site-button {
    margin-right: 10px;
}
.site-button button {
    width: 40px;
    height: 40px;
    margin-top: 16px;
    padding: 8px 8px;
    /* padding: 24px 8px; */
    border-width: 0;
    outline: none;
    box-shadow: none;
    background-color: #fff;
}
.site-button .open-aside:hover {
    background-color: #f7f7f7;
}
.site-button .open-aside:focus {
    background-color: #eee;
}
.site-button .fa-bars {
    font-size: 1rem;
    line-height: 25px;
    color: #333;
}

/* Search Form */
.app-search {
    padding: calc(32px / 2) 0;
}
.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 30px;
    background-color: #f3f3f9;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.app-search .search-widget-icon {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 10px;
    top: 9px;
    color: #878a99;
}
.app-search .search-widget-icon-close {
    right: 7px;
    left: auto!important;
}
.navbar-header .btn-topbar {
    height: 42px;
    width: 42px;
}
.navbar-header .btn-topbar:hover {
    background-color: #865ce21a;
}
.navbar-header .btn-topbar:hover svg {
    fill: #865ce2;
}

/* top menu bar */
.navbar-menu {
    background: var(--vz-topnav-bg);
    border-right-color: transparent;
    padding: 0 calc(1.5rem / 2);
    -webkit-box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    box-shadow: 0 2px 4px rgb(15 34 58 / 12%);
    margin-top: 70px;
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    bottom: auto;
	-webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.navbar-menu .navbar-nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu-title {
    display: none;
	letter-spacing: .05em;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #919da9;
    font-weight: 500;
}
.navbar-nav .nav-item {
    position: relative;
}
.navbar-menu .navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.5rem;
    color: #6d7080;
    font-size: .925rem;
    font-family: Rubik,sans-serif;
}
.navbar-menu .navbar-nav .nav-link:hover {
	color: #6691e7;
}

.main-content {
    margin-left: 0;
}

.page-content {
    padding: 40px 0 40px 250px;
    margin-top: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-fluid, .layout-width {
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 1.5rem;
}

.sideContent {
  z-index: 2;
  position: fixed;
  top: 71px;
  left: 0;
  width: 250px;
  height: calc(100% - 80px);
  margin-right: -250px;
  overflow-x: hidden;
  border-right: 1px solid #ddd;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* .main-content.toggled .sideContent {
  left: -250px;
} */


.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
    box-shadow: 0 1px 2px rgb(56 65 74 / 15%);
	background-color: #fff;
	overflow: hidden;
}
.card-header {
	padding: 1rem;
	background-color: #fff;
}
.bg-soft-light {
    background-color: #fbfcfd !important;
}
.card-title {
    font-size: 16px;
    margin: 0 0 7px 0;
}
.chart-main {
	/* height: 250px; */
}
#memeChartArea {
    width: 100%;
    height: 40vh;
}


/* goTop설정 */
.goContainer {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 86px;
}
.goTop,
.goBottom {
  text-align: center;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.goContainer button:hover {
    color: #fff;
  border-color:#3059c7;
  background-color:#3059c7;
}
.goContainer button:hover i {
  color: #fff;
}
.goContInner a svg:hover #top_path_svg,
.goContInner a svg:hover #bottom_path_svg {
  fill: #fff;
}

/* overScreen */
.overScreen {
  z-index: 0;
  width: 0;
  background-color: #000;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.overScreen.open {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}

.msg_sound_only, .sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
/* Footer */
.footer {
    margin-top: 1rem;
    padding: 20px calc(1.5rem * .5);
    position: relative;
    color: #98a6ad;
    height: 60px;
    border-top: 1px solid #e7e7e7;
    background-color: #fff;
}
@media (max-width: 1024px) {
	.logo span.logo-sm {
		display: inline-block;
	}
	.logo span.logo-lg {
		display: none;
	}
    .container-fluid {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 0.5rem;
    }
	.d-md-block {
		display: block !important;
	}
    .sideContent {
        left: -250px;
    }
    .page-content {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
}

@media (min-width: 1024.1px) {
	.container-fluid,
	.layout-width {
		max-width: 1000px;
		margin: 0 auto;
	}
	.topnav-hamburger {
		visibility: hidden;
	}
	.page-content {
        max-width: 100%;
		margin-top: 71px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 250px;
	}
    .sideContent {
        left: 0;
    }
}

