@charset "UTF-8";
/*
// ======================================================================== 
// 
//  이름: equeer layout
//  제작자: CavlinSnax(http://calvinsnax.xyz)
//  연락처: hello@calvinsnax.xyz 또는 info3579@naver.com
//
//  설명: 효율적인 작업을 위해 CSS를 모듈화하였으며, Sass를 사용하여 제작한 새로운
//  equeer layout입니다. 제작자의 이름을 제거하지 말아주세요.
//
//  ⓒ 본 레이아웃 내 파일들은 CalvinSnax(http://calvinsnax.xyz)의 소유물입니다.
//
// ======================================================================== 
*/
/* ========================================================================
 Component: Base
 ========================================================================== */

.eq.navbar-nav > li > a {
	font-size:1rem !important;
	color:black;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  background: white;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 60px;
  margin: 0;
}

@media (max-width: 959px) {
  body {
    padding-top: 120px;
  }
}

@media (max-width: 639px) {
  body {
    padding-top: 100px;
  }
}

table, input, textarea, select, button {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 0.875rem;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

/* Text
 ========================================================================== */
p {
  margin: 0 0 20px 0;
}

h1, .eq.h1,
h2, .eq.h2,
h3, .eq.h3,
h4, .eq.h4,
h5, .eq.h5,
h6, .eq.h6 {
  margin: 0 0 20px 0;
}

h1, .eq.h1 {
  font-size: 2.625rem;
  font-weight: 300;
  line-height: 1.2;
}

h2, .eq.h2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

h3, .eq.h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
}

h4, .eq.h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .eq.h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .eq.h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Links
 ========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline: none;
}

a,
.eq.link {
  color: #3493ff;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.eq.link:hover {
  color: #3493ff;
  text-decoration: underline;
}

/* Bootstrap Button box-sizing */
a.btn {
  box-sizing: content-box;
}

.eq.link-muted {
  text-decoration: none;
  color: #999;
}

.eq.link-muted:hover, .eq.link-muted:hover * {
  color: #666666;
}

.eq.link-muted:active, .eq.link-muted:active * {
  color: #333333;
}

.eq.link-reset, .eq.link-reset * {
  text-decoration: none;
}

/* Tap Hightlight
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #d6e9ff;
  color: #333333;
  text-shadow: none;
}

::selection {
  background: #d6e9ff;
  color: #333333;
  text-shadow: none;
}

/* Horizontal rules
 ========================================================================== */
hr, .eq.hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #f0f0f0;
}

* + hr,
* + .eq.hr {
  margin-top: 20px;
}

/* Footer menu
 ========================================================================== */
.footer-menu {
  margin: 25px 0 20px;
  padding: 0;
}

.footer-menu li {
  display: inline;
  list-style: none;
}

.footer-menu li a {
  color: #999;
  font-size: 0.875rem;
  padding-right: 15px;
  text-decoration: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.footer-menu li a:hover {
  color: #666666;
}

.scroll-lock {
  overflow: hidden;
}

@media (max-width: 959px) {
  .eq.m-navbar-nav-none.main-visual-none {
    margin-top: -60px;
  }
}

@media (max-width: 639px) {
  .eq.m-navbar-nav-none.main-visual-none {
    margin-top: -50px;
  }
}

@media (max-width: 959px) {
  .eq.m-navbar-nav-none {
    margin-top: -60px;
  }
}

@media (max-width: 639px) {
  .eq.m-navbar-nav-none {
    margin-top: -50px;
  }
}

/* XE code reset
 ========================================================================== */
#popup_menu_area {
  position: absolute;
  z-index: 9999;
  margin: 10px 0;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 0.875rem;
  box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
  background: white;
  min-width: 80px;
}

#popup_menu_area a {
  padding: 7px 10px;
  color: #333333;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

#popup_menu_area a:hover, #popup_menu_area a:focus {
  background: none;
  color: #3493ff;
}

#popup_menu_area:focus {
  outline: none;
}

/* ========================================================================
 Component: Typography
 ========================================================================== */
@font-face {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-style: normal;
  font-weight: 300;
 
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 500;
 
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: bold;
 
}

/* ========================================================================
 Component: Grid
 ========================================================================== */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.eq.container {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (max-width: 959px) {
  .eq.container {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .eq.container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

@media (min-width: 960px) {
  .eq.container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.eq.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (max-width: 639px) {
  .eq.container-fluid .eq.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

@media (min-width: 640px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 960px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 640px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 960px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* ========================================================================
 Component: Flex
 ========================================================================== */
.eq.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.eq.inline-flex {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.eq.flex-middle {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.eq.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.eq.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.eq.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* ========================================================================
 Component: Section
 ========================================================================== */
.eq.section {
  zoom: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.eq.section:before, .eq.section:after {
  content: "";
  display: table;
}

.eq.section::after {
  clear: both;
}

.eq.section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-right-image {
  position: absolute;
  right: -7%;
  bottom: 0;
}

@media (max-width: 1599px) {
  .section-right-image {
    right: -24%;
  }
}

@media (max-width: 1199px) {
  .section-right-image {
    right: -40%;
  }
}

@media (max-width: 959px) {
  .section-right-image {
    right: -100%;
  }
}

.section-left-image {
  position: absolute;
  left: -7%;
}

@media (max-width: 1599px) {
  .section-left-image {
    left: -28%;
  }
}

@media (max-width: 1199px) {
  .section-left-image {
    left: -48%;
  }
}

@media (max-width: 959px) {
  .section-left-image {
    left: -100%;
  }
}

.eq.text-color-inverse,
.eq.text-color-inverse > * {
  color: white;
}

.eq.background-color-content {
  background-color: white;
}

.eq.background-color-base {
  background-color: #999 !important;
}

.eq.background-color-base-light {
  background-color: #cccccc !important;
}

.eq.background-color-base-lighter {
  background-color: #f0f0f0 !important;
}

.eq.background-color-base-lightest {
  background-color: #f8f8f8 !important;
}

.eq.background-color-base-dark {
  background-color: #666666 !important;
}

.eq.background-color-base-darker {
  background-color: #333333 !important;
}

.eq.background-color-base-darkest {
  background-color: #1a1a1a !important;
}

.eq.background-color-primary {
  background-color: #3493ff !important;
}

.eq.background-color-primary-light {
  background-color: #5da9ff !important;
}

.eq.background-color-primary-lighter {
  background-color: #d6e9ff !important;
}

.eq.background-color-primary-dark {
  background-color: #1878e6 !important;
}

.eq.background-color-primary-darker {
  background-color: #156bcc !important;
}

.eq.background-color-success {
  background-color: #38d9a9 !important;
}

.eq.background-color-success-light {
  background-color: #60e1ba !important;
}

.eq.background-color-success-lighter {
  background-color: #d7f7ee !important;
}

.eq.background-color-success-dark {
  background-color: #24bb8e !important;
}

.eq.background-color-success-darker {
  background-color: #20a67e !important;
}

.eq.background-color-danger {
  background-color: #ff6b6b !important;
}

.eq.background-color-danger-light {
  background-color: #ff8989 !important;
}

.eq.background-color-danger-lighter {
  background-color: #ffe1e1 !important;
}

.eq.background-color-danger-dark {
  background-color: #e64949 !important;
}

.eq.background-color-danger-darker {
  background-color: #cc4141 !important;
}

/* ========================================================================
 Component: Navigation Bar
 ========================================================================== */
.eq.navbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: white;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  /*
  @media (max-width: $breakpoint-small-max) {
    padding-left: $padding-small;
    padding-right: $padding-small;
  }
  */
}

.eq.navbar-color-primary {
  background-color: #3493ff;
}

.eq.navbar-color-primary .eq.logo-item {
  background-image: url(../img/logo_light.svg);
}

.eq.navbar-color-primary .eq.navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}

.eq.navbar-color-primary .eq.navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.eq.navbar-color-primary .eq.navbar-nav > li.active > a {
  color: white;
  border-color: white;
}

.eq.navbar-color-primary .eq.navbar-search {
  background-color: white;
}

.eq.navbar-color-primary .eq.button-primary {
  background-color: #38d9a9;
}

.eq.navbar-color-primary .eq.button-primary:hover {
  background-color: #60e1ba;
}

.eq.navbar-color-primary .eq.button-primary:active {
  background-color: #24bb8e;
}

.eq.navbar-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.eq.navbar-left,
.eq.navbar-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
}

.eq.navbar-left,
.eq.navbar-right {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.eq.navbar-right {
  justify-content: flex-end;
}

.eq.navbar-center {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.eq.navbar-item {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  text-decoration: none;
}

@media (min-width: 640px) {
  .eq.navbar-item:first-child {
    padding-left: 0;
  }
  .eq.navbar-item:last-child {
    padding-right: 0;
  }
}

@media (max-width: 639px) {
  .eq.navbar-item {
    height: 50px;
  }
}

.eq.logo-item {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 60px;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center left;
  vertical-align: top;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

@media (max-width: 639px) {
  .eq.logo-item {
    height: 50px;
  }
}

.eq.logo-item:hover {
  opacity: 0.8;
}

.eq.navbar-nav {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 820px;
  white-space: nowrap;
  list-style-type: none;
}

@media (max-width: 639px) {
  .eq.navbar-nav {
    overflow-y: hidden;
    top: 10px;
    height: 70px;
  }
}

.eq.navbar-nav > li {
  display: inline-block;
}

.eq.navbar-nav > li:hover > a {
  color: #666666;
}

.eq.navbar-nav > li.active > a {
  color: #3493ff;
  border-bottom: 2px solid #3493ff;
}

.eq.navbar-nav > li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.eq.navbar-nav > li > a {
  display: inline-block;
  color: #999;
  font-size: 0.874rem;
  font-weight: 500;
  line-height: 58px;
  padding: 0;
  margin-right: 20px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

@media (max-width: 639px) {
  .eq.navbar-nav > li > a {
    font-weight: 600;
    line-height: 48px;
  }
}

.eq.navbar-nav > li:last-child > a {
  margin-right: 0;
}

@media (max-width: 639px) {
  .eq.navbar-nav > li:first-child {
    margin-left: 15px;
  }
  .eq.navbar-nav > li:last-child {
    margin-right: 15px;
  }
}

.eq.navbar-search {
  border-radius: 2em;
  background: #f8f8f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: right;
  transform-origin: right;
}

.eq.navbar-search:hover {
  background: #f0f0f0;
}

.eq.navbar-search input[type=text] {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  width: 80px;
  border-radius: 2em 0 0 2em;
  color: transparent;
  background-color: transparent;
  border: none;
}

.eq.navbar-search input[type=text] {
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transform-origin: right;
  transform-origin: right;
}

.eq.navbar-search input[type=text]:focus {
  width: 160px;
  outline: none;
  color: #666666;
}

.eq.navbar-search > .eq.button-search {
  font-family: "Ionicons";
  box-shadow: none;
  background: none;
  border: none;
  font-size: 18px;
  color: #999;
  padding: 9px 14px !important;
  height: 100% !important;
  text-shadow: none;
  transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
}

.eq.navbar-search > .eq.button-search:hover {
  cursor: pointer;
  color: #3493ff;
}

.eq.navbar-search > .eq.button-search:focus {
  outline: none;
}

.eq.navbar-icon {
  font-size: 1.25rem;
  color: #333333;
}

@media (max-width: 639px) {
  .eq.navbar-icon {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.eq.nav-drawer-toggle {
  font-size: 1.625rem;
}

@media (max-width: 639px) {
  .eq.nav-drawer-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.eq.search-drawer-toggle {
  font-size: 1.25rem;
}

.eq.toggle-login {
  font-size: 1.25rem;
}

@media (max-width: 639px) {
  .eq.toggle-login {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 639px) {
  .eq.profile-image {
    padding-right: 15px;
  }
}

/* ========================================================================
 Component: Navigation Drawer
 ========================================================================== */
.eq.nav-drawer-toggle > i {
  color: #333333;
}

.eq.nav-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8888;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  -moz-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}

.eq.nav-drawer.on {
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

.eq.nav-drawer.on.on > .eq.nav-drawer-content {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
}

.eq.nav-drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.eq.nav-drawer-content {
  position: relative;
  width: 280px;
  height: 100%;
  overflow-x: hidden;
  z-index: 20;
  background: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) scaleX(0.8);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  -webkit-transform: translateX(-50%) scaleX(0.8);
  -webkit-transform-origin: left;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
}

.eq.nav-drawer-menu {
  margin: 0;
  padding: 20px 0;
  list-style-type: none;
}

.eq.nav-drawer-menu > li {
  margin-bottom: 10px;
}

.eq.nav-drawer-menu > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  border-bottom: 1px solid #f8f8f8;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.nav-drawer-menu > li > a:hover {
  color: #666666;
  background-color: #f8f8f8;
}

.eq.nav-drawer-menu > li.active > a {
  color: #3493ff;
  background-color: #f8f8f8;
}

.eq.nav-drawer-menu > li > ul {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.eq.nav-drawer-menu > li > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 40px;
  color: #999;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.nav-drawer-menu > li > ul > li > a:hover {
  color: #666666;
  background-color: #f8f8f8;
}

.eq.nav-drawer-menu > li > ul > li > ul {
  padding: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.eq.nav-drawer-menu > li > ul > li > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 10px 60px;
  color: #999;
  font-size: 0.75rem;
  text-decoration: none;
}

.eq.nav-drawer-menu > li > ul > li > ul > li > a:hover {
  color: #666666;
  background-color: #f8f8f8;
}

.eq.nav-drawer-menu > li > ul > li > ul > li.active > a {
  color: #1a1a1a;
  font-weight: 600;
}

.eq.nav-drawer-menu > li > ul > li.active > a {
  color: #1a1a1a;
  font-weight: 600;
}

/* ========================================================================
 Component: Search Drawer
 ========================================================================== */
.eq.search-drawer-toggle {
  color: #333333;
}

.eq.search-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.eq.search-drawer.on {
  visibility: visible;
  opacity: 1;
}

.eq.search-drawer.on .eq.search-drawer-content {
  border-radius: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.eq.search-drawer-bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.eq.search-drawer-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  position: relative;
  background: white;
  width: 100%;
  height: 60px;
  z-index: 2;
  border-radius: 0 0 2em 2em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-10%) scale(0.9);
  transform-origin: top;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-duration: 0.3s;
  -webkit-transform: translateY(-10%) scale(0.9);
  -webkit-transform-origin: top;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition-duration: 0.3s;
}

.eq.search-drawer-content > i {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 20px;
  color: #999;
}

.eq.search-drawer-content .eq.search-drawer-form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  margin: 0;
  transition: all 0.3s;
  transform-origin: right;
  -webkit-transition: all 0.3s;
}

.eq.search-drawer-content .eq.search-drawer-form > input[type=text] {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0;
  border: none;
  color: #333333;
  font-size: 16px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.eq.search-drawer-content .eq.search-drawer-form > input[type=text]:focus {
  outline: none;
}

.eq.search-drawer-content .search-draw-close {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px;
  right: 0;
  cursor: pointer;
  color: #333333;
  font-size: 20px;
}

/* ========================================================================
 Component: Button
 ========================================================================== */
.eq.button {
  display: inline-block;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 12px 18px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
  text-decoration: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.button:focus {
  outline: none;
}

.eq.button-expand {
  width: 100%;
}

.eq.button-rounded {
  border-radius: 100px !important;
}

.eq.button-shadow {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.eq.button-shadow:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.eq.button-shadow:active {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* Button size
========================================================================== */
.eq.button-small {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 3px;
}

/* Button color style
 ========================================================================== */
.eq.button-default {
  color: #666666;
  background-color: white;
  border-color: #f0f0f0;
}

.eq.button-default:hover {
  border-color: #cccccc;
}

.eq.button-default:active {
  border-color: #999;
}

.eq.button-primary {
  color: white;
  border-color: #3493ff;
  background-color: #3493ff;
}

.eq.button-primary:hover {
  border-color: #5da9ff;
  background-color: #5da9ff;
}

.eq.button-primary:active {
  border-color: #1878e6;
  background-color: #1878e6;
}

.eq.button-success {
  color: white;
  border-color: #38d9a9;
  background-color: #38d9a9;
}

.eq.button-success:hover {
  border-color: #60e1ba;
  background-color: #60e1ba;
}

.eq.button-success:active {
  border-color: #24bb8e;
  background-color: #24bb8e;
}

.eq.button-danger {
  color: white;
  border-color: #ff6b6b;
  background-color: #ff6b6b;
}

.eq.button-danger:hover {
  border-color: #ff8989;
  background-color: #ff8989;
}

.eq.button-danger:active {
  border-color: #e64949;
  background-color: #e64949;
}

/* Button color style
 ========================================================================== */
.eq.button-border-line {
  background-color: transparent;
}

.eq.button-border-line.eq.button-primary {
  color: #3493ff;
}

.eq.button-border-line.eq.button-primary:hover {
  color: white;
  border-color: #3493ff;
  background-color: #3493ff;
}

.eq.button-border-line.eq.button-primary:active {
  color: white;
  border-color: #1878e6;
  background-color: #1878e6;
}

.eq.button-border-line.eq.button-success {
  color: #3493ff;
}

.eq.button-border-line.eq.button-success:hover {
  color: white;
}

.eq.button-border-line.eq.button-success:active {
  color: white;
}

.eq.button-border-line.eq.button-danger {
  color: #3493ff;
}

.eq.button-border-line.eq.button-danger:hover {
  color: white;
}

.eq.button-border-line.eq.button-danger:active {
  color: white;
}

/* Social Button
 ========================================================================== */
.eq.button-kakao {
  color: white;
  border-color: #fedc00;
  background-color: #fedc00;
}

.eq.button-kakao:hover {
  border-color: #fee333;
  background-color: #fee333;
}

.eq.button-kakao:active {
  border-color: #cbb000;
  background-color: #cbb000;
}

.eq.button-naver {
  color: white;
  border-color: #64ca52;
  background-color: #64ca52;
}

.eq.button-naver:hover {
  border-color: #83d575;
  background-color: #83d575;
}

.eq.button-naver:active {
  border-color: #50a242;
  background-color: #50a242;
}

.eq.button-facebook {
  color: white;
  border-color: #4267b2;
  background-color: #4267b2;
}

.eq.button-facebook:hover {
  border-color: #6885c1;
  background-color: #6885c1;
}

.eq.button-facebook:active {
  border-color: #35528e;
  background-color: #35528e;
}

.eq.button-google {
  color: white;
  border-color: #e24343;
  background-color: #e24343;
}

.eq.button-google:hover {
  border-color: #e86969;
  background-color: #e86969;
}

.eq.button-google:active {
  border-color: #b53636;
  background-color: #b53636;
}

.eq.button-twitter {
  color: white;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.eq.button-twitter:hover {
  border-color: #4ab4f5;
  background-color: #4ab4f5;
}

.eq.button-twitter:active {
  border-color: #1781c2;
  background-color: #1781c2;
}

.eq.button-scroll-top {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  right: 40px;
  bottom: 40px;
  padding: 14px 18px;
  line-height: 1;
  border-radius: 2em;
  z-index: 100;
  font-size: 1.25rem;
  color: white;
  background-color: #3493ff;
  box-shadow: 0 3px 4px rgba(26, 26, 26, 0.1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.button-scroll-top.on {
  visibility: visible;
  opacity: 1;
}

.eq.button-scroll-top:hover {
  background-color: #5da9ff;
  box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.eq.button-scroll-top:active {
  background-color: #1878e6;
  box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

@media (max-width: 959px) {
  .eq.button-scroll-top {
    right: 20px;
    bottom: 20px;
  }
}

/* ========================================================================
 Component: Input
 ========================================================================== */
.eq.input {
  display: inline-block;
  font-size: 0.874rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 18px;
  margin-bottom: 10px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.input-expand {
  width: 100%;
}

.eq.input-default {
  border-color: #f0f0f0;
}

.eq.input-default:hover {
  border-color: #cccccc;
}

.eq.input-default:focus {
  border-color: #3493ff;
  outline: none;
}

.eq.input-checkbox {
  display: none;
  visibility: hidden;
}

.eq.input-checkbox + label {
  font-size: 0.875rem;
  color: #999;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.input-checkbox + label:hover {
  color: #666666;
}

.eq.input-checkbox + label:hover:before {
  border-color: #cccccc;
}

.eq.input-checkbox + label:active:before {
  border-color: #3493ff;
}

.eq.input-checkbox + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 6px;
  border-radius: 4px;
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
  vertical-align: middle;
  background-color: white;
}

.eq.input-checkbox:checked + label:before {
  border-color: #3493ff;
  background-color: #3493ff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDIwIDE1Ij4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iNy4xNDMsMTQuOTM4IDAsNy43OTYgMi4wMjEsNS43NzYgNy4xNDMsMTAuODk4IDE3Ljk3OSwwLjA2MiAyMCwyLjA4MiAiLz4NCjwvc3ZnPg0K");
  background-size: 10px auto;
  -webkit-background-size: 10px auto;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
}

/* Placeholder
========================================================================== */
.eq.input:-ms-input-placeholder {
  color: #999 !important;
}

.eq.input::-moz-placeholder {
  color: #999;
}

.eq.input::-webkit-input-placeholder {
  color: #999;
}

/* Textarea
========================================================================== */
.eq.textarea {
  width: 100%;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  padding: 10px;
}

.eq.textarea:focus {
  outline: none;
  border-color: #3493ff;
}

/* ========================================================================
 Component: Table
 ========================================================================== */
.eq.table {
  width: 100%;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  border-collapse: collapse;
}

.eq.table tr th, .eq.table tr td {
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
  padding: 15px;
}

.eq.table-divider tr {
  border: 1px solid #f0f0f0;
}

.eq.table-divider tr > th {
  background-color: #f8f8f8;
}

/* ========================================================================
 Component: Tab
 ========================================================================== */
.eq.tab {
  position: relative;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}

@media (max-width: 639px) {
  .eq.tab {
    overflow-y: hidden;
    height: 50px;
  }
}

.eq.tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f0f0f0;
}

.eq.tab > li {
  display: inline-block;
  position: relative;
}

.eq.tab > li > a {
  display: inline-block;
  color: #999;
  font-size: 0.874rem;
  font-weight: 500;
  line-height: 58px;
  padding: 0 10px 0 10px;
  margin-right: 10px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

@media (max-width: 639px) {
  .eq.tab > li > a {
    font-weight: 600;
    line-height: 48px;
  }
}

.eq.tab > li:last-child > a {
  margin-right: 0;
}

.eq.tab > li:hover > a {
  color: #666666;
}

.eq.tab > li.active > a {
  color: #3493ff;
  border-bottom: 2px solid #3493ff;
}

.eq.tab > li:hover > .popover-animationLeft {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 639px) {
  .eq.tab-wrap {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    height: 51px;
  }
}

@media (max-width: 639px) {
  .eq.tab-wrap .eq.tab {
    height: 60px;
  }
}

/* ========================================================================
 Component: List Menu
 ========================================================================== */
.eq.list-menu {
  padding: 0;
  margin: 0 0 40px 0;
}

.eq.list-menu li {
  list-style-type: none;
}

.eq.list-menu li.active > a {
  border-left-width: 2px;
  border-left-color: #3493ff;
  color: #3493ff;
  font-weight: 600;
}

.eq.list-menu li.active > a:hover {
  color: #1878e6;
}

.eq.list-menu li a {
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 5px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: transparent;
  color: #999;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.list-menu li a:hover {
  border-left-color: #3493ff;
  color: #3493ff;
}

.eq.list-menu > li > ul {
  padding: 0;
  margin-bottom: 10px;
}

.eq.list-menu > li > ul > li > a {
  padding-left: 30px;
  color: #999;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.list-menu > li > ul > li.active > a {
  border: none;
  color: #333333;
}

/* ========================================================================
 Component: PopOver
 ========================================================================== */
.eq.popover-wrap {
  position: absolute;
  top: 60px;
}

.eq.popover {
  position: absolute;
  width: 200px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 1px 1px rgba(31, 45, 61, 0.15);
}

/* PopOver Animation
========================================================================== */
.eq.popover-animation-right {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: top right;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-duration: .3s;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: top right;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition-duration: .3s;
}

.eq.popover-animation-left {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transform-origin: top right;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition-duration: .3s;
  -webkit-transform: scale(0.8);
  -webkit-transform-origin: top left;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition-duration: .3s;
}

.eq.popover-link:hover .popover-animation-right,
.eq.navbar-nav > li:hover > .popover-animation-right {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.eq.popover-link:hover .popover-animation-left,
.eq.navbar-nav > li:hover > .popover-animation-left {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.eq.popover-list li {
  list-style-type: none;
}

.eq.popover-list li a {
  display: inline-block;
  width: 100%;
  color: #666666;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
  padding: 8px 20px 8px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.popover-list li a > i {
  padding-right: 10px;
}

.eq.popover-list li a:hover {
  color: #3493ff;
}

.eq.popover-list > li > ul {
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

.eq.popover-list > li > ul li a {
  color: #999;
  font-size: 0.875rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.eq.popover-list > li > ul li a:hover {
  color: #3493ff;
}

.eq.popover-list > li > ul li.active > a {
  color: #333333;
}

.eq.popover-list li.active > a {
  color: #3493ff;
}

/* PopOver UserMenu
========================================================================== */
.popover-usermenu {
  right: -20px;
  top: 0;
  width: 260px !important;
}

.popover-usermenu > a {
  position: absolute;
  display: inline-block;
  top: 25px;
  right: 20px;
  width: 24px;
  line-height: 24px;
  text-align: center;
}

ul.popover-usermenu-userinfo {
  padding-bottom: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.popover-usermenu ul.popover-list {
  margin: 0;
  padding: 0;
}

/* ========================================================================
 Component: Main Visual
 ========================================================================== */
.eq.main-visual {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin-top: 30px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
  background-color: #3493ff;
  box-shadow: 0 6px 12px rgba(26, 26, 26, 0.1);
}

@media (max-width: 959px) {
  .eq.main-visual {
    margin-top: 15px;
  }
}

.eq.main-visual-content {
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.eq.main-visual-img {
  width: 100%;
  height: 100%;
  background-mage: url(../img/main_visual_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

.eq.main-visual-fullwidth {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  background-position: center;
  background-size: cover;
}

.eq.main-visual a {
  margin: 20px 10px 0 0;
}

.eq.main-visual h1 {
  font-size: 2.5rem;
}

/* ========================================================================
 Component: Slide
 ========================================================================== */
.eq.slide-wrap {
  position: relative;
  width: 100%;
  margin-top: 30px;
  border-radius: 5px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  z-index: 1;
  background-color: #3493ff;
  box-shadow: 0 6px 12px rgba(26, 26, 26, 0.1);
}

@media (max-width: 959px) {
  .eq.slide-wrap {
    margin-top: 15px;
  }
}

.eq.slide-wrap > .slide-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}

.eq.slide-wrap > .slide-nav .indicator {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 5px;
  font-size: 0px;
  line-height: 0;
  text-indent: -9999px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 500px;
  border: none;
}

.eq.slide-wrap > .slide-nav .indicator:active, .eq.slide-wrap > .slide-nav .indicator:focus {
  outline: none;
}

.eq.slide-wrap > .slide-nav .indicator.active {
  background-color: white;
}

.eq.slide {
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
  background-color: #3493ff;
}

.eq.slide > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 99999px;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

.eq.slide > ul li {
  position: relative;
  overflow: hidden;
}

.eq.slide-item {
  position: relative;
  min-height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eq.slide-img {
  display: block;
}

@media (max-width: 959px) {
  .eq.slide-img {
    width: auto;
    height: 100vw;
  }
}

.eq.slide-content {
  padding: 100px;
  text-align: center;
}

@media (max-width: 959px) {
  .eq.slide-content {
    padding: 30px;
  }
}

.eq.slide-content .eq.slide-title,
.eq.slide-content .eq.slide-subtitle {
  word-break: keep-all;
}

.eq.slide-content .eq.slide-title {
  color: white;
}

@media (max-width: 959px) {
  .eq.slide-content .eq.slide-title {
    font-size: 2rem;
  }
}

.eq.slide-content .eq.slide-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin-bottom: 30px;
}

/* ========================================================================
 Component: Login Offcanvas
 ========================================================================== */
.eq.login-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.2s, visibility 0.5s;
  -moz-transition: opacity 0.2s, visibility 0.5s;
  transition: opacity 0.2s, visibility 0.5s;
}

.eq.login-offcanvas.on {
  visibility: visible;
  opacity: 1;
}

.eq.login-offcanvas.on .eq.login-offcanvas-content {
  transform: scale(1);
}

.eq.login-offcanvas-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.eq.login-offcanvas-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  height: 100%;
  min-height: 100%;
  padding: 60px;
  overflow-y: auto;
  z-index: 2;
  background: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  transform-origin: 50%;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@media (max-width: 639px) {
  .eq.login-offcanvas-content {
    padding: 30px;
  }
}

.eq.login-offcanvas-content .eq.login-logo-item {
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  text-align: center;
  background-image: url(../img/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.eq.login-offcanvas-content .eq.login-logo-item > span {
  font-size: 26px;
  font-weight: 700;
  top: 10px;
  position: relative;
}

.eq.login-offcanvas-close {
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 60px;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 16px;
  color: #96a3b4;
  background: #e5e9f2;
  border-radius: 2em;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

@media (max-width: 639px) {
  .eq.login-offcanvas-close {
    top: 40px;
    right: 30px;
  }
}

.eq.login-offcanvas-close:hover {
  color: white;
  background-color: #3493ff;
}

.login-offcanvas .message {
  padding: 0;
  text-align: center;
  text-shadow: none;
  font-size: 0.875rem;
  color: #ff6b6b;
  background-color: #ffe1e1;
  border-color: #ffe1e1;
}

/* ========================================================================
 Component: Side Bar
 ========================================================================== */
.eq.sidebar-widget {
  padding-bottom: 20px;
  width: 100%;
}

.eq.sidebar-widget div.subnav-widget-title {
  width: 100%;
  height: 37px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}

.eq.sidebar-widget div.subnav-widget-title > span.float-left {
  padding-bottom: 13px;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
}

.eq.sidebar-widget div.subnav-widget-title > a.float-right {
  padding-bottom: 17px;
  color: #999;
  font-weight: 500;
  font-size: 0.75rem;
}

.eq.sidebar-widget div.subnav-widget-title > a.float-right span {
  padding-right: 5px;
}

/* Sidebar banner
 ========================================================================== */
.eq.sidebar-banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  line-height: 0;
  background-color: white;
  margin-bottom: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.eq.sidebar-banner:hover {
  box-shadow: 0 1px 8px rgba(81, 99, 120, 0.1);
}

.eq.sidebar-banner:active {
  box-shadow: 0 1px 3px rgba(81, 99, 120, 0.1);
}

.eq.sidebar-banner img {
  width: 100%;
  height: auto;
}

.eq.sidebar-banner:hover img {
  opacity: 0.8;
}

/* ========================================================================
 Component: Widget
 ========================================================================== */
.eq.widget {
  list-style-type: none;
  padding: 0;
}

.eq.widget-normal {
  margin: 0;
}

.eq.widget-normal > li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}

.eq.widget-normal > li > a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.eq.widget-normal > li > a:hover {
  background-color: rgba(248, 248, 248, 0.5);
}

.eq.widget-image-title {
  margin: 0;
}

.eq.widget-image-title > li > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.eq.widget-tab {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}

.eq.widget-tab > li {
  display: inline-block;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.eq.widget-tab > li > a {
  display: inline-block;
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 50px;
  padding: 0 15px;
  margin-right: 10px;
  margin-bottom: -1px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
}

.eq.widget-tab > li > a:hover {
  color: #666666;
}

.eq.widget-tab > li.active > a {
  color: #3493ff;
  border-bottom-width: 2px;
  border-bottom-color: #3493ff;
}

.eq.widget-tab-content {
  margin: 0;
}

.eq.widget-tab-content dt {
  display: none;
}

.eq.widget-tab-content dd {
  display: none;
  margin: 0;
}

.eq.widget-tab-content dd.open {
  display: block;
}

.eq.widget-title {
  width: 100%;
  position: relative;
}

.eq.widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f0f0f0;
}

.eq.widget-title .eq.widget-title-text {
  display: inline-block;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #333333;
  color: #333333;
  font-weight: 500;
  line-height: 1;
}

.eq.widget-point div.graph div {
  background-color: #3493ff !important;
}

/* ========================================================================
 Component: Card
 ========================================================================== */
.eq.card {
  padding: 15px;
  border-radius: 3px;
}

/* Widgetstyle card */
.eq.card > .eq.widget-title {
  padding: 10px 15px;
}

.eq.card > .eq.widget-title-none::before {
  border: none;
}

.eq.card ul.eq.widget-normal > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

.eq.card ul.eq.widget-normal > li:last-child {
  border-bottom: none;
}

.eq.card ul.eq.widget-image-title > li > div {
  padding-left: 15px;
  padding-right: 15px;
}

.eq.card ul.eq.widget-image-title > li:last-child > hr {
  display: none;
}

.eq.card .eq.widget-gallery {
  padding-left: 15px;
  padding-right: 15px;
}

.eq.card-default {
  background-color: white;
  border: 1px solid #f0f0f0;
}

.eq.card-secondary {
  background-color: #424242;
  border: 1px solid #2e2e2e;
}

.eq.card-secondary .eq.widget-title::before {
  border-bottom-color: #333333;
}

.eq.card-secondary hr {
  border-top-color: #333333;
}

.eq.card-secondary .eq.widget-tab {
  border-bottom-color: #333333;
}

.eq.card-secondary .eq.widget-normal > li {
  border-bottom-color: #333333;
}

.eq.card-secondary .eq.widget-normal > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
.eq.border-circle {
  border-radius: 50%;
}

.eq.border-rounded {
  border-radius: 3px;
}

.eq.border-max-rounded {
  border-radius: 500px;
}

/* Height
 ========================================================================== */
.eq.height-small {
  height: 70px;
}

.eq.height-medium {
  height: 150px;
}

.eq.height-large {
  height: 300px;
}

/* Border Line
 ========================================================================== */
.eq.border-line {
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0;
}

.eq.border-line-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f0f0f0;
}

.eq.border-line-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f0f0f0;
}

.eq.border-line-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f0f0f0;
}

/* Overflow
 ========================================================================== */
.eq.overflow-scroll {
  overflow: scroll;
}

.eq.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 959px) {
  .eq.overflow-hidden\@m {
    overflow: hidden;
  }
}

@media (max-width: 639px) {
  .eq.overflow-hidden\@s {
    overflow: hidden;
  }
}

/* Position
 ========================================================================== */
.eq.position-relative {
  position: relative;
}

.eq.position-absolute {
  position: absolute;
}

/* Float
 ========================================================================== */
.eq.float-left {
  float: left;
}

.eq.float-right {
  float: right;
}

/* Width Expand
 ========================================================================== */
.eq.width-expand {
  width: 100%;
}

/* Display
 ========================================================================== */
.eq.display-block {
  display: block;
}

.eq.inline {
  display: inline;
}

.eq.inline-block {
  display: inline-block;
}

/* White space
 ========================================================================== */
.eq.white-space-nowrap {
  white-space: nowrap;
}

/* Box shadow
 ========================================================================== */
.eq.box-shadow-small {
  box-shadow: 0 3px 4px rgba(26, 26, 26, 0.1);
}

.eq.box-shadow-default {
  box-shadow: 0 2px 8px -3px rgba(26, 26, 26, 0.2);
}

.eq.box-shadow-medium {
  box-shadow: 0 5px 8px rgba(26, 26, 26, 0.1);
}

.eq.box-shadow-large {
  box-shadow: 0 6px 12px rgba(26, 26, 26, 0.1);
}

/* ========================================================================
 Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
.eq.hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .eq.hidden\@s {
    display: none !important;
  }
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .eq.hidden\@m {
    display: none !important;
  }
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .eq.hidden\@l {
    display: none !important;
  }
}

/* Large screen and bigger */
@media (min-width: 1600px) {
  .eq.hidden\@xl {
    display: none !important;
  }
}

/*
  * Visible
  */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .eq.visible\@s {
    display: none !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 959px) {
  .eq.visible\@m {
    display: none !important;
  }
}

/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .eq.visible\@l {
    display: none !important;
  }
}

/* Desktop and smaller */
@media (max-width: 1599px) {
  .eq.visible\@xl {
    display: none !important;
  }
}

/* Visibility
  ========================================================================== */
.eq.invisible {
  visibility: hidden !important;
}

/* Hover
  ========================================================================== */
/* Hidden */
.eq.visible-toggle:not(:hover):not(.eq.hover) .eq.hidden-hover {
  display: none !important;
}

/* Invisible */
.eq.visible-toggle:not(:hover):not(.eq.hover) .eq.invisible-hover {
  visibility: hidden !important;
}

/* Touch
  ========================================================================== */
/*
  * Hide if primary pointing device has limited accuracy, e.g. a touch screen.
  * Works on mobile browsers: Safari, Chrome and Android browser
  */
@media (pointer: coarse) {
  .eq.hidden-touch {
    display: none !important;
  }
}

/*
  * Hide if primary pointing device is accurate, e.g. mouse.
  * 1. Fallback for IE11 and Firefox, because `pointer` is not supported
  * 2. Reset if supported
  */
/* 1 */
.eq.hidden-notouch {
  display: none !important;
}

@media (pointer: coarse) {
  .eq.hidden-notouch {
    display: block !important;
  }
}

/* ========================================================================
 Component: Padding
 ========================================================================== */
.eq.padding-xsmall {
  padding: 10px;
}

.eq.padding-top-xsmall {
  padding-top: 10px;
}

.eq.padding-bottom-xsmall {
  padding-bottom: 10px;
}

.eq.padding-small {
  padding: 15px;
}

.eq.padding-top-small {
  padding-top: 15px;
}

.eq.padding-bottom-small {
  padding-bottom: 15px;
}

.eq.padding-left-small {
  padding-left: 15px;
}

.eq.padding-right-small {
  padding-right: 15px;
}

.eq.padding {
  padding: 30px;
}

.eq.padding-top-default {
  padding-top: 30px;
}

.eq.padding-bottom-default {
  padding-bottom: 30px;
}

.eq.padding-left-default {
  padding-left: 30px;
}

.eq.padding-right-default {
  padding-right: 30px;
}

.eq.padding-medium {
  padding: 50px;
}

.eq.padding-top-medium {
  padding-top: 50px;
}

.eq.padding-bottom-medium {
  padding-bottom: 50px;
}

.eq.padding-left-medium {
  padding-left: 50px;
}

.eq.padding-right-medium {
  padding-right: 50px;
}

.eq.padding-large {
  padding: 100px;
}

.eq.padding-top-large {
  padding-top: 100px;
}

.eq.padding-bottom-large {
  padding-bottom: 100px;
}

.eq.padding-xlarge {
  padding: 140px;
}

.eq.padding-top-xlarge {
  padding-top: 140px;
}

.eq.padding-bottom-xlarge {
  padding-bottom: 140px;
}

.eq.padding-horizontal-small {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 639px) {
  .eq.padding-horizontal-small\@s {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.eq.padding-vertical-small {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 639px) {
  .eq.padding-vertical-small\@s {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.eq.padding-vertical-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.eq.padding-vertical-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Padding remove
 ========================================================================== */
.eq.padding-remove {
  padding: 0 !important;
}

.eq.padding-top-remove {
  padding-top: 0 !important;
}

.eq.padding-left-remove {
  padding-left: 0 !important;
}

.eq.padding-right-remove {
  padding-right: 0 !important;
}

.eq.padding-bottom-remove {
  padding-bottom: 0 !important;
}

@media (max-width: 639px) {
  .eq.padding-remove\@s {
    padding: 0 !important;
  }
  .eq.padding-top-remove\@s {
    padding-top: 0 !important;
  }
  .eq.padding-left-remove\@s {
    padding-left: 0 !important;
  }
  .eq.padding-right-remove\@s {
    padding-right: 0 !important;
  }
  .eq.padding-bottom-remove\@s {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 959px) {
  .eq.padding-remove\@m {
    padding: 0 !important;
  }
  .eq.padding-top-remove\@m {
    padding-top: 0 !important;
  }
  .eq.padding-left-remove\@m {
    padding-left: 0 !important;
  }
  .eq.padding-right-remove\@m {
    padding-right: 0 !important;
  }
  .eq.padding-bottom-remove\@m {
    padding-bottom: 0 !important;
  }
}

/* ========================================================================
 Component: Utilities
 ========================================================================== */
/* Margin-size
 ========================================================================== */
.eq.margin-top-xsmall {
  margin-top: 10px;
}

.eq.margin-left-xsmall {
  margin-left: 10px;
}

.eq.margin-right-xsmall {
  margin-right: 10px;
}

.eq.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.eq.margin-top-small {
  margin-top: 20px;
}

.eq.margin-left-small {
  margin-left: 20px;
}

.eq.margin-right-small {
  margin-right: 20px;
}

.eq.margin-bottom-small {
  margin-bottom: 20px;
}

.eq.margin-top-default {
  margin-top: 30px;
}

.eq.margin-left-default {
  margin-left: 30px;
}

.eq.margin-right-default {
  margin-right: 30px;
}

.eq.margin-bottom-default {
  margin-bottom: 30px;
}

.eq.margin-top-medium {
  margin-top: 40px;
}

.eq.margin-left-medium {
  margin-left: 40px;
}

.eq.margin-right-medium {
  margin-right: 40px;
}

.eq.margin-bottom-medium {
  margin-bottom: 40px;
}

.eq.margin-top-large {
  margin-top: 60px;
}

.eq.margin-left-large {
  margin-left: 60px;
}

.eq.margin-right-large {
  margin-right: 60px;
}

.eq.margin-bottom-large {
  margin-bottom: 60px;
}

/* Margin remove
 ========================================================================== */
.eq.margin-remove {
  margin: 0;
}

.eq.margin-top-remove {
  margin-top: 0;
}

.eq.margin-left-remove {
  margin-left: 0;
}

.eq.margin-right-remove {
  margin-right: 0;
}

.eq.margin-bottom-remove {
  margin-bottom: 0;
}

/* ========================================================================
 Component: Inverse
 ========================================================================== */
.eq.inverse,
.eq.inverse > * {
  color: white;
}

.eq.inverse .eq.text-default,
.eq.inverse > * .eq.text-default {
  color: white !important;
}

.eq.inverse hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.eq.inverse > .eq.button-default {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  box-shadow: none;
}

.eq.inverse > .eq.button-default:hover {
  background-color: white;
  color: #666666;
  border-width: 2px;
  border-color: white;
  box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.eq.inverse > .eq.button-default:active {
  background-color: #f8f8f8;
  color: #333333;
  border-width: 2px;
  border-color: #f8f8f8;
  box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

.eq.inverse > .eq.button-primary {
  background-color: white;
  color: #333333;
  border-color: white;
  box-shadow: none;
}

.eq.inverse > .eq.button-primary:hover {
  background-color: #f8f8f8;
  color: #333333;
  border-color: #f8f8f8;
  box-shadow: 0 3px 10px rgba(26, 26, 26, 0.2);
}

.eq.inverse > .eq.button-primary:active {
  background-color: #f0f0f0;
  color: #333333;
  border-color: #f0f0f0;
  box-shadow: 0 1px 4px rgba(26, 26, 26, 0.1);
}

.eq.inverse .eq.text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

.eq.inverse.navbar .eq.logo-item {
  background-image: url(../img/logo_light.svg);
}

.eq.inverse.navbar .eq.navbar-icon > i {
  color: white;
}

.eq.inverse.navbar .eq.nav-drawer-toggle > i {
  color: white;
}

.eq.inverse.navbar .eq.search-drawer-toggle > i {
  color: white;
}

.eq.inverse.navbar .eq.navbar-search {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.eq.inverse.navbar .eq.navbar-search:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.4);
}

.eq.inverse.navbar .eq.navbar-search > input[type=text] {
  color: transparent;
}

.eq.inverse.navbar .eq.navbar-search > input[type=text]:focus {
  color: white;
}

.eq.inverse.navbar .eq.navbar-search > input[type=submit] {
  color: rgba(255, 255, 255, 0.4);
}

.eq.inverse.navbar .eq.navbar-search > input[type=submit]:hover {
  color: white;
}

.eq.inverse.navbar .eq.navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.6);
}

.eq.inverse.navbar .eq.navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.eq.inverse.navbar .eq.navbar-nav > li.active > a {
  color: white;
  border-bottom-color: white;
}

.eq.inverse.navbar .eq.navbar-nav > li.active.eq.dark > a {
  color: #3493ff;
  border-bottom-color: #3493ff;
}

.eq.inverse.navbar .eq.navbar-nav > li > ul.eq.popover {
  margin-top: -4px;
}

.eq.inverse.dark, .eq.inverse .eq.dark,
.eq.inverse.dark > *, .eq.inverse .eq.dark > * {
  color: #333333;
}

.eq.inverse.dark > .eq.text-muted, .eq.inverse .eq.dark > .eq.text-muted,
.eq.inverse.dark > * > .eq.text-muted, .eq.inverse .eq.dark > * > .eq.text-muted {
  color: #999 !important;
}

.eq.inverse hr.eq.dark {
  border-top-color: #f0f0f0;
}

.eq.navbar.background-color-base-darker {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.5);
}

/* ========================================================================
 Component: Overlay
 ========================================================================== */
.eq.overlay {
  position: absolute;
}

.eq.overlay-fill {
  width: 100%;
  height: 100%;
}

.eq.overlay-top {
  top: 0;
  left: 0;
  right: 0;
}

.eq.overlay-bottom {
  left: 0;
  bottom: 0;
}

.eq.overlay-default {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* ========================================================================
 Component: Text
 ========================================================================== */
.eq.text-light {
  font-weight: 300;
}

.eq.text-normal {
  font-weight: normal;
}

.eq.text-bold {
  font-weight: bold;
}

.eq.text-word-break-keep-all {
  word-break: keep-all;
}

/* Text Align
 ========================================================================== */
.eq.text-left {
  text-align: left;
}

.eq.text-center {
  text-align: center;
}

.eq.text-right {
  text-align: right;
}

.eq.text-middle {
  vertical-align: middle;
  align-self: center;
  align-item: center;
}

/* font Size
 ========================================================================== */
.eq.text-xsmall {
  font-size: 0.75rem;
}

.eq.text-small {
  font-size: 0.875rem;
}

.eq.text-medium {
  font-size: 1.25rem;
}

.eq.text-large {
  font-size: 1.5rem;
}

.eq.text-xsmall-child * {
  font-size: 0.75rem;
}

.eq.text-small-child * {
  font-size: 0.875rem;
}

/* Text Color
 ========================================================================== */
.eq.text-default {
  color: #333333 !important;
}

.eq.text-primary {
  color: #3493ff !important;
}

.eq.text-success {
  color: #38d9a9 !important;
}

.eq.text-muted {
  color: #999 !important;
}

.eq.text-muted-child * {
  color: #999;
}

/* Heading
 ========================================================================== */
.eq.heading-primary {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

/* Divider with text
 ========================================================================== */
.eq.divider-with-text {
  position: relative;
  text-align: center;
  color: #999;
  font-size: 0.875rem;
}

.eq.divider-with-text:after,
.eq.divider-with-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 50px;
  height: 1px;
  background: #f0f0f0;
}

.eq.divider-with-text:before {
  left: -70px;
}

.eq.divider-with-text:after {
  right: -70px;
}

/* Code
 ========================================================================== */
code {
  padding: .2rem .4rem;
  font-family: "Noto Sans Korean", "Open Sans", "malgun gothic", "Nanum Gothic", dotum, arial, sans-serif;
  font-size: 90%;
  color: #ff6b6b;
  background-color: #f8f8f8;
  border-radius: .25rem;
}

.eq.text-highlighter {
  background-color: #d6e9ff;
}

.eq.text-line {
  text-decoration: line-through;
}

.eq.logo-item {
  background-image: url(../../img/logo.svg);
}

.eq.inverse.navbar .eq.logo-item {
  background-image: url(../../img/logo_light.svg);
}
/*# sourceMappingURL=equeer-blue.css.map */