@charset "utf-8";

/* ========================================
   LAYOUT
======================================== */
.main-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-group {
  position: relative;
}

.content-wrap {
  padding-top: calc(var(--header-height));
}

/* ========================================
   VISUAL
======================================== */
.visual {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.visual-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.visual-bg video {
  object-fit: cover;
}

.visual-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
}

.visual-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

.visual-info > li:last-child {
  text-align: right;
}
/* ========================================
   VISUAL - TABLET
======================================== */
@media all and (min-width: 1024px) and (max-width: 1320px) {
  .visual-inner {
    max-width: 96.4582vw;
  }
}

/* ========================================
   VISUAL - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .visual-inner {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .visual-info {
    font-size: 16px;
  }
}

/* ========================================
   MAIN LANDING VISUAL
======================================== */
.visual-main {
  height: 100vh;
  height: 100dvh;
}

.visual-main .visual-bg {
  background-image: url(../images/img-visual-main.jpg);
}

.visual-main .visual-inner {
  text-align: center;
}

.visual-main .heading-group {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin-top: -100px;
}

.visual-main .heading-title {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.3;
  color: #fff;
}

.visual-main .heading-desc {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}

.visual-main .heading-desc-logo {
  width: 338px;
  height: 61px;
  margin: 33px auto 0;
}

.visual-main .heading-desc-logo .logo {
  display: block;
  width: 100%;
  height: 100%;
}

.visual-main .heading-desc-logo .logo::after {
  content: '';
  -webkit-mask: url(../images/mask/logo.svg) no-repeat 50%;
  -webkit-mask-size: contain;
  mask: url(../images/mask/logo.svg) no-repeat 50%;
  mask-size: contain;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s;
}

.visual-main .heading-title + .heading-desc {
  margin-top: 20px;
}

.visual-main .main-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

/* ========================================
   MAIN LANDING VISUAL - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .visual-main .heading-title {
    font-size: 38px;
    line-height: 1.2;
  }
  
  .visual-main .heading-title span {
    display: block;
  }
  
  .visual-main .heading-desc-logo {
    width: 244px;
    height: 44px;
    margin-top: 27px;
  }
}

/* ========================================
   VISUAL SUB
======================================== */
.visual-sub {
  height: 1156px;
  padding-top: calc(var(--header-height));
}

.visual-sub .visual-bg {
  background: none;
}

/* ========================================
   VISUAL SUB - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .visual-sub {
    height: 900px;
    padding-bottom: 0;
  }
}

/* ========================================
   HEADLINE
======================================== */
[class^=headline-] {
  width: 432px;
}

[class^=headline-] .title {
  font-size: 40px;
  line-height: 1.1;
}

[class^=headline-] .title-small {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

[class^=headline-] .sub {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.4;
}

[class^=headline-] .sub.bul::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 15px;
  margin-right: 10px;
  background: #fff;
}

[class^=headline-] .desc {
  font-size: 15px;
  line-height: 1.4;
}

[class^=headline-] .txt-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

[class^=headline-] .txt-group.align-right {
  gap: 30px;
}

[class^=headline-] .btn-area {
  margin-top: 40px;
}

.headline-2 .title-small {
  margin-top: 48px;
}

/* ========================================
   HEADLINE - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  [class^=headline-] {
    width: 100%;
  }
  
  .headline-2 {
    margin-top: 100px;
  }
}

/* ========================================
   TEXT TYPING EFFECT
======================================== */
.scenes {
  display: block;
}

.scenes + .scenes {
  margin-top: 0;
}

.scenes span {
  position: relative;
}

.scenes .char-words {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  letter-spacing: -0.04em;
}

.scenes .char-parent {
  display: none;
  overflow: hidden;
}

.scenes .char-cursor {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  margin-right: -8px;
}

.scenes .char-cursor:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #c3c3c3;
  animation-name: charLine;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.heading-primary .char-child {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(../images/gradient.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 200%;
  animation-name: txtGradient;
  animation-duration: 4s;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media all and (max-width: 350px) {
  .scenes .char-words {
    margin: 0 -20px;
  }
}

@keyframes charLine {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =====================================================================
   LANDING MAIN
===================================================================== */

/* ========================================
   MAIN CORRECT 정답은 세이프유
======================================== */
.correct-group .sm-tit {margin-bottom: 70px; font-size: 34px; font-weight: 500;}
.correct-group .sm-tit:nth-child(3) {margin-bottom: 49px; letter-spacing: -0.06em;}
.correct-group .sm-tit > span {color: #899BAD;}
.correct-group .desc-cont .heading-title {margin: 50px auto;}
.correct-group .thum {margin-bottom: 32px;}
.correct-group .thum img {border-radius: 4px;}
.correct-group .heading-desc {margin-bottom: 16px;}
.correct-group sup {vertical-align: top; font-size: 32px;}
.correct-group .mo-data-small {
  display: none;
}
.main-correct {
  padding-top: 160px;
  padding-bottom: 160px;
}

/* ========================================
   MAIN CORRECT 정답은 세이프유 - PC
======================================== */
@media all and (min-width: 1024px) {
  .correct-group .img-cont .img-info {
    width: 50%;
  }
}
/* ========================================
   MAIN CORRECT 정답은 세이프유 - MOBILE
======================================== */
@media all and (max-width: 1023px){
  .correct-group .img-info + .img-info {margin-top: 50px;}
  .correct-group .img-desc .heading-desc {font-size: 20px;}
  .correct-group .img-desc .heading-title {font-size: 42px;}
  .correct-group .sm-tit {font-size: 20px;}
  .correct-group .sm-tit {margin-bottom: 60px; font-size: 20px;}
  .correct-group .sm-tit:nth-child(3) {margin-bottom: 48px;}
  .correct-group .thum {margin-bottom: 16px;}
}
@media screen and (max-width: 440px) {
  .correct-group .sm-tit {
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 420px) {
  .correct-group .sm-tit {
    letter-spacing: inherit;
  }
  
  .correct-group .mo-data-small {
    display: block;
  }
}

/* ========================================
   MAIN THINGS
======================================== */
.main-things {
  padding-top: 100px;
  padding-bottom: 100px;
}

.things-group .icon-logo-things {
  width: 147px;
  height: 38px;
}

.things-group .heading-inner {
  justify-content: space-between;
  margin-top: 20px;
}

.things-group .heading-group {
  text-align: left;
}

.things-group .heading-desc {
  text-align: right;
}

.things-group .img-cont {
  margin-top: 60px;
}

/* ========================================
   MAIN THINGS - PC
======================================== */
@media all and (min-width: 1024px) {
  .things-group .btn-area {
    justify-content: start;
  }
}

/* ========================================
   MAIN THINGS - TABLET
======================================== */
@media screen and (min-width: 1024px) and (max-width: 1320px) {
  /* Tablet specific styles */
}

/* ========================================
   MAIN THINGS - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .things-group .heading-inner {
    flex-direction: column;
  }
  
  .things-group .heading-group {
    text-align: center;
  }
  
  .things-group .heading-desc {
    text-align: center;
  }

  .things-group .img-cont {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }  
}

/* ========================================
   MAIN WORKS
======================================== */
.main-works {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
}

.main-works .doodle-ani {
  position: absolute;
  left: 50%;
  top: 106px;
  width: 969px;
  height: 1382px;
  transform: translateX(-59%);
}

.main-works .doodle-ani svg {
  width: 969px;
  height: 1382px;
}

.main-works .doodle-ani svg path {
  fill: none;
  stroke: var(--color-works-primary);
  stroke-width: 2;
  stroke-linecap: round;
}

.works-group .heading-group {
  text-align: left;
}

.works-group .heading-inner {
  justify-content: start;
  margin-top: 20px;
}

.works-group .icon-logo-works {
  width: 147px;
  height: 38px;
}

.works-group .text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
}

.works-group .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 308px;
  height: 296px;
  padding: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: left;
  border-radius: 26px;
}

.works-group .text-box::before {
  content: '';
  position: absolute;
  width: 79.2px;
  height: 0px;
  left: 114px;
  top: 158px;
}

.works-group .text-box > span:last-child {
  text-align: right;
}

.works-group .text-box.dark {
  color: #fff;
  transform: translateX(calc((308px + 16px) * -1));
}

.works-group .text-box.dark::before {
  border: 2px solid var(--color-works-primary);
  transform: rotate(45deg);
}

.works-group .text-box.primary {
  background: var(--color-works-primary);
}

.works-group .text-box.primary::before {
  border: 2px solid #000;
  transform: rotate(-45deg);
}

.works-group .text-box + .text-box {
  margin-top: 16px;
}

.works-group .text-area.on .text-box::before {
  animation-delay: 1s;
}

.works-group .text-area.on .text-box.dark::before {
  animation: aniLineRotateDark 2s linear;
}

.works-group .text-area.on .text-box.primary::before {
  animation: aniLineRotatePrimary 2s linear;
}

@keyframes aniLineRotateDark {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}

@keyframes aniLineRotatePrimary {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(135deg);
  }
  100% {
    transform: rotate(315deg);
  }
}

/* ========================================
   MAIN WORKS - PC
======================================== */
@media all and (min-width: 1024px) {
  .works-group .btn-area {
    justify-content: start;
  }
}

/* ========================================
   MAIN WORKS - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .works-group .heading-inner {
    flex-direction: column;
  }
  
  .works-group .heading-group {
    text-align: center;
  }
  
  .works-group .heading-desc {
    text-align: center;
  }
  
  .works-group .text-area {
    align-items: center;
  }
  
  .works-group .text-box.dark {
    transform: translateX(0);
  }
}

/* ========================================
   MAIN BANNER
======================================== */
.main-banner {
  --banner-item-things-size: 50%;
  --banner-item-works-size: 50%;
}

.main-banner .data {
  text-align: left;
}

.main-banner .banner-group {
  display: flex;
}

.main-banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  max-width: 640px;
  height: 200px;
  padding: 30px 40px;
}

.main-banner .link-box {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000%;
}

.main-banner .banner-item {
  position: relative;
  background-size: cover;
}

.main-banner .banner-things {
  width: var(--banner-item-things-size);
  background-image: url(../images/img-main-banner-things.png);
}

.main-banner .banner-things .banner-box {
  margin-left: auto;
}

.main-banner .banner-works {
  width: var(--banner-item-works-size);
  background-image: url(../images/img-main-banner-works.png);
}

.main-banner .banner-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}

.main-banner .banner-title-area {
  position: relative;
}

.main-banner .banner-title {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.main-banner .icon-logo-works {
  width: 117px;
  height: 30px;
}

.main-banner .icon-logo-things {
  width: 117px;
  height: 30px;
}

/* ========================================
   MAIN BANNER - PC
======================================== */
@media screen and (min-width: 1024px) {
  .main-banner .banner-item {
    transition: 0.6s;
  }
  
  .main-banner .banner-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
  }
  
  .main-banner .logo-group {
    position: relative;
  }
  
  .main-banner .logo-group::after {
    content: '';
    position: absolute;
    left: 293px;
    bottom: 0;
    width: 150px;
    height: 8px;
    -webkit-mask: url(../images/mask/img-line-more.svg) no-repeat center right;
    -webkit-mask-size: auto 100%;
    mask: url(../images/mask/img-line-more.svg) no-repeat center right;
    mask-size: auto 100%;
    background-color: #fff;
  }
  
  .main-banner .banner-things::before {
    left: 0;
    right: 100%;
    background: var(--color-things-primary);
  }
  
  .main-banner .banner-works:before {
    right: 0;
    left: 100%;
    background: var(--color-works-primary);
  }
  
  .main-banner .banner-item:hover .banner-box {
    max-width: 800px;
  }
  
  .main-banner .banner-item:hover .banner-sub {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .main-banner .banner-item:hover .logo-group::after {
    width: 250px;
  }
  
  .main-banner .banner-things:hover {
    --banner-item-things-size: 66.6667%;
    --banner-item-works-size: 33.3333%;
  }
  
  .main-banner .banner-things:hover::before {
    right: 0;
    transition: 0.4s;
  }
  
  .main-banner .banner-things:hover .icon-logo-things::after {
    background-image: url(../images/icon-logo-things-hover.svg);
  }
  
  .main-banner .banner-works:hover {
    --banner-item-things-size: 33.3333%;
    --banner-item-works-size: 66.6667%;
  }
  
  .main-banner .banner-works:hover::before {
    left: 0;
    transition: 0.4s;
  }
  
  .main-banner .banner-works:hover .banner-title {
    color: #000;
    animation: bannerTitleColor 0.4s linear;
  }
  
  .main-banner .banner-works:hover .icon-logo-safeu::after,
  .main-banner .banner-works:hover .logo-group::after {
    background-color: #000;
  }
  
  .main-banner .banner-works:hover .icon-logo-works::after {
    background-image: url(../images/icon-logo-works-hover.svg);
  }

  @keyframes bannerTitleColor {
    0% {
      color: #fff;
    }
    50% {
      color: #fff;
    }
    50.1% {
      color: #000;
    }
    100% {
      color: #000;
    }
  }
}
/* ========================================
   MAIN BANNER - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .main-banner .banner-box {
    height: 157px;
    padding: 28px 30px;
  }
  
  .main-banner .banner-title {
    font-size: 20px;
  }
  
  .main-banner .icon-logo-safeu {
    width: 66px;
    height: 13px;
  }
  
  .main-banner .icon-logo-things {
    width: 67px;
    height: 18px;
  }
  
  .main-banner .icon-logo-works {
    width: 67px;
    height: 18px;
  }
}

@media screen and (max-width: 510px) {
  /* Additional mobile styles */
}

@media screen and (max-height: 700px) {
  .visual-main {
    height: calc(100vh + 200px);
    height: calc(100dvh + 200px);
  }
}

/* ========================================
   MAIN SERVICE
======================================== */
.main-service {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 522px;
  padding-top: 185px;
  padding-bottom: 135px;
  background-image: url(../images/img-bg-main-servie.png);
  background-position: center;
  background-size: cover;
}

.main-service .heading-group {
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}

/* ========================================
   MAIN SERVICE - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .main-service .heading-group {
    max-width: 70%;
  }
  
  .main-service .heading-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main-service .heading-group {
    max-width: none;
  }
}

/* ========================================
   MAIN INFORMATION
======================================== */
.main-information {
  background: #202020;
}

.main-information .ani-area {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 247px;
  box-sizing: border-box;
}

.main-information .item {
  flex: none;
  width: 1919px;
  height: 147px;
  background-image: url(../images/img-more-information.svg);
  background-size: cover;
  background-repeat: no-repeat;
  will-change: transform;
  animation: aniScroll 50s linear infinite;
}

.main-information .item02 {
  margin-left: 67px;
}

.main-information .data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.main-information .data-inner {
  padding-top: 65px;
  padding-bottom: 65px;
}

.main-information .heading-desc {
  font-size: 18px;
}

/* ========================================
   MAIN INFORMATION - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .main-information .ani-area {
    height: 300px;
  }
  
  .main-information .data-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  
  .main-information .heading-desc {
    font-size: 20px;
  }
}

@keyframes aniScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes aniScroll2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* ========================================
   MAIN NEWS
======================================== */
.main-news {
  padding-top: 160px;
  padding-bottom: 200px;
}

.post-group .post-wrap {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.post-group .post-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 17px;
}

.post-group .post-item {
  width: calc((100% - 51px) / 4);
  margin-top: 100px;
}

.post-group .post-box {
  position: relative;
  overflow: hidden;
}

.post-group .post-box .category {
  display: inline-block;
  vertical-align: top;
}

.post-group .post-box [class^=icon-logo] {
  width: 92px;
  height: 24px;
}

.post-group .post-box .post-append {
  font-size: 16px;
  color: #AFAFAF;
  line-height: 1.6;
}

.post-group .post-box .subject {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.post-group .post-box .post-article {
  margin-top: 16px;
  margin-bottom: 14px;
}

.post-group .post-box .thumb img {
  width: 100%;
  vertical-align: top;
}

.post-group .post-box .post-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
}

/* ========================================
   MAIN NEWS - PC
======================================== */
@media screen and (min-width: 1024px) {
  .post-group .post-item:nth-child(-n+4) {
    margin-top: 0;
  }
}

/* ========================================
   MAIN NEWS - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .post-group .post-wrap {
    margin-top: 48px;
    padding-top: 34px;
  }
  
  .post-group .post-item {
    width: 100%;
    margin-top: 34px;
  }
  
  .post-group .post-item:first-child {
    margin-top: 0;
  }
}

/* ========================================
   문의하기 BROCHURE
======================================== */
.brochure-wrap {
  background: #242424;
  padding-top: 80px;
  padding-bottom: 80px;
}

.brochure-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brochure-group [class^=icon-logo] {
  width: 77px;
  height: 20px;
  transition: 0.6s;
}

.brochure-group .brochure-box {
  position: relative;
  width: calc((100% - 20px) / 3);
  height: 160px;
  padding: 34px 30px;
  background: #000;
  border-radius: 26px;
  text-align: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #fff;
  transition: 0.6s;
}

.brochure-group .brochure-box .logo-area {
  display: flex;
  gap: 6px;
  position: absolute;
  top: 34px;
  left: 30px;
}

.brochure-group .brochure-box .text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.brochure-group .brochure-box .text-area .basic {
  transition: 0.6s;
}

.brochure-group .brochure-box::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background-color: #222;
  transition: 0.6s;
}

.brochure-group .brochure-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 45px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-mask: url(../images/mask/icon-arrow-back.svg) no-repeat 50%;
  -webkit-mask-size: cover;
  mask: url(../images/mask/icon-arrow-back.svg) no-repeat 50%;
  mask-size: cover;
  background-color: #fff;
  transition: 0.6s;
}

/* ========================================
   문의하기 BROCHURE - PC
======================================== */
@media screen and (min-width: 1024px){
  .brochure-group .brochure-box:hover::before {
    background-color: #fff;
  }

  .brochure-group .brochure-box:hover::after {
    background-color: #1C1B1F;
    transform: rotate(-45deg);
  }

  .brochure-group .brochure-box:hover .text-area .basic {
    display: none;
    opacity: 0;
    animation: brochureTextAni 0.6s linear;
  }

  .brochure-group .brochure-things:hover {
    background-color: var(--color-things-primary);
  }

  .brochure-group .brochure-things:hover .icon-logo-things::after {
    background-image: url(../images/icon-logo-things-hover.svg);
  }

  .brochure-group .brochure-works:hover {
    color: #000;
    background-color: var(--color-works-primary);
  }

  .brochure-group .brochure-works:hover .icon-logo-works::after {
    background-image: url(../images/icon-logo-works-hover.svg);
  }

  .brochure-group .brochure-sqa:hover .icon-logo-things {
    transform: rotate(8.9deg);
  }
  
  .brochure-group .brochure-sqa:hover .icon-logo-works {
    transform: rotate(-4.26deg);
  }

  .brochure-group .brochure-sqa .mo-data {
    display: none;
  }
}
@keyframes brochureTextAni {
  0% {
    display: block;
    opacity: 1;
  }
  0.1% {
    opacity: 0;
  }
  0.2% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

/* ========================================
   문의하기 BROCHURE - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .brochure-group .brochure-box {
    width: 100%;
  }
  .brochure-group .brochure-sqa .pc-data {
    display: none;
  }
}

/* =====================================================================
   ACCODIAN
===================================================================== */
.info-list li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  color: #666;
}

.info-list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50px;
  background-color: #666;
}

.accordion-group {
  border-top: 2px solid #333;
}

.accordion-group .accordion-item {
  padding: 34px 24px;
  border-bottom: 1px solid #999;
}

.accordion-group .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  visibility: hidden;
}

.accordion-group .accordion-body {
  padding: 12px 40px 0;
  font-size: 20px;
  color: #666;
}

.accordion-group .btn-accordion {
  position: relative;
  width: 100%;
  min-height: 30px;
  padding-left: 44px;
  padding-right: 44px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #222;
  text-align: left;
}

.accordion-group .btn-accordion::before,
.accordion-group .btn-accordion::after {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
}

.accordion-group .btn-accordion::before {
  content: "Q";
  left: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.005em;
  border-radius: 4px;
  background: #444;
}

.accordion-group .btn-accordion::after {
  content: '';
  right: 0;
  -webkit-mask: url(../images/mask/ico-arrow-accordion.svg) no-repeat 50%;
  -webkit-mask-size: contain;
  mask: url(../images/mask/ico-arrow-accordion.svg) no-repeat 50%;
  mask-size: contain;
  background-color: #888;
  transform: rotate(0);
  transition: all 0.4s;
}

.accordion-group .accordion-item.active {
  background: #FAFAFA;
}

.accordion-group .accordion-item.active .accordion-collapse {
  height: auto;
  max-height: 100vh;
  max-height: 100dvh;
  transition: all 1.5s ease-in-out;
  visibility: visible;
}

.accordion-group .btn-accordion.active::after {
  background: #222;
  transform: rotate(180deg);
}

.accordion-things .btn-accordion.active::before {
  background-color: var(--color-things-primary);
}

.accordion-works .btn-accordion.active::before {
  color: #222;
  background-color: var(--color-works-primary);
}

/* ========================================
   ACCODIAN - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .accordion-group .accordion-item {
    padding: 34px 16px;
  }
  .accordion-group .btn-accordion {
    font-size: 18px;
  }
}


/* =====================================================================
   THINGS
===================================================================== */

/* ========================================
   THINGS VISUAL
======================================== */
.visual-things {
  height: 1156px;
  padding-top: calc(var(--header-height) + 100px);
}

.visual-things .visual-inner {
  flex-direction: column;
}

.visual-things .visual-img {
  margin: 16px auto 0;
}

.visual-things .headline {
  width: 100%;
}

.visual-things .headline .title {
  font-size: 38px;
  line-height: 1.4;
}

.visual-things .btn-area {
  margin: 20px auto 0;
}

/* ========================================
   THINGS VISUAL - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .visual-things {
    height: auto;
    padding-top: calc(var(--header-height) + 30px);
    padding-bottom: 110px;
  }
  
  .visual-things .visual-img {
    padding-top: 10.22vw;
  }
  
  .visual-things .headline .title {
    font-size: 32px;
  }
  
  .visual-things .btn-area {
    margin-top: 40px;
  }
}

/* ========================================
   THINGS SLOGAN
======================================== */
.things-slogan {
  padding-top: 140px;
  padding-bottom: 100px;
}

.things-slogan .slogan-group .slogan-text {
  font-size: 24px;
  color: #959595;
}

.things-slogan .slogan-group .line-icon {
  margin: 40px auto;
}

.things-slogan .slogan-group .heading-title {
  font-weight: 600;
  line-height: 1.4;
}

/* ========================================
   THINGS SLOGAN - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .things-slogan .slogan-group .slogan-text {
    font-size: 20px;
  }
  
  .things-slogan .slogan-group .heading-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 420px) {
  .things-slogan .slogan-group .heading-title br {
    display: none;
  }
}

/* ========================================
   THINGS WHY
======================================== */
.things-why {
  padding-top: 200px;
  padding-bottom: 100px;
}

.things-why .why-group {
  display: flex;
  align-items: center;
  position: relative;
  height: 452px;
}

.things-why .why-group .video-area {
  position: absolute;
  left: 50%;
  top: -184px;
  width: 600px;
  height: 600px;
  transform: translateX(-50%);
}

.things-why .why-group .video-area video {
  width: 100%;
  height: 100%;
}

.things-why .why-group .text-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  width: 50%;
  text-align: left;
}

.things-why .why-group .text-area .head-tit {
  display: block;
  font-size: 15px;
  color: var(--color-things-primary);
  line-height: 1.2;
  text-transform: uppercase;
}

.things-why .why-group .text-area .text {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

.things-why .why-group .text-area .text-tit {
  color: #ffffff;
}

.things-why .why-group .data-area .box {
  position: absolute;
  width: 415px;
  height: 180px;
  padding: 48px;
  color: #FFFFFF;
  text-align: left;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: 0px 24px 56px rgba(199, 116, 68, 0.24);
  backdrop-filter: blur(24px);
  border-radius: 8px;
  transition: all 0.7s;
  box-sizing: border-box;
}

.things-why .why-group .data-area .box .text {
  font-weight: 600;
  font-size: 18px;
}

.things-why .why-group .data-area .box .number {
  margin-top: 8px;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
}

.things-why .why-group .data-area .box sup {
  margin-left: 8px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}

.things-why .why-group .data-area .box-top {
  top: 14px;
  right: 110px;
}

.things-why .why-group .data-area .box-bottom {
  bottom: 16px;
  right: 0;
}

/* ========================================
   THINGS WHY - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .things-why {
    padding-top: 100px;
  }
  
  .things-why .why-group {
    flex-wrap: wrap;
    height: auto;
  }
  
  .things-why .why-group .video-area {
    left: 0;
    top: 50%;
    transform: translate(-148px, -184px);
  }
  
  .things-why .why-group .text-area {
    gap: 24px;
    width: 100%;
    text-align: left;
  }
  
  .things-why .why-group .text-area .head-tit {
    font-size: 18px;
  }
  
  .things-why .why-group .text-area .text {
    font-size: 20px;
  }
  
  .things-why .why-group .data-area {
    position: relative;
    width: 100%;
    height: 305px;
    margin-top: 230px;
  }
  
  .things-why .why-group .data-area .box {
    width: 305px;
    height: 129px;
    padding: 23px 20px;
  }
  
  .things-why .why-group .data-area .box .number {
    font-size: 42px;
  }
  
  .things-why .why-group .data-area .box-top {
    top: 0;
    left: 0;
    right: auto;
  }
  
  .things-why .why-group .data-area .box-bottom {
    bottom: 0;
    right: 0;
  }
}

/* ========================================
   THINGS PREVENT
======================================== */
.things-prevent {
  padding-top: 200px;
  padding-bottom: 300px;
}

.prevent-group .img-cont {
  margin-top: 119px;
  margin-bottom: 50px;
}

.prevent-group .img-info {
  width: 100%;
  margin-right: 0;
}

.prevent-group .img-info + .img-info {
  margin-left: 19px;
}

.prevent-group .img-desc {
  margin: 0 20px;
}

.prevent-group .img-desc .heading-title {
  margin: 20px 0 16px;
  font-size: 32px;
}

.prevent-group .img-desc .heading-desc {
  font-size: 24px;
}

.dark .prevent-group .img-desc .heading-desc {
  color: #888888;
}

/* ========================================
   THINGS PREVENT - PC
======================================== */
@media screen and (min-width: 1024px){
  .prevent-group .heading-sub.mo-data {
    display: none;
  }

  .prevent-group .heading-title {
    margin-top: 0;
  }
}

/* ========================================
   THINGS PREVENT - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .things-prevent {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .prevent-group .heading-title + .heading-desc {
    margin-top: 0;
  }

  .prevent-group .img-desc {
    margin-top: 16px;
  }

  .prevent-group .heading-title,
  .prevent-group .img-desc .heading-title {
    font-size: 24px;
  }

  .prevent-group .img-desc .heading-desc {
    font-size: 18px;
  }

  .prevent-group .img-cont {
    width: calc(100% + 40px);
    margin: 0 -20px;
    /* gap: 16px; */
    align-items: center;
  }

  .prevent-group .img-info {
    /* max-width: unset;
    max-height: unset; */
    height: auto;
    margin-top: 50px;
    margin-right: 0;
  }

  .prevent-group .img-info:first-child {
    margin-top: 60px;
  }

  .prevent-group .img-info + .img-info {
    margin-left: 0;
  }
}

/* ========================================
   THINGS ROLE 세이프유는 위치추적을 하지 않습니다!
======================================== */
.role-group .heading-title + .desc-group {
  margin-top: 106px;
}

.things-role .desc-group {
  max-width: 540px;
}

.things-role .data-inner {
  position: relative;
  padding-top: 157px;
  padding-bottom: 184px;
}

.things-role .data-inner::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 848px;
  height: 765px;
  transform: translateY(-50%);
  background-image: url(../images/img-things-role-pc.png);
  background-size: 1370px 1304px;
  background-position: 50%;
  z-index: -1;
}

/* ========================================
   THINGS ROLE - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .role-group .heading-title + .desc-group {
    margin-top: 44px;
  }

  .things-role .desc-group {
    max-width: none;
  }

  .things-role .data-inner {
    padding-top: 530px;
    padding-bottom: 0;
  }

  .things-role .data-inner::after {
    top: -26px;
    left: -20px;
    right: -20px;
    width: auto;
    height: 591px;
    transform: none;
    background-image: url(../images/img-things-role-mo.png);
    background-size: 1185px 975px;
    background-position: 50% 34%;
  }
}

/* ========================================
   THINGS THECNIQUE 부정체결 실시간 감지
======================================== */
.things-technique {
  padding-top: 200px; 
  padding-bottom: 300px;
}

/* ========================================
   THINGS THECNIQUE - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .things-technique {
    padding-top: 140px; 
    padding-bottom: 140px;
  }
}

/* ========================================
   THINGS PRODUCT 함과 기술을 한 번에
======================================== */
.things-product {
  height: 608px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/img-bg-main-product.png);
  background-position: center;
  background-size: cover;
}

.things-product .heading-desc {
  margin-top: 20px;
}

/* ========================================
   THINGS PRODUCT - MOBILE 함과 기술을 한 번에
======================================== */
@media screen and (max-width: 1023px) {
  .things-product {
    height: 500px;
  }
  .things-product .heading-title {
    font-size: 24px;
  }
}


/* =====================================================================
   PRODUCT
===================================================================== */

/* ========================================
   PRODUCT LIST
======================================== */
.product-title {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #222222;
}

.product-title .title {
  width: 540px;
}

.product-title .title > span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  text-transform: uppercase;
}

.product-title .title > span .color-primary {
  margin-left: 2px;
}

.product-title .desc {
  width: calc(100% - 540px);
  font-size: 16px;
  text-align: left;
}

.product-wrap {
  margin-top: 16px;
  padding-bottom: 300px;
}

/* ========================================
   PRODUCT LIST - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .product-title {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-title .title,
  .product-title .desc {
    width: 100%;
  }
  .product-title .desc {
    margin-top: 50px;
  }
  .content-wrap .product-title {
    padding-bottom: 50px;
  }
  .product-wrap {
    margin-top: 0;
    padding-bottom: 180px;
  }
}

/* ========================================
   PRODUCT DETAIL VISUAL
======================================== */
/* detail visual */
.visual-bg.img-product img {
  position: absolute; 
  left:50%; 
  bottom: 50%; 
  width: auto; 
  max-width: none; 
  height: auto; 
  margin-bottom: 346px; 
  transform: translate(-50%, 50%); 
  transition: transform 0.3s ease;
} /* 3420 * 2280 */

/* ========================================
   PRODUCT DETAIL VISUAL - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .visual-bg.img-product img {
    margin-bottom: 6px;
    transform: translate(-50%, 50%) scale(0.4736842105263158);
  } /* 1620 * 1080 */  
}

/* ========================================
   PRODUCT DETAIL
======================================== */
/* HISTORY */
.history-wrap {
  padding-top: 148px;
  padding-bottom: 172px;
}

/* HISTORY - MOBILE */
@media screen and (max-width: 1023px) {
  .history-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

/* ========================================
   PRODUCT DETAIL POPUP
======================================== */
.product-pop .pop-view-wrap {
  padding: 0;
}

.product-pop .btn-pop-close {
  top: 20px;
  right: 20px;
}

.product-pop .pop-img-detail .swiper {
  width: 100%;
}

.product-pop .pop-img-detail .thum {
  width: 100%;
  height: 640px;
  object-fit: cover;
  vertical-align: top;
}

.product-pop .pop-img-detail .thum img {
  height: 100%;
}

/* ========================================
   PRODUCT DETAIL POPUP - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .product-pop .pop-img-detail {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* =====================================================================
   WORKS
===================================================================== */
.page-works .btn-primary {
  color: #222;
  background-color: var(--color-works-primary);
}

/* ========================================
   WORKS VISUAL
======================================== */
.visual-works {
  height: 800px;
  padding-top: calc(var(--header-height) + 236px);
}

.visual-works .visual-inner {
  max-width: 606px;
  margin: 0 auto;
}

.visual-works .heading-group {
  width: 100%;
}

.visual-works .heading-title {
  color: #000;
}

.visual-works .btn-area {
  gap: 16px;
  margin-top: 26px;
}

.visual-works .btn-basic {
  width: 147px;
}

/* ========================================
   WORKS VISUAL - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .visual-works {
    padding-top: calc(var(--header-height) + 190px);
  }

  .visual-works .heading-title {
    font-size: 37px;
  }

  .visual-works .btn-area {
    gap: 10px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 429px) {
  .visual-works .btn-basic {
    width: 50%;
    min-width: auto;
  }
}

/* ========================================
   온열질환
======================================== */
.works-heat {
  padding-top: 60px;
}

.works-heat .main-heat-banner {
  position: relative; 
  left: auto; 
  bottom: auto; 
  transform: none; 
  max-width: none;
}

/* ========================================
   WORKS WHY
======================================== */
.works-why {
  padding-top: 128px;
  padding-bottom: 80px;
}

/* ========================================
   WORKS SLOGAN
======================================== */
.works-slogan {
  padding-top: 180px;
  padding-bottom: 180px;
}

.works-slogan .slogan-group .slogan-text {
  font-size: 24px;
  color: #DADADA;
}

.works-slogan .slogan-group .line-icon-works {
  margin: 40px auto;
}

.works-slogan .slogan-group .heading-title {
  font-weight: 600;
  line-height: 1.4;
}

.works-slogan .bg-works-primary {
  margin-right: 10px;
}

/* ========================================
   WORKS SLOGAN - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .works-slogan {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .works-slogan .slogan-group .slogan-text {
    font-size: 18px;
  }

  .works-slogan .slogan-group .line-icon-works {
    margin: 48px auto;
  }

  .works-slogan .slogan-group .heading-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 439px) {
  .works-slogan .slogan-group .tab-data {
    display: none;
  }
}

/* ========================================
   WORKS SOLUTION
======================================== */
.works-solution {
  padding-top: 128px;
  padding-bottom: 146px;
}

/* ========================================
   WORKS SOLUTION - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .works-solution {
    padding-top: 120px; 
    padding-bottom: 120px;
  }
}

/* ========================================
   WORKS RECOMMEND
======================================== */
.works-recommend {
  padding-top: 128px;
  padding-bottom: 128px;
}

/* ========================================
   WORKS SOLUTION - MOBILE
======================================== */
@media screen and (max-width: 1023px){
  .works-recommend {
    padding-top: 120px;
  }  
}

/* ========================================
   WORKS FAQ
======================================== */
.faq-group .accordion-group {
  margin-top: 48px;
}

.works-faq {
  padding-top: 128px;
  padding-bottom: 120px;
}

/* ========================================
   WORKS FAQ - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .works-faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* ========================================
   WORKS NEWS
======================================== */
.works-news {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #F7F7F7;
}

/* ========================================
   WORKS NEWS - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .works-news {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* =====================================================================
   CUSTOMER SERVICE
===================================================================== */

/* ========================================
   CUSTOMER SERVICE VISUAL
======================================== */
.visual-contact {
  height: 226px;
  margin-top: 80px;
}

.visual-contact .visual-bg {
  background-image: url(../images/img-visual-contact-pc.png);
}

.visual-contact .visual-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.visual-contact .heading-group .heading-title {
  margin-top: 0;
  color: #FFFFFF;
}

/* ========================================
   CUSTOMER SERVICE FAQ
======================================== */
.logo-things {
  display: block;
  width: 173px;
  height: 45px;
}

.logo-things::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-logo-things-off.svg) no-repeat center center / cover;
}

.logo-works {
  display: block;
  width: 173px;
  height: 45px;
}

.logo-works::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon-logo-works-off.svg) no-repeat center center / cover;
}

.btn-tab1[aria-selected=true] .logo-things::after {
  background-image: url(../images/icon-logo-things.svg);
}

.btn-tab2[aria-selected="true"] .logo-works::after {
  background-image: url(../images/icon-logo-works.svg);
}

.faq-link a {
  text-decoration: underline;
}

.faq-group .heading-group {
  text-align: center;
  margin-bottom: 40px;
}

.contact-faq {
  margin-top: 120px;
  margin-bottom: 80px;
}

.contact-faq .tab-area {
  display: flex;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  gap: 10px;
}

.contact-faq .tab-list {
  display: flex;
  max-width: 356px;
  margin: 0 auto;
  gap: 10px;
}

.contact-faq .tab-panel {
  display: none;
}

.contact-faq .tab-panel.active {
  display: block;
}

.contact-faq .icon-arrow-next {
  margin-left: 3px;
  vertical-align: text-bottom;
  background-image: none;
}

.contact-faq .icon-arrow-next::after {
  content: '';
  width: 10px;
  height: 18px;
  background-color: #666;
  mask: url(../images/mask/icon-arrow-next.svg);
  mask-size: contain;
}

.contact-faq .mini-bullet::before {
  top: 9px;
}

.contact-faq #tabpanel-2 .btn-accordion.active::before {
  background-color: var(--color-works-primary);
}

.page-contact .contact-faq .accordion-group {
  margin-top: 40px;
}

/* ========================================
   CUSTOMER SERVICE FAQ - MOBILE
======================================== */
@media all and (max-width: 1023px) {
  .logo-things {
    width: 120px;
    height: 32px;
  }
  
  .logo-works {
    width: 120px;
    height: 32px;
  }  
}

/* ========================================
   CUSTOMER SERVICE MAP
======================================== */
.contact-ask {
  margin-bottom: 200px;
}

.ask-group {
  text-align: left;
}

.ask-location {
  margin-top: 30px;
}

.ask-map {
  background-color: #888888;
}

.ask-map .map {
  position: relative;
  width: 100%;
  height: 533px;
  background-image: url(../images/img_map2.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: auto 100%;
}

.ask-map .map::before {
  content: '';
  position: absolute;
  display: block;
  top: 215px;
  left: 607px;
  width: 40px;
  height: 40px;
  border: 10px solid #FFF;
  border-radius: 100%;
  animation-name: mapping;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes mapping {
  0% {
    scale: 85%;
    opacity: 1;
  }
  100% {
    scale: 180%;
    opacity: 0;
  }
}

.contact-ask .adress {
  margin: 30px 0 50px;
  font-size: 22px;
  font-weight: 600;
}

.contact-ask .info-company {
  font-size: 18px;
}

.info-company .call,
.info-company .mail {
  display: flex;
  gap: 9px;
  align-items: center;
}

.info-company .call {
  margin-bottom: 10px;
}

.info-company .call::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/mask/icon-ask-call.png) no-repeat center center / cover;
}

.info-company .mail::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/mask/icon-ask-mail.png) no-repeat center center / contain;
}

/* ========================================
   CUSTOMER SERVICE MAP - MOBILE
======================================== */
@media all and (max-width: 1023px){
  .ask-map {
    margin-left: -20px;
    margin-right: -20px;
  }

  .ask-map .map {
    height: 287px;
  }

  .ask-map .map::before {
    top: 118px;
    left: 329px;
    width: 20px;
    height: 20px;
    border-width: 4px;
  }
}

/* =====================================================================
   문의하기 팝업
===================================================================== */
.contents-pop .sqa-group .text-area {
  margin-top: 10px;
}

.contents-pop .sqa-group .agree-newsletter {
  margin-top: 30px;
}

.contents-pop .sqa-group .agree-term {
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid #D9D9D9;
}

.contents-pop .sqa-group .agree-term .form-fild .select-area:not(.select-all) .form-text {
  font-weight: 400;
}

.contents-pop .sqa-group .agree-area .select-area {
  padding-left: 10px;
  padding-right: 10px;
}

/* =====================================================================
   약관
===================================================================== */
.terms-container {
  padding: 80px 0;
}

.terms-content {
  background: #fff;
  border-radius: 8px;
  margin-top: 40px;
  padding: 40px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.terms-section {
  margin-bottom: 30px;
}

.terms-section:last-child {
  margin-bottom: 0;
}

.terms-section .section-title {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.terms-section .section-content {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 15px;
}

.terms-section .section-list {
  padding-left: 20px;
  margin-bottom: 15px;
}

.terms-section .section-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 10px;
  position: relative;
}

.terms-section .section-list li.sub-item {
  padding-left: 20px;
}

.terms-section .section-list li:last-child {
  margin-bottom: 0;
}

.terms-section .list-content {
  word-break: break-word;
}

@media screen and (max-width: 1023px) {
  .terms-container {
    padding: 60px 0;
  }

  .terms-content {
    margin-top: 30px;
    padding: 30px 20px;
  }

  .section-title {
    font-size: 18px;
  }

  .section-content,
  .section-list li {
    font-size: 15px;
  }
}

/* ========================================
   약관 테이블
======================================== */
.table-data {
  display: none;
}

.table-terms {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

.terms-table {
  width: 100%;
  border: 0;
  border-top: 2px solid #222;
  border-collapse: collapse;
}

.terms-table th,
.terms-table td {
  padding: 10px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  border: 1px solid #ccc;
}

.terms-table th:first-child,
.terms-table td:first-child {
  border-left: none;
}

.terms-table th:last-child,
.terms-table td:last-child {
  border-right: none;
}

.terms-table th {
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #222;
  text-align: center;
  background: #fafafa;
}

.terms-table .fill {
  background: #eee;
}

.terms-table.center {
  text-align: center;
}

/* ========================================
   약관 테이블 - MOBILE
======================================== */
@media screen and (max-width: 1023px) {
  .terms-table {
    width: 1024px;
  }
}

/* =====================================================================
   LOGIN
===================================================================== */
.main-login {
  min-height: 100vh;
  min-height: 100dvh;
  padding-top: calc(var(--header-height) + 210px); 
  padding-bottom: 210px;
  background: #f5f5f5; 
}

.login-group {
  max-width: 632px;
  max-height: 498px;
  padding: 60px 40px;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 16px 16px 50px 0 rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
.login-group .tab-area {
  margin: 32px 0 34px;
}
.login-group .tab-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.login-group .form-input {
  display: flex;
  align-items: center;
  gap: 21px;
}
.login-group .form-input label {
  font-weight: 700;
}
.login-group .btn-login-wrap {
  width: 100%;
  margin: 16px 0;
}
.login-group .btn-login {
  width: 100%;
  height: 52px;
}
.find-wrap {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}