:root {
  --color-main: #7C6FD1;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-border: #e0e0e0;
  --shadow: 0 0 5px rgba(102, 102, 102, 0.20);
  --font-pretendard: "Pretendard", sans-serif;
  --font-redhatdisplay: "Red Hat Display", sans-serif;
  --th-background: #f9f9f9;
  --th-fontColor: #111;
  --th-fontSize: 1.7rem;
  --td-background: #f9f9f9;
  --td-fontColor: #222;
  --td-fontSize: 1.6rem;
}

.font70 {
  --fontsize: 7.0rem;
  font-size: var(--fontsize);
}

.font60 {
  --fontsize: 6.0rem;
  font-size: var(--fontsize);
}

.font50 {
  --fontsize: 5.0rem;
  font-size: var(--fontsize);
}

html,
body {
  width: 100%;
  max-width: 100%;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  letter-spacing: -0.03em;
  line-height: 1.3;
}

pre {
  white-space: pre-wrap;
}

#wrap {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
}

.w1620 {
  width: 100%;
  height: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 20px;
}

.w1600 {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.w1720 {
  width: 100%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
}

.flex-box {
  display: flex;
}
.flex-box.column {
  flex-direction: column;
}

.p-box {
  display: flex;
  flex-direction: column;
}

.animation {
  transition: all 0.68s;
}
.animation.down {
  transform: translateY(-80px);
}
.animation.up {
  transform: translateY(80px);
}
.animation.left {
  transform: translateX(80px);
}
.animation.right {
  transform: translateX(-80px);
}
.animation.opacity {
  opacity: 0;
}
.animation.on.down, .animation.on.up {
  transform: translateY(0);
}
.animation.on.left, .animation.on.right {
  transform: translateX(0);
}
.animation.on.opacity {
  opacity: 1;
}

.tab-contents > div {
  position: absolute;
  top: -222222px;
  left: -222222px;
}
.tab-contents > div.on {
  position: revert;
  top: auto;
  left: auto;
}

.flex-box {
  display: flex;
}
.flex-box.column {
  flex-direction: column;
}

.shadow-box {
  position: relative;
}
.shadow-box::before {
  content: "";
  display: block;
  box-shadow: var(--shadow);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.view {
  column-gap: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.view * {
  transition: all 0.4s cubic-bezier(0.59, -0.16, 0.16, 1.2);
}
.view p {
  color: #222;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  transform: translateY(0.05em);
}
.view .plus {
  width: 11px;
  height: 11px;
  position: relative;
}
.view .plus span {
  display: block;
  background: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.view .plus span:first-child {
  width: 100%;
  height: 1px;
}
.view .plus span:last-child {
  width: 1px;
  height: 100%;
}
.view:hover p {
  color: var(--color-main);
}
.view:hover .plus {
  transform: rotate(-180deg);
}
.view:hover .plus span {
  background: var(--color-main);
}

.depth1 > .none {
  display: none !important;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.4s;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
header .menu-bg {
  width: 100%;
  height: 0;
  background: var(--color-white);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s 0.15s;
}
header .menu-bg::before {
  content: "";
  display: block;
  box-shadow: 0px 2px 12px 0px rgba(102, 102, 102, 0.15);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header .menu-bg.on {
  height: 300px;
  opacity: 1;
  transition: all 0.4s;
}
header .header-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo {
  width: 175px;
  height: 45px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .logo .logo-cls {
  fill: var(--color-main);
}
header nav,
header .depth1,
header .depth1 > li {
  height: 100%;
}
header .depth1,
header .depth1 > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav {
  text-align: center;
  margin: 0 auto;
}
header nav a {
  font-weight: 600;
}
header .depth1 > li {
  position: relative;
  transition: all 0.4s;
}
header .depth1 > li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--color-main);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
header .depth1 > li > a {
  display: block;
  color: #222;
  font-size: 1.7rem;
  white-space: nowrap;
  padding: 0 30px;
}
header .depth1 > li:hover {
  color: var(--color-main);
}
header .depth1 > li:hover::after {
  width: 100%;
}
header .depth2 {
  height: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s;
}
header .depth2 > li {
  height: 0;
  overflow: hidden;
}
header .depth2 > li > a {
  display: block;
  line-height: 1.3;
  color: #666;
  white-space: nowrap;
  padding: 10px 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s;
}
header .depth2.on {
  width: 100%;
  height: 210px;
  padding: 5px 0;
}
header .depth2.on > li {
  height: auto;
}
header .depth2.on > li:nth-child(1) > a {
  transition-delay: 0.12s;
}
header .depth2.on > li:nth-child(2) > a {
  transition-delay: 0.24s;
}
header .depth2.on > li:nth-child(3) > a {
  transition-delay: 0.36s;
}
header .depth2.on > li:nth-child(4) > a {
  transition-delay: 0.48s;
}
header .depth2.on > li > a {
  opacity: 1;
  transform: translateY(0);
}
header .depth3 {
  display: none;
}
header .auth {
  column-gap: 10px;
  margin: 0 35px 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .auth a {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
header .auth hr {
  width: 1px;
  height: 7px;
  background: #333;
  border: none;
}
header .menu-open {
  width: 20px;
  height: 20px;
  display: grid;
  grid-template-rows: repeat(3, 4px);
  grid-template-columns: repeat(3, 4px);
  align-content: space-between;
  justify-content: space-between;
}
header .menu-open span {
  background: var(--color-main);
  width: 100%;
  height: 100%;
}
header.on {
  background: var(--color-white);
}

.site-map {
  width: 100%;
  height: 100vh;
  background: var(--color-main);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  overflow-y: scroll;
  display: none;
}
.site-map::-webkit-scrollbar {
  width: 0;
}
.site-map .inner {
  width: 100%;
  padding: 35px 0 80px;
  position: relative;
  overflow: hidden;
}
.site-map .inner * {
  color: var(--color-white);
  line-height: 1.3;
}
.site-map .inner .symbol {
  width: 51.75%;
  position: absolute;
  right: -19.5%;
  bottom: -11.5%;
  z-index: -1;
  opacity: 0.04;
}
.site-map .top {
  margin: 0 0 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-map .logo {
  display: block;
  width: 268px;
  height: 68px;
}
.site-map .menu-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-map .menu-close span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}
.site-map .depth1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.site-map .depth1 > li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 90px;
}
.site-map .depth1 > li > a {
  font-size: 4rem;
  font-weight: 600;
  opacity: 0.7;
  transition: all 0.4s;
}
.site-map .depth1 > li:hover > a {
  opacity: 1;
}
.site-map .depth2 {
  width: 100%;
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, auto));
  padding: 12px 0 0;
}
.site-map .depth2 > li {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.4s;
}
.site-map .depth2 > li > a {
  font-size: 2rem;
  font-weight: 600;
}
.site-map .depth3 {
  padding: 10px 0 0;
}
.site-map .depth3 > li > a {
  display: block;
  padding: 5px 0;
}
.site-map.on .depth2 > li:nth-child(0) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}
.site-map.on .depth2 > li:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.site-map.on .depth2 > li:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.site-map.on .depth2 > li:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.site-map.on .depth2 > li:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

footer {
  overflow: hidden;
}
footer .social {
  display: grid;
  grid-template-columns: repeat(7, 60px);
  column-gap: 15px;
  justify-content: flex-end;
}
footer .social a,
footer .social .social-cls {
  transition: all 0.4s;
}
footer .social a {
  width: 100%;
  border-radius: 50%;
  background: #D2D2D2;
  box-shadow: 0px 1.025px 5.125px 0px rgba(102, 102, 102, 0.15);
  padding: 50% 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .social a .icon {
  width: 66.65%;
  height: 66.65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .social a .svg {
  width: 100%;
  height: 100%;
}
footer .social a:hover {
  background: #A9A9A9;
}
footer .social a:hover .social-cls {
  fill: var(--color-main);
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  background: var(--color-white);
  padding: 80px 0 70px;
  margin: 40px 0 0;
  position: relative;
}
footer .footer-box::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  box-shadow: 0px -3px 45px 0px rgba(102, 102, 102, 0.15);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-box .left {
  display: flex;
  flex-direction: column;
}
footer .footer-box .logo {
  display: block;
  width: 305px;
  height: 78px;
}
footer .footer-box .logo .logo-cls {
  fill: var(--color-main);
}
footer .footer-box .copy {
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
  margin: auto 0 0;
}
footer .footer-box .item-box {
  width: 76.875%;
  display: grid;
  grid-template-rows: repeat(2, 160px);
  grid-template-columns: repeat(3, 1fr);
}
footer .footer-box .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px 20px;
  position: relative;
  z-index: 1;
}
footer .footer-box .item.link {
  padding: 20px 30px 25px;
}
footer .footer-box .item.link a {
  color: #666;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.3;
}
footer .footer-box .item.link > a {
  position: relative;
}
footer .footer-box .item.link > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #666;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
footer .footer-box .item.link .flex-box {
  width: 100%;
  justify-content: space-between;
  margin: auto 0 0;
}
footer .footer-box .item.family-box {
  z-index: 2;
}
footer .footer-box .item::before, footer .footer-box .item::after {
  content: "";
  display: block;
  z-index: -1;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-box .item::before {
  width: calc(100% - 1px);
  height: calc(100% - 40px);
  border-top: none;
  border-bottom: none;
}
footer .footer-box .item::after {
  width: calc(100% - 40px);
  height: calc(100% - 1px);
  border-left: none;
  border-right: none;
}
footer .footer-box .item h6 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
footer .footer-box .item p,
footer .footer-box .item p a {
  color: #555;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: right;
  margin: auto 0 0 auto;
}
footer .footer-box .item .pretendard {
  font-weight: 200;
  font-family: var(--font-pretendard);
}
footer .footer-box .item .family {
  width: 100%;
  position: relative;
}
footer .footer-box .item .family button::after,
footer .footer-box .item .family .list {
  width: 100%;
  position: absolute;
  top: calc(100% + 25px);
  left: 50%;
  transform: translateX(-50%);
}
footer .footer-box .item .family button {
  width: 100%;
  justify-content: space-between;
  color: #333;
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-box .item .family button * {
  transition: all 0.4s;
}
footer .footer-box .item .family button::after {
  content: "";
  display: block;
  height: 1px;
  background: #D9D9D9;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
}
footer .footer-box .item .family button p {
  text-align: left;
  margin: 0;
}
footer .footer-box .item .family .plus {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  position: relative;
}
footer .footer-box .item .family .plus span {
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-box .item .family .plus span:first-child {
  width: 100%;
  height: 1px;
}
footer .footer-box .item .family .plus span:last-child {
  width: 1px;
  height: 100%;
}
footer .footer-box .item .family .list {
  background: var(--color-white);
  border: 1px solid #D9D9D9;
  padding: 17.5px 25px;
  z-index: 1;
  display: none;
}
footer .footer-box .item .family ul {
  height: 16.5rem;
  overflow-y: scroll;
}
footer .footer-box .item .family ul::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
footer .footer-box .item .family ul::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  border-radius: 3px;
}
footer .footer-box .item .family ul::-webkit-scrollbar-thumb {
  background-color: var(--color-main);
  border-radius: 3px;
}
footer .footer-box .item .family ul li a {
  display: inline-block;
  color: #666;
  font-size: 2rem;
  padding: 7.5px 0;
  position: relative;
  transition: all 0.4s;
}
footer .footer-box .item .family ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 5px;
  transition: all 0.4s;
}
footer .footer-box .item .family ul li:hover a {
  color: #333;
  font-weight: 500;
}
footer .footer-box .item .family ul li:hover a::after {
  width: 100%;
}
footer .footer-box .item .family.on .plus {
  transform: rotate(-180deg);
}
footer .footer-box .item .family.on .plus span:last-child {
  height: 0;
}