/****************
20230120 





- °øÅë¿µ¿ª css Ã³¸®
*****************/


#wrap {
  width: 100%;
}


.inner {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}


.flex-container {
  display: flex;
}


.transparent {
  color: transparent;
  font-size: 0;
}
.wire-frame {
  background-color: #ccc;
}
/* s::header */
header {
  z-index: 999;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
}
header .logo-container {
  padding: 2vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
}


header .inner {
  position: relative;
}
header .unitor-logo-container {
  /* width: 300px; */
  /* width: 250px; */
  width: 230px;
  /* width: 200px; */
  position: absolute;
  left: 0;
}


header .unitor-logo-container.mobile-content {
  display: none;
}
header .logo-container a {
  padding: 0.5em;
}
header .logo-container .img-container {
  width: 330px;
  /* ¿ø·¡ 280 */
}


nav {
  background-color: #eee;
  height: 65px;
}


.navigation-web {
  display: flex;
}


.nav-mobile,
.m-nav-wrap {
  display: none;
}
.navigation-web {
  justify-content: space-between;
}


.navigation-web .main-nav-web {
  height: 100%;
  min-width: calc(100% / 8);
  transition: all 0.3s;
  position: relative;
}
.navigation-web .main-nav-web > a {
  text-align: center;
  width: 100%;
  display: block;
  padding: 1em;
}


.navigation-web .main-nav-web:nth-child(2) {
  width: 390px;
}
.navigation-web .main-nav-web:hover {
  background-color: #0670b7;
  color: #fff;
}


.navigation-web .main-nav-web:hover > a {
  color: #fff;
  font-weight: bold;
}


.sub-nav-wrap {
  position: relative;
  background-color: #eee;
  display: none;
}


.sub-nav-wrap li {
  text-align: center;
  padding: 0.7em 0;
}


.sub-nav-wrap li a {
  transition: all 0.3s;
  font-size: 1.6rem;
}


.sub-nav-wrap li:hover a {
  color: #0670b7;
  font-weight: bold;
}
/* e::header */


/* s::footer */
footer {
  background-color: #0670b7;
  padding: 5vh 0;
  min-height: 200px;
}


footer .inner {
  height: 100%;
  justify-content: space-between;
}
footer .logo {
  width: 250px;
  margin-bottom: 2vh;
  min-width: initial;
}
footer .logo-content {
  margin-bottom: 2vh;
}
footer .copy {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}


footer .office-container,
footer .contact-container {
  padding: 0 3vw;
  color: #fff;
  font-size: 1.4rem;
}
footer .office-container li,
footer .contact-container li {
  padding-bottom: 0.3em;
}
footer .office-container .title,
footer .contact-container .title {
  font-weight: bold;
  padding-bottom: 1em;
  font-size: 1.5rem;
}
/* e::footer */


.go-top-container {
  position: fixed;
  z-index: 99;
  width: 45px;
  height: 45px;
  right: 5vw;
  bottom: 5vh;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  scroll-behavior: smooth;
}


.go-top-container span {
  font-size: 4rem;
  margin-top: 0.1em;
}


.go-top-container:hover {
  background-color: #0670b7;
  color: #fff;
}


.go-top-container:hover span {
  color: #fff;
}


.logo {
  min-width: 300px;
}


@media (max-width: 1560px) {
  .inner {
    width: 90%;
  }


  .navigation-web .main-nav-web > a {
    font-size: 1.5rem;
  }


  nav {
    height: 50px;
  }


  .navigation-web .main-nav-web:nth-child(2) {
    width: initial;
  }
}


@media (max-width: 1024px) {
  header .unitor-logo-container {
    /* width: 240px; */
    /* width: 200px; */
    width: 160px;
  }
  .navigation-web {
    display: none;
  }
  nav {
    display: none;
  }
  .nav-mobile {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 3vw;
  }


  .nav-mobile .nav-m-btn {
    display: flex;
    align-items: center;
  }
  .nav-mobile .nav-m-btn .menu-icon,
  .nav-mobile .nav-m-btn .close-icon {
    font-size: 4.5rem;
  }


  .nav-mobile .nav-m-btn .close-icon {
    display: none;
  }


  .nav-mobile .nav-m-btn.on .menu-icon {
    display: none;
  }
  header .logo-container {
    height: 70px;
    position: relative;
  }
  .m-nav-wrap {
    background-color: #fff;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 9999;
    top: 70px;
    /* top: -100vh; */
    opacity: 0;
    right: -100vw;
    min-height: 100vh;
    border-top: 1px solid #ddd;
  }


  .m-main-nav {
    text-align: center;


    font-size: 1.7rem;
  }


  .m-main-nav > p {
    padding: 0.7em;
    display: block;
  }


  .m-main-nav {
    border-bottom: 1px solid #eee;
  }


  .m-main-nav.on > p {
    background-color: #0670b7;
    color: #fff;
    font-weight: bold;
  }
  .m-sub-nav-container {
    display: none;
  }


  .m-sub-nav {
    font-size: 1.5rem;
    padding: 0.5em 0;
  }
  footer .inner > div {
    width: 30%;
  }


  footer .office-container,
  footer .contact-container {
    padding: 0;
  }
}


@media (max-width: 820px) {
  header .logo-container .img-container {
    width: 280px;
  }
  header .unitor-logo-container {
    /* width: 150px; */
    width: 120px;
  }
  footer .inner {
    flex-wrap: wrap;
  }
  footer .inner > div:first-child {
    width: 100%;
  }
  footer .inner > div:nth-child(n + 2) {
    width: 50%;
    margin-top: 2vh;
  }
}


@media (max-width: 650px) {
  .logo {
    min-width: initial;
  }
  header .logo-container .img-container {
    width: 200px;
    display: flex;
    align-items: center;
  }
  header .unitor-logo-container.web-content {
    display: none;
  }
  header .unitor-logo-container.mobile-content {
    display: block;
    width: 50px;
  }


  header .logo-container .img-container img {
    width: 100%;
  }


  .nav-mobile .nav-m-btn .menu-icon,
  .nav-mobile .nav-m-btn .close-icon {
    font-size: 3.5rem;
  }


  footer .inner > div:nth-child(n + 2) {
    width: 100%;
  }


  footer .logo {
    width: 180px;
    margin-bottom: 1vh;
  }


  footer .copy {
    font-size: 1.2rem;
  }


  footer .inner > div {
    margin-bottom: 2vh;
  }
}

