@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Exo+2&display=swap");
@import url("//cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  background-color: #f3f3f3;
  font-family: 'Nanum Barun Gothic', sans-serif;
}

body *:focus {
  outline: none;
}

body textarea {
  resize: auto;
}

@-webkit-keyframes toggle-one {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes toggle-one {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  20% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@-webkit-keyframes toggle-three {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes toggle-three {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.f5-box-shadow {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.f5-btn {
  display: inline-block;
  line-height: 2em;
  padding-left: .5em;
  padding-right: .5em;
  border-radius: 0.125rem;
  background: none;
  color: #000;
  border: 1px solid #aaa;
  position: relative;
}

.f5-btn.f5-btn-small {
  font-size: 0.85em;
}

.f5-btn.f5-btn-circle {
  border-radius: 1em;
}

.f5-btn .f5-btn-tp {
  background-color: none;
}

button.f5-btn {
  font-size: inherit;
}

.f5-input-text {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.75rem;
  padding: 0 0.5rem;
  border-radius: 0.125rem;
}

.f5-dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f5-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f5-fjc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f5-hr-sect {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.75);
  margin: 0.5rem 0;
}

.f5-hr-sect:before, .f5-hr-sect:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(0, 0, 0, 0.75);
  height: 1px;
  font-size: 0;
  line-height: 0;
  margin: 0 16px;
}

.f5-ncenter-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  border-radius: 1rem;
  font-size: 9px;
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 50%;
  left: 50%;
}

.flat5-layout {
  font-size: 14px;
  line-height: 1.5;
}

.flat5-layout a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.f5-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .f5-container {
    width: 1000px;
  }
}

@media (min-width: 1280px) {
  .f5-container {
    width: 1100px;
  }
}

@media (min-width: 1360px) {
  .f5-container {
    width: 1280px;
  }
}

@media (min-width: 1440px) {
  .f5-container {
    width: 1360px;
  }
}

@media (min-width: 1520px) {
  .f5-container {
    width: 1440px;
  }
}

@media (min-width: 1680px) {
  .f5-container {
    width: 1600px;
  }
}

.f5-header {
  height: 50px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.f5-header.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.f5-header.fixed.fixed-bg {
  background-color: rgba(255, 255, 255, 0.85);
}

.f5-header .f5-btn {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f5-header .f5-btn-tp {
  color: #fff;
}

.f5-header > .f5-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.f5-header .f5-hd-toggler {
  width: 0px;
  height: 50px;
  padding: 15px 0;
  overflow: hidden;
}

.f5-header .f5-hd-toggler.left {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (max-width: 779.9px) {
  .f5-header .f5-hd-toggler.left {
    margin-right: 1rem;
    min-width: 20px;
  }
}

.f5-header .f5-hd-toggler.left > div {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.f5-header .f5-hd-toggler.left > div.one {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-animation-name: toggle-one;
          animation-name: toggle-one;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.f5-header .f5-hd-toggler.left > div.three {
  margin-bottom: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-animation-name: toggle-three;
          animation-name: toggle-three;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.f5-header .f5-hd-toggler.right {
  margin-right: 1rem;
  margin-left: auto;
}

@media (max-width: 1279.9px) {
  .f5-header .f5-hd-toggler.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.f5-header .f5-hd-toggler.right > div {
  width: 15px;
  height: 20px;
  background: #fff;
  margin-right: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.f5-header .f5-hd-toggler.right > div:last-child {
  width: 3px;
  margin-bottom: 0;
}

.f5-header .f5-hd-toggler.right:hover > div {
  width: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.f5-header .f5-hd-toggler.right:hover > div:last-child {
  width: 9px;
}

.f5-header .f5-hd-sitename {
  max-height: 50px;
}

.f5-header .f5-hd-sitename span {
  font-family: 'Exo 2';
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1.5px;
}

@media (max-width: 575px) {
  .f5-header .f5-hd-sitename span {
    font-size: 24px;
  }
}

@media (max-width: 350px) {
  .f5-header .f5-hd-sitename span {
    font-size: 22px;
  }
}

.f5-header .f5-hd-shortcut-box {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f5-header .f5-hd-shortcut-box .f5-hd-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 779.9px) {
  .f5-header .f5-hd-shortcut-box .f5-hd-shortcut {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.f5-header .f5-hd-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.f5-header .f5-hd-tool .f5-btn {
  border: none;
}

.f5-header .f5-hd-tool > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.f5-header .f5-hd-tool > div > a {
  color: inherit;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.f5-header .f5-hd-tool > div span {
  margin-left: 0.25rem;
}

@media (max-width: 780px) {
  .f5-header .f5-hd-tool > div span {
    display: none;
  }
}

.f5-header .f5-hd-tool > div.search:after {
  content: '|';
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

@media (min-width: 780px) {
  .f5-header .f5-hd-tool > div.search:after {
    content: '';
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 780px) {
  .f5-header .f5-hd-tool > div:not(.show) {
    display: none;
  }
}

.f5-header .f5-hd-tool > div:after {
  content: '·';
  opacity: 0.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f5-header .f5-hd-tool > div:last-child:after {
  content: '';
}

.f5-header .f5-hd-tool > div#searchArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.f5-header .f5-hd-tool > div#searchArea > form {
  width: calc(100% - 25px);
  z-index: 1;
}

.f5-header .f5-hd-tool > div#searchArea > i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 50px;
}

.f5-header .f5-hd-tool > div#searchArea:after {
  content: '';
}

.f5-header .f5-hd-tool > div#searchArea.show {
  visibility: visible;
  opacity: 1;
}

.f5-header .f5-hd-tool > div#searchArea.show + #searchToggler {
  display: none;
}

@media (max-width: 639.9px) {
  .f5-header .f5-hd-tool > div#searchArea {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 1rem;
    background-color: #f3f3f3;
    z-index: 1;
  }
}

.f5-main .f5-sidebar {
  font-size: 0.9em;
  height: inherit;
  z-index: 0;
  margin-bottom: 1rem;
}

.f5-main .f5-sidebar > div {
  margin-bottom: 1rem;
}

.f5-main .f5-sidebar > div.nav-group-lv1 {
  background-color: #fff;
}

.f5-main .f5-sidebar > div:last-child {
  margin-bottom: 0;
}

.f5-main .f5-sidebar.f5-sidebar-left {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding-right: 1rem;
}

@media (max-width: 780px) {
  .f5-main .f5-sidebar.f5-sidebar-left {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}

.f5-main .f5-sidebar.f5-sidebar-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 1rem;
}

@media (max-width: 1279.9px) {
  .f5-main .f5-sidebar.f5-sidebar-right {
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
}

.f5-main .f5-sidebar.f5-sidebar-right .macaron-widget-wrapper {
  padding: 0;
  border: none;
  background-color: transparent;
}

.f5-main .f5-sidebar.f5-sidebar-right .macaron-widget-wrapper .macaron-widget {
  font-size: 12px;
}

.f5-main .f5-sidebar.f5-sidebar-right .macaron-widget-wrapper .mrd-simplegallery .recent-list {
  width: 100%;
}

.f5-main .f5-sidebar.f5-sidebar-right .macaron-widget-wrapper .mrd-card .recent-list {
  width: 100%;
}

@media (max-width: 1023.9px) {
  .f5-main .f5-sidebar {
    height: initial;
  }
}

.f5-main .f5-sidebar .macaron_rd1c {
  font-size: 0.9em;
}

.f5-main .f5-sidebar .macaron_rd1c .widget-title {
  font-size: 1.1em;
}

.f5-main .f5-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 3rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}

.f5-main .f5-content #goTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  margin-top: 1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  position: absolute;
  left: calc(50% - 1rem);
  bottom: -2.5rem;
}

.f5-main .f5-content.page {
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.f5-main .f5-content.widget {
  margin-bottom: 2.5rem;
}

.f5-main .f5-content.widget .xe-widget-wrapper {
  margin-bottom: 0.5rem;
}

.f5-main .f5-content.widget #goTop {
  bottom: -2rem;
}

@media (min-width: 780px) {
  .f5-main .f5-content {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .f5-main .f5-content {
    margin-right: 0;
  }
}

.widget-member {
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  margin-bottom: 0;
}

.widget-member .f5-btn {
  margin: 0 0.25rem;
}

.widget-member > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-member > div.wm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-member > div.wm-info > .member-profile {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  overflow: hidden;
}

.widget-member > div.wm-info > .member-profile > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.widget-member > div.wm-info > .member-name {
  margin-top: 0.5rem;
  font-size: 1.25em;
}

.widget-member > div.wm-tool {
  margin-bottom: 0.5rem;
}

.widget-member > div.wm-tool > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.widget-member > div.wm-tool > a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
}

.widget-member > div.wm-tool > a:after {
  content: '·';
}

.widget-member > div.wm-tool > a:last-child:after {
  content: '';
}

.widget-menu {
  width: calc(100% + 2rem);
  margin: -1rem;
  padding: 1rem;
}

.widget-menu .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widget-menu .nav-group-lv1 {
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.widget-menu .nav-group-lv1:last-child {
  margin-bottom: 0;
}

.widget-menu .nav-group-lv1 .nav-item-lv1 {
  font-size: 1.05em;
  padding: 0.3rem 0.5rem;
}

.widget-menu .nav-group-lv1 .nav-group-lv2 {
  border-bottom: 2px solid #f3f3f3;
}

.widget-menu .nav-group-lv1 .nav-group-lv2:last-child {
  border-bottom: none;
}

.widget-menu .nav-group-lv1 .nav-item-lv2 {
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.widget-menu .nav-group-lv1 .nav-item-lv2:hover {
  background-color: rgba(127, 127, 127, 0.1);
}

.widget-menu .nav-group-lv1 .nav-item-lv3 {
  font-size: 0.95em;
  padding: 0.15rem 0.5rem 0.15rem 1.25rem;
  color: #343536;
}

.widget-menu .nav-group-lv1 .nav-item-lv3:hover {
  background-color: rgba(127, 127, 127, 0.1);
}

.widget-menu .on.nav-item-lv2 {
  background-color: rgba(127, 127, 127, 0.2);
}

.widget-menu .on.nav-item-lv3 {
  background-color: rgba(127, 127, 127, 0.1);
  position: relative;
}

.widget-menu .on.nav-item-lv3:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.4rem;
}

.widget-menu .toggle-fold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  width: 35px;
  height: 100%;
  z-index: 1;
}

#sideNav {
  position: fixed;
  width: 250px;
  height: 100vh;
  top: 0;
  left: -250px;
  padding-bottom: 2rem;
  background: #fff;
  z-index: 10000;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  overflow-y: auto;
}

#sideNav .widget-menu {
  width: 100%;
  margin: 0;
  padding: 0;
}

#sideNav .widget-menu .nav-group-lv1 {
  border-radius: 0;
}

#sideNav .widget-menu .nav-group-lv2:last-child {
  border-bottom: 1px solid #f3f3f3;
}

#sideNav .widget-menu .nav-item-lv1 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

#sideNav .widget-menu .nav-item-lv2 {
  font-weight: normal;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

#sideNav .widget-menu .nav-item-lv3 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-top: 1px solid #f3f3f3;
}

#sideNav .widget-menu .on.nav-item-lv3 {
  background-color: rgba(127, 127, 127, 0.1);
}

#sideNavBG {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(43, 46, 56, 0.25);
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.show-sidenav {
  overflow: hidden;
}

body.show-sidenav #sideNav {
  left: 0;
  -webkit-box-shadow: 0 0 25px 2.5px rgba(43, 46, 56, 0.25);
          box-shadow: 0 0 25px 2.5px rgba(43, 46, 56, 0.25);
}

body.show-sidenav #sideNavBG {
  opacity: 1;
  visibility: visible;
}

.form-signin > div {
  margin-bottom: 0.25rem;
}

.form-signin > div.f5-alert {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.form-signin > div:last-child {
  margin-bottom: 0;
}

.form-signin > div.input {
  width: 100%;
}

.form-signin > div.input input {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.75rem;
  padding: 0 0.5rem;
  border-radius: 0.125rem;
}

.form-signin > div.input input:first-child {
  margin-bottom: 0.25rem;
}

.form-signin > div.option {
  font-size: 0.85em;
}

.form-signin > div.option > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-signin > div.button {
  font-size: 0.9em;
}

.form-signin > div.button > * {
  width: calc(50% - 0.25rem);
  text-align: center;
}

.form-signin > div > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-signin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.social-signin > a {
  font-family: 'Exo 2';
  font-size: 0.9em;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0.1rem;
}

.social-signin > a:last-child {
  margin-bottom: 0;
}

.f5-footer {
  font-size: 0.8em;
}

.f5-footer .f5-footer-1 {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.f5-footer .f5-footer-1 > .f5-container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f5-footer .f5-footer-1 > .f5-container .f5-footer-textarea {
  margin-top: 0.5rem;
}

.f5-footer .f5-footer-2 {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
}

.f5-footer .f5-footer-2 > .f5-container {
  position: relative;
}

.f5-footer .f5-footer-2 > .f5-container .copyright {
  font-size: 0.9em;
  height: 1.25rem;
  line-height: 1.25rem;
  position: absolute;
  right: 1rem;
  bottom: -1.5rem;
}

.f5-footer .f5-footer-2 .f5-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f5-footer .f5-footer-textarea {
  width: 100%;
}

.f5-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 1.25rem;
}

.f5-footer .footer-menu > div {
  white-space: nowrap;
}

.f5-footer .footer-menu > div:after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.25;
}

.f5-footer .footer-menu > div:last-child:after {
  display: none;
}

.f5-custom {
  text-align: center;
}

.f5-custom.f5-custom-content {
  margin-bottom: 0.5rem;
}

.f5-modal-bg {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 200%;
  height: 200vh;
  top: -50%;
  left: -50%;
  background: rgba(43, 46, 56, 0.25);
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.f5-modal-wrapper {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 9998;
}

.f5-modal-wrapper .f5-modal {
  padding: calc(2.5rem + 10px) 10px 10px;
  -webkit-box-shadow: 0 0 25px 2.5px rgba(43, 46, 56, 0.25);
          box-shadow: 0 0 25px 2.5px rgba(43, 46, 56, 0.25);
  position: relative;
  z-index: 10000;
  background-color: #fff;
  min-width: 300px;
  width: 100%;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 576px) {
  .f5-modal-wrapper .f5-modal {
    max-width: 360px;
  }
}

.f5-modal-wrapper .f5-modal header {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  line-height: 2.5rem;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-left: 1rem;
}

.f5-modal-wrapper .f5-modal footer {
  position: absolute;
  line-height: 2.5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.f5-modal-wrapper.show {
  visibility: visible;
  opacity: 1;
}

.f5-modal-wrapper.show .f5-modal {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.f5-modal-wrapper .f5-modal-bg {
  opacity: 1;
  visibility: visible;
}

.f5-modal-wrapper .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.f5-modal-wrapper .modal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.5rem;
  content: "\00d7";
  text-align: center;
}
/*# sourceMappingURL=flat5.css.map */
