/* font */
@import url('https://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css');

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SUIT", sans-serif;
  font-style: normal;
  word-break: keep-all;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow: hidden;
}

.d-none {
  display: none;
}

/* header */
.header_m-bg {
  display: none;
}

header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 4000;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

header .header {
  width: 80%;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .header .open-btn {
  display: none;
}

header .header .open-menu {
  display: none;
}

header .header .left a {
  display: block;
  width: 240px;
}

header .header .left a img {
  width: 100%;
}

header .header .right>ul {
  display: flex;
  align-items: center;
}

header .header .right>ul>li {
  position: relative;
  padding: 0px 32.5px;
  display: flex;
  align-items: center;
  height: 80px;
  transition: all 0.3s;
}

header .header .right>ul>li>a {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  display: block;
  transition: all 0.3s;
}

header .header .right>ul>li>.dep02 {
  position: absolute;
  /* visibility: hidden;
  opacity: 0; */
  display: none;
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); */
  left: 32.5px;
  top: 80px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

header .header .right>ul>li>.dep02>li {
  text-align: left;
}

header .header .right>ul>li>.dep02>li.pl {
  padding: 20px 10px;
}

header .header .right>ul>li>.dep02>li>a {
  font-weight: 400;
  font-size: 17px;
  line-height: 40px;
  color: #000;
  transition: all 0.2s;
}

header .header .right>ul>li>.dep02>li:hover>a {
  color: #990033;
}

header .header .right>ul>li:nth-child(1)>.dep02>li {
  width: 159px;
}

header .header .right>ul>li:nth-child(2)>.dep02>li {
  width: 215px;
}

header .header .right>ul>li:nth-child(3)>.dep02>li {
  width: 280px;
}

header .header .right>ul>li:hover>a {
  color: #990033;
}

header.open {
  /* 이 셀렉터는 .dep02와 .header의 관계에 따라 다릅니다. */
  /* .dep02의 높이(200px) + 원래 헤더 높이(80px) = 280px */
  height: 280px;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1389px) {
  header .header .right>ul>li {
    padding: 0 20px;
  }

  header .header .right>ul>li>a {
    font-size: 17px;

  }
}

/* footer */
footer {
  width: 100%;
  background: #4D4D4D;
  color: #fff;
}

footer .footer .top {
  margin-left: 13.542%;
  padding: 40px 0;
}

footer .footer .top .logo {
  margin-bottom: 40px;
}

footer .footer .top .addr {
  display: flex;
  align-items: flex-start;

}

footer .footer .top .addr h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 15px;
}

footer .footer .top .addr p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

footer .footer .top .link-box {
  display: flex;
  align-items: center;
}

footer .footer .top .link-box div {
  display: flex;
  align-items: center;
}

footer .footer .top .link-box ul {
  display: flex;
  align-items: flex-start;
}

footer .footer .top .link-box div h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 15px;
}

footer .footer .top .link-box div a {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
}

footer .footer .top .link-box .mail a {
  margin: 0 1rem 0 .5rem;
}

footer .footer .top .link-box .tel {
  margin-right: 24px;
}

footer .footer .bottom {
  padding: 10px 0;
  background: #990033;
}

footer .footer .bottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}



/* @media (max-width: 900px) { */
@media (max-width: 1279px) {
  body.open {
    overflow: hidden;
  }

  header {
    height: 60px;
  }

  header .header {
    width: 80%;
    height: 60px;
    position: relative;
  }

  header .header .left a img {
    width: 65%;
  }

  header .header .right {
    display: none;
  }

  header .header .right>ul>li>a {
    font-size: 19px;
  }

  header .header .open-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 24px;
    height: 30px;
  }

  header .header .open-btn span {
    position: relative;
    display: block;
    width: 24px;
    height: 3px;
    background: #333333;
    transition: all 0.3s;
  }

  header .header .open-btn span:nth-child(2) {
    margin: 4px 0;
  }

  header .header .open-btn.open span:nth-child(1) {
    top: 3px;
    transform: rotate(45deg);
  }

  header .header .open-btn.open span:nth-child(2) {
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }

  header .header .open-btn.open span:nth-child(3) {
    top: -3px;
    transform: rotate(-45deg);
  }

  header .header .open-menu {
    display: block;
    position: absolute;
    visibility: hidden;
    z-index: 99999;
    opacity: 0;
    transition: all 0.3s;
    left: 20px;
    top: 130px;
  }

  header .header .open-menu>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
  }

  header .header .open-menu>ul>li {
    margin-bottom: 24px;
  }

  header .header .open-menu>ul>li>a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
  }

  header .header .open-menu>ul>li>ul {
    margin-left: 12px;
    margin-top: 10px;
  }

  header .header .open-menu>ul>li>ul>li {
    margin-bottom: 5px;
  }

  header .header .open-menu>ul>li>ul>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: block;
  }

  header .header .open-menu.open {
    visibility: visible;
    opacity: 1;
  }

  .header_m-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }

  .header_m-bg.open {
    visibility: visible;
    opacity: 1;
  }

  footer .footer .top {
    width: 80%;
    margin: auto;
    padding: 24px 0;
  }

  footer .footer .top .logo {
    margin-bottom: 24px;
  }

  footer .footer .top .addr {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    flex-direction: column;
  }

  footer .footer .top .addr h3 {
    font-size: 16px;
  }

  footer .footer .top .addr p {
    font-size: 16px;
    line-height: 18px;
  }

  footer .footer .top .link-box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  footer .footer .top .link-box div {
    display: flex;
    align-items: flex-start;
    /* flex-direction: column; */
  }

  footer .footer .top .link-box div h3 {
    min-width: 50px;
    font-size: 16px;
  }

  footer .footer .top .link-box div p {
    font-size: 16px;
    line-height: 18px;
  }

  footer .footer .top .link-box .tel {
    margin-bottom: 8px;
  }

  footer .footer .bottom p {
    font-size: 10px;
  }

  footer .footer .top .link-box .mail,
  footer .footer .top .link-box ul {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  header .header .open-menu>ul>li>ul>li>a {
    font-size: 14px;
  }

  footer .footer .top .addr p {
    font-size: 14px;
  }

  footer .footer .top .link-box div a {
    font-size: 14px;
  }
}