@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSans", sans-serif;
}

button {
  border: none;
  cursor: pointer;
  font-family: "NotoSans", sans-serif;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

p, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

h3, h4, h5, h6 {
  font-weight: 500;
}

li {
  list-style: none;
}

.container {
  max-width: 123.6rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 3rem;
}

#nav {
  background: #2C324B;
  height: 6rem;
  z-index: 9999;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  /* font-weight: bold !important; */
}
.nav-logo {
  cursor: pointer;
}
@media screen and (max-width: 959.98px) {
  #nav .nav-logo {
    width: 8rem;
  }
}
#nav .mp-content {
  display: none;
}
#nav .vvv {
  position: relative;
}
#nav .vvv:hover .mp-content {
  display: flex;
  flex-direction: column;
}
#nav #nav-mp {
  display: none;
}
#nav > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}
#nav > .container .nav-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  height: 100%;
  font-family: "NotoSans";
  font-size: 1.4rem;
  line-height: 150%;
  color: #616161;
}
#nav .nav-item {
  line-height: 6rem;
}
#nav .nav-item .nav-label > a, #nav .nav-item > a{
  color: #FAFAFA !important;
}
#nav .nav-item .ic {
  cursor: pointer;
  color: #FAFAFA;
}
@media screen and (max-width: 959.98px) {
  #nav .nav-item {
    display: none;
  }
}
#nav .nav-btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
#nav .nav-btns img {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 959.98px) {
  #nav .nav-btns img {
    display: block;
  }
}
#nav .nav-btn {
  border-radius: 1.7rem;
  font-size: 1.5rem;
  height: 3.4rem;
  width: 8.4rem;
  background: #4878F5;
  color: #FAFAFA;
  margin-left: 6rem;
}
#nav .nav-label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4rem;
}
#nav .nav-v {
  transform: rotate(180deg);
}
#nav .mp-content {
  width: 20rem;
  background: white;
  position: absolute;
  top: 0%;
  transform: translateY(5rem);
  padding: 1.2rem 0;
  border: 1px solid #EEEEEE;
  box-shadow: 2px 2px 40px rgba(54, 54, 45, 0.2);
  border-radius: 12px;
}
#nav .mp-content li {
  cursor: pointer;
  padding: 0 2.4rem;
  line-height: 4.8rem;
  font-size: 1.4rem;
  color: #616161;
}
#nav .mp-content li:hover {
  background: #eee;
}
#nav .mp-divider p {
  width: 80%;
  height: 0.1rem;
  background: rgb(225, 225, 225);
  margin: 0 auto;
}

#mps, #hi {
  display: none;
}

.nav-small {
  padding-top: 6rem;
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 959.98px) {
  .nav-small {
    visibility: visible;
  }
}

#mps:checked + .nav-small {
  display: block !important;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7254901961);
  width: 100%;
  z-index: 3;
  position: fixed;
  display: block;
  overflow: hidden;
}

.nav-hi-content {
  display: none;
}

#hi:checked + .nav-hi-content {
  display: block;
}

.nav-small-content .nav-si, .nav-small-content .nav-hi {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  line-height: 5.6rem;
  height: 5.6rem;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  line-height: 150%;
  color: #616161;
}
.nav-small-content .nav-si {
  border-bottom: 1px solid #f3f3f3;
  background: white;
}
.nav-small-content .nav-hi {
  padding-left: 3.6rem;
  background: #FAFAFA;
}
.nav-small-content .label-hi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.nav-small-content .label-hi img {
  transform: rotate(180deg);
}

footer .footer-t {
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
}
footer .footer-t .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: "";
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 959.98px) {
  footer .footer-t .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
footer .footer-t .container .t-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 500;
}
footer .footer-t .container .t-left li {
  cursor: pointer;
}
footer .footer-t .container .t-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
footer .footer-t .container .t-right img {
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
  transition: all 1s ease;
}
footer .footer-t .container .t-right img:hover {
  filter: brightness(60%);
}
footer .footer-m .container {
  display: flex;
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 959.98px) {
  footer .footer-m .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.2rem;
  }
}
footer .footer-m .container .m-title {
  color: rgb(158, 158, 158);
  font-weight: 800;
  font-family: "GmarketSans";
  font-size: 1.5rem;
  line-height: 1.5rem;
}
footer .footer-m .container .m-left {
  flex-basis: 34%;
}
@media screen and (max-width: 959.98px) {
  footer .footer-m .container .m-left {
    flex-basis: unset;
    margin-bottom: 3.2rem;
    width: 100%;
  }
}
footer .footer-m .container .m-left .m-content {
  color: rgb(33, 33, 33);
  font-size: 12px;
  line-height: 18px;
  line-height: 150%;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem;
}
footer .footer-m .container .m-left .m-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 599.98px) {
  footer .footer-m .container .m-left .m-btn {
    flex-direction: column;
  }
}
footer .footer-m .container .m-left .m-btn button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-family: "GmarketSans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 1.6rem;
  width: 20rem;
  height: 44px;
}
footer .footer-m .container .m-left .m-btn button:hover {
  background: #424242;
}
@media screen and (max-width: 959.98px) {
  footer .footer-m .container .m-left .m-btn button {
    width: 50%;
  }
}
@media screen and (max-width: 599.98px) {
  footer .footer-m .container .m-left .m-btn button {
    width: 100%;
  }
}
footer .footer-m .container .m-left .m-btn .to-blog {
  background: #616161;
  border-radius: 4px;
  color: #F5F5F5;
}
footer .footer-m .container .m-left .m-btn .to-tip {
  background: #616161;
  border-radius: 4px;
  color: #F5F5F5;
}
footer .footer-m .container .m-right {
  flex-basis: 66%;
  padding-left: 12.4rem;
}
@media screen and (max-width: 959.98px) {
  footer .footer-m .container .m-right {
    flex-basis: 50%;
    padding-left: 6.2rem;
    flex-basis: unset;
    padding-left: unset;
  }
}
footer .footer-m .container .m-right .m-number {
  font-family: "GmarketSans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #212121;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
footer .footer-m .container .m-right .m-time {
  font-weight: 500;
  font-size: 1.2rem;
  color: #616161;
  line-height: 150%;
}
footer .footer-b .container {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}
footer .footer-b .container .b-content {
  color: #616161;
  line-height: 150%;
  word-break: keep-all;
}
footer .footer-b .container .b-content span {
  display: inline-block;
}
footer .footer-b .container .b-copyright {
  margin-top: 2.4rem;
  color: #9E9E9E;
}