html, body {
  font-size: 16px;
  color: #232323;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  width: 100%;
  letter-spacing: -1px;
}
html a, body a {
  color: #232323;
}
@media (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

header {
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  border-bottom: 1px solid #222;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 100px;
}
header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 180px;
}
@media (max-width: 768px) {
  header:after {
    top: 160px;
  }
}
header .headTop {
  max-width: 1300px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  header .headTop {
    justify-content: flex-start;
  }
}
header .headTop form {
  width: 400px;
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  header .headTop form {
    width: 240px;
  }
}
header .headTop form input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: #f5f5f5;
  border: 1px solid #777;
  font-size: 0.81rem;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
header .headTop form button {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
header .headTop form .sch_close {
  display: none;
}
@media (max-width: 768px) {
  header .headTop form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    padding: 30px 20px;
    padding-right: 60px;
    display: none;
  }
  header .headTop form button {
    right: 72px;
  }
  header .headTop form .sch_close {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 48%;
    transform: translateY(-50%);
  }
  header .headTop form.on {
    display: block;
  }
}
header .headTop .headTopR {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header .headTop .headTopR {
    display: none;
  }
}
header .headTop .headTopR ul.left {
  display: flex;
  font-size: 0.75rem;
  margin-right: 25px;
}
header .headTop .headTopR ul.left li {
  margin-right: 18px;
}
header .headTop .headTopR ul.left li:last-of-type {
  margin-right: 0;
}
header .headTop .headTopR ul.left li a {
  color: #777;
}
header .headTop .headTopR ul.right {
  display: flex;
}
header .headTop .headTopR ul.right li {
  margin-right: 20px;
}
header .headTop .search_open {
  display: none;
}
@media (max-width: 768px) {
  header .headTop .search_open {
    display: block;
    margin: 0 15px;
    margin-left: auto;
  }
}
header .headTop .hamBtn_2 {
  display: none;
}
@media (max-width: 768px) {
  header .headTop .hamBtn_2 {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff8400;
    border: 1px solid #232323;
  }
  header .headTop .hamBtn_2 span {
    margin: 3px 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
  }
}
header .headBottom {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
}
header .headBottom .hamBtn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff8400;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(153, 153, 153, 0.219);
}
header .headBottom .hamBtn span {
  position: relative;
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
}
header .headBottom .hamBtn span:before {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -7px;
}
header .headBottom .hamBtn span:after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -7px;
}
header .headBottom > ul.mother {
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
header .headBottom > ul.mother > li {
  height: 100%;
  line-height: 80px;
  font-size: 1.06rem;
  position: relative;
  width: 14.2857142857%;
}
header .headBottom > ul.mother > li:last-of-type {
  margin-right: 0;
}
header .headBottom > ul.mother > li h2 > a {
  display: block;
  width: 100%;
  height: 100%;
}
header .headBottom > ul.mother > li:hover > ul {
  max-height: 600px;
  border-top: 1px solid #ddd;
}
header .headBottom > ul.mother > li > ul {
  position: absolute;
  z-index: 10;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
  background: #fff !important;
  box-sizing: border-box;
  border-top: 0px solid #ddd;
}
header .headBottom > ul.mother > li > ul li {
  box-sizing: border-box;
}
header .headBottom > ul.mother > li > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  header .headBottom {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    overflow-x: auto;
  }
  header .headBottom > ul.mother {
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  header .headBottom > ul.mother > li {
    line-height: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .headBottom > ul.mother > li h2 > a {
    padding: 0 15px;
    font-size: 14px;
  }
  header .headBottom > ul.mother > li:hover > ul {
    max-height: 600px;
    border-top: 1px solid #ddd;
  }
  header .headBottom > ul.mother > li > ul {
    position: absolute;
    z-index: 10;
    width: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    max-height: 0;
    transition: 0.3s;
    background: #fff !important;
    box-sizing: border-box;
    border-top: 0px solid #ddd;
  }
  header .headBottom > ul.mother > li > ul li {
    box-sizing: border-box;
  }
  header .headBottom > ul.mother > li > ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
}

.m_menu {
  position: fixed;
  z-index: 9999;
  right: -120%;
  transition: right 0.3s;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding-top: 40px;
  overflow-y: auto;
}
.m_menu.on {
  right: 0;
}
.m_menu .close_mm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.m_menu .headTopR ul.left {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.m_menu .headTopR ul.left li {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #aaa;
  max-width: 300px;
}
.m_menu .headTopR ul.left li:nth-of-type(2n - 1) {
  border-right: 1px solid #aaa;
}
.m_menu .headTopR ul.left li a {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 40px;
  justify-content: center;
}
.m_menu .headBottom {
  background-color: #fff;
  box-sizing: border-box;
}
.m_menu .headBottom .mother > li {
  width: 100%;
  position: relative;
}
.m_menu .headBottom .mother > li > h2 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-top: 1px solid #ddd;
}
.m_menu .headBottom .mother > li ul {
  display: block;
  background-color: #aaa;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
.m_menu .headBottom .mother > li ul.on {
  max-height: 500px;
}
.m_menu .headBottom .mother > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8;
  font-size: 16px;
  height: 45px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  background: #fff;
}

footer {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 0.93rem;
  white-space: nowrap;
}
footer .footWrap {
  padding: 50px 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  color: #777;
  display: flex;
  justify-content: space-between;
}
footer .footWrap .footL > ul {
  margin-bottom: 15px;
  display: flex;
}
footer .footWrap .footL > ul:last-of-type {
  margin-bottom: 0;
}
footer .footWrap .footL > ul > li {
  margin-right: 20px;
}
footer .footWrap .footL > ul > li p {
  color: #222;
}
footer .footWrap .footL > ul > li b {
  font-weight: bold;
}
footer .footWrap .footL > ul > li:last-of-type {
  margin-right: 0;
}
footer .footWrap .footL > ul > li > ul {
  display: flex;
}
footer .footWrap .footL > ul > li > ul li {
  margin-right: 20px;
}
footer .footWrap .footL > ul > li > ul li:last-of-type {
  margin-right: 0;
}
footer .footWrap .footL > ul.first > li {
  display: flex;
}
footer .footWrap .footR {
  text-align: right;
}
footer .footWrap .footR .tel {
  font-size: 2rem;
  color: #ed0000;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  margin-bottom: 15px;
}
footer .footWrap .footR .second {
  display: flex;
  margin-bottom: 10px;
}
footer .footWrap .footR .second li {
  margin-right: 15px;
  position: relative;
}
footer .footWrap .footR .second li:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -7px;
}
footer .footWrap .footR .second li:last-of-type {
  margin-right: 0;
}

@media (max-width: 1024px) {
  footer .footWrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footWrap .footL > ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footWrap .footL > ul:last-of-type {
    margin-bottom: 0;
  }
  footer .footWrap .footL > ul > li {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  footer .footWrap .footL > ul > li p {
    color: #222;
    margin-bottom: 10px;
  }
  footer .footWrap .footL > ul > li b {
    font-weight: bold;
  }
  footer .footWrap .footL > ul > li:last-of-type {
    margin-right: 0;
  }
  footer .footWrap .footL > ul > li > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footWrap .footL > ul > li > ul li {
    margin-right: 0;
    margin-bottom: 10px;
    word-break: break-all;
  }
  footer .footWrap .footL > ul > li > ul li:last-of-type {
    margin-right: 0;
  }
  footer .footWrap .footL > ul.first > li {
    display: flex;
  }
  footer .footWrap .footR {
    margin-bottom: 30px;
    text-align: center;
  }
}
.addedtop {
  width: 100%;
  background-color: #5d5d5d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  position: relative;
}
.addedtop:before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  position: absolute;
  background-color: #5d5d5d;
  left: -10px;
  top: 0;
  height: 50px;
}
.addedtop ul {
  display: flex;
}
.addedtop ul li {
  position: relative;
}
.addedtop ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.addedtop ul li a {
  font-size: 0.875rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .addedtop {
    width: 100%;
    background-color: #5d5d5d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
  .addedtop ul {
    display: flex;
  }
  .addedtop ul li {
    position: relative;
  }
  .addedtop ul li:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .addedtop ul li a {
    font-size: 0.875rem;
    color: #fff;
    position: relative;
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
  }
}/*# sourceMappingURL=common.css.map */