@charset "UTF-8";
html,
body {
  font-family: "Pretendard JP";
  font-weight: 500;
  color: var(--black);
  overflow-wrap: break-word;
}
html.on,
body.on {
  overflow: hidden;
}
section {
  position: relative;
}
.wrapper {
  display: flex;
  flex-direction: column;
  margin: 79px auto 0;
  gap: 12px;
  background: #f1f1f1;
}
.width-wrap {
  position: relative;
  max-width: 1560px;
  width: 100%;
  padding: var(--padding100);
  margin: 0 auto;
}
.width-wrap.mid {
  max-width: 920px;
}
.width-wrap.small {
  max-width: 820px;
  padding: var(--padding60);
}

/* responsive class */
.top1150,
.top950,
.top850,
.top700,
.top500 {
  display: block;
}
.under1150,
.under950,
.under850,
.under700,
.under600,
.under500 {
  display: none;
}

.top900-500 {
  display: block;
}
.under900-500 {
  display: none;
}

/* btn */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.round4 {
  border-radius: 4px;
}
.btn.round5 {
  border-radius: 5px;
}
.btn.round10 {
  border-radius: 10px;
}
.btn.round1000 {
  border-radius: 1000px;
}
.btn.border-w {
  border: 1px solid var(--white);
}
.btn.border-g {
  border: 1px solid var(--gray);
}
.btn.col {
  flex-direction: column;
}
.btn.circle {
  width: 48px;
  height: 48px;
  padding: 10px;
}
.btn.badge {
  padding: 5px 10px;
  border-radius: 4px;
}
.btn.small {
  width: 180px;
  padding: 20px;
}
.btn.mid {
  padding: 16px 24px;
  gap: 4px;
  width: 100%;
}
.btn.large {
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray);
}
.btn.po {
  background: var(--po);
  color: var(--white);
}
.btn.white {
  background: var(--white);
}
.btn.green {
  background: var(--green);
  color: var(--white);
}
.btn.gray {
  background: rgba(247, 251, 250, 0.2);
  color: var(--white);
}
.btn.black {
  background: var(--black);
  color: var(--white);
}

/* font */
.po-color {
  color: var(--po);
}
.red-color {
  color: var(--red);
}
.white-color {
  color: var(--white);
}
.gray-color {
  color: var(--gray);
}
.gray400-color {
  color: var(--gray-400);
}
.gray500-color {
  color: var(--gray-500);
}
.gray600-color {
  color: var(--gray-600);
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.light {
  font-weight: 400;
}
.lighter {
  font-weight: 300;
}
.kiwi {
  font-family: "Kiwi Maru";
}
.ryo-gothic-plusn {
  font-family: "ryo-gothic-plusn";
}
.pretendard {
  font-family: Pretendard;
}
.font48 {
  font-size: var(--font-48);
  letter-spacing: var(--font-48-ls);
}
.font36 {
  font-size: var(--font-36);
  letter-spacing: var(--font-36-ls);
}
.font34 {
  font-size: var(--font-34);
  letter-spacing: var(--font-34-ls);
}
.font28 {
  font-size: var(--font-28);
  letter-spacing: var(--font-28-ls);
}
.font26 {
  font-size: var(--font-26);
  letter-spacing: var(--font-26-ls);
}
.font24 {
  font-size: var(--font-24);
  letter-spacing: var(--font-24-ls);
}
.font20 {
  font-size: var(--font-20);
  letter-spacing: var(--font-20-ls);
}
.font18 {
  font-size: var(--font-18);
  letter-spacing: var(--font-18-ls);
}
.font16 {
  font-size: var(--font-16);
  letter-spacing: var(--font-16-ls);
}
.font14 {
  font-size: var(--font-14);
  letter-spacing: var(--font-14-ls);
}
h1 {
  font-size: var(--font-48);
  font-weight: 800;
  letter-spacing: var(--font-48-ls);
}
h2 {
  font-size: var(--font-36);
  font-weight: 800;
  letter-spacing: var(--font-36-ls);
}
h3 {
  font-size: var(--font-34);
  font-weight: 800;
  letter-spacing: var(--font-34-ls);
}
h4 {
  font-size: var(--font-28);
  font-weight: 600;
  letter-spacing: var(--font-28-ls);
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* header */
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid var(--gray);
  background: var(--white);
  backdrop-filter: blur(7.449999809265137px);
}
header .width-wrap {
  padding: var(--paddingHeader);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .width-wrap .gnb {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .width-wrap .gnb .lnb .lnb-pc {
  display: flex;
}
header .width-wrap .gnb .lnb .lnb-pc a {
  padding: 28px;
  position: relative;
}
header .width-wrap .gnb .lnb .lnb-pc a:hover::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--po);
  position: absolute;
  bottom: 0;
  left: 0;
}
header .width-wrap .gnb .lnb .lnb-m {
  display: none;
}
header .width-wrap .gnb .address {
  gap: 6px;
  height: 43px;
  padding: 4px 15px;
  margin-left: 22px;
  background: rgba(0, 0, 0, 0.05);
}
header .width-wrap .gnb .call a {
  gap: 6px;
  padding: 12px 14px;
  line-height: 135%;
}

/* fixed-wrap */
#fixed-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}
#fixed-wrap.on {
  display: none;
}
#fixed-wrap .btn:nth-child(1) {
  box-shadow: 4px 4px 18px 0px rgba(0, 0, 0, 0.08);
}
#fixed-wrap .btn:nth-child(2) {
  backdrop-filter: blur(5px);
}

/* footer */
footer {
  background: var(--black);
}
footer .width-wrap {
  padding: var(--paddingFooter);
}
footer .width-wrap .info-zone {
  margin: 64px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .width-wrap .info-zone ul li {
  color: var(--white);
  line-height: 150%;
  display: flex;
  gap: 10px;
}
footer .width-wrap .info-zone ul:nth-child(1) {
  display: flex;
  gap: 50px;
}
footer .width-wrap .info-zone ul:nth-child(3) {
  display: flex;
  gap: 24px;
}
footer .width-wrap .copy {
  color: rgba(255, 255, 255, 0.6);
  line-height: normal;
}

/* showcase */
#showcase {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  transition: all 0.25s linear;
}
#showcase.on {
  display: block;
}
#showcase .img-wrap {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#showcase .img-wrap .img-area {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 3 / 2;
  z-index: 1;
}

/* intro */
#intro {
  background: url(../img/screen/img_intro.png) no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 77.59px;
  position: relative;
}
#intro::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      270deg,
      rgba(0, 3, 17, 0.01) 63.72%,
      rgba(3, 17, 16, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(3, 17, 16, 0.43) -11%,
      rgba(3, 17, 16, 0) 99.29%
    );
}
#intro .width-wrap {
  padding: 200px 0;
}
#intro .width-wrap h1 {
  color: var(--white);
  margin-bottom: 24px;
}
#intro .width-wrap p {
  color: var(--white);
}

/* filter */
#filter {
  position: relative;
}
#filter::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: var(--gray);
  position: absolute;
  bottom: 0;
}
#filter .width-wrap {
  padding: var(--paddingTop20);
}
#filter .width-wrap .switch-zone {
  display: flex;
  gap: 48px;
}
#filter .width-wrap .switch-zone li {
  padding-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#filter .width-wrap .switch-zone li:hover,
#filter .width-wrap .switch-zone li.on {
  color: var(--black);
  font-weight: 700;
}
#filter .width-wrap .switch-zone li:hover::before,
#filter .width-wrap .switch-zone li.on::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: var(--po);
  bottom: 0;
  z-index: 1;
}

/* animation */
@keyframes img-slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-500%);
  }
}

/* responsive */
@media all and (max-width: 1660px) {
  .width-wrap {
    width: 89.335%;
  }
}
@media all and (max-width: 1320px) {
  /* showcase */
  #showcase .img-wrap .img-area {
    width: 85%;
  }
}
@media all and (max-width: 1200px) {
  .wrapper {
    margin: 75px auto 0;
  }

  /* header */
  header .width-wrap .gnb .lnb .lnb-pc a {
    padding: 18px;
  }
  header .width-wrap .gnb .lnb .lnb-pc a:hover::before {
    bottom: -9px;
  }
  header .width-wrap .gnb .address {
    margin-left: 0;
  }

  /* intro */
  #intro {
    margin-top: 74.59px;
  }
  #intro .width-wrap {
    padding: 150px 0;
  }
}
@media all and (max-width: 1150px) {
  .under1150 {
    display: block;
  }
  .top1150 {
    display: none;
  }
}
@media all and (max-width: 1020px) {
  .width-wrap.mid {
    max-width: 920px;
  }
}
@media all and (max-width: 950px) {
  .wrapper {
    margin: 59px auto 0;
  }

  .top950 {
    display: none;
  }
  .under950 {
    display: block;
  }

  /* header */
  header .width-wrap .logo img {
    width: 71px;
  }
  header .width-wrap .gnb {
    gap: 16px;
  }
  header .width-wrap .gnb .lnb {
    display: none;
  }
  header .width-wrap .gnb .lnb.on {
    display: block;
    position: absolute;
    z-index: 1;
    top: 55.91px;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header .width-wrap .gnb .lnb.on::before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: var(--white);
    left: 0px;
    right: 0;
    top: 55.91px;
    z-index: 1;
  }
  header .width-wrap .gnb .lnb.on .lnb-pc {
    display: none;
  }
  header .width-wrap .gnb .lnb.on .lnb-m {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 55.91px);
  }
  header .width-wrap .gnb .lnb.on .lnb-m .top-area {
    display: flex;
    flex-direction: column;
    gap: 28px;
    position: relative;
    z-index: 1;
  }
  header .width-wrap .gnb .lnb.on .lnb-m .top-area a {
    line-height: normal;
  }
  header .width-wrap .gnb .lnb.on .lnb-m .top-area a:nth-child(1) {
    color: rgba(0, 0, 0, 0.5);
  }
  header .width-wrap .gnb .lnb.on .lnb-m .btn-zone {
    display: flex;
    gap: 8px;
    margin-top: 56px;
    position: relative;
    z-index: 1;
  }
  header .width-wrap .gnb .lnb.on .lnb-m .btn-zone .btn {
    width: 45px;
    height: 45px;
  }
  header .width-wrap .gnb .call a {
    padding: 10px 12px;
  }
  header .width-wrap .gnb .call a img {
    width: 12px;
  }
  header .width-wrap .gnb .hbg {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  header .width-wrap .gnb .hbg div {
    height: 2px;
    border-radius: 1000px;
    background: var(--black);
    transition: all 0.25s linear;
    width: 24px;
  }
  header .width-wrap .gnb .hbg.on div:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  header .width-wrap .gnb .hbg.on div:nth-child(2) {
    opacity: 0;
  }
  header .width-wrap .gnb .hbg.on div:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  /* footer */
  footer .width-wrap .logo {
    width: 87px;
  }
  footer .width-wrap .info-zone {
    margin: 40px 0;
    gap: 10px;
  }
  footer .width-wrap .info-zone ul li {
    gap: 6px;
  }
  footer .width-wrap .info-zone ul:nth-child(1),
  footer .width-wrap .info-zone ul:nth-child(3) {
    gap: 10px;
    flex-direction: column;
  }

  /* intro */
  #intro {
    margin-top: 55.91px;
  }
  #intro .width-wrap {
    padding: 100px 0;
  }
}
@media all and (max-width: 920px) {
  .width-wrap.small {
    max-width: 820px;
  }
}
@media all and (max-width: 900px) {
  .top900-500 {
    display: none;
  }
  .under900-500 {
    display: block;
  }
}
@media all and (max-width: 850px) {
  .top850 {
    display: none !important;
  }
  .under850 {
    display: block !important;
  }
}
@media all and (max-width: 700px) {
  .top700 {
    display: none;
  }
  .under700 {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .under600 {
    display: block;
  }
}
@media all and (max-width: 500px) {
  .top500 {
    display: none;
  }
  .under500 {
    display: block;
  }
  .top900-500 {
    display: block;
  }
  .under900-500 {
    display: none;
  }

  .btn.badge {
    padding: 3px 6px;
  }

  /* header */
  header .width-wrap .gnb .lnb.on,
  header .width-wrap .gnb .lnb.on::before {
    top: 69.2px;
  }
  header .width-wrap .gnb .lnb.on .lnb-m {
    height: calc(100vh - 69.2px);
  }
  header .width-wrap .gnb .call a {
    font-size: 12px;
    letter-spacing: -0.36px;
  }

  /* fixed-wrap */
  #fixed-wrap {
    gap: 12px;
    right: 20px;
    bottom: 20px;
  }
  #fixed-wrap .btn {
    width: 36px;
    height: 36px;
  }
  #fixed-wrap .btn:nth-child(1) img {
    width: 20px;
  }
  #fixed-wrap .btn:nth-child(2) img {
    width: 16px;
  }

  /* footer */
  footer .width-wrap .info-zone ul li {
    font-size: 14px;
    letter-spacing: -0.42px;
  }

  /* intro */
  #intro {
    margin-top: 68.2px;
  }
  #intro .width-wrap p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  /* filter */
  #filter .width-wrap .switch-zone {
    gap: 0;
  }
  #filter .width-wrap .switch-zone li {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    font-size: 14px;
    letter-spacing: -0.42px;
  }
}
@media all and (max-width: 375px) {
  /* intro */
  #intro {
    background: url(../img/screen/img_intro_mo.png) no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  #intro .width-wrap {
    padding: 77px 0 74px;
  }
  #intro .width-wrap h1 {
    margin-bottom: 12px;
  }
}
