.font24 {
  --fontsize: 2.4rem;
  font-size: var(--fontsize);
}
.font30 {
  --fontsize: 3rem;
  font-size: var(--fontsize);
}
.font34 {
  --fontsize: 3.4rem;
  font-size: var(--fontsize);
}
.font40 {
  --fontsize: 4rem;
  font-size: var(--fontsize);
}
.font45 {
  --fontsize: 4.5rem;
  font-size: var(--fontsize);
}
.font50 {
  --fontsize: 5rem;
  font-size: var(--fontsize);
}
.font55 {
  --fontsize: 5.5rem;
  font-size: var(--fontsize);
}
.font60 {
  --fontsize: 6rem;
  font-size: var(--fontsize);
}
.font70 {
  --fontsize: 7rem;
  font-size: var(--fontsize);
}
.font80 {
  --fontsize: 8rem;
  font-size: var(--fontsize);
}
.font90 {
  --fontsize: 9rem;
  font-size: var(--fontsize);
}
.font100 {
  --fontsize: 10rem;
  font-size: var(--fontsize);
}
.font110 {
  --fontsize: 11rem;
  font-size: var(--fontsize);
}
input,
input:focus,
textarea,
textarea:focus,
button,
button:focus,
select {
  border: none;
  outline: none;
  resize: none;
}
* {
  line-height: 1;
}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
#wrap {
  width: 100%;
  max-width: 100%;
  font-size: 1.6rem;
}
.w1600 {
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.w1500 {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.w1400 {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.dimmed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
}
.tabContents > div {
  display: none;
}
.tabContents > div.on {
  display: block;
}
.flexBox {
  display: flex;
}
.flexBox.column {
  flex-direction: column;
}
.gridBox {
  display: grid;
}
.gridBox.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.gridBox.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.gridBox.grid4 {
  grid-template-columns: repeat(4, 1fr);
}
.radius {
  border-radius: 10px;
  overflow: hidden;
}
.shadow {
  background: #fff;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.15);
}
.pBox {
  display: flex;
  flex-direction: column;
}
.animation {
  display: block;
  transition: all 0.6s ease-in-out;
}
.animation.up {
  transform: translateY(60px);
}
.animation.down {
  transform: translateY(-60px);
}
.animation.left {
  transform: translateX(60px);
}
.animation.right {
  transform: translateX(-60px);
}
.animation.opacity {
  opacity: 0;
}
.animation.on.up,
.animation.on.down {
  transform: translateY(0);
}
.animation.on.left,
.animation.on.right {
  transform: translateX(0);
}
.animation.on.opacity {
  opacity: 1;
}
.swiper-pagination {
  text-align: left;
  position: relative;
  z-index: 0;
}
.swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.colorM {
  color: #5c85c3 !important;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.extra {
  font-weight: 900;
}
.italic {
  font-style: italic;
}
.textCenter {
  text-align: center;
}
.enTitle {
  display: inline-flex;
  gap: 0 4px;
  color: #5c85c3;
}
.enTitle::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #5c85c3;
  transform: translateY(-0.5em);
}
header {
  height: 100px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topButton {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 2;
  display: none;
}
.topButton.white {
  filter: brightness(0) invert(1);
}
header a {
  color: #fff;
  transition: all 0.28s;
}
header .depth2Bg {
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -2;
  overflow: hidden;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.9;
}
header .depth2Bg img {
  max-width: inherit;
  min-height: 100%;
  max-height: inherit;
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 0;
}
header .headerBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .logo {
  width: 174px;
  height: 45px;
}
header .logo a,
header .logo a svg {
	width: 100%;
	height: 100%;
}
header .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo .logoCls-1,
header .logo .logoCls-2 {
  transition: all 0.4s cubic-bezier(1, -0.18, 0.33, 1.21);
}
header nav,
header nav .depth1,
header nav .depth1 li {
  height: 100%;
}
header nav .depth1,
header nav .depth1 li {
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav {
  margin: 0 0 0 auto;
}
header .depth1 > li {
  padding: 0 50px;
  position: relative;
  transition: all 0.4s cubic-bezier(1, -0.18, 0.33, 1.21);
}
header .depth1 > li > a {
  position: relative;
}
header .depth1 > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #5c85c3;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  transition: all 0.28s;
}
header .depth1 > li:hover > a::after {
  width: calc(100% + 20px);
}
header .depth2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
}
header .depth2 * {
  font-family: "pretendard", sans-serif;
}
header .depth2 li {
  overflow: hidden;
}
header .depth2 li a {
  display: block;
  color: #777;
	font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  transform: translateY(28px);
  transition: transform 0.28s 0s, color 0.28s;
}
header .depth2 li:hover a {
  color: #5c85c3;
}
header .depth2.on li a {
  transform: translateY(0);
  transition: transform 0.28s 0.32s, color 0.28s;
}
header .depth3 {
  display: none;
}
header .auth {
  margin: 0 50px 0 60px;
}
header .auth ul,
header .auth ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .auth ul {
  gap: 0 35px;
}
header .auth ul li a {
  gap: 0 5px;
  font-size: 1.4rem;
}
header .auth ul li i {
  font-size: 1.6rem;
}
header .langBox {
  width: 45px;
  position: relative;
  z-index: 1;
}
header .langBox * {
  font-family: "pretendard", sans-serif;
}
header .langBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #5c85c3;
  border-bottom-left-radius: 22.5px;
  border-bottom-right-radius: 22.5px;
  position: absolute;
  top: 22.5px;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.4s cubic-bezier(1, -0.18, 0.33, 1.21);
}
header .langBox button {
  width: 100%;
  height: 45px;
  gap: 0 2px;
  background: #fff;
  border-radius: 50%;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  padding: 0 0 0 4px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .langBox button i {
  font-size: 8px;
}
header .langBox ul {
  width: 100%;
  height: 0;
  padding: 55px 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s padding 0s;
}
header .langBox ul li a {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
}
 header .langBox.on::before {
  /* height: 111.5px; */
  height: 90px;
}
header .langBox.on button {
  background: #111;
  color: #fff;
}
header .langBox.on ul {
  height: auto;
  opacity: 1;
  overflow: inherit;
  transition: all 0.4s 0.28s cubic-bezier(1, -0.18, 0.33, 1.21);
} 
header .menuButton {
  display: none;
}
header.colorOn a,
header.menuOn a {
  color: #111;
}
header.colorOn .logo .logoCls-1,
header.menuOn .logo .logoCls-1 {
  fill: #0e1555;
}
header.colorOn .logo .logoCls-2,
header.menuOn .logo .logoCls-2 {
  fill: #5d85c3;
}
header.colorOn .langBox button,
header.menuOn .langBox button {
  background: #111;
  color: #fff;
}
header.menuOn .depth2Bg {
	height: 310px;
}
header.menuOn .depth1 > li {
  padding: 0 42px;
}
footer {
  position: relative;
}
footer .footerBox {
  padding: 130px 0 70px;
}
footer .top,
footer .bottom,
footer .call,
footer .link,
footer .infoBox {
  display: flex;
}
footer .top,
footer .bottom {
  justify-content: space-between;
}
footer .top {
  align-items: flex-end;
}
footer .bottom {
  align-items: center;
}
footer h3 {
  color: #000;
  line-height: 1.1666;
}
footer .call {
  gap: 0 20px;
}
footer .call .icon {
  width: 30px;
  height: 30px;
  background: #5c85c3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .call .icon i {
  color: #fff;
  transform: rotateY(180deg);
}
footer .call p {
  color: #000;
  font-size: 2.4rem;
}
footer .call p em {
  font-size: 3rem;
}
footer .bottom {
  margin: 90px 0 0;
}
footer .link {
  flex-direction: column;
  gap: 18px 0;
  margin: 0 0 70px;
}
footer .link li a {
  color: #111;
  font-weight: 500;
}
footer .family {
  width: 230px;
  height: 55px;
  border: 1px solid #e0e0e0;
  position: relative;
}
footer .family * {
  font-family: "pretendard", sans-serif;
}
footer .family button {
  gap: 0 60px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .family ul {
  width: 100%;
  background: #f3f3f3;
  padding: 15px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
}
footer .family ul li a {
  display: block;
  color: #333;
  font-size: 1.5rem;
  padding: 10px 0;
}
footer .infoBox {
  gap: 0 150px;
}
footer .infoBox * {
  font-family: "pretendard", sans-serif;
}
footer .infoBox .item {
  position: relative;
}
footer .infoBox .item::before {
  content: "";
  display: block;
  width: 3px;
  height: 44px;
  background: #111;
  position: absolute;
  top: 0;
  left: -24px;
}
footer .infoBox dl {
  margin: 0 0 35px;
}
footer .infoBox dl dt {
  color: #111;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 0 10px;
}
footer .infoBox dl dd {
  height: 3.2em;
  color: #999;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
}
footer .infoBox ul {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
}
footer .infoBox ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .infoBox ul li h6 {
  width: 35px;
  color: #111;
  font-size: 1.5rem;
  font-weight: 500;
}
footer .infoBox ul li p {
  color: #999;
  font-size: 1.4rem;
  font-weight: 300;
}
footer .copy {
  width: 100%;
  height: 75px;
  background: #111;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-family: "pretendard", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
