.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Free' !important; }

a,
a * {
  color: #333; }

.header_wrapper {
  height: 80px; }

header.report-header {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%; }

header .iconyoutube {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain; }

header .iconsearch {
  width: 20px;
  /* height: 26px; */
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 20px;
}

header.d-flex {
  background-color: #fff;
  padding-left: 6%;
  z-index: 1200;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1100;
  -webkit-box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  -o-transition: transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  transition: transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74), -webkit-transform 0.4s cubic-bezier(0.3, 0.73, 0.3, 0.74);
  border-bottom: #ededed solid 1px; }

header.trans {
  opacity: 0; }

header.sticky {
  position: fixed;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

header.sticky.slidedown {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%); }

header.navOpen {
  -webkit-box-shadow: none;
  box-shadow: none; }

#member {
  height: 80px;
  position: relative; }

.member_detail {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 5px 20px 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
  -webkit-transition: all 0.4s, opacity 0.2s;
  -o-transition: all 0.4s, opacity 0.2s;
  transition: all 0.4s, opacity 0.2s; }

.member_detail.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 50; }

.member_detail li {
  list-style: none;
  text-align: left;
  line-height: 1.5;
  font-size: 15px;
  position: relative;
  padding: 10px 0;
  color: #696969; }

.member_detail li img {
  right: 8px;
  top: 8px;
  width: 18px; }

.member_detail a {
  display: block;
  margin-top: 10px;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  border-radius: 3px;
  color: #ea597a;
  border: 1px solid #ea597a; }

#member .avatar-wrapper {
  -webkit-box-shadow: 0 0 0 3px rgba(228, 220, 235, 0.5), 0 0 0 6px rgba(228, 220, 235, 0.3);
  box-shadow: 0 0 0 3px rgba(228, 220, 235, 0.5), 0 0 0 6px rgba(228, 220, 235, 0.3);
  width: 36px;
  margin: 17px 20px 17px -5px;
  border-radius: 50%; }

#member > div {
  float: left;
  padding: 2px;
  position: relative;
  margin-right: 20px;
  z-index: 55; }

#member:after {
  content: '';
  display: block;
  width: 110%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -5%;
  z-index: 54;
  top: 0; }

#member .name {
  margin-top: 20px;
  padding-right: 22px;
  font-size: 13px;
  position: relative; }

.search:after {
  content: '';
  display: block;
  height: 36px;
  width: 1px;
  background: #ededed;
  position: absolute;
  left: 0; }

.search {
  position: relative;
  z-index: 60; }

.name img {
  width: 13px;
  right: 0;
  top: 50%;
  margin-top: -4px; }

#member .name font {
  color: #696969;
  max-width: 110px; }

.unread {
  color: #fff;
  background-color: #ea597a;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  padding: 2px;
  line-height: 1.1;
  font-size: 11px;
  border-radius: 3px;
  right: -5px;
  top: -3px; }

.poA {
  position: absolute; }

.header-left {
  padding: 20px 0 20px 0;
  position: relative;
  z-index: 800; }

.header-left a {
  display: inline-block; }

.header-left .logo {
  width: 115px;
  height: 43px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 34px; }

.header-mid .nav-link {
  padding: 29px 0 27px 0;
  cursor: pointer; }

.header-mid .nav-link:not(:last-child) {
  margin-right: 47px; }

.header-right > .btn:nth-child(-n + 3) {
  padding: 4px 16px;
  border-radius: 0; }

.header-right > .btn:nth-child(4) {
  padding: 5px 21px;
  font-weight: unset;
  border-radius: 3px;
  border: 1px solid #ea597a;
  color: #ea597a;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.mail_wrapper {
  width: 22px;
  height: 18px;
  margin-top: 19px; }

#member .msg_wrapper {
  width: 20px;
  height: 20px;
  margin-top: 19px;
  margin-right: 10px; }

ul.nav {
  padding-left: 25px; }
  @media (max-width: 768px) {
    ul.nav {
      padding-left: 10px; } }

.item-text {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 1.1px;
  font-weight: 500;
  color: #333; }

.head-youtube {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  z-index: 80; }

.login-text,
.bride-wrapper .article-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 1.1px;
  color: #0c2441; }

.menu-wrapper {
  top: 80px;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  box-shadow: 0 0 20px 0 rgba(124, 124, 124, 0.2);
  -webkit-transform: translate(0, -120%);
  -ms-transform: translate(0, -120%);
  transform: translate(0, -120%);
  opacity: 0;
  z-index: -1; }

.menu-wrapper .bg_cover {
  /* background: #000; */
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  z-index: 99;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.menu-wrapper.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 100; }

.menu-wrapper > div {
  /*  display: flex; */ }

.menu-wrapper .item-section {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px; }

.menu-wrapper .item-section:not(:first-of-type) {
  margin-left: 86px; }

.menu-wrapper .item-section:nth-child(2) {
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px; }

.menu-wrapper .item-section > :first-child {
  font-size: 15px;
  letter-spacing: 0.4px;
  color: #f5b3c1; }

.menu-wrapper .item-section > :last-child {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 500;
  line-height: 2; }

.menu-wrapper .item-section a {
  color: #696969 !important; }

.pc_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  opacity: 0;
  overflow: hidden; }

.pc_nav.show {
  height: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 2000;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }

#sidebar.active {
  right: 0; }

#sidebar .search {
  padding-bottom: 10px;
  margin: 40px 0 10px 0;
  border-color: #969696 !important; }

#sidebar .card:not(:first-child) .card-header {
  border-top: 1px solid #ededed; }

#sidebar .card-header {
  border-bottom: none;
  padding: 0 10px;
  background: none;
  text-decoration: none;
  padding: 15px 0;
  font-size: 15px; }

#sidebar .card-body {
  display: none; }

#sidebar .card-header.active {
  color: #ea597a; }

#sidebar .card-header .hint-sign::before {
  display: inline-block;
  content: '\ff0b';
  background-color: #969696;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-right: 20px;
}

#sidebar .card-header.active .hint-sign::before {
  content: '\ff0d';
  background-color: #ea597a; }

#sidebar .card-header .collapsed {
  color: #333; }

#sidebar .card-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: normal; }

#sidebar .item-section {
  margin-left: 0;
  margin-bottom: 10px; }

#sidebar .item-section > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  color: #f5b3c1; }

#sidebar .policy-block {
  padding: 25px;
  font-size: 13px;
  font-weight: normal;
  border-color: #969696 !important; }

#sidebar .policy-block .term-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  height: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

#sidebar .social-link {
  margin-left: 0; }

.mobile-menu-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 50%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 34px;
  opacity: 1;
  z-index: 2; }
  .close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #ea597a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #ea597a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#dismiss {
  width: 35px;
  height: 35px;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*transition: all 0.3s;
    transform: rotate(45deg); */ }

#dismiss::before,
#dismiss::after {
  display: inline-block;
  content: '';
  width: 23px;
  background-color: #ea597a;
  height: 1px; }

#dismiss::after {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  top: 5px;
  left: 23px; }

#dismiss .fas {
  font-weight: normal; }

.social-link {
  width: 32px;
  height: 32px;
  background-color: #696969;
  border-radius: 50%;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 1024px) {
  header {
    padding-left: 3%; }
  .header-left .logo {
    margin-right: 30px;
    width: 90px; }
  .header-mid .nav-link:not(:last-child) {
    margin-right: 20px; }
  .head-youtube {
    display: none; }
  .menu-wrapper .item-section:not(:first-of-type) {
    margin-left: 10px; } }

@media (max-width: 800px) {
  .header-left .logo {
    margin-right: 20px; }
  .header-mid .nav-link:not(:last-child) {
    margin-right: 15px; } }

@media (min-width: 769px) {
  .menu-wrapper .item-section a:hover {
    color: #ea597a !important; }
  .header-right > .btn:nth-child(4):hover {
    color: #fff;
    background-color: #ea597a; }
  .login-text:hover,
  .bride-wrapper .article-type:hover {
    color: #ea597a; }
  .social-link:hover {
    background-color: #ed7692;
    -webkit-box-shadow: 0 0 0 4px rgba(237, 118, 146, 0.25);
    box-shadow: 0 0 0 4px rgba(237, 118, 146, 0.25); }
  #sidebar .card-header:hover {
    color: #ea597a;
    text-decoration: none; }
  .item-text:hover {
    color: #ea597a; }
  #member:hover {
    color: inherit; }
  .member_detail a:hover {
    background-color: #ea597a;
    color: #fff; }
  .member_detail li:hover {
    color: #ea597a; }
  .nav-link:hover a {
    color: #ea597a; } }

@media (max-width: 767px) {
  .search:after {
    display: none; } }

@media (max-width: 480px) {
  header {
    /* padding-top: 10px; */
    /* padding-bottom: 5px; */
    padding-left: 3%; }
  header * {
    font-size: 13px; }
  .header-left {
    padding: 15px 0; }
  .member_detail li {
    max-width: 170px;
    margin: 0 auto; }
  .member_detail a {
    max-width: 170px;
    margin: 10px auto 0; }
  .header-left .logo {
    width: 80px;
    height: auto;
    margin-right: 0; }
  .btn.login-text {
    position: relative;
    z-index: 120; }
  .header-right .btn {
    padding: 5px 10px !important; }
  .item-text {
    font-weight: 400; }
  .header_wrapper {
    height: 60px; }
  #member .name {
    display: none; }
  #member {
    padding-right: 0 !important;
    margin-right: -10px;
    height: 60px;
    position: inherit; }
  .member_detail {
    border-top: 1px solid #eee; }
  #member:after {
    width: 100%;
    left: 0; }
  #member > div {
    margin-right: 14px; }
  #member .mail_wrapper {
    margin-top: 12px; }
  #member .msg_wrapper {
    margin-top: 12px;
    margin-right: 15px !important; }
  #member .avatar-wrapper {
    margin-top: 10px;
    width: 30px;
    margin-right: 20px; }
  .unread {
    right: 0px; } }
