<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* @font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GmarketSansBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
    format("woff");
  font-weight: bold;
  font-style: bold;
} */

::-webkit-scrollbar {
  width: 0;
}

/* wrap */
html {
  height: 100%;
  background: #ffffff;
  /* font-family: "Noto Sans KR", sans-serif; */
  font-family: "Pretendard Variable";
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  word-break: keep-all;
  color: #ffffff;
}
.wrap {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
section {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #4a4a4a;
}
#common {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}

/* header�곸뿭 */
header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 100px;
  /* background-image: linear-gradient(to bottom, #1b1a3a 90px, #fff 90px); */
  z-index: 9995;
  /* overflow: hidden; */
  transition: all 0.5s;
  /* line-height: 90px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 2px 4px rgba(150, 150, 150, 0.05);
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 100px);
  margin: 0 auto;
}

header .inner .logo {
  /* width: 281px; */
}
header .inner .logo a {
  display: block;
  width: 300px;
  height: 35px;
}
header .inner .logo a img {
  width: 100%;
  height: 100%;
}

header .inner .gnb {
  /* margin-right: 50px; */
  width: 100%;
}
header .inner .gnb .menu {
  display: flex;
  justify-content: center;
  font-size: 18px;
  /* font-weight: 700; */
  /* gap: 70px; */
  width: 55%;
  margin: 0 auto;
}

.gnb .menu li {
  text-align: center;
  cursor: pointer;
  flex: 1 0 auto;
  position: relative;
}

.gnb .menu li .mainmenu {
  color: #333333;
  font-weight: 600;
  line-height: 100px;
  display: block;
  position: relative;
  font-family: �쁓UIT��, sans-serif;
}

/* .gnb .menu li:hover .mainmenu::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 80%;
  left: 50%;
} */
/* sub硫붾돱 媛곴컖�섏삤�붽굅 */
.gnb .menu li .submenu {
  position: absolute;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  top: 90px;
  line-height: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;

  background: #fff;
  border-radius: 5px;

  transition: all 0.4s ease-out;
  padding: 10px 2px;
  font-size: 18px;
}
.gnb .menu li .submenu li a {
  color: #333;
  font-size: 17px;
  letter-spacing: -1px;
  display: block;
}
.gnb .menu li .submenu li:hover a {
  color: #272e53;
  font-weight: bold;
}

.gnb .menu li:hover .mainmenu {
  font-weight: bold;
}

.gnb .menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

/* footer */

.footer {
  width: 100%;
  margin: 0 auto;
  background-color: #333333;
  padding: 40px 0px;
}
.footer .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* gap: 5%; */
}
.f-logo {
  width: 10%;
}
.footer-l {
  padding-left: 70px;
  width: 70%;
}
.footer-r {
  width: 20%;
  text-align: right;
  margin-top: 5%;
}
.f-txt01 {
  text-align: left;
}

.footer p {
  padding-top: 15px;
  text-align: left;
  line-height: 25px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.f_txt {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.copyright {
  text-align: center;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
  /* padding-top: 10px; */
  text-transform: uppercase;
}

.copyright a {
  font-weight: 00;
  color: #ffffff;
}

/*-----scrollmagic--back-to-position------*/

.back-to-position {
  opacity: 0;
  transition: 1.5s;
}

.back-to-position.up {
  transform: translateY(200px);
}

.back-to-position.down {
  transform: translateY(-200px);
}

.back-to-position.to-right {
  transform: translateX(-150px);
}

.back-to-position.to-left {
  transform: translateX(150px);
}

.show .back-to-position {
  opacity: 1;
  transform: translateX(0);
}

.show .back-to-position.delay-0 {
  transition-delay: 0.4s;
}

.show .back-to-position.delay-1 {
  transition-delay: 0.5s;
}

.show .back-to-position.delay-2 {
  transition-delay: 0.6s;
}

.show .back-to-position.delay-3 {
  transition-delay: 0.7s;
}

@keyframes load_L {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes load_R {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes load_U {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* �ъ씠�쒕컮 */

.sidebar {
  width: 345px;
  height: 345px;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 90;
}
.sidebar-pink {
  width: 157px;
  height: 157px;

  background: url("../image/quick_p.png") no-repeat;
  position: absolute;
  top: 65%;
  left: 78%;
  /* transform: translate(-50%, -50%); */
  animation: rotate 7s linear infinite;
  z-index: 99;
  cursor: pointer;
}
.sidebar-in {
  width: 345px;
  height: 345px;
  border-radius: 345px;
  background-color: #272e53;
  position: absolute;
  right: -51%;
  top: 35%;
  z-index: 95;

  transition: all 0.5s linear;
  clip-path: circle(0px at center);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 13px 34px rgba(0, 0, 0, 0.23);
}
/* .sidebar:hover .sidebar-in {
  clip-path: circle(345px at center);
} */
/* 
.sidebar-in.arrow {
  clip-path: circle(345px at center);
} */
.sidebar-in::after {
  content: "";
  display: block;
  width: 36.5px;
  height: 36.5px;
  background: url("../image/quick_arrow.png") no-repeat;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: -5%;
  cursor: pointer;
}
.sidebar-in li {
  padding-top: 30px;
  padding-left: 30px;
}
.sidebar-in li:nth-child(3) {
  padding-top: 45px;
}
.sidebar-in li:nth-child(1),
.sidebar-in li:nth-child(4) {
  padding-left: 100px;
}
.sidebar-in li a {
  display: block;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* @keyframes clipani {
  0% {
    clip-path: circle(0px at center);
  }
  100% {
    clip-path: circle(345px at center);
  }
} */
</pre></body></html>