@import url("./common.css");
@import url("./reset.css");

.top-banner {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 42px;
  position: relative;
  background-color: rgb(149, 21, 254);
  cursor: pointer;
}
.top-banner img {
  max-width: 1280px;
  width: 100%;
  height: 100%;
}
.related-site {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: rgb(249, 250, 252);
}
.related-site ul {
  display: flex;
}
.related-site ul li {
  height: 35px;
}
.related-site ul .loud {
  border-left: 1px solid rgb(223, 223, 223);
  border-right: 1px solid rgb(223, 223, 223);
  background-color: #fff;
}
.related-site ul li a {
  display: inline-block;
}
.related-site ul li a:hover {
  opacity: 0.8;
}
.related-site ul .stunning a {
  padding: 10px 16px;
  color: rgb(166, 166, 166);
}
.related-site ul .loud a {
  padding: 13px 16px;
  color: rgb(13, 13, 13);
}
.related-site ul .notefolio a {
  padding: 12px 16px;
  color: rgb(166, 166, 166);
}
.related-site ul li svg {
  display: block;
  user-select: none;
  fill: currentcolor;
  flex-shrink: 0;
}
.related-site ul .stunning svg {
  width: 22px;
  height: 14px;
}
.related-site ul .loud svg {
  width: 36px;
  height: 9px;
}
.related-site ul .notefolio svg {
  width: 54px;
  height: 10px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(233, 233, 233);
  z-index: 99;
}
header .header-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
header .top-row {
  display: flex;
  height: 56px;
}
header .top-row .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .top-row .logo:hover {
  opacity: 0.8;
}
header .top-row .logo img {
  width: 99px;
  margin-right: 19px;
}
header .top-row .search-area {
  display: flex;
  align-items: center;
  position: relative;
  width: 370px;
}
header .top-row .search-area input {
  width: 100%;
  height: 40px;
  padding: 8px 32px 8px 16px;
  border-radius: 23px;
  background: rgb(245, 246, 247);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  font-weight: 500;
}
header svg {
  user-select: none;
  fill: currentcolor;
  flex-shrink: 0;
  cursor: pointer;
}
header .top-row .search-area svg {
  display: inline-block;
  position: absolute;
  right: 24px;
  width: 16px;
  height: 16px;
}
header .top-row .util {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .top-row .util a {
  display: flex;
  margin-right: 14px;
  color: rgb(16, 28, 51);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.25px;
}
header .top-row .util a:hover {
  opacity: 0.8;
}
header .top-row .util .agency {
  position: relative;
}
header .util .agency .label-hot {
  height: 16px;
  padding: 0px 4px 1px;
  margin-left: 2px;
  border-radius: 32px;
  background-color: rgb(0, 189, 47);
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}
header .util .agency a:hover + .hover-agency {
  opacity: 1;
  transform: translateY(-10px);
}
header [class*="hover-"] {
  display: flex;
  align-items: center;
  position: absolute;
  top: 38px;
  left: -120px;
  width: 329px;
  padding: 8px 16px;
  background: rgb(255, 255, 255);
  border: 1.5px solid rgb(219, 222, 226);
  border-radius: 80px;
  font-size: 12px;
  font-weight: 700;
  line-height: 19.76px;
  letter-spacing: -0.15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 8px;
  opacity: 0;
  transition: all 0.3s ease;
}
header [class*="hover-"] img {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}
header [class*="hover-"] span {
  color: rgb(38, 86, 246);
}
header .top-row .util .login {
  color: rgb(110, 109, 122);
}
header .bottom-row {
  display: flex;
  justify-content: space-between;
  height: 56px;
}
header .bottom-row .request-design {
  position: relative;
  display: flex;
  align-items: center;
}
header .bottom-row .request-design a {
  border-radius: 80px;
  padding: 6px 22px;
  background-color: rgb(38, 86, 246);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.5px;
  text-align: center;
}
header .bottom-row .request-design:hover .hover-request {
  opacity: 1;
  transform: translateY(-10px);
}
header .bottom-row .request-design .hover-request {
  position: absolute;
  top: 59px;
  left: -43px;
  width: max-content;
}

.gnb {
  display: flex;
  align-items: center;
}
.gnb .gnb-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gnb .gnb-list .gnb-item:hover .hidden-nav {
  display: block;
}
.gnb .gnb-list .gnb-item + .gnb-item {
  padding-left: 24px;
}
.gnb .gnb-link {
  display: flex;
  padding: 15px 0px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.5px;
}
.gnb .gnb-link:hover {
  color: rgb(38, 86, 246);
}
.gnb .category .gnb-link {
  display: flex;
  align-items: center;
}
.gnb .category svg {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.gnb sup {
  display: flex;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: -0.25px;
  color: rgb(0, 189, 47);
  text-transform: uppercase;
}
.gnb sup svg {
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  width: 12px;
  height: 15px;
}
.gnb .hidden-nav {
  display: none;
}
.gnb .hidden-nav .sub-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% - 10px);
  min-width: 230px;
  max-height: 80vh;
  padding: 16px 0px;
  overflow: auto;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px 0px;
}
.gnb .sub-nav li a {
  display: inline-block;
  width: 100%;
  padding: 8px 10px 8px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.25px;
}
.gnb .sub-nav li a:hover {
  font-weight: 700;
  color: rgb(38, 86, 246);
  background-color: rgb(245, 248, 255);
}
/* 스크롤바 */
.sub-nav::-webkit-scrollbar {
  width: 4px;
}
.sub-nav::-webkit-scrollbar-track {
  background: #fff;
}
.sub-nav::-webkit-scrollbar-thumb {
  background: #bfc6d2;
  border-radius: 4px;
}

footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgb(219, 222, 226);
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .left-area {
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
footer .left-area .logo {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-top: 32px;
  letter-spacing: -0.25px;
}
footer .left-area .logo img {
  width: 91px;
  height: 22px;
  margin-bottom: 9px;
}
footer .left-area .logo span a {
  padding-left: 4px;
}
footer .left-area .logo span b {
  font-weight: bold;
}
footer .left-area address {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
footer address .line {
  display: flex;
  font-size: 12px;
  letter-spacing: -0.25px;
  color: rgb(64, 74, 92);
}
footer address .line:first-child {
  margin-bottom: 13px;
}
footer address .line svg {
  user-select: none;
  display: inline-block;
  fill: #101c33;
  flex-shrink: 0;
  width: 92px;
  height: 12px;
}
footer address .line .bar::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: rgb(233, 235, 237);
  margin: 0px 7px;
}
footer address .line span:not(.bar) {
  margin-right: 11px;
}
footer address small.line {
  margin-top: 2px;
  color: rgb(142, 148, 160);
}
footer .footer-top .right-area {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-top: 35px;
}
footer .right-area > div > a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.5px;
  color: rgb(16, 28, 51);
  margin-bottom: 24px;
}
footer .right-area .cs a {
  margin-bottom: 12px;
}
footer .right-area .contact {
  display: flex;
  color: rgb(64, 74, 92);
  font-size: 12px;
  line-height: 18px;
}
footer .contact dl {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 200px;
}
footer .contact dt {
  font-weight: 700;
  letter-spacing: -0.15px;
  margin-bottom: 8px;
}
footer .contact dd {
  font-weight: 400;
  letter-spacing: -0.25px;
  color: rgb(64, 74, 92);
  margin-bottom: 2px;
}
footer .contact .small {
  font-size: 10px;
}
footer .notefolio {
  display: flex;
}
footer .notefolio .notefolio-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 280px;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: rgb(245, 246, 247);
}
footer .notefolio .text-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.25px;
}
footer .notefolio .text-wrapper b {
  font-weight: 700;
}
footer .notefolio img {
  width: 88px;
  height: 12px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 23px;
  border-top: 1px solid rgb(245, 246, 247);
  padding-top: 22px;
  padding-bottom: 48px;
}
footer .footer-bottom ul {
  display: flex;
}
footer .footer-bottom ul li {
  display: flex;
}
footer .footer-bottom li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgb(233, 235, 237);
  margin: 0px 16px;
}
footer .footer-bottom li a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.15px;
  color: rgb(64, 74, 92);
}
footer .footer-bottom .sns-area {
  display: flex;
  gap: 15px;
}
footer .footer-bottom .sns-area img {
  width: 24px;
  height: 24px;
}
