@charset "UTF-8";
.header-wrap {
  position: relative;
  z-index: 999;
}

.headers {
  width: 100%;
  height: 100px;
  font-family: "GmarketSans", sans-serif;
}

/*
헤더
*/
.skip-menu > a {
  z-index: -1;
  display: block;
  position: absolute;
  left: 0;
  top: -50rem;
  padding: 0 2rem;
  font-size: 2rem;
  color: #fff;
  background-color: #000;
  flex-basis: 50%;
  border: 1px solid #ededed;
}
.skip-menu > a:focus {
  top: 0;
  z-index: 9999;
  height: 3rem;
  line-height: 3rem;
  white-space: nowrap;
}

.header {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1608px;
  height: 100px;
}
.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
}
.header .logo > a {
  display: block;
  width: 34.7rem;
  font-size: 0;
}
.header .logo > a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .nav {
  position: absolute;
  left: 50%;
  transform: translateX(-37%);
  -webkit-transform: translateX(-37%);
  -moz-transform: translateX(-37%);
  -ms-transform: translateX(-37%);
  -o-transform: translateX(-37%);
}
.header .gnb {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2rem;
  color: #000;
}
.header .gnb a {
  color: inherit;
}
.header .gnb > li {
  float: left;
  position: relative;
  left: 0;
  top: 0;
  text-align: center;
}
.header .gnb > li::after {
  display: none;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: #2086ff;
  position: absolute;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.header .gnb > li.active::after, .header .gnb > li:hover::after {
  display: block;
}
.header .gnb > li .dep-01 {
  opacity: 0.8;
  display: inline-block;
  margin: 0 4rem;
  padding: 0.3rem 1rem 0; /*240718*/
  height: 10rem;
  line-height: 10rem;
}
.header .gnb > li:nth-of-type(2) .lnb {
  width: 36.5rem;
}
.header .gnb .lnb {
  display: none;
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 50%;
  padding: 33px 0;
  min-width: 28.5rem;
  font-size: 0.83em;
  font-weight: 400;
  color: #000;
  transform: translateX(-50%);
  background: #d6dfef;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: opacity 0.05s linear;
  -webkit-transition: opacity 0.05s linear;
  -moz-transition: opacity 0.05s linear;
  -ms-transition: opacity 0.05s linear;
  -o-transition: opacity 0.05s linear;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.header .gnb .lnb .dep-02 {
  width: 100%;
  height: 100%;
}
.header .gnb .lnb .dep-02 > li {
  position: relative;
  padding: 0 65px;
  color: #000;
  line-height: 35px; /*240718*/
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}
.header .gnb .lnb .dep-02 > li a:hover,
.header .gnb .lnb .dep-02 > li a:focus {
  text-decoration: underline;
}
.header .gnb .lnb.active {
  display: block;
}
.header .lang {
  margin-top: 2.2rem;
  min-width: 8rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.header .lang .select-btn {
  position: relative;
  left: 0;
  top: 0;
  height: 3.58rem;
  line-height: 1;
  background-color: #000;
  border-radius: 3rem;
  border: 0 none;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.header .lang .select-btn .select {
  line-height: 3.5rem;
  font-size: 1.2rem;
}
.header .lang .option {
  top: 3.8rem;
  padding-top: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
}
.header .lang .option li:hover {
  background-color: #8094ad;
}
.header .lang .header .gnb a:focus {
  text-decoration: underline;
}
.header .b-wrap {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header .b-wrap a {
  font-size: 15px;
}
.header .b-wrap .edit,
.header .b-wrap .joining,
.header .b-wrap .logout {
  display: none;
}
.header .btn-wrap {
  width: 90px;
  height: 40px;
  background: #9dc9fd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.header .btn-wrap .login {
  width: 100%;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-family: "GmarketSans", sans-serif;
}

.visual-wrap {
  padding-top: 110px;
  background: #fff;
  font-family: "GmarketSans", sans-serif;
}
.visual-wrap .inner {
  width: 100%;
  max-width: 1608px;
  margin: 0 auto;
}
.visual-wrap .inner .v-tit {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  margin-top: 35px; /*240718*/
  font-size: 60px;
  font-weight: 500;
}
.visual-wrap .inner .v-tit .shortcut a {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 25px;
  text-decoration: underline;
}
.visual-wrap .inner .line {
  width: 100%;
  height: 1px;
  background: #cccccc;
  margin-top: 45px; /*240718*/
}

.nav .n-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
}
.nav .n-wrap li {
  position: relative;
}
.nav .n-wrap li:last-child::before {
  content: "";
  width: 1px;
  height: 15px;
  background: #b2b2b2;
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.footer-wrap {
  width: 100%;
  height: 93px;
  background: #d6dfef;
}

.footer {
  height: 100%;
}

.footer-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.footer-inner .txt-wrap {
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer-inner .txt-wrap li {
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
.footer-inner .txt-wrap li::after {
  content: "";
  width: 1px;
  height: 11px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer-inner .txt-wrap li:last-child::after {
  display: none;
}
.footer-inner .btn-wrap {
  display: flex;
  gap: 10px;
}
.footer-inner .btn-wrap a {
  height: 42px;
  background: #a5b0c3;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  font-family: "GmarketSans", sans-serif;
  color: #fff;
  padding: 0 36px;
  font-size: 15px;
  line-height: 44px;
}

@media print {
  .header-wrap,
  .visual-wrap,
  .btn-wrap,
  .footer-wrap {
    display: none;
  }
  body {
    width: 210mm;
    height: 297mm;
    margin: 0;
  }
  .content {
    padding: 0;
  }
}