.theme {
  color: #d0a65c;
}
.theme-bg {
  background: #d0a65c;
}

.theme2 {
  color: #a0ca93;
}
.theme2-bg {
  background: #a0ca93;
}

.theme3 {
  color: #5f6496;
}
.theme3-bg {
  background: #5f6496;
}

.theme4 {
  color: #f56771;
}
.theme4-bg {
  background: #f56771;
}

.fade {
  color: #666;
}
.fade-bg {
  background: #666;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.df {
  display: flex;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mb {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .mb {
    display: block;
  }
}
#contentsWrap {
  padding-top: 85px;
}
@media (max-width: 1280px) {
  #contentsWrap {
    padding-top: 50px;
  }
}

.m-headWrap {
  display: none;
}

.main-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 9000;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.main-header .headWrap {
  height: 85px;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .main-header .headWrap {
    width: calc(100% - 20px);
  }
}
.main-header .headWrap h1.logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-header .headWrap h1.logo a {
  display: block;
  width: 219px;
  height: 85px;
  background: url("/img/new-logo.png") no-repeat 0 50%/contain;
}
.main-header .headWrap h1.logo a img {
  max-height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}
.main-header .headWrap h1.logo a img.transparent {
  display: none;
}
.main-header .headWrap .gnb {
  display: flex;
  margin-left: auto;
}
.main-header .headWrap .gnb > li {
  position: relative;
}
.main-header .headWrap .gnb > li h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  height: 85px;
  position: relative;
}
.main-header .headWrap .gnb > li h2 a:before {
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  background: #d0a65c;
  transition: 0.2s;
}
.main-header .headWrap .gnb > li h2 a:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  background: #d0a65c;
  opacity: 0.05;
  z-index: -1;
  transition: transform 0.3s ease;
  transform-origin: bottom right;
  transform: scaleX(0);
}
.main-header .headWrap .gnb > li h2 a:hover {
  color: #d0a65c;
}
.main-header .headWrap .gnb > li h2 a:hover:before {
  width: 100%;
}
.main-header .headWrap .gnb > li h2 a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-header .headWrap .gnb > li ul h3 > a:hover {
  color: #d0a65c;
}
.main-header .headWrap .hamBtn {
  margin-left: 5%;
  height: 85px;
  width: 50px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: flex;
  transition: 0.2s;
  display: none;
}
@media (max-width: 1280px) {
  .main-header .headWrap .hamBtn {
    display: flex;
  }
}
.main-header .headWrap .hamBtn span {
  display: block;
  width: 35px;
  height: 2px;
  background-color: #d0a65c;
  margin: 2.5px 0;
  position: relative;
}
.main-header .headWrap .hamBtn span:nth-of-type(2) {
  width: 31px;
  margin-left: 4px;
}
.main-header .headWrap .hamBtn span em {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d0a65c;
}
.main-header .headWrap .hamBtn.on {
  transform: rotate(45deg);
}
.main-header .headWrap .hamBtn.on span em {
  transform: rotate(90deg);
}
.main-header .headWrap .hamBtn.on span:first-of-type, .main-header .headWrap .hamBtn.on span:last-of-type {
  transform: scaleX(0);
}

header.each .headWrap .gnb > li:hover ul {
  max-height: 500px;
  border: 1px solid #ddd;
  border-top: 0;
  padding: 20px 0;
}
header.each .headWrap .gnb > li ul {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  max-height: 0;
  transition: max-height 0.3s;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
}
header.each .headWrap .gnb > li ul li h3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

@media (min-width: 1280px) {
  header.drop {
    border: 0;
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  header.drop:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 100px;
  }
  header.drop .headWrap {
    align-items: flex-start;
    transition: 0.6s;
    transition-timing-function: linear;
    overflow: hidden;
    height: auto;
    max-height: 85px;
  }
  header.drop .headWrap h1 {
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.drop .headWrap .gnb > li {
    position: relative;
  }
  header.drop .headWrap .gnb > li ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  header.drop .headWrap .gnb > li ul li:first-of-type h3 > a {
    padding-top: 20px;
  }
  header.drop .headWrap .gnb > li ul li:last-of-type h3 > a {
    padding-bottom: 20px;
  }
  header.drop .headWrap .gnb > li ul li h3 > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
  }
  header.drop .headWrap .side {
    height: 85px;
    align-items: center;
  }
  header.drop .headWrap:hover {
    max-height: 500px;
  }
}

header.fitdrop .headWrap {
  align-items: flex-start;
  margin: 0 auto;
}
header.fitdrop .headWrap .gnb > li ul {
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  background-color: #fff;
  text-align: center;
  height: 187px;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s;
}
header.fitdrop .headWrap .gnb > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
}
header.fitdrop .headWrap .side {
  align-items: center;
  height: 85px;
}
header.fitdrop:hover .gnb ul {
  max-height: 500px !important;
}

@media (min-width: 1280px) {
  header.sidetop {
    padding-top: 30px;
  }
  header.sidetop:before {
    top: 115px;
  }
  header.sidetop .headWrap .gnb {
    display: flex;
  }
  header.sidetop .headWrap .side {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 95%;
    max-width: 1720px;
    height: 30px;
    background: aqua;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
  }
  header.sidetop .headWrap .side:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: aqua;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

@media (min-width: 1280px) {
  header.transparent {
    transition: background-color 0.15s;
    background-color: transparent;
    border-bottom: 0;
  }
  header.transparent .headWrap .gnb > li > h2 > a {
    color: #fff;
  }
  header.transparent .headWrap .side li a {
    color: #fff;
  }
  header.transparent .headWrap .side li a:hover {
    color: #d0a65c;
  }
  header.transparent .headWrap .hamBtn span, header.transparent .headWrap .hamBtn span em {
    background-color: #232323;
  }
  header.transparent:hover, header.transparent.wheel {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #eee;
  }
  header.transparent:hover .headWrap h1 a, header.transparent.wheel .headWrap h1 a {
    background-image: url("/img/logo_invert.png");
  }
  header.transparent:hover .headWrap .gnb h2 > a, header.transparent.wheel .headWrap .gnb h2 > a {
    color: #232323;
  }
  header.transparent:hover .headWrap .side li a, header.transparent.wheel .headWrap .side li a {
    color: #232323;
  }
}

@media (max-width: 1280px) {
  .main-header .headWrap {
    height: 50px !important;
  }
  .main-header .headWrap h1.logo a {
    width: 180px;
    height: 50px;
  }
  .main-header .headWrap .gnb, .main-header .headWrap .side {
    display: none !important;
  }
  .main-header .headWrap .hamBtn {
    display: flex !important;
    margin-left: auto;
  }
  .main-header .m-headWrap {
    position: fixed;
    display: block;
    right: -120%;
    transition: 0.5s;
    top: 0;
    padding-top: 51px;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    box-sizing: border-box;
    background-color: #fff;
  }
  .main-header .m-headWrap.on {
    right: 0;
  }
  .main-header .m-headWrap .side {
    display: flex;
    font-size: 12px;
    justify-content: center;
    background-color: #232323;
  }
  .main-header .m-headWrap .side li {
    width: 25%;
  }
  .main-header .m-headWrap .side li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #fff;
  }
  .main-header .m-headWrap .gnb > li h2 > a {
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 55px;
    box-sizing: border-box;
    font-size: 16px;
    background: url("/img/ui/fold.png") no-repeat 95% 50%;
  }
  .main-header .m-headWrap .gnb > li h2 > a.on {
    background: url("/img/ui/foldup.png") no-repeat 95% 50%;
  }
  .main-header .m-headWrap .gnb > li ul {
    overflow: hidden;
    display: none;
  }
  .main-header .m-headWrap .gnb > li ul li h3 > a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: #444;
    background-color: #f2f4f8;
    padding: 12px 0;
    padding-left: 20px;
  }
  .blackbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5000;
    pointer-events: none;
    transition: 0.4s;
    opacity: 0;
  }
  .blackbox.on {
    opacity: 1;
  }
}
footer {
  padding: 100px 20px;
}
footer .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}
footer .wrap .topbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1215686275);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #102a56;
}
footer .wrap .topbtn:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  margin-bottom: 4px;
}
footer .wrap header {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .wrap header .tel-foot {
  font-size: 32px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}
footer .wrap .footer-body {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  line-height: 1.4;
  color: #aaa;
  font-size: 14px;
  align-items: center;
}
footer .wrap .footer-body ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
footer .wrap .footer-body ul li:not(:last-child) {
  position: relative;
}
footer .wrap .footer-body ul li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

@media (max-width: 768px) {
  footer {
    padding: 60px 20px;
  }
  footer .wrap {
    row-gap: 30px;
  }
  footer .wrap header {
    flex-direction: column;
    gap: 0;
    row-gap: 20px;
  }
  footer .wrap .footer-body ul {
    flex-direction: column;
    row-gap: 10px;
  }
  footer .wrap .footer-body ul li:not(:last-child) {
    position: relative;
  }
  footer .wrap .footer-body ul li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    background-color: #aaa;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
  }
}
#side {
  display: flex;
}
#side li {
  margin-left: 25px;
}/*# sourceMappingURL=common.css.map */