@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Solitreo&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@media (max-width: 990px) {
  body {
    overflow-x: hidden;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  body {
    overflow-x: hidden;
  }
}

.grid-x {
  display: flex;
}

.grid-y {
  display: flex;
  flex-direction: column !important;
}

.align-justify {
  justify-content: space-between !important;
}

.align-right {
  justify-content: flex-end !important;
}

.align-middle {
  align-items: center;
}

.align-bottom {
  align-items: flex-end;
}

.txtleft {
  padding-left: 5px !important;
  text-align: left !important;
}

.txtcenter {
  text-align: center !important;
}

.txtright {
  padding-right: 5px !important;
  text-align: right !important;
}

.bb0 {
  border-bottom: 0 !important;
}

.w10p {
  width: 10% !important;
}

.w30p {
  width: 30% !important;
}

.w50p {
  width: 50% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w98p {
  width: 98% !important;
}

.w200x {
  width: 200px !important;
}

input[type=file].hide-file {
  display: none !important;
}

#ui-datepicker-div {
  display: none;
}

a.list_key:hover {
  color: #1a6dff !important;
  text-decoration: underline !important;
}

span.date-wave {
  margin: 0 5px;
}

#no_style,
#no_style tr,
#no_style td {
  margin: 0;
  padding: 0;
  border: 0 none;
}

img.zoom-thumb {
  max-width: 100px !important;
  max-height: 100px !important;
}

ul.period-buttons-wrap {
  display: flex;
  margin: 0 10px 0 5px;
}
ul.period-buttons-wrap li {
  display: flex;
  padding: 5px 8px;
  width: 4rem;
  border: solid 1px #dbdbdb;
}
ul.period-buttons-wrap li:hover, ul.period-buttons-wrap li.active {
  border: solid 1px #1a6dff;
}
ul.period-buttons-wrap li:hover a, ul.period-buttons-wrap li.active a {
  color: #1a6dff;
}
ul.period-buttons-wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.35px;
  color: #414141;
}

div.search-summery-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  margin-right: 18px;
}
div.search-summery-wrap div.search-summery {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
div.search-summery-wrap div.search-summery p {
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #1a6dff;
}
div.search-summery-wrap div.search-summery p.price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
}
div.search-summery-wrap a {
  margin-top: 29px;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: right;
  color: #414141;
  text-decoration: underline;
}

span.essential {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.93;
  letter-spacing: 0.35px;
  text-align: left;
  color: #f00;
  position: relative;
}
span.essential:after {
  content: url("/images/essential.png");
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
}

span.box-parts, span.box-ppt {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 0.3rem;
}
span.box-parts.small, span.box-ppt.small {
  width: 8px !important;
  height: 8px !important;
}
span.box-parts.box-parts, span.box-ppt.box-parts {
  background-color: blue;
}
span.box-parts.box-ppt, span.box-ppt.box-ppt {
  background-color: yellow;
}

dl.price-wrap {
  display: flex;
  flex-wrap: wrap;
}
dl.price-wrap dt, dl.price-wrap dd {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
dl.price-wrap dt {
  width: 10%;
}
dl.price-wrap dd {
  width: 90%;
}

main {
  margin: 0 auto;
}
@media (max-width: 990px) {
  main.fixed {
    margin-top: 54px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main.fixed {
    margin-top: 54px;
  }
}

.row {
  display: flex;
  align-items: center;
  padding: 17px 0;
  position: relative;
}
.row.column {
  flex-direction: column;
}
.row.underline:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  left: 0;
  bottom: 0;
}
.row.p0 {
  padding: 0;
}
.row.w100p {
  width: 100%;
}
.row.align-justify {
  justify-content: space-between;
}
.row.align-center {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-top {
  align-items: flex-start;
}
.row .left-box,
.row .right-box {
  display: flex;
  align-items: center;
}
.row .left-box {
  justify-content: flex-start;
}
.row .right-box {
  justify-content: flex-end;
}
.row input[type=text], .row select {
  padding: 5px 11px;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: left;
  color: #787878;
  height: 31px;
}
.row .ele-box {
  display: flex;
  align-items: center;
  margin-right: 36px;
}
.row .ele-box span {
  margin-right: 12px;
  color: #414141;
}

div.pagination {
  display: flex;
  justify-content: center;
  margin: 42px 0;
}
div.pagination ul {
  display: flex;
}
div.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  color: #787878;
}
div.pagination ul li a:hover, div.pagination ul li a.active {
  color: #1a6dff;
}

.pop-common {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pop-common > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  background-color: #efefef;
  padding: 0 26px 0 40px;
}
.pop-common > .header > h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2f2f2f;
}
.pop-common > .desc {
  display: flex;
  flex-direction: column;
  padding: 18px 25px 0 25px;
}
.pop-common > .body {
  display: flex;
  flex-direction: column;
  padding: 18px 25px 34px 25px;
}
.pop-common > .buttons {
  display: flex;
  justify-content: flex-end;
}

.short-alert-msg-warp {
  display: none;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 85px;
  padding: 20px 50px;
  border-radius: 16px;
  background: rgba(13, 153, 255, 0.9);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.456px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -0.5rem);
  z-index: 2;
}
.short-alert-msg-warp.active {
  display: flex;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 180px 0;
}

.circle {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, #6B5FFF 0%, #5AC8FA 100%);
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}
.circle.medium {
  width: 585px;
  height: 585px;
}
@media (max-width: 990px) {
  .circle.medium {
    width: 80vw;
    height: 80vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .circle.medium {
    width: 80vw;
    height: 80vw;
  }
}
.circle.expanded {
  transform: scale(300);
  background: linear-gradient(90deg, #6B5FFF 0%, #5AC8FA 100%);
}
.circle .logo-text,
.circle p.tit {
  opacity: 0;
}
.circle .logo-text.visible,
.circle p.tit.visible {
  opacity: 1;
}
.circle p {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}
@media (max-width: 990px) {
  .circle p {
    font-size: 18px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .circle p {
    font-size: 18px;
  }
}

.logo-text {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.logo-text.visible {
  opacity: 1;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.8s ease-in-out;
  transform: translateY(20px);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.content.visible {
  opacity: 1;
  transform: translateY(0);
}
.btn-go {
  display: flex;
  padding: 15px 40px 15px 20px;
  align-items: flex-start;
  gap: 6px;
  border-radius: 12px;
  background: #FFF;
  color: #0D99FF;
  text-align: center;
  margin: 88px auto 0 auto;
  width: fit-content;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  position: relative;
}
.btn-go:hover {
  color: #0D99FF;
}
.btn-go:after {
  content: url("/catalog/images/arrow_forward.png");
  position: absolute;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
}

.welcome-text {
  color: #FFF;
  text-align: center;
  font-family: "S-Core Dream";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
  margin-bottom: 80px;
}

.sub-text {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px;
}
.sub-text br.mo {
  display: none;
}
@media (max-width: 990px) {
  .sub-text br.mo {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .sub-text br.mo {
    display: block;
  }
}
@media (max-width: 990px) {
  .sub-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .sub-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
  }
}

.copyright-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 250px;
}
@media (max-width: 990px) {
  .copyright-wrap {
    flex-direction: column;
    margin-top: 10rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .copyright-wrap {
    flex-direction: column;
    margin-top: 10rem;
  }
}

p.copyright {
  display: flex;
  color: #FFF;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 990px) {
  p.copyright {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  p.copyright {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
  }
}
p.copyright span {
  display: none;
}
@media (max-width: 990px) {
  p.copyright span {
    display: block;
    font-weight: bold;
    margin-right: 0.4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  p.copyright span {
    display: block;
    font-weight: bold;
    margin-right: 0.4rem;
  }
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(107, 95, 255, 0.1) 0%, rgba(90, 200, 250, 0.1) 100%);
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
.gradient-overlay.visible {
  opacity: 1;
}

/*# sourceMappingURL=intro.css.map */
