:root {
  --mainColor: #FCAF17;
  --mainHover: #FCAF17;
  --mainColor20: rgb(252, 175, 23, .2);
  --mainColor30: rgb(252, 175, 23, .3);
  --white: #fff;
  --white10: rgba(255, 255, 255, 0.10);
  --white30: rgba(255, 255, 255, 0.30);
  --white60: rgba(255, 255, 255, 0.60);
  --white70: rgba(255, 255, 255, 0.70);
  --black: #000000;
  --color1C: #1C1C1E;
  --color22: #222222;
  --color23: #232323;
  --color33: #333333;
  --color44: #444444;
  --color4C: #4C4C4E;
  --color66: #666666;
  --color6c: #6c6c6c;
  --color99: #999999;
  --coloraa: #aaaaaa;
  --colorcc: #cccccc;
  --colorc9b: #C9BB99;
  --colordd: #dddddd;
  --colore2: #e2e2e2;
  --colore6: #e6e6e6;
  --colored: #ededed;
  --colorf5: #F5F5F5;
  --colorfa: #fafafa;
  --color96: #967B36;
  --color5152: #515251;
  --color37: #3737CF;
  --color15: #152862;
  --colorfff5: #FFF5DD;
  --colorffb: #FFB101;
  --colorfca: #FCAF17;
  --colorffb40: rgb(255, 177, 23, .4);
  --color9ab: #9ABC04;
  --color9ab20: rgb(154, 188, 4, .2);
  --colorf3e: #F3E8CC;
  --colorfef: #FEF8E8;
  --colorfff: #FFFAF0;
  --colorf8f: #F8F1E0;
  --colorf8f50: rgba(248, 241, 224, 0.5);
  --color005: #005E1F;
  --color00505: rgb(0, 95, 31, .05);
  --color2220: rgba(34, 34, 34, 0.2);
}

.mb0 {
  margin-bottom: 0 !important;
}

.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

.main-color {
  color: var(--mainColor);
}


.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.flex.type02 {
  align-items: stretch
}

.flex.type03 {
  align-items: center;
}

.view-more {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  padding: 1rem 1.5rem;
  border-radius: 3.125rem;
  border: 1px solid var(--color22);
  background: var(--white);
  color: var(--color22);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.019rem;
  width: fit-content;
  transition: .3s;
}

.view-more:hover {
  background: var(--color22);
  color: var(--white);
}

.view-more span {
  color: var(--mainColor);
}

.tit-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}



html {
  scrollbar-gutter: stable;
}

/* 스크롤 잠금 : lockScroll/unlockScroll 이 body.is-scroll-lock 토글.
   Lenis(스무스 스크롤)가 html을 스크롤하므로 html까지 잠근다. */
html:has(body.is-scroll-lock),
body.is-scroll-lock {
  overflow: hidden;
}





.title-40 {
  color: var(--color22);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.1rem;
}

.content.type02 {
  padding: 16.25rem 0 12.5rem;
}

.sv {
  position: relative;
  height: 25rem;
  margin-top: 6.5rem;
}

.sv .thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
  overflow: hidden;
  /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); */
}

.sv .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv .flex {
  width: 100%;
  height: 100%;
  align-items: center;
}

.sv .flex .col-left {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  padding-left: 7.5rem;
}

.sv .flex .col-left strong {
  color: var(--white);
  font-size: 3rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.12rem;
}

.sv .flex .col-left p {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.045rem;
}

.sv .flex .col-right {
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-100%, -100%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding-inline: 3.75rem;
  padding-bottom: 2.5rem;
  z-index: 10;
}




@media (width <=1200px) {
  .sv {
    padding: 2.5rem 3.75rem;
    margin-top: var(--headerHeight);
  }

  .sv .flex {
    flex-direction: column;
  }

  .sv .flex .col-left {
    padding-left: 0;
  }

  /* .sv .flex .col-right {
    position: static;
    padding: 0;
    transform: translate(0, 0);
  } */
}

@media (width <=800px) {
  .sv {
    /* height: 88dvh; */
    min-height: 55dvh;
    height: 100%;
    padding: 2.5rem 3.75rem;
    box-sizing: border-box;
  }

  .sv .flex {
    flex-direction: column;
    gap: 2rem;
  }

  .sv .flex .col-left {
    padding-left: 0;
  }

  .sv .flex .col-right {
    position: static;
    padding: 0;
    transform: translate(0, 0);
  }
}


@media (width <=640px) {
  .sv {
    padding: 2.5rem 1.25rem;
  }

  .sv .flex .col-left strong {
    font-size: 2.5rem;
  }

  .sv .flex .col-left p {
    font-size: 1.1rem;
  }

  .sv .flex .col-left p br {
    display: none;
  }
}




.lnb-wrap {
  position: absolute;
  right: 5.625rem;
  bottom: 0;
  z-index: 20;
}

.lnb-box {
  position: relative;
  padding: 1.875rem;
  box-sizing: border-box;
}

.lnb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lnb>li {
  position: relative;
  display: flex;
}

.lnb>li>button {
  position: relative;
  min-width: 12.5rem;
  width: 100%;
  /* height: 3.5rem; */
  padding: 0.9375rem 1.5rem;
  border-radius: 3.125rem;
  background: var(--colorf8f50);
  backdrop-filter: blur(1.6875rem);
  color: var(--color22);
  font-size: 1rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.02rem;
  overflow: hidden;
  transition: .5s;
  z-index: 1;
}

.lnb>li .bg-fill-btn {
  position: relative;

}

.lnb>li .bg-fill-btn>div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.lnb>li.home>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 62.4375rem;
  background-color: var(--color005);
  transition: .3s;
}

.lnb>li.home>a:hover {
  background-color: var(--color005);
}

.lnb>li.home>a:after {
  display: none;
}

.lnb>li.home>a img {
  padding: 1.125rem 0;
  vertical-align: top;
  transition: .3s;
}


.lnb>li.home>a:hover img {
  filter: brightness(100);
}

.lnb li .ico-thumb {
  filter: brightness(0);
  transition: all 0.5s;
}

.lnb li:hover .ico-thumb {
  filter: brightness(1);
}

.lnb li.on .ico-thumb {
  transform: rotate(180deg);

}

@media all and (min-width:801px) {

  .lnb>li.on .bg-fill-btn .bg-fill,
  .bg-fill-btn .bg-fill {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--color005);
    transition: width 0.5s ease-out, height 0.5s ease-out;
    z-index: 0;
  }

  .lnb li:hover .bg-fill-btn {
    color: var(--white);

  }

  .lnb li:hover .bg-fill-btn .bg-fill {
    width: 40vw;
    height: 40vw;
    transition: width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s;
  }
}

.lnb>li.on .bg-fill-btn .bg-fill {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--color005);
  transition: width 0.5s ease-out, height 0.5s ease-out;
  z-index: 0;
}

.lnb li.on .bg-fill-btn {
  color: var(--white);

}

.lnb li.on .bg-fill-btn .bg-fill {
  width: 40vw;
  height: 40vw;
  transition: width 0.5s ease-in 0.1s, height 0.5s ease-in 0.1s;
}

.lsnb {
  display: none;
  position: absolute;
  top: 1.25rem;
  left: 0px;
  right: 0px;
  z-index: 90;
  min-width: 12.5rem;
  width: 100%;
  padding-top: 3.5rem;
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  z-index: 0;
}



.lsnb>ul {
  padding: 0 1.625rem 1.0625rem;
  border-radius: 1.25rem;

  box-sizing: border-box;
}

.lsnb li>a {
  display: block;
  color: var(--color44);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 100%;
  letter-spacing: -0.04rem;
  transition: all 0.5s;
}

.lsnb li+li {
  padding-top: 0.9375rem;
}

.lsnb li>a:hover {
  font-weight: 500;
  color: var(--mainColor);
}

@media (width <=1200px) {
  .lnb-wrap {
    right: 0;
    padding-inline: 0;
  }
}

@media (width <=800px) {

  .lnb>li {
    display: none;
  }

  .lnb>li:last-child {
    display: block;
    width: 100%;
  }

  .lnb-wrap {
    position: static;
  }

  .lnb-wrap,
  .lnb-box,
  .lnb>li>button {
    width: 100%;
  }



  .lnb-box {
    padding: 1.875rem 0 0;
  }

  .lnb li.on .bg-fill-btn {
    background: var(--mainHover);
  }

  .lnb li.on .bg-fill-btn .bg-fill {
    display: none;
  }

  .lsnb {
    width: 100%;
  }



}










@media all and (max-width: 1400px) {
  .show-1400 {
    display: block !important;
  }

  .hide-1400 {
    display: none !important;
  }
}

@media all and (max-width: 1200px) {
  .show-1200 {
    display: block !important;
  }

  .hide-1200 {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  .hide-1024 {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }
}



.sub-tab-lnb {
  /* padding-top: 7.5rem; */
  margin-bottom: 7.5rem;
}

.sub-tab-lnb ul {
  display: flex;
  gap: 0.625rem;
}

.sub-tab-lnb__item {
  flex: 1;
  list-style: none;
}

.sub-tab-lnb__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.9375rem 1.25rem;
  border-radius: 3.125rem;
  background: #E8E8E8;
  color: var(--color99);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.02rem;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}

.sub-tab-lnb__item.active a,
.sub-tab-lnb__item a:hover {
  background: var(--mainColor);
  color: var(--color22);
}

.sub-tab-lnb-btn {
  display: none;
}

@media all and (max-width: 1024px) {
  .sub-tab-lnb {
    position: relative;
    margin-bottom: 5rem;
  }

  .sub-tab-lnb-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.2rem 1.875rem;
    border-radius: 1.875rem;
    background: var(--mainColor);
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.045rem;
    border: none;
    cursor: pointer;
  }

  .sub-tab-lnb-btn::after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.125rem solid var(--white);
    border-bottom: 0.125rem solid var(--white);
    transform: rotate(45deg);
    margin-top: -0.25rem;
    flex-shrink: 0;
    transition: transform 0.2s;
  }

  .sub-tab-lnb.is-open .sub-tab-lnb-btn::after {
    transform: rotate(-135deg);
    margin-top: 0.25rem;
  }

  .sub-tab-lnb ul {
    display: none;
    flex-direction: column;
    gap: 0.375rem;
    position: absolute;
    top: calc(100% + 0.375rem);
    left: 0;
    right: 0;
    z-index: 10;
    background: var(--white);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  }

  .sub-tab-lnb__item {
    width: 100%;

  }

  .sub-tab-lnb__item~.sub-tab-lnb__item {
    margin-top: 0.5rem;
  }

  .sub-tab-lnb__item a {
    padding: 0.875rem 0.75rem;
    font-size: 0.875rem;
  }
}