/* 직접 추가 */
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@700&display=swap");
@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;600;700;900&display=swap");
@font-face {
  font-family: NotoSerifKR;
  src: url(./NotoSerifKR-Black.otf);
  src: url(./NotoSerifKR-Medium.otf);
  src: url(./NotoSerifKR-Regular.otf);
}
@font-face {
  font-family: "KoPubDotumMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/KoPubDotumMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansLight";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

.nanumgothic * {
  font-family: "Nanum Gothic", sans-serif;
}
@font-face {
  font-family: "KOTRA_SONGEULSSI";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/KOTRA_SONGEULSSI.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

/* shapedivider.app */
.custom-shape-divider-top-1644310198 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1644310198 svg {
  position: relative;
  display: block;
  width: calc(126% + 1.3px);
  height: 127px;
  transform: rotateY(180deg);
}

.custom-shape-divider-top-1644310198 .shape-fill {
  fill: #ffffff;
}

.board-gallery a:hover {
  color: black !important;
}

html {
  width: 100%;
}

body {
  font-family: "Nanum Gothic", sans-serif !important;
  width: calc(100vw - (100vw - 100%));
  /* background-image: url("../image/wave.svg"); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  font-family: "Nanum Gothic", sans-serif !important;
}

* {
  box-sizing: border-box;
}

/* 데스트탑(992*/
@media (min-width: 980px) {
  .header-title {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #282d3c, 80%, #0a599b);
    /* border-bottom: 4px solid #63abc7; */
  }

  .header-inner,
  .header-right {
    display: inherit !important;
  }

  .header-nav {
    height: 77px;
  }
  /* 게시판 관련 시작 */
  .board-write {
    margin-top: 100px;
  }

  .tab-scroll-category {
    margin-top: 120px;
  }
  /* 게시판 관련 끝 */

  .mobile-only,
  .mobile-nav,
  aria-label {
    display: none !important;
  }

  .nav-item {
    padding-left: 18px;
    padding-right: 9px;
  }

  .group-subj,
  .group-time {
    font-size: 16px;
  }

  .headline-short h5 {
    font-size: 20px;
    font-weight: 600;
    color: #666;
  }

  .header-right li,
  .header-right a {
    display: inline;
    color: black;
    font-weight: 500;
    font-size: 20px;
  }

  .board-view {
    padding-top: 40px !important;
  }
}
/* 데스크탑 end */

/* 모바일 */
@media (max-width: 980px) {
  /* .wrapper{
        width: 100%;
    } */
  .header-title {
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #282d3c, 100%, #0a599b);
    /* border-bottom: 4px solid #63abc7; */
  }

  .header-inner {
    display: none !important;
  }

  .header-nav {
    height: 55px;
  }
  /* 게시판 높이 조절 */
  .board-write {
    margin-top: 10px;
  }

  .tab-scroll-category {
    margin-top: 100px;
  }
  /* 게시판 관련 끝 */

  .mobile-only {
    display: inline-block !important;
  }

  .mobile-logo {
    margin: auto;
  }

  #mobile-nav {
    display: none;
  }

  .mobile-nav {
    overflow-x: hidden;
    padding: 23px 23px 120px;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: calc(100vh - 60px);
    padding: 23px;
    overflow: scroll;
    background-color: transparent;
    -webkit-box-shadow: 0px 20px 35px rgb(13 12 34 / 5%);
    box-shadow: 0px 20px 35px rgb(13 12 34 / 5%);
    background: rgba(0, 0, 0, 0.599);
  }

  .mobile-nav > nav > ul > li {
    padding-bottom: 10px;
  }

  .mobile-nav > nav > ul {
    padding: 0 0 0 0px;
  }

  .mobile-nav a {
    color: white;
    font-weight: 700;
    font-size: 19px;
    transition: 0.3s;
  }

  .m-nav-a-a {
    font-family: "GmarketSansLight", sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
  }

  .intro-culture-image,
  .intro-health-image,
  .intro-law-image,
  .intro-review-image,
  .intro-welfare-image {
    height: 230px !important;
  }
  .group-subj,
  .group-time {
    font-size: 16px;
  }

  .headline-short h5 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
  }

  .logout-mob li,
  .logout-mob a {
    display: inline;
    color: white;
    font-weight: 500;
    font-size: 18px;
    float: right;
    padding-bottom: 30px;
  }

  .logout-desk,
  .tg-session-desk {
    display: none !important;
  }

  .board-view {
    /* padding-top: 80px !important; */
  }
}
/* 모바일 end */

/* 1250px 미만일 때 게시판 크기 조정*/
@media (max-width: 1100px) {
  .basic-group-skin,
  .board-info,
  .board-list-footer,
  /* basic */
  .table,
  /* 갤러리 */
  .board-view,
  .board-write,
  .tab-scroll-category,
  .my-page,
  .my-activity,
  .my-config,
  .respond-list,
  .margin-bottom-20,
  .margin-bottom-15 {
    margin-right: auto;
    margin-left: auto;
    padding: 0 1em;
    max-width: 1100px;
    box-sizing: border-box;
  }

  .col-sm-6 {
    padding: 0;
  }
}

/* 1250px 이상일 때 */
@media (min-width: 1100px) {
  .basic-group-skin,
  .board-info,
  .board-list-footer,
  /* basic */
  .table,
  /* 갤러리 */
  .board-gallery,
  .margin-bottom-20,
  .margin-bottom-15,
  .board-view,
  .tab-scroll-category,
  .my-page,
  .my-activity,
  .my-config,
  .respond-list,
  .board-webzine {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  .board-write {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.board-list {
  margin-right: auto;
  margin-left: auto;
}

i.fas {
  color: white;
  display: inline-block;
}

.eb-pagination i.fas {
  color: #706868;
}

.align-center {
  align-items: center;
}

.header-inner::after {
  clear: both;
  display: block;
  content: "";
}

.header-left {
  margin-right: 20px;
}

.header-left img {
  height: 62px;
  transition: 0.3s;
  padding-bottom: 3px;
}

.mobile-logo img {
  height: inherit;
}

ul {
  list-style: none;
}

.header-center {
  display: flex;
  height: 100%;
}

.header-center li,
.header-center a {
  display: flex;
}

.td-subject a:hover {
  color: #2eabd1 !important;
}
/* .comment-area,
.comment-area-divider,
.view-area-divider {
  display: none;
} */

@keyframes animate {
  to {
    background-position: 400%;
  }
}

.board-view .board-view-file-conts #bo_v_img img {
  margin: auto;
}

.btn-e {
  border: 0;
}
/*--------------------------------------
    eyoom (이윰빌더)
--------------------------------------*/

/*---------- Wrapper & Basic Layout & Boxed Layout ----------*/
.wrapper {
  position: relative;
  background: none;
}

.basic-layout {
  background: none;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #bbb;
  margin-left: auto !important;
  margin-right: auto !important;
  background: #fff;
}

.boxed-layout .header-nav > .navbar > .container {
  padding-right: 0;
  padding-left: 0;
}

/*---------- Header Topbar ----------*/
.header-topbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: none;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1005;
  text-align: center;
  height: 40px;
}

.header-topbar ul {
  margin: 0;
}

.header-topbar .topbar-left {
  position: absolute;
  top: 0;
  left: 0;
}

.header-topbar .topbar-left .left-menu {
  margin-left: 15px;
  position: relative;
  overflow: hidden;
  clear: both;
  border-left: 1px solid #e5e5e5;
}

.header-topbar .topbar-left .left-menu > li {
  line-height: 40px;
  float: left;
  border-right: 1px solid #e5e5e5;
}

.header-topbar .topbar-left .left-menu > li > a {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: 0 20px;
  font-size: 12px;
  color: #555555;
}

.header-topbar .topbar-left .left-menu > li > a:hover {
  text-decoration: underline;
}

.header-topbar .topbar-left .left-menu > li > a i {
  color: #b5b5b5;
}

.header-topbar .topbar-left .left-menu > li > a:hover i {
  color: #555555;
}

.header-topbar .topbar-left .left-menu > li > a.active {
  background: #fff;
  font-weight: bold;
  color: #ff4848;
}

.header-topbar .topbar-center {
  display: inline-block;
}

.header-topbar .topbar-center .notice-roll {
  width: 220px;
  text-align: left;
  border: 0;
  background: transparent;
  margin: 5px 0;
}

.header-topbar .topbar-center .notice-roll ul li a {
  color: #c5c5c5;
}

.header-topbar .topbar-center .notice-roll ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.header-topbar .topbar-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin-right: 15px;
}

.header-topbar .topbar-right .mobile-nav-trigger {
  display: none;
}

.header-topbar .topbar-right > .member-menu > li {
  padding: 0 7px;
  line-height: 40px;
  display: inline-block;
}

.header-topbar .topbar-right > .member-menu > li > a {
  font-size: 12px;
  color: #555555;
}

.header-topbar .topbar-right > .member-menu > li > a:hover {
  text-decoration: underline;
}

.header-topbar .topbar-right > .member-menu > li > a i {
  color: #b5b5b5;
}

.header-topbar .topbar-right > .member-menu > li > a:hover i {
  color: #555555;
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu {
  position: relative;
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul {
  left: inherit;
  right: 0;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  margin-top: -1px;
}

.header-topbar .topbar-right > .member-menu > li.topbar-add-menu > ul > li > a {
  color: #555555;
}

.header-topbar
  .topbar-right
  > .member-menu
  > li.topbar-add-menu
  > ul
  > li
  > a:hover {
  color: #000;
  background: #f5f5f5;
}

.header-topbar
  .topbar-right
  > .member-menu
  > li.topbar-add-menu
  > ul
  > li.divider {
  background: #e5e5e5;
}

.header-topbar .topbar-right > .member-menu > li.dropdown-extended li {
  border-left: 0;
  border-right: 0;
  top: 0;
  margin-left: 0;
  position: relative;
  border: 0;
  text-align: left;
}

.header-topbar .dropdown-extended .dropdown-menu {
  float: right;
  left: inherit;
  right: 0px;
  margin: 0;
  border: 0;
  background-color: #fff;
  width: 275px;
  z-index: 999;
  border-radius: 4px !important;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.header-topbar .dropdown-extended .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 20px;
  display: inline-block !important;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fafafa;
  border-left: 7px solid transparent;
  border-bottom-color: #ccc;
  content: "";
}

.header-topbar .dropdown-extended .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 21px;
  display: inline-block !important;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fafafa;
  border-left: 6px solid transparent;
  content: "";
}

.header-topbar .dropdown-extended .dropdown-menu > li.external {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
  letter-spacing: 0.5px;
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > h5 {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 12px;
  display: inline-block;
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > a {
  display: inline-block;
  padding: 0;
  background: none;
  clear: inherit;
  font-size: 12px;
  position: absolute;
  right: 10px;
  border: 0;
  color: #000;
  text-decoration: underline;
}

.header-topbar .dropdown-extended .dropdown-menu > li.external > a:hover {
  text-decoration: underline;
}

.header-topbar .dropdown-extended .dropdown-menu .dropdown-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 246px;
}

.header-topbar .dropdown-extended .dropdown-menu .dropdown-menu-list > li > a {
  display: block;
  clear: both;
  white-space: normal;
  padding: 8px 0 0;
  text-shadow: none;
}

/*---------- Header Title ----------*/
/* 로고 아래 흰 줄 */
.underline_white {
  position: relative;
  border-bottom: 1px solid white;
}

.header-title .header-title-in {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 65px;
  color: #fff;
  z-index: 1001;
  background: none;
}

.header-title .header-title-in .title-image-center {
  width: auto;
  height: 65px;
  margin: 0px 25px;
}

.header-title .header-title-in h1 {
  color: #454545;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
}

/*---------- Header Nav ----------*/
.header-nav {
  position: relative;
}

.header-nav .navbar {
  border: none;
  margin-bottom: 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 -1px 0px #e5e5e5;
  white-space: nowrap;
  height: 60px;
}

.header-nav .navbar-nav > li > a {
  font-size: 12px;
  letter-spacing: 0px;
}

.header-nav .nav > li > a:hover,
.header-nav .nav > li > a:focus {
  background: inherit;
}

.header-nav .navbar-nav .dropdown > a:after {
  top: 12px;
  right: 12px;
  font-size: 11px;
  position: absolute;
  font-weight: normal;
  color: #bbb;
  display: inline-block;
  font-family: "Font Awesome\ 5 Free";
  content: "\f0d7";
  font-weight: 900;
}

/* Nav In Center */
.header-nav .nav-center {
  display: inline-block;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

/* Navbar Nav */
.header-nav .navbar {
  position: relative;
  width: 100%;
  z-index: 1002;
  background-color: #fff;
  border-top: 0;
  border-bottom: 1px solid #e5e5e5;
  white-space: nowrap;
  height: 60px;
}

.header-nav .container > .navbar-header,
.header-nav .container-fluid > .navbar-header {
  margin-bottom: -10px;
}

.header-nav .navbar-nav {
  position: relative;
  float: none;
  display: flex;
  justify-content: center;
}

.header-nav .navbar-nav .nav-li-divider {
  width: 2px;
  height: 20px;
  background: #e5e5e5;
  margin-top: 20px;
}

.header-nav .navbar-nav > li > a {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
}

.header-nav .navbar-nav > li > a > .nav-icon-pre {
  margin-right: 15px;
}

.header-nav .navbar-nav > li.dropdown > a {
  padding-right: 30px;
}

.header-nav .navbar-nav > li > a,
.header-nav .navbar-nav > li > a:hover,
.header-nav .navbar-nav > li > a:focus,
.header-nav .navbar-nav > .active > a,
.header-nav .navbar-nav > .active > a:hover,
.header-nav .navbar-nav > .active > a:focus {
  color: #787b90;
  background: none;
}

.header-nav .navbar-nav > .open > a,
.header-nav .navbar-nav > .open > a:hover,
.header-nav .navbar-nav > .open > a:focus {
}

.header-nav .navbar-nav .dropdown > a:after {
  top: 0;
  right: 15px;
  font-size: 11px;
  position: absolute;
  font-weight: normal;
  color: #b5b5b5;
  display: inline-block;
  font-family: "Font Awesome\ 5 Free";
  content: "\f0d7";
  font-weight: 900;
}

.header-nav .dropdown-menu {
  border: none;
  padding: 0px;
  margin-top: -1px !important;
  min-width: 200px;
  background: #fff;
  z-index: 999 !important;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.header-nav .dropdown-menu li a {
  color: #353535;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 10px;
}

.header-nav .dropdown-menu .active > a {
  color: #ff4848;
  background: inherit;
  filter: none !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-nav .dropdown-menu li > a:focus {
  background: none;
  filter: none !important;
}

.header-nav .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
}

.header-nav .open > .dropdown-menu {
  display: none;
}

.header-nav .dropdown-menu > li a:hover {
  background: #fff;
}

/* Dropdown Submenu */
.header-nav .dropdown-submenu {
  position: relative;
}

.header-nav .dropdown-submenu > a > .sub-caret {
  top: 5px;
  left: 8px !important;
  float: right;
  font-size: 11px;
  display: inline-block;
}

.header-nav .dropdown-submenu > .dropdown-menu {
  top: -10px;
  left: 100%;
  margin-left: 0px;
}

.header-nav .dropdown-submenu > .dropdown-menu.submenu-left {
  left: -100%;
}

.header-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.header-nav .dropdown-submenu.pull-left {
  float: none;
}

.header-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.header-nav .dropdown-menu li [class^="fa-"],
.header-nav .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.header-nav .dropdown-menu li [class^="fa-"].fa-lg,
.header-nav .dropdown-menu li [class*=" fa-"].fa-lg {
  width: 1.5625em;
}

.header-nav .dropdown-submenu > a > .sub-caret {
  position: absolute !important;
  left: inherit !important;
  right: 0;
  top: 11px;
}

/* Header Nav Fixed */
/* #header-fixed .header-nav .navbar-nav > li > a {color:#555555;font-weight:400}
#header-fixed .header-nav .navbar-nav .active > a, #header-fixed .header-nav .navbar-nav li > a:hover, #header-fixed .header-nav .navbar-nav > li.open > a {color:#FF4848}
#header-fixed .header-nav.header-sticky {width:100%;z-index:1002;position:relative}
#header-fixed .header-nav.header-fixed-trans {position:fixed;top:40px;left:0}
#header-fixed .header-nav.header-fixed-trans .navbar-nav > li > a {color:#555555;line-height:60px}
#header-fixed .header-nav.header-fixed-trans .navbar-nav .active > a, #header-fixed .header-nav.header-fixed-trans .navbar-nav li > a:hover {color:#FF4848}
#header-fixed .header-sticky-space.header-fixed-space-trans {clear:both;margin-bottom:60px} */
/* Fixed Boxed */
/* .boxed-layout#header-fixed .header-nav.header-sticky {left:inherit;width:inherit} */

/*---------- Sidebar Nav ----------*/
.sidebar .sidebar-member-menu {
  display: none;
}

/*---------- Basic Body ----------*/
.basic-body.page-padding {
  padding-top: 23px;
  padding-bottom: 60px;
}

.basic-body.ft-padding {
  padding-bottom: 25px;
}

.basic-body .basic-body-page {
  position: relative;
  background: #fff;
  padding: 0 15px;
  border: 1px solid white;
}

.basic-body .basic-body-page .category-mobile-area {
  display: none;
}

.basic-body .basic-body-page .basic-body-main {
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.basic-body .basic-body-main {
  padding-top: 25px;
  padding-bottom: 60px;
}

.basic-body .basic-body-main.left-main {
  border-right: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.basic-body .basic-body-main.right-main {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}

.basic-body .basic-body-main.page-padding {
  padding-bottom: 25px;
}

.basic-body .basic-body-main.ft-padding {
  padding-bottom: 25px;
}

.basic-body .basic-body-side {
  padding: 25px 20px;
}

.basic-body .basic-body-side.left-side {
  margin-right: -1px;
  border-right: 1px solid #e5e5e5;
}

.basic-body .basic-body-side.right-side {
  margin-left: -1px;
  border-left: 1px solid #e5e5e5;
}

.basic-body .basic-body-side .side-mobile-area {
  display: none;
}

.basic-body .basic-body-main.col-md-9 {
  width: 73%;
}

.basic-body .basic-body-side.col-md-3 {
  width: 27%;
}

/*---------- Footer Top ----------*/
.footer-top {
  position: relative;
  width: 100%;
  min-height: 100px;
  background: none;
  border-top: 1px solid #e5e5e5;
}

.footer-top-content {
  position: relative;
}

.footer-top-content .footer-top-logo {
  position: absolute;
  top: 3px;
  left: 0;
  width: 140px;
  height: auto;
}

.footer-top-content .footer-top-logo h2 {
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-size: 22px;
}

.footer-top-content .footer-top-info {
  position: relative;
  margin-top: 30px;
  margin-left: 180px;
  margin-bottom: 30px;
  word-break: keep-all;
  font-size: 12px;
}

.footer-top-content .footer-top-info strong {
  color: #353535;
}

.footer-top-content .footer-top-info span {
  color: #757575;
}

.footer-top-content .footer-top-info span.info-divider {
  margin-left: 5px;
  margin-right: 5px;
  color: #d5d5d5;
}

.footer-top-content .footer-top-info a {
  color: #555555;
  text-decoration: underline;
}

.footer-top-content .footer-top-info a:hover {
  color: #353535;
}

.footer-top-content .footer-top-info .btn-e-xs {
  line-height: 11px;
  color: #fff;
  text-decoration: none;
}

/*---------- Footer ----------*/
.footer {
  position: relative;
  background: none;
  margin-left: 32px;
  margin-right: 32px;
  border-top: 1px solid #9d9dab;
  width: -webkit-fill-available !important;
  padding: 8px 0;
}

.footer .footer-left {
  position: absolute;
  left: 0;
}

.footer .footer-left > ul {
  margin: 0;
}

.footer .footer-left > ul > li {
  color: #555555;
  font-size: 11px;
  line-height: 34px;
  border-right: 1px solid #e5e5e5;
  padding: 0 14px;
}

.footer .footer-left > ul > li:last-child {
  border-right: 0;
  box-shadow: none;
}

.footer .footer-left > ul > li:last-child a {
  margin-right: 14px;
  color: #656565;
}

.footer .footer-left > ul > li:last-child a:hover {
  text-decoration: underline;
}

.footer .footer-left .footer-info-btn {
  display: inline-block;
  cursor: pointer;
  box-shadow: none;
}

.footer .footer-left .dropup .dropdown-menu > li > a {
  font-size: 11px;
}

.footer .footer-right {
  text-align: right;
  padding-right: 0;
  overflow: hidden;
}

.footer .footer-right p {
  color: #656565;
  font-size: 11px;
  line-height: 34px;
  margin-bottom: 0;
}

/*---------- Page Title ----------*/
.page-title-wrap {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.page-title-wrap h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  color: #454545;
  font-weight: bold;
}

.page-title-wrap .breadcrumb {
  margin: 3px 0 0;
  padding: 0;
  background: none;
  font-size: 12px;
  color: #656565;
}

.page-title-wrap .breadcrumb li {
  color: #656565;
}

.page-title-wrap .breadcrumb li a {
  color: #656565;
}

/*---------- Main Index ----------*/
.main-mobile-content .poll {
  margin: 30px 0 0;
}

/*---------- Sidebar Tab ----------*/
.sidebar-tab {
  position: relative;
  margin: 0 0 25px;
}

.sidebar-tab .nav-tabs {
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-tab .nav-tabs li {
  width: 50%;
}

.sidebar-tab .nav-tabs li a {
  text-align: center;
  margin-right: 0;
  margin-left: -1px;
  color: #959595;
  border: 1px solid #e5e5e5;
  padding: 7px 5px;
  font-size: 12px;
}

.sidebar-tab .nav-tabs li:first-child a {
  margin-left: 0;
}

.sidebar-tab .nav-tabs li a:hover {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar-tab .nav-tabs li.active a {
  z-index: 1;
  background: #fff;
  font-weight: bold;
  color: #353535;
  border-bottom: 0;
}

.sidebar-tab .tab-content {
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: 0;
  padding: 10px;
  background: #fff;
}

/*---------- Quick Menu ----------*/
.quick-menu-wrap {
  position: relative;
}

.quick-menu {
  position: absolute;
  z-index: 1;
  right: -78px;
  top: 0px;
  width: 68px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.quick-menu.quick-menu-main {
  top: 25px;
}

.quick-menu .quick-menu-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.quick-menu .quick-menu-box.heading-current {
  padding: 3px 0;
  background: #f5f5f5;
}

.quick-menu .quick-menu-box.current-view {
  padding: 5px;
  border-bottom: 0;
}

.quick-menu .quick-menu-box i {
  color: #b5b5b5;
  font-size: 16px;
}

.quick-menu .quick-menu-box span {
  display: block;
  color: #2e3340;
  font-size: 11px;
  padding-top: 2px;
  letter-spacing: -1px;
}

.quick-menu .quick-menu-box:hover i,
.quick-menu ul li a:hover span {
  color: #000;
}

.quick-menu .quick-menu-box .quick-carousel {
  width: 100%;
}

.quick-menu .quick-menu-box .item-image img {
  width: 100%;
  height: auto;
  background: #fff;
  margin-bottom: 5px;
}

.quick-menu .quick-menu-box p {
  width: 100%;
  height: 80px;
  padding-top: 20px;
  letter-spacing: -1px;
  font-size: 11px;
  background: #fff;
  margin: 0;
  color: #959595;
}

.quick-menu .quick-menu-box .quick-carousel .carousel-arrow a {
  font-size: 11px;
  padding-top: 6px;
  color: #959595;
}

.quick-menu .quick-menu-box .quick-carousel .carousel-arrow a:hover,
.quick-menu .quick-menu-box .quick-carousel .carousel-arrow a:focus {
  color: #000;
}

.quick-menu .quick-scroll-btn {
  background: #676769;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  margin: -1px;
  cursor: pointer;
}

.quick-menu .quick-scroll-btn:hover {
  background: #4b4b4d;
}

.quick-menu .quick-scroll-btn.top-btn {
  padding: 7px 0 9px;
}

.quick-menu .quick-scroll-btn.down-btn {
  border-top: 1px solid #959595;
}

.quick-menu .quick-scroll-btn i {
  display: block;
  font-size: 12px;
  line-height: 1;
}

.quick-menu .quick-scroll-btn span {
  display: block;
  font-size: 10px;
  line-height: 1;
  color: #d5d5d5;
}
