
.l_header {
  position: relative;
  width: 100%;
  background: #fff
}

.l_header_wrap {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.l_header_main {
  display: flex;
  align-items: center;
  margin: 2.4em 0;
}

.l_header_text_wrap {
  padding-top: 10px;
  color: #666;
  line-height: 1;
  margin-left: 12px;
}

.l_header_text_wrap .l_inner.l_header_text {
  width: auto;
  padding: 0;
  font-size: 13px;
}

.l_header_logo {
  width: 240px;
  min-width: 220px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1px;
}

.l_header_logo a {
  display: block;
}

.l_header_logo img {
  width: 100%;
  vertical-align: bottom;
}

.l_header_nav {
  background: #fff;
  border-top: 5px solid #dd6765;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
}

.l_header_nav ul {
  display: flex;
  justify-content: space-between;
}

.l_header_nav ul li {
  width: 12.5%;
  border-left: 1px solid #e2e2e2;
}

.l_header_nav ul li:first-child {
  border-left: none;
}

.l_header_nav ul li a {
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
}

@media screen and (max-width:1080px) and (min-width:768px) {
  .l_header_nav .l_inner {
    padding-left: 0;
    padding-right: 0;
  }

  .l_header_nav ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:1080px) {

  .l_header {
    border-bottom: 4px solid #dd6765;
    top: 0;
  }

  .l_header_main {
    margin: 0;
 }

  .l_header_wrap {
    padding: 0 10px;
    height: 60px;
    position: relative;
  }

  .l_header_logo {
    width: 150px;
    min-width: 150px;
    height: 20px;
  }

  .l_header_logo img {
    width: 100%;
    height: auto;
  }

  .l_header_sub {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 8;
    right: 10px;
    top: 8px;
    border: none;
    background-color: transparent;
    padding: 0;
  }

  .l_header_nav ul {
    flex-direction: column;
  }

  .l_header_nav ul li {
    width: 100%;
    border-left: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.7);
    margin: 0;
    line-height: 50px;
  }

  .l_header_nav ul li a {
    text-align: left;
    padding: 0 0 0 24px;
    color: #fff;
    position: relative;
  }

  .l_header_nav ul li a::after {
    content: '';
    width: 7px;
    height: 13px;
    background-image: url(/theme2025/common/img/icon_arrow_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 40%;
  }

  .l_menu_bar {
    width: 20px;
    height: 2.4px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #686f86;
    border-radius: 30%;
  }

  .l_menu_bar_top {
    top: 6px;
  }

  .l_menu_bar_mid {
    top: 14px;
    transform: translate(-50%, -50%);
  }

  .l_menu_bar_bottom {
    top: 20px;
  }

  .l_menu_bar_text {
    width: 40px;
    height: 10px;
    bottom: 4px;
    font-size: 10px;
    display: block;
    position: absolute;
    letter-spacing: -1px;
  }

  .l_header_sub.l_close .l_menu_bar_top {
    transform: translate(-50%, 6px) rotate(45deg);
    transition: transform .3s;
  }

  .l_header_sub.l_close .l_menu_bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform .3s;
  }

  .l_header_sub.l_close .l_menu_bar_mid {
    opacity: 0;
    transition: opacity .3s;
  }

  .l_header_nav {
    height: 100vh;
    left: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform .3s;
    width: 100vw;
    z-index: 9;
    border-top: 1px solid #fff;
    background-color: #dd6765;
    padding-bottom: 200px;
  }

  .l_header_nav.l_slide-in {
    transform: translateX(0);
  }

  .l_noscroll {
    height: 100%;
    overflow: hidden;
  }
}


header .l_inner {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1080px) and (min-width:768px) {
  header .l_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:1080px) {
  header .l_inner {
    width: 100%;
  }
}


.l_header_nav .l_inner {
  position: relative;
}
.l_header_nav ul li.has_items .sub ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
.l_header_nav ul li.has_items .sub ul li {
  width: 33.33%;
  border: none;
  margin: 12px 0;
}
.l_header_nav ul li.has_items .sub ul li.special {
  width: 50%;
}
.l_header_nav ul li.has_items .sub ul li a {
  border: none;
  background: #fff;
  border-radius: 50px;
  margin: 0 12px 0 12px;
  padding: 4px 22px 4px 22px;
  display: flex;
  justify-content: left;
  align-items: center;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #666;
  min-height: 54px;
}
.l_header_nav ul li.has_items .sub ul li a img {
  width: 30px;
  height: auto;
  border-radius: 50%;
}
.l_header_nav ul li.has_items .sub ul li a p {
  text-align: left;
  font-size: 14px;
  margin-left: 6px;
}
.l_header_nav ul li.has_items .sub ul li a p span {
  font-size: 12px;
  color: #dd6765;
}
.l_header_nav ul li.has_items .sub {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  top: 4em;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
}
.l_header_nav ul li.has_items .sub.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding-top: 14px;
}
.l_header_nav ul li.has_items .sub.active .mouseover_padding {
  height: 200px;
  border: 1px solid #E4E6EB;
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-radius: 10px;
  backdrop-filter: blur(20px);
  background: #ffffff7a;
}
.l_header_nav ul li.has_items .sub a {
  position: relative;
  border: none;
}
.l_header_nav ul li.has_items .sub a::after {
  content: '';
  width: 6px;
  height: 10px;
  background-image: url(/theme2025/consult/img/icon_arrow_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
}
.l_header_nav ul li.has_items .sub ul li a::before {
  position: absolute;
  content: '';
  display: inline-block;
  left: 12px;
  width: 6px;
  height: 6px;
  background: #dd6765;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -1px;
}
.l_header_nav ul li.has_items .sub .nav_main_title {
  margin: auto 0;
  padding: 0 30px;
  width: 30%;
  border-right: 1px solid #ccc;
  height: 120px;
}
.l_header_nav ul li.has_items .sub .nav_main_title h2 {
  background: unset;
  border: none;
  padding: 0;
  color: #dd6765;
}
.l_header_nav ul li.has_items .sub .nav_main_title h2::before {
  content: unset;
}
.l_header_nav ul li.has_items .sub .nav_main_title .nav_sub_title {
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  .l_menu_bar_text {
    color: #333 !important;
  }
  .l_header_nav ul li.has_items {
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  }
  .l_header_nav ul li.has_items .sub {
    width: 100%;
    position: relative;
    max-height: 0;
    top: 0;
    border-radius: 0;
  }
  .l_header_nav ul li.has_items .sub.active .mouseover_padding {
    padding: 0;
    border: none;
    height: auto;
  }
  .l_header_nav ul li.has_items .sub.active {
    max-height: 100%;
    width: 100%;
    padding: 0;
    border: none;
  }
  .l_header_nav ul li.has_items .sub ul li {
    width: 100%;
    margin: 0;
  }
  .l_header_nav ul li.has_items .sub ul li.special {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  .l_header_nav ul li.has_items a.has_title::after,
  .l_header_nav ul li.has_items a.has_title::before {
    content: '';
    position: absolute;
    right: 1.6em;
    top: 1.4em;
    width: 1.6px;
    height: 1em;
    background-color: #fff;
    transition: all 0.3s;
  }
  .l_header_nav ul li.has_items a.has_title::after {
    transform: rotate(90deg);
  }
  .l_header_nav ul li.has_items a.has_title.is-open::before {
    transform: rotate(90deg);
  }
  .l_header_nav ul li.has_items .sub a::after {
    width: 6px;
    height: 14px;
    top: calc(50% - 4px);
    background-image: url(/theme2025/common/img/icon_arrow_white.svg);
  }
  .l_header_nav ul li.has_items .sub.active a::after {
    right: 20px;
  }
  .l_header_nav ul li.has_items .sub ul li a {
    background: #cc4a49;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    padding: 0 0 0 40px;
    border: 0;
    border-bottom: 1px solid rgba(255, 175, 175, 0.4);
    min-height: auto;
  }
  .l_header_nav ul li.has_items .sub ul li a::before {
    content: unset;
    padding: 0;
  }
  .l_header_nav ul li.has_items .sub ul li a img {
    display: none;
  }
  .l_header_nav ul li.has_items .sub ul li a p {
    color: #fff;
    margin: 0;
  }
  .l_header_nav ul li.has_items .sub ul {
    padding: 0;
    border: none;
  }
  .l_header_nav ul li.has_items .sub ul li a p br {
    display: none;
  }
  .l_header_nav ul li.has_items .sub ul li a p span {
    display: none;
  }
  .l_header_nav ul li.has_items .sub .nav_main_title {
    display: none;
  }
}

@media screen and (max-width:1980px) and (min-width:1079px) {
  .l_header_nav ul li:has(a.has_title):hover a.has_title {
    color: #dd6765;
    background: #fff3f3;
    opacity: 1;
  }
  .l_header_nav ul li.has_items .sub ul li a:hover {
    border: 1px solid #dd6765;
    opacity: 1;
  }
}
@media screen and (max-width:1080px) {
  .l_header_nav ul li.has_items .sub ul li a:hover {
    opacity: 1;
  }
  .l_header_nav ul li:has(a.has_title):hover a.has_title {
    color: #fff;
    background: unset;
    opacity: 1;
  }
}

/* appoint_page */
header a:hover {
  text-decoration: none;
}
.l_header_nav ul {
  padding: 0;
  margin: 0;
}
