body {
  padding-top: 107px;
}
@media (max-width: 768px) {
  body {
    padding-top: 69px;
  }
}
@media (max-width: 428px) {
  body {
    padding-top: 59px;
  }
}

.header-top {
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px 0;
  padding-left: 3%;
  transition: padding-left 0.3 ease;
}
@media (max-width: 768px) {
  .header-top {
    margin: 0;
    padding-left: 3%;
  }
}
.header-top .logo {
  width: 18%;
  transition: width 0.7s ease;
}
@media (max-width: 768px) {
  .header-top .logo {
    width: 174px;
  }
}
.header-top .logo img {
  width: 100%;
}
.header-top .nav-wrapper {
  height: 0px;
  width: 0px;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
.header-top .contact {
  background-color: #4B4F5E;
  display: flex;
}
.header-top .contact .header-mail {
  background-color: #4BB1CB;
  width: 103px;
  height: 103px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: width 0.7s ease, height 0.7s ease;
}
@media (max-width: 1280px) {
  .header-top .contact .header-mail {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 960px) {
  .header-top .contact .header-mail {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1280px) {
  .header-top .contact .header-mail img {
    width: 50%;
  }
}
.header-top .contact .header-mail p {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1280px) {
  .header-top .contact .header-mail p {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .header-top .contact .header-mail {
    display: none;
  }
}
.header-top .contact .header-call {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 960px) {
  .header-top .contact .header-call {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .header-top .contact .header-call {
    display: none;
  }
}
.header-top .contact .header-call p {
  color: white;
  white-space: nowrap;
  font-size: 14px;
  transition: font-size 0.7s ease;
}
@media (max-width: 1280px) {
  .header-top .contact .header-call p {
    font-size: 10px;
  }
}
@media (max-width: 960px) {
  .header-top .contact .header-call p {
    font-size: 9px;
  }
}
.header-top .contact .header-call-left {
  border: 2px solid white;
  border-radius: 10px;
  width: 80px;
  height: 62px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.7s ease, height 0.7s ease;
}
@media (max-width: 1280px) {
  .header-top .contact .header-call-left {
    width: 65px;
    height: 43px;
  }
}
@media (max-width: 960px) {
  .header-top .contact .header-call-left {
    width: 50px;
  }
}
.header-top .contact .header-call-left p {
  text-align: center;
}
@media (max-width: 960px) {
  .header-top .contact .header-call .phone-icon {
    display: block;
    width: 30px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 7px;
  }
}
.header-top .contact .header-call-right .header-call-ruby {
  font-size: 11px;
  letter-spacing: 0.8rem;
  text-align: right;
  transition: letter-spacing 0.7s ease;
}
@media (max-width: 1280px) {
  .header-top .contact .header-call-right .header-call-ruby {
    letter-spacing: 0.25rem;
  }
}
@media (max-width: 960px) {
  .header-top .contact .header-call-right .header-call-ruby {
    letter-spacing: 0.15rem;
  }
}
.header-top .contact .header-call-right .header-call-number {
  font-size: 48px;
  font-weight: 300;
  line-height: 3.3rem;
}
@media (max-width: 1280px) {
  .header-top .contact .header-call-right .header-call-number {
    font-size: 30px;
    line-height: 2rem;
  }
}
@media (max-width: 960px) {
  .header-top .contact .header-call-right .header-call-number {
    font-size: 26px;
    line-height: 1.5rem;
  }
}
.header-top .contact .mobile-call {
  display: none;
}
@media (max-width: 768px) {
  .header-top .contact .mobile-call {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    height: 103px;
    width: 103px;
  }
  .header-top .contact .mobile-call p {
    font-weight: 600;
    text-align: center;
  }
  .header-top .contact .mobile-call.mobile-em {
    background-color: #DB3C4C;
  }
  .header-top .contact .mobile-call.mobile-em p {
    color: white;
  }
}
@media (max-width: 428px) {
  .header-top .contact .mobile-call {
    height: 69px;
    width: 69px;
  }
  .header-top .contact .mobile-call img {
    width: 42%;
  }
  .header-top .contact .mobile-call p {
    font-size: 10px;
  }
}
.header-top .contact .mobile-menu-icon {
  display: block;
  background-color: transparent;
  border: none;
  outline: none !important;
  cursor: pointer;
  width: 69px;
  height: 69px;
}
.header-top .contact .mobile-menu-icon span {
  background-color: white;
  width: 35px;
  height: 2px;
  display: block;
  margin: 0 auto 9px;
  transition: transform 0.7s;
}
.header-top .contact .mobile-menu-icon span:last-child {
  margin-bottom: 0;
}
.header-top .contact .mobile-menu-icon.menu-open span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.header-top .contact .mobile-menu-icon.menu-open span:nth-child(2) {
  transform: translateY(-11px);
  opacity: 0;
}
.header-top .contact .mobile-menu-icon.menu-open span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}
@media (max-width: 428px) {
  .header-top .contact .mobile-menu-icon {
    width: 59px;
    height: 59px;
  }
}
.header-top.header-change {
  padding-left: 1%;
}
.header-top.header-change .logo {
  width: 13%;
}
@media (max-width: 768px) {
  .header-top.header-change .logo {
    width: 35%;
  }
}
.header-top.header-change .nav-wrapper {
  width: 53%;
  height: auto;
  overflow: auto;
  position: relative;
  opacity: 1;
  z-index: 20;
}
.header-top.header-change .nav-wrapper .nav-list-wrapper {
  margin: 0 10px;
}
@media (max-width: 1280px) {
  .header-top.header-change .nav-wrapper .nav-list-wrapper {
    margin: 0 5px;
  }
}
.header-top.header-change .nav-wrapper .nav-list-wrapper.em-call {
  background-color: white;
}
.header-top.header-change .nav-wrapper .nav-list-wrapper.em-call p {
  background-color: #DB3C4C;
  padding: 12px;
  width: 100%;
  height: 100%;
  color: white;
}
.header-top.header-change .nav-wrapper .nav p {
  width: 170px;
  font-size: 12px;
  border-bottom: 0px;
}
@media (max-width: 1280px) {
  .header-top.header-change .nav-wrapper .nav p {
    font-size: 10px;
    width: 110px;
  }
}
@media (max-width: 960px) {
  .header-top.header-change .nav-wrapper .nav p {
    font-size: 8px;
    width: 75px;
  }
}
.header-top.header-change .nav-wrapper .nav-list li {
  font-size: 12px;
  padding: 12px 3px;
}
.header-top.header-change .contact .header-mail {
  width: 70px;
  height: 70px;
}
@media (max-width: 1280px) {
  .header-top.header-change .contact .header-mail {
    width: 60px;
    height: 60px;
  }
}
.header-top.header-change .contact .header-mail img {
  width: 50%;
}
.header-top.header-change .contact .header-mail p {
  font-size: 10px;
}
.header-top.header-change .contact .header-call {
  padding: 0 10px;
}
.header-top.header-change .contact .header-call p {
  font-size: 10px;
}
@media (max-width: 1280px) {
  .header-top.header-change .contact .header-call p {
    font-size: 9px;
  }
}
.header-top.header-change .contact .header-call-left {
  width: 65px;
  height: 43px;
}
@media (max-width: 1280px) {
  .header-top.header-change .contact .header-call-left {
    width: 50px;
  }
}
.header-top.header-change .contact .header-call .phone-icon {
  display: block;
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 7px;
}
.header-top.header-change .contact .header-call-right .header-call-ruby {
  letter-spacing: 0.53em;
}
.header-top.header-change .contact .header-call-right .header-call-number {
  font-size: 30px;
  line-height: 2rem;
}
@media (max-width: 1280px) {
  .header-top.header-change .contact .header-call-right .header-call-number {
    font-size: 26px;
    line-height: 1.5rem;
  }
}
.nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-wrapper :nth-child(1) p {
  border-bottom: 6px solid #64C0B7;
}
.nav-wrapper :nth-child(2) p {
  border-bottom: 6px solid #F3C72C;
}
.nav-wrapper :nth-child(3) p {
  border-bottom: 6px solid #CF8DC6;
}
.nav-wrapper :nth-child(4) p {
  border-bottom: 6px solid #EB929B;
}
.nav-wrapper :nth-child(5) p {
  border-bottom: 6px solid #DB3C4C;
}
.nav-wrapper .nav-list-wrapper {
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .nav-wrapper .nav-list-wrapper {
    margin: 0 15px;
  }
}
@media (max-width: 960px) {
  .nav-wrapper .nav-list-wrapper {
    margin: 0 10px;
  }
}
.nav-wrapper .nav-list-wrapper .nav p {
  width: 15vw;
  font-weight: 600;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .nav-wrapper .nav-list-wrapper .nav p {
    width: 14vw;
    height: 50px;
  }
}
@media (max-width: 960px) {
  .nav-wrapper .nav-list-wrapper .nav p {
    font-size: 12px;
    height: 40px;
  }
}
.nav-wrapper .nav-list-wrapper .nav-list {
  background-color: #F7F8F8;
  width: 100%;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: ease 0.3s;
}
.nav-wrapper .nav-list-wrapper .nav-list li {
  border-bottom: 2px solid white;
  padding: 28px 40px;
}
@media (max-width: 1280px) {
  .nav-wrapper .nav-list-wrapper .nav-list li {
    font-size: 14px;
  }
}
@media (max-width: 960px) {
  .nav-wrapper .nav-list-wrapper .nav-list li {
    font-size: 12px;
    padding: 14px 5px;
  }
}
.nav-wrapper .nav-list-wrapper .nav-list li:hover {
  background-color: white;
}
.nav-wrapper .nav-list-wrapper .nav-list ul:last-child {
  border: none;
}
.nav-wrapper .nav-list-wrapper:hover .nav-list {
  height: auto;
  max-height: 9999px;
  opacity: 1;
}
.nav-wrapper .nav-list-wrapper.em-call {
  background-color: #DB3C4C;
}
.nav-wrapper .nav-list-wrapper.em-call a {
  height: 100%;
  width: 100%;
}
.nav-wrapper .nav-list-wrapper.em-call p {
  color: white;
  transition: width 0.7s ease, height 0.7s ease, padding 0.7s ease;
}
@media (max-width: 768px) {
  .nav-wrapper {
    display: none;
  }
}

.sp-nav-section {
  display: block;
  background-color: #F7F8F8;
  height: 0;
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 0.7s ease;
  position: relative;
  z-index: 10;
}
.sp-nav-section.menu-open {
  height: 100vh;
  opacity: 1;
  max-width: 9999px;
  width: 30%;
  position: fixed;
  top: 69px;
  right: 0;
  overflow: scroll;
}
@media (max-width: 768px) {
  .sp-nav-section.menu-open {
    width: 100%;
  }
}
@media (max-width: 428px) {
  .sp-nav-section.menu-open {
    top: 59px;
  }
}
.sp-nav-section .sp-nav-wrapper {
  margin: 0 auto;
  padding: 0 5%;
}
.sp-nav-section .nav-call-btn.em {
  margin: 15px 0 5px;
}
.sp-nav-section .nav-call-btn.call {
  margin-bottom: 10px;
}
.sp-nav-section .nav-call-btn a {
  width: 100%;
  height: 100%;
}
.sp-nav-section .nav-call-btn a img {
  width: 100%;
}
.sp-nav-section .nav-menu-bottom-wrapper {
  display: flex;
  gap: 0 5px;
  justify-content: space-between;
  margin-bottom: 5px;
  width: 100%;
}
.sp-nav-section .nav-menu-bottom-wrapper .nav-menu-left {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-nav-section .nav-menu-bottom-wrapper .nav-menu-right {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-nav-section .nav-menu-bottom-wrapper a {
  width: 100%;
  height: 100%;
}
.sp-nav-section .nav-menu-bottom-wrapper a img {
  width: 100%;
}
.sp-nav-section .sp-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sp-nav-section .sp-menu-wrapper .menu-list {
  background: white;
  border-radius: 10px;
  width: calc(50% - 10px);
  height: 80px;
}
.sp-nav-section .sp-menu-wrapper .menu-list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}/*# sourceMappingURL=header.css.map */