@charset "utf-8";

/* main, subTemp 공통 : HeaderTop, Footer  */

.inner {
  max-width: 1400px;
  min-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.noScroll {
  overflow: hidden;
}


#divWrapper {
  min-width: 1432px;
  overflow: hidden;
}

.icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.header {
  position: fixed;
  background-color: #fff;
  box-shadow: -4px 3px 12px 2px rgba(113, 109, 105, 0.1);
  z-index: 100;
  width: 100%;
  min-width: 1432px;
}
.headerTop {
  max-width: 1400px;
  min-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  -moz-column-gap: 18px;
       column-gap: 18px;
  padding: 6px 0 8px;
}
.headerTop li:not(:last-child) a {
  color: #fff;
  padding: 0 15px;
  text-align: center;
  border-radius: 13px;
  background-color: #000;
  box-sizing: border-box;
  transition: all ease-out 0.3s;
}
.headerTop li:not(:last-child) a .icon {
  width: 16px;
  height: 18px;
}
.headerTop li:not(:last-child) a .icon.icon-login {
  background-image: url(/home/images/main24/icon-login.png);
}
.headerTop li:not(:last-child) a .icon.icon-logout {
  background-image: url(/home/images/main24/icon-logout.png);
}
.headerTop li:not(:last-child) a .icon.icon-personal {
  background-image: url(/home/images/main24/icon-personal.png);
}
.headerTop li:not(:last-child) a:hover {
  background-color: #ff3a00;
}
.headerTop li .icon-guide {
  display: block;
  width: 12px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath fill='%23494949' fill-rule='evenodd' d='m12.962 3.306-1.197 1.197-2.31-2.24 1.233-1.233a1.608 1.608 0 1 1 2.274 2.276Zm-1.898 1.898-7.363 7.363-3.135.872.86-3.147 7.335-7.334 2.303 2.246Z'/%3E%3C/svg%3E");
}
.headerTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  height: 26px;
  font-size: 15px;
  font-weight: 400;
  color: #494949;
  line-height: 26px;
  letter-spacing: -0.03em;
}
.headerTop .personal a {
  background-color: #e5e5e5 !important;
  color: #000 !important;
}
.headerArea {
  border-top: 1px solid #dadada;
  height: 90px;
  box-sizing: border-box;
}
.headerArea h1 {
  position: relative;
  width: 125px;
  height: 43px;
}
.headerArea h1 img {
  width: 125px;
  height: 43px;
  top: 0;
  left: 0;
  position: absolute;
}
.headerInner {
  max-width: 1400px;
  min-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.headerInner .logo2 {
  opacity: 0;
}
.headerInner.open .nav .menu > li::after {
  height: 250px;
}
.headerInner.open .nav .menu > li > a {
  padding: 0 90px;
}
.headerInner.open .nav .menu > li .subMenu {
  height: 250px;
}
.headerInner.open::after {
  content: "";
  position: fixed;
  width: 100%;
  height: calc(100% - 131px);
  top: 131px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.header .nav .menu {
  display: flex;
}
.header .nav .menu > li {
  position: relative;
}
.header .nav .menu > li > a {
  display: block;
  padding: 0 65px;
  text-decoration: none;
  transition: all ease-out 0.3s;
}
.header .nav .menu > li > a span {
  display: block;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: #262626;
  line-height: 89px;
  font-family: "GmarketSans";
}
.header .nav .menu > li > a span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 50%;
  background-color: #ff3a00;
  transition: all ease-out 0.3s;
}
.header .nav .menu > li::after {
  content: "";
  position: fixed;
  top: 130px;
  left: 0;
  border-top: 1px solid #dadada;
  display: block;
  height: 0;
  width: 100%;
  background-color: #fff;
  transition: all ease-out 0.3s;
}
.header .nav .menu > li:hover span::after {
  width: 100%;
  left: 0;
}
.header .nav .menu > li:hover .subMenu::after {
  width: 100%;
  left: 0;
}
.header .nav .subMenu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  text-align: center;
  overflow: hidden;
  padding-top: 20px;
  box-sizing: border-box;
  transition: all ease-out 0.3s;
}
.header .nav .subMenu::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  left: 50%;
  box-sizing: border-box;
  display: block;
  width: 0;
  height: 100%;
  background-color: #f8f8f8;
  transition: all ease-out 0.3s;
}
.header .nav .subMenu a {
  white-space: nowrap;
  padding: 10px 0;
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #2b2b2b;
  line-height: 1;
  text-decoration: none;
}
.header .nav .subMenu a:hover {
  color: #ff3a00;
}

.hamburger {
  position: relative;
  display: block;
  width: 27px;
  height: 26px;
  z-index: 2;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2d2d2d;
  transition: all 0.3s;
  border-radius: 2px;
}
.hamburger span {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger span::before, .hamburger span::after {
  content: "";
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  top: 10px;
  width: 70%;
}
.hamburger.open > span {
  background: transparent;
}
.hamburger.open > span::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.open > span::after {
  top: 0;
  transform: rotate(-45deg);
  width: 100%;
}

.sitemap {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url(/home/images/main24/sitemap-bg.png);
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.sitemap.open {
  display: block;
}
.sitemapInner {
  width: 100%;
  max-width: 1280px;
  margin: 214px auto 0;
}
.sitemap .sitemapMenu {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.sitemap .sitemapMenu > li {
  flex: 1;
  text-align: center;
}
.sitemap .sitemapMenu > li > a {
  padding: 25px 0;
  display: block;
  border-top: 3px solid #222121;
  border-bottom: 1px solid #b6b6b6;
  transition: all ease-out 0.3s;
}
.sitemap .sitemapMenu > li > a span {
  font-size: 19px;
  font-weight: 500;
  color: #343434;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "GmarketSans";
  transition: all ease-out 0.3s;
}
.sitemap .sitemapMenu > li:hover a {
  border-color: #ff5800;
}
.sitemap .sitemapMenu > li:hover span {
  color: #ff5800;
}
.sitemap .sitemapMenu .sitemapSubMenu > li {
  margin-top: 15px;
}
.sitemap .sitemapMenu .sitemapSubMenu > li > a {
  font-size: 17px;
  font-weight: 500;
  color: #5e5e5e;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "GmarketSans";
  display: inline-block;
  padding: 5px 0;
  position: relative;
}
.sitemap .sitemapMenu .sitemapSubMenu > li > a::after {
  content: "";
  position: absolute;
  display: block;
  height: 10px;
  width: 0;
  bottom: -1px;
  left: -5%;
  z-index: -1;
  border-radius: 10px;
  background-color: #fed7c6;
  transition: all ease-out 0.3s;
}
.sitemap .sitemapMenu .sitemapSubMenu > li:hover > a {
  color: #000;
}
.sitemap .sitemapMenu .sitemapSubMenu > li:hover > a::after {
  width: 110%;
}
.sitemap .sitemapMenu .sitemapSubMenu ul {
  margin: 10px auto 0;
  max-width: 115px;
  padding-left: 37px;
  text-align: left;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li {
  position: relative;
  display: flex;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #6e6e6e;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
  position: relative;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #000;
  transition: all ease-out 0.3s;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li a:hover {
  color: #000;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li a:hover::after {
  width: 100%;
}
.sitemap .sitemapMenu .sitemapSubMenu ul li a::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #000;
  top: 50%;
  left: -10px;
  margin-top: -1px;
  width: 5px;
  height: 1px;
}

.search {
  position: relative;
  flex: 1;
}
.searchTitle {
  font-size: 36px;
  font-weight: 300;
  color: #685c59;
  line-height: 1;
  letter-spacing: -0.05em;
  font-family: "GmarketSans";
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 2px;
}
@keyframes slide-up {
  0% {
    top: -40px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.searchTitle span {
  transition: all ease-out 0.3s;
  position: relative;
  font-family: inherit;
  animation: slide-up 500ms ease-in-out forwards;
}
.searchTitle .point {
  font-weight: 500;
  background: linear-gradient(to right, #ff7100, #ff3a00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  opacity: 0;
  animation-delay: 300ms; /* Delay before the animation starts */
}
.searchbar {
  position: relative;
}
.searchbar label {
  background: linear-gradient(to right, #ff3a00, #ff7100);
  padding: 4px;
  width: calc(100% - 8px);
  height: 80px;
  display: block;
  border-radius: 50px;
}
.searchbar .searchTxt[type=text] {
  display: block;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  padding: 25px 70px 25px 30px;
  box-sizing: border-box;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 19px;
  font-weight: 400;
  color: #252525;
  line-height: 1;
  letter-spacing: -0.03em;
}
.searchbar .searchTxt[type=text]:focus {
  outline: transparent;
}
.searchbar .searchBtn {
  position: absolute;
  right: 35px;
  top: 28px;
  width: 30px;
  height: 30px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31'%3E%3Cpath fill='%23000000' fill-rule='evenodd' d='M29.519 29.929a2.593 2.593 0 0 1-3.668 0l-5.359-5.359a12.906 12.906 0 0 1-5.377 1.914C8.003 27.328 1.553 22.246.709 15.133-.135 8.02 4.947 1.57 12.06.726c7.112-.843 13.562 4.239 14.406 11.351a12.908 12.908 0 0 1-2.227 8.904l5.28 5.28a2.593 2.593 0 0 1 0 3.668Zm-6.256-17.472c-.634-5.343-5.48-9.161-10.823-8.527-5.343.634-9.161 5.48-8.527 10.823.634 5.343 5.479 9.161 10.823 8.527 5.343-.634 9.161-5.479 8.527-10.823Z'/%3E%3C/svg%3E");
}
.searchDetail .searchDetailBtn {
  position: absolute;
  top: 24px;
  right: 0;
  background-color: #424242;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 8px 15px 9px;
  border-radius: 32px;
}
.searchDetailForm {
  position: absolute;
  display: block;
  z-index: 10;
  background-color: #fff;
  padding: 55px 20px 50px;
  width: 100%;
  min-width: 840px;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  top: 65px;
  right: 0;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0.88px 1.8px 32px 2.56px rgba(49, 49, 49, 0.2);
  border-radius: 20px;
  visibility: hidden;
  transition: all ease-out 0.3s;
}
.searchDetailForm .searchWord > div {
  display: flex;
  width: 100%;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.searchDetailForm .searchWord > div:not(:first-child) {
  margin-top: 10px;
}
.searchDetailForm input[type=text] {
  border: 1px solid #d0d0d0;
  border-radius: 7px;
  height: 32px;
  text-indent: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  line-height: 1;
  flex: 1;
}
.searchDetailForm select {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  border-radius: 7px;
  height: 32px;
  min-width: 120px;
  padding-left: 7px;
}
.searchDetailForm .searchOption dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 10px;
  min-height: 32px;
}
.searchDetailForm .searchOption dl dl:first-of-type {
  margin-top: 10px;
}
.searchDetailForm .searchOption dl dt {
  min-width: 120px;
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  line-height: 1;
  display: block;
}
.searchDetailForm .searchOption dl dd {
  width: 230px;
}
.searchDetailForm .searchOption dl dd input[type=text],
.searchDetailForm .searchOption dl dd select {
  width: 100%;
}
.searchDetailForm .searchOption dl dd input[type=radio] {
  vertical-align: middle;
}
.searchDetailForm .searchOption dl dd label {
  font-size: 15px;
  font-weight: 400;
  color: #585858;
  line-height: 1;
}
.searchDetail.on .searchDetailForm {
  height: 315px;
  visibility: visible;
  opacity: 1;
}
.searchDetailClose {
  position: absolute;
  text-indent: -9999px;
  top: 22px;
  right: 22px;
  border: none;
  width: 16px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3E%3Cpath fill='%23868686' fill-rule='evenodd' d='m16.942 14.644-1.746 1.747-6.438-6.436-6.422 6.436L.589 14.64l6.42-6.433L1.221 2.42 2.967.673l5.787 5.785 5.81-5.822 1.746 1.751-5.807 5.82 6.439 6.437Z'/%3E%3C/svg%3E");
  background-color: #fff;
  background-position: center;
  background-size: contain;
}
.searchDetail .detailSearch {
  position: absolute;
  bottom: 22px;
  right: 18px;
}
.searchDetail .detailSearch input[type=submit] {
  background-color: #ff3a00;
  border: none;
  border-radius: 7px;
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}

.footer {
  padding: 40px 0 30px;
  border-top: 1px solid #e3e3e3;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
}
.footerInfo {
  position: relative;
}
.footerMenu {
  display: flex;
}
.footerMenu li {
  position: relative;
}
.footerMenu li:not(:first-child) {
  padding-left: 15px;
  margin-left: 14px;
}
.footerMenu li:not(:first-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #c5c5c5;
}
.footerMenu li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #434242;
  line-height: 1;
}
.footerMenu li a.point {
  color: #e55e2f;
  font-weight: 500;
}
.footer .address {
  font-size: 16px;
  font-weight: 400;
  color: #5e5e5e;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 51px;
}
.footer .copyright {
  font-size: 15px;
  font-weight: 400;
  color: #9d9c9c;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 15px;
}
.footerInfoImg {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footerInfoImg img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact {
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  padding: 30px 25px;
  display: flex;
  margin-left: auto;
  margin-right: 20px;
}
.contact .sns {
  padding-right: 25px;
  margin-right: 12px;
  position: relative;
  text-align: center;
}
.contact .sns::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #dadada;
}
.contact .sns span {
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1;
}
.contact .tel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 15px;
}
.contact .tel .customer {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.contact .tel .customer dt {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1;
}
.contact .tel .customer dd {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  color: #2353ac;
  line-height: 1;
  letter-spacing: -0.05em;
}
.contact .tel .customerInfo {
  padding-left: 70px;
  box-sizing: border-box;
  position: relative;
  row-gap: 8px;
}
.contact .tel .customerInfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-image: url(/home/images/main24/icon-contact.png);
  background-repeat: no-repeat;
  background-color: #e8e8e8;
  background-size: 18px 16px;
  background-position: center;
}
.contact .tel .customerInfo li {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.contact .tel .customerInfo li:last-child {
  margin-top: 8px;
}
.contact .tel .customerInfo em {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1;
  width: 40px;
  text-align: justify;
  display: block;
}
.contact .tel .customerInfo p {
  font-size: 15px;
  font-weight: 400;
  color: #868686;
  line-height: 1;
}
.contact .tel .customerInfo p.email {
  letter-spacing: 0.03em;
}
.contact .tel .customerInfo p.email a {
  color: inherit;
}

.app {
  border: 1px solid #cfcfcf;
  border-radius: 15px;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.app em {
  font-size: 15px;
  font-weight: 500;
  color: #5a5a5a;
  line-height: 1;
}
.app ul {
  display: flex;
  margin-top: 8px;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.app ul li {
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #ddd;
}
.app ul li span {
  background-color: #6d6d6d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  width: 100%;
  height: 25px;
}
.app ul li a {
  display: block;
  padding: 6px 11px 7px;
}

#topButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='27'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.231 9.173a1.22 1.22 0 0 1-1.724 0l-4.25-4.251v20.644c0 .694-.563 1.257-2.157 1.257.206 0-.357-.563-.357-1.257V4.523L2.5 8.766A1.22 1.22 0 0 1 .775 7.041l6.017-6.017C6.91.452 7.393.012 7.1.012c1.387 0 1.805.69 2.014 1.342.026.021.057.033.081.058l6.036 6.036a1.219 1.219 0 0 1 0 1.725Z'/%3E%3C/svg%3E");
  background-color: #ff7518;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 26px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  text-decoration: none;
}