@charset "UTF-8";
@import url("//cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
body {
  font-size: 14px;
}
body *:focus {
  outline: none;
  box-shadow: none;
}
body textarea {
  resize: auto;
}

a {
  cursor: pointer;
}

.nav-logo {
  font-size: 1.25rem;
  line-height: 1;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.nav-logo > img {
  vertical-align: baseline;
}
@media (max-width: 575px) {
  .nav-logo > img {
    max-width: 198px;
  }
}
@media (max-width: 1023px) {
  .nav-logo {
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .hidden-narrow {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hidden-wide {
    display: none;
  }
}
.navbar {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575px) {
  .navbar {
    padding: 0 0.5rem;
  }
  .navbar .navbar-toggler.search {
    padding-right: 0;
    width: 35px;
  }
  .navbar .navbar-toggler.sidemenu {
    padding-left: 5px;
    text-align: left;
  }
}
.navbar .container {
  position: relative;
}
.navbar .container .navbar-toggler {
  z-index: 1;
}
@media (max-width: 1023px) {
  .navbar .container .nav-logo-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
  }
}
.navbar .container .mobile-tool {
  display: none;
}
@media (max-width: 1023px) {
  .navbar .container .mobile-tool {
    flex-direction: row;
    display: flex;
  }
}
.navbar .navbar-toggler {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px;
  width: 45px;
  text-align: center;
}
.navbar .nav-link {
  line-height: 50px;
}
.navbar #ProfileImg {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  border-radius: 28px;
  background-color: #fff;
  vertical-align: text-bottom;
  background-position: center;
  background-size: cover;
}
.navbar .navbar-nav .navbar-username {
  position: relative;
}
.navbar .navbar-nav .navbar-username #ProfileImg {
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
}
.navbar .navbar-nav .navbar-username span {
  margin-left: 1.5rem;
}
.navbar .navbar-nav .nav-item {
  font-size: 14px;
  padding: 0;
  white-space: nowrap;
}
.navbar .navbar-nav .nav-item.active {
  position: relative;
}
.navbar .navbar-nav .nav-item.active:after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
}
.navbar .navbar-nav .nav-item .nav-link {
  display: inherit;
  padding: 0 0.5rem;
}
.navbar .navbar-nav.bottom {
  flex-flow: nowrap;
  overflow-x: auto;
}
.navbar .navbar-nav.bottom .nav-link {
  line-height: 40px;
}
.navbar.navbar-dark .nav-link {
  color: #ccc;
}
.navbar.navbar-dark .nav-link:hover {
  color: #eee;
}
.navbar.navbar-primary .navbar-brand {
  color: #fff;
}
.navbar.navbar-primary .nav-link {
  color: rgba(255, 255, 255, 0.85);
}
.navbar.navbar-primary .nav-link:hover {
  color: #fff;
}
.navbar.navbar-primary .active .nav-link {
  color: #fff !important;
}
.navbar.navbar-primary .active .nav-link:hover {
  color: #fff !important;
}

.navbar-toggler-icon-.toggler-white {
  color: #fff;
}

@media (max-width: 1023px) {
  a.navbar-toggler {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.dropdown-menu {
  min-width: 7.5rem;
}
.dropdown-menu .dropdown-item {
  font-size: 13px;
  color: rgba(33, 37, 41, 0.75);
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  color: inherit;
  background-color: #eee;
}
.dropdown-menu .dropdown-item:active {
  background-color: #eee;
}

.ncenter-toggler .nav-link {
  position: relative;
}
.ncenter-toggler .nav-link .ncenter-badge {
  display: inline-block;
  color: #fff;
  border-radius: 1rem;
  font-size: 10px;
  line-height: 1rem;
  width: 1rem;
  text-align: center;
  position: absolute;
  bottom: 50%;
  right: 0;
}

.ncenter-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: -0.5rem;
  background-color: #fff;
  max-width: 300px;
  min-width: 300px;
  border: 1px solid #ddd;
  z-index: 10;
}
.ncenter-popup .ncenter-header {
  padding: 0 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.ncenter-popup .ncenter-header .ncenter-title {
  line-height: 2.5rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.ncenter-popup .ncenter-body {
  max-height: 300px;
  overflow-y: auto;
}
.ncenter-popup .ncenter-body .ncenter-item {
  position: relative;
  padding: 0.5rem 1rem;
  white-space: normal;
  transition: background-color 0.3s;
  font-size: 13px;
  color: #787878;
}
.ncenter-popup .ncenter-body .ncenter-item:hover {
  background-color: #f4f4f4;
  transition: background-color 0.3s;
}
.ncenter-popup .ncenter-body .ncenter-item .ncenter-time {
  margin-left: 0.5rem;
}
.ncenter-popup .ncenter-body .ncenter-item > p {
  margin-bottom: 0;
}
.ncenter-popup .ncenter-footer {
  border-top: 1px solid #e8e8e8;
}
.ncenter-popup .ncenter-footer > a {
  line-height: 2.5rem;
  font-size: 12px;
  margin-left: 1rem;
  cursor: pointer;
}
.ncenter-popup .ncenter-footer .ncenter-whole {
  float: right;
  margin-right: 1rem;
}

.inline-expand .container .nav-link, .inline-expand .container .navbar-toggler {
  line-height: 80px;
}
.inline-expand ~ #mainSlider.fullheight .carousel-caption {
  padding-top: 100px;
  transition: box-shadow 1s ease-out;
}
@media (max-width: 1023px) {
  .inline-expand ~ #mainSlider.fullheight .carousel-caption {
    padding-top: 140px;
  }
}

.inline-temp {
  transition: all 0.3;
}

.dropdown-menu {
  margin-top: 0;
}

.navbar-side {
  min-width: 250px;
  max-width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}
.navbar-side.active {
  left: 0;
  margin-right: 0;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.navbar-side .navbar-nav.side {
  overflow: auto;
  padding-top: 1rem;
}
.navbar-side .nav-item {
  position: relative;
}
.navbar-side .nav-item > .side-dropdown {
  display: flex;
  justify-content: space-between;
  padding-right: 12px;
}
.navbar-side .nav-item > .bi {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75em;
  cursor: pointer;
}
.navbar-side .nav-link {
  font-size: 15px;
  margin-right: 0;
  padding: 0.5rem 1.5rem;
  border-left: 2px solid #fff;
}
.navbar-side .nav-link:hover {
  background-color: #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.navbar-side .sub-menu {
  display: none;
  margin: 0.5rem 0;
}
.navbar-side .sub-menu.show {
  display: block;
  height: auto;
}
.navbar-side .sub-menu .nav-link {
  color: #999;
  font-size: 14px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 2rem !important;
}
.navbar-side .sub-menu .nav-link.active {
  border: none;
}
.navbar-side .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.navbar-side #ProfileImg {
  border: 1px solid #e8e8e8;
  background-color: #fff;
}

.overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  display: none;
  top: 0;
}

.sidemenu-member .member-info {
  padding: 1rem;
}
.sidemenu-member .member-info #ProfileImg {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.sidemenu-member .member-info .progress {
  position: relative;
}
.sidemenu-member .member-info .progress .experience {
  text-align: left;
  padding-left: 3px;
}
.sidemenu-member .member-info .progress .next {
  text-align: right;
  padding-right: 3px;
}
.sidemenu-member .member-info .progress .percent {
  font-size: 9px;
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sidemenu-member .member-tool .member-tool-group {
  list-style: none;
  padding: 0;
  line-height: 1;
}
.sidemenu-member .member-tool .member-tool-group li {
  float: left;
  position: relative;
  display: inline-block;
  color: #fff;
  width: 50%;
  padding: 0.75rem 0.25rem;
}
.sidemenu-member .member-tool .member-tool-group li .bi {
  margin-right: 0.25rem;
}
.sidemenu-member .member-tool .member-tool-group li:hover {
  color: #fff;
}
.sidemenu-member .member-tool .member-tool-group li:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidemenu-member .member-tool .member-tool-group li span {
  font-size: 12px;
}
.sidemenu-member .member-tool .member-tool-group.logged li {
  width: 33.3333333333%;
}
.sidemenu-member .member-tool .member-tool-group.logged li .bi {
  display: block;
  margin-right: 0;
  margin-bottom: 0.25rem;
}

#mainSlider {
  position: relative;
  width: 100%;
  padding-bottom: 40%;
}
#mainSlider .carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
#mainSlider .carousel-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
#mainSlider .carousel-item.movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -99;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#mainSlider .carousel-item.movie:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
#mainSlider.fullheight .carousel-caption {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  #mainSlider.fullheight .carousel-caption {
    padding-top: 110px;
  }
}
#mainSlider .carousel-caption {
  display: table;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
#mainSlider .carousel-caption > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0 8rem;
}
#mainSlider .carousel-caption > div h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
#mainSlider .carousel-caption > div p {
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #mainSlider .carousel-caption > div {
    padding: 0 5rem;
  }
  #mainSlider .carousel-caption > div h3 {
    font-size: 1.75rem;
  }
  #mainSlider .carousel-caption > div p {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  #mainSlider .carousel-caption > div {
    padding: 0 3rem;
  }
}

@media (max-width: 1023px) {
  .slider-box {
    padding: 0;
    margin-top: 0 !important;
  }
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 400;
}

.jumbotron {
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 575px) {
  .jumbotron {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 576px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.jumbotron .display-5 {
  font-size: 2.5rem;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .jumbotron .display-5 {
    font-size: 1.5rem;
  }
}
.jumbotron .display-6 {
  font-size: 1.5rem;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .jumbotron .display-6 {
    font-size: 1rem;
  }
}
.jumbotron > .container h1 {
  margin-bottom: 0.5em;
}
.jumbotron > .container h1:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .jumbotron > .container p {
    font-size: 1rem;
  }
}
.jumbotron > .container p:last-child {
  margin-bottom: 0;
}
.jumbotron > .container .jumbotron-bgi-title {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 0 0.5rem;
}
#navbarSub {
  min-width: calc(100% + 1rem);
  white-space: nowrap;
  overflow-x: auto;
  margin: 0 -0.5rem;
}
#navbarSub .subnav-item {
  display: inline-block;
  color: #f8f9fa;
  font-size: 13px;
  line-height: 40px;
  margin-right: 1rem;
}
#navbarSub .subnav-item:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  #navbarSub {
    min-width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}

.fixed-top-sub {
  position: fixed;
  width: 100%;
  z-index: 999;
}

#body {
  margin-top: 1rem;
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 1rem;
}
.breadcrumb > div {
  width: 100%;
  overflow: hidden;
}
.breadcrumb > div a, .breadcrumb > div i {
  color: #888;
}
.breadcrumb > div .breadcrumb-item {
  float: left;
}
.breadcrumb > div > li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.breadcrumb > div > li:last-child a, .breadcrumb > div > li:last-child i {
  color: #333;
}
@media (max-width: 575px) {
  .breadcrumb {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -1rem;
  }
}

@media (max-width: 1023px) {
  #sidebar {
    min-width: 300px;
    max-width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    z-index: 9999;
    transition: all 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    padding-top: 15px;
  }
  #sidebar.active {
    right: 0;
    margin-left: 0;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  }
}

#footer {
  font-size: 12px;
  margin-top: 1rem;
}
@media (max-width: 575px) {
  #footer {
    font-size: 11px;
  }
}
#footer .top {
  border-top: 1px solid #e0e0e0;
  background-color: #f0f0f0;
  padding: 1rem 0;
}
#footer .top .footer-menu {
  font-size: 12px;
}
#footer .top .footer-menu .fm1-row {
  width: 50%;
  float: left;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper {
  width: calc(50% - 1rem);
  float: left;
  padding: 0.25rem 1.5rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 1px solid #ccc;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper > a {
  display: block;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item {
  margin-bottom: 0.75rem;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item-sub {
  color: #888;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  position: relative;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item-sub:hover {
  color: #333;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item-sub:last-child {
  margin-bottom: 0;
}
#footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item-sub:before {
  content: "-";
  position: absolute;
  left: 0;
}
#footer .top .footer-menu .fm1-row:first-child .fm1-item-wrapper:first-child {
  border-left: none;
}
@media (max-width: 1023px) {
  #footer .top .footer-menu .fm1-row {
    width: 100%;
  }
  #footer .top .footer-menu .fm1-row:nth-child(2) .fm1-item-wrapper:first-child {
    border-left: none;
  }
}
@media (max-width: 575px) {
  #footer .top .footer-menu .fm1-row .fm1-item-wrapper {
    width: 100%;
    margin-right: 0;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    border-left: none;
  }
  #footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item {
    margin-bottom: 0.25rem;
  }
  #footer .top .footer-menu .fm1-row .fm1-item-wrapper .fm1-item-sub {
    margin-bottom: 0.1rem;
  }
}
#footer .bottom {
  color: #fff;
  background-color: #333;
}
#footer .bottom a {
  color: #fff;
}
#footer .footer-menu2 {
  text-align: center;
  padding-top: 1rem;
}
#footer .footer-menu2 .fm2-item {
  white-space: nowrap;
  display: inline-block;
}
#footer .footer-menu2 .fm2-item:after {
  content: "|";
  padding: 0 0.5rem;
}
#footer .footer-menu2 .fm2-item:last-child:after {
  display: none;
}
#footer .footer-content {
  padding-top: 2rem;
}
@media (max-width: 575px) {
  #footer .footer-content {
    padding-top: 1rem;
  }
}
#footer .footer-copyright {
  padding: 2rem 0 2rem;
  margin: 0;
}
@media (max-width: 575px) {
  #footer .footer-copyright {
    font-size: 10px;
    padding: 1rem 0 1rem;
  }
}

.multilang {
  color: #999 !important;
  cursor: pointer;
  display: block;
  padding: 2px 0;
  margin: -0.25rem;
  font-size: 12px;
}
.multilang:first-child {
  color: #333 !important;
}

.modal-dialog {
  font-size: 13px;
}
.modal-dialog input[type=text] {
  border-top: none;
  border-right: none;
  border-left: none;
}
.modal-dialog input[type=password] {
  border-top: none;
  border-right: none;
  border-left: none;
}
.modal-dialog .form-group {
  margin-bottom: 0.5rem;
}
.modal-dialog .form-group:last-child {
  margin-bottom: 0;
}
.modal-dialog #MemberModal_MenuListL {
  padding-left: 15px;
}
.modal-dialog #MemberModal_MenuListL a:last-child {
  border-bottom: none;
}
.modal-dialog #MemberModal_MenuListR a {
  border-left: none;
}
.modal-dialog #MemberModal_MenuListR a:last-child {
  border-bottom: none;
}
.modal-dialog .list-group .list-group-item {
  padding: 0.5rem;
}
.modal-dialog #ProfileImg {
  border-radius: 65px;
  width: 65px;
  height: 65px;
  background-position: center;
  background-size: cover;
}
.modal-dialog .progress {
  position: relative;
}
.modal-dialog .progress .experience {
  text-align: left;
  padding-left: 3px;
}
.modal-dialog .progress .next {
  text-align: right;
  padding-right: 3px;
}
.modal-dialog .progress .percent {
  font-size: 9px;
  line-height: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  #modal_member .modal-dialog {
    max-width: 350px;
  }
  #modal_signin .modal-dialog {
    max-width: 350px;
  }
}
.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 0.5rem 0;
}
.hr-sect:before, .hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0;
  line-height: 0;
  margin: 0 16px;
}

#SidebarSubmenu {
  font-size: 13px;
  margin-bottom: 1rem;
}

.mcr-ad {
  overflow-x: hidden;
}
.mcr-ad.sidebar-submenu-bottom {
  margin-bottom: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "〉";
}

.mcr-code {
  background: #f0f0f0;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 10px;
  margin: 0.5rem 0;
  white-space: pre-wrap;
}

.bibox {
  background: #aaa;
  opacity: 0.5;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  font-size: 1.25em;
}

#goTop {
  position: fixed;
  width: 32px;
  height: 32px;
  bottom: 10px;
  border-radius: 5px;
  z-index: 100;
  right: calc(50% - 16px);
}

#toggleSidebar {
  position: fixed;
  bottom: 10px;
  z-index: 100;
  transition: all 0.25s ease-out;
}
@media (min-width: 1024px) {
  #toggleSidebar {
    display: none;
  }
}
#toggleSidebar.active {
  z-index: 9999;
}
#toggleSidebar.active .bibox {
  background-color: #fff;
  opacity: 1;
}
#toggleSidebar.active .bibox .bi {
  color: #343a40 !important;
}
#toggleSidebar.left {
  left: 0;
}
#toggleSidebar.left.active {
  left: 300px;
}
#toggleSidebar.right {
  right: 0;
}
#toggleSidebar.right.active {
  right: 300px;
}

.wg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.5rem;
}

.wg-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0.5rem;
}

.wg-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 0.5rem;
}

.wg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.5rem;
}

.wg-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0.5rem;
}

.wg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .wg-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem;
  }
  .wg-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.5rem;
  }
  .wg-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0.5rem;
  }
  .wg-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .wg-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.5rem;
  }
  .wg-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem;
  }
}
@media (min-width: 768px) {
  .wg-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem;
  }
  .wg-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.5rem;
  }
  .wg-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0.5rem;
  }
  .wg-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .wg-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.5rem;
  }
  .wg-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .wg-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem;
  }
  .wg-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.5rem;
  }
  .wg-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0.5rem;
  }
  .wg-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .wg-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.5rem;
  }
  .wg-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .wg-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem;
  }
  .wg-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0.5rem;
  }
  .wg-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 0.5rem;
  }
  .wg-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .wg-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.5rem;
  }
  .wg-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0.5rem;
  }
}
/*
* 문서 페이지 스타일
* 사용하려면 문서 페이지의 내용을 <div class="mcr-article"></div>로 감싸주세요.
*-----------------------
*/
.mcr-article h1, .mcr-article h2, .mcr-article h3, .mcr-article h4, .mcr-article h5, .mcr-article h6, .mcr-article p {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
.mcr-article h1 {
  font-size: 1.75rem;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid #ddd;
  padding-left: 1rem;
}
.mcr-article h2 {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  border-bottom: 3px solid #ddd;
}
.mcr-article h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #eee;
}
.mcr-article h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #eee;
}
.mcr-article h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.mcr-article h6 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.mcr-article h1, .mcr-article h2, .mcr-article h3, .mcr-article h4, .mcr-article h5, .mcr-article h6 {
  font-weight: 400;
}
.mcr-article h1:first-child, .mcr-article h2:first-child, .mcr-article h3:first-child, .mcr-article h4:first-child, .mcr-article h5:first-child, .mcr-article h6:first-child {
  margin-top: 0;
}
.mcr-article p {
  margin-bottom: 0.25rem;
}
.mcr-article ol, .mcr-article ul {
  padding-left: 2rem;
}
.mcr-article ol li, .mcr-article ul li {
  margin-bottom: 0.25rem;
}
.mcr-article strong, .mcr-article b {
  font-weight: 400;
}

a.link {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fadingOut {
  transition: opacity 0.25s linear;
  opacity: 0;
}

.visible-after:after {
  visibility: visible !important;
}

.xe_content img {
  max-width: 100%;
}

/*
 * Rhymix.scss 재정의
 * --------------------------------------------------
 */
/* Clearfix */
.xe-clearfix {
  zoom: 1;
}
.xe-clearfix:before, .xe-clearfix:after {
  content: " ";
  display: table;
}
.xe-clearfix:after {
  clear: both;
}

.xe-widget-wrapper {
  overflow: hidden;
}

/* Popup Menu Area */
#popup_menu_area {
  position: absolute;
  z-index: 9999;
  margin: 10px 0;
  padding: 0;
  border: 1px solid #222;
  border-radius: 0;
  font-size: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #343a40;
  min-width: 80px;
}
#popup_menu_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#popup_menu_area li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
#popup_menu_area a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #fff;
}
#popup_menu_area a:hover, #popup_menu_area a:active, #popup_menu_area a:focus {
  background: #222;
  outline: none;
}

@media screen and (max-width: 400px) {
  #popup_menu_area {
    min-width: 120px;
    max-width: 95%;
    font-size: 13px;
  }
  #popup_menu_area a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #212121;
  }
}
/* Message */
.message {
  position: relative;
  margin: 1em 0;
  padding: 0 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  line-height: 1.4;
  font-size: 13px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f8f8f8;
}
.message p {
  margin: 1em 0 !important;
}
.message.info {
  border-color: #BCE8F1;
  color: #3A87AD;
  background-color: #D9EDF7;
}
.message.error {
  border-color: #EED3D7;
  color: #B94A48;
  background-color: #F2DEDE;
}
.message.update {
  border-color: #D6E9C6;
  color: #468847;
  background-color: #DFF0D8;
}

body > .message {
  margin: 1em;
}

/* Waiting for server response */
.wfsr {
  z-index: 2000;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font: bold 16px/60px "Helvetica Neue", Helvetica, Arial, 돋움, Dotum, sans-serif;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  box-shadow: 0 0 5px #000;
  background: #333 url("../../../../common/img/msg.loading.gif") no-repeat center 15px;
}

/* Debug */
#rhymix_debug_button {
  display: none;
  position: fixed;
  left: 0;
  bottom: 40px;
  background: #eeeeee;
  background: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  border: 1px solid #ccc;
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18), 0 0 6px 0 rgba(0, 0, 0, 0.12);
  z-index: 1073741824;
}
#rhymix_debug_button:hover {
  background: #dddddd;
  background: linear-gradient(to bottom, #e8e8e8 0%, #d9d9d9 100%);
}
#rhymix_debug_button a {
  display: block;
  font: bold 12px/14px Arial, sans-serif;
  color: #444;
  text-decoration: none;
  padding: 4px 8px;
}
#rhymix_debug_button a.has_errors {
  color: #f44336;
}

#rhymix_debug_panel {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: #fcfcfc;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  z-index: 1073741824;
}
#rhymix_debug_panel .debug_header {
  clear: both;
  width: 100%;
  height: 36px;
  background: #444444;
  background: linear-gradient(to right, #222222 0%, #444444 40%, #eeeeee 100%);
  position: relative;
}
#rhymix_debug_panel .debug_header h2 {
  font: bold 16px/20px Arial, sans-serif;
  color: #fcfcfc;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
}
#rhymix_debug_panel .debug_header .debug_maximize {
  font: normal 20px/24px Arial, sans-serif;
  text-decoration: none;
  color: #444444;
  position: absolute;
  right: 32px;
  top: 6px;
}
#rhymix_debug_panel .debug_header .debug_close {
  font: normal 28px/28px Arial, sans-serif;
  text-decoration: none;
  color: #444444;
  position: absolute;
  right: 10px;
  top: 4px;
}
#rhymix_debug_panel .debug_header .debug_close:hover {
  color: #f44336;
}
#rhymix_debug_panel .debug_page {
  clear: both;
  margin: 12px 10px;
  font: normal 12px/16px Arial, NanumBarunGothic, NanumGothic, "Malgun Gothic", sans-serif;
}
#rhymix_debug_panel .debug_page .debug_page_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}
#rhymix_debug_panel .debug_page .debug_page_header h3 {
  color: #444;
  font: inherit;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#rhymix_debug_panel .debug_page .debug_page_collapse {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  text-decoration: none;
  padding: 2px 2px;
}
#rhymix_debug_panel .debug_page .debug_page_body {
  margin: 8px 4px 8px 10px;
}
#rhymix_debug_panel .debug_page .debug_page_body h4 {
  color: #444;
  font: inherit;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
}
#rhymix_debug_panel .debug_page .debug_entry {
  font-family: Consolas, "Courier New", monospace;
  color: #444;
  margin-left: 38px;
  margin-bottom: 8px;
  text-indent: -28px;
  word-wrap: break-word;
  word-break: break-all;
}
#rhymix_debug_panel .debug_page .debug_entry.pre_wrap {
  white-space: pre-wrap;
}
#rhymix_debug_panel .debug_page .debug_entry ul.debug_metadata {
  margin: 0 0 0 -16px;
  padding: 0;
}
#rhymix_debug_panel .debug_page .debug_entry ul.debug_metadata li {
  list-style: disc;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#rhymix_debug_panel .debug_page .debug_entry ul.debug_backtrace {
  margin: 4px 0 0 16px;
  padding: 0;
}
#rhymix_debug_panel .debug_page .debug_entry ul.debug_backtrace li {
  list-style: disc;
  margin: 0;
  padding: 0;
  text-indent: 0;
  color: #888;
}

.etc {
  margin-bottom: 5px;
}

/** admin input **/
.x_form-horizontal input[type=text] {
  height: auto !important;
}

.btnArea {
  text-align: right;
  margin: 1em 0;
}
.btnArea .btn {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  border: 1px solid #343a40;
  background: #343a40;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
.btnArea .btn:hover {
  background: #000;
  color: #fff;
}
.btnArea select {
  font-size: 12px;
  padding: 0.25rem;
}

.x .x_nav-tabs {
  border-bottom: 1px solid #343a40 !important;
}
.x .x_nav-tabs > li > a {
  font-size: 12px;
  padding: 3px 8px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.x .x_nav-tabs > li.x_active {
  border-top: 1px solid #343a40;
  border-right: 1px solid #343a40;
  border-left: 1px solid #343a40;
}
.x .x_nav-tabs > li:not(.x_active) {
  background-color: #343a40;
}
.x .x_nav-tabs > li:not(.x_active) > a {
  color: #fff;
}
.x .x_nav-tabs > li:not(.x_active) > a:hover {
  background-color: transparent;
  border: none;
}
.x .x_nav-tabs > li:not(.x_active):hover {
  background-color: #000 !important;
}
@media (max-width: 575px) {
  .x .x_nav-tabs > li {
    width: 100%;
    text-align: center;
  }
  .x .x_nav-tabs > li.x_active {
    border-bottom: 1px solid #343a40;
  }
}

.fixMargin {
  margin: -0.5rem;
}
.after-op-0 {
  background-color: transparent !important;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
}
.after-op-0:after {
  opacity: 0 !important;
}
.after-op-0 ~ #mainSlider .carousel-caption {
  box-shadow: inset 0px 50px 100px 0px rgba(0, 0, 0, 0.15);
}

.after-op-1 ~ #mainSlider .carousel-caption {
  box-shadow: none;
}
#nav_top.full-cover {
  transition: all 0.25s ease-out;
}
#nav_top.full-cover:after {
  transition: all 0.25s ease-out;
}
#nav_top.full-cover.nav-tp.nav-tp-white .nav-logo {
  color: #fff !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#nav_top.full-cover.nav-tp.nav-tp-white .navbar-toggler {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#nav_top.full-cover.nav-tp.nav-tp-white .navbar-toggler .bi {
  font-size: 24px;
  line-height: 24px;
}
#nav_top.full-cover.nav-tp.nav-tp-white .nav-link {
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}
#nav_top.full-cover.nav-tp.nav-tp-white .nav-item.active .nav-link {
  color: #fff !important;
}
#nav_top.full-cover.nav-tp.nav-tp-white .nav-item.active:after {
  border-bottom-color: #fff !important;
}
#nav_top.full-cover.nav-tp.nav-tp-dark .navbar-toggler {
  color: #232425;
}
#nav_top.full-cover.nav-tp.nav-tp-dark .nav-link {
  color: #232425;
}/*# sourceMappingURL=macaron.css.map */