@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Bold.subset.woff2") format("woff2"),
    url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Bold.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-SemiBold.subset.woff2") format("woff2"),
    url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-SemiBold.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Medium.subset.woff2") format("woff2"),
    url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Medium.subset.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Regular.subset.woff2") format("woff2"),
    url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Pretendard-Regular.subset.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-display: swap;
  src: url("https://static.hansungcom.co.kr/hansungcom/assets/fonts/Poppins-Medium.ttf");
}
html,
body,
select,
textarea,
button,
input {
  font-family: "Pretendard", sans-serif;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  /* 글꼴 크기 조정을 방지 */
  -webkit-text-size-adjust: 100%;
  /* 폰트를 부드럽게 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 웹킷 마음대로 눌림 하이라이트 막음 */
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-weight: 700;
}

button,
label {
  cursor: pointer;
  border: 0;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background: transparent;
}

input:focus,
select:focus {
  outline: none;
}

img {
  border: 0;
  vertical-align: top;
}

address,
em {
  font-style: normal;
}

input::-moz-placeholder {
  color: #a5a5a5;
}

input::placeholder {
  color: #a5a5a5;
}

button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: inherit;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  line-height: 1;
  outline: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus fieldset:focus {
  border-color: var(--c-01);
}

legend,
caption {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}

/* =============================================================
공통
============================================================= */
html.fix {
  /* overflow: hidden; */
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: rect(0, 0, 0, 0);
  clip-path: rect(0, 0, 0, 0);
}

.pc_br {
  display: block;
}

@media screen and (max-width: 1400px) {
  .pc_br {
    display: none;
  }
}

.mo_br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mo_br {
    display: block;
  }
}

/* =============================================================
헤더
============================================================= */

#header .gnb_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1900px;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 30px;
  position: fixed;
  z-index: 999;
  justify-self: anchor-center;
}
#header.main {
  position: fixed;
  z-index: 999;
  justify-self: anchor-center;
  background: transparent;
  width: 100%;
  height: 120px;
  transition: 0.5s ease;
}
#header.scrolled.main {
  position: fixed;
  z-index: 999;
  justify-self: anchor-center;
  background: white;
  width: 100%;
  height: 90px;
  transition: 0.5s ease;
}
#header.scrolled .gnb_bar {
  height: 90px;
}
#header .gnb_bar .logo {
  width: 192.553px;
  height: 27px;
  aspect-ratio: 192.55/27;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/logo.webp") no-repeat center / contain;
}

#header.scrolled .gnb_bar .logo {
  width: 192.553px;
  height: 27px;
  aspect-ratio: 192.55/27;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/logoscrolled.webp") no-repeat center /
    contain;
}

#header .gnb {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}
#header .gnb .gnb_item {
  margin-left: 30px;
}
#header .gnb_item {
  position: relative;
  align-content: center;
  height: 100%;
}
.selectBox * {
  box-sizing: border-box;
}
.selectBox {
  position: relative;
  width: 92px;
  color: white;
  cursor: pointer;
  margin-bottom: 3px;
}

.selectBox .icon {
  position: absolute;
  left: 50px;
  bottom: 0px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangle.svg") center center/24px auto
    no-repeat;
}
.scrolled .selectBox .icon {
  position: absolute;
  left: 50px;
  bottom: 0px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangleBlack.svg") center center/24px auto
    no-repeat;
}
.selectBox:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 50px;
}

.selectBox .label {
  display: flex;
  color: white;
  font-size: 18px;
  font-weight: 600;
  color: white;
  align-items: center;
  width: inherit;
  height: inherit;
  border: 0 none;
  outline: 0 none;
  padding-left: 20px;
  background: transparent;
  cursor: pointer;
}
.scrolled .selectBox .label {
  color: black;
}

.selectBox .optionList {
  position: absolute;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  top: 52px;
  left: 0;
  width: 100%;
  background: #171d2f;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.selectBox.active .optionList {
  max-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 101;
  opacity: 1;
  visibility: visible;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.selectBox .optionItem {
  padding: 0px 20px 0px 20px;
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
  text-transform: uppercase;
}
.selectBox .optionItem:first-child {
  padding: 20px 35px 0px 35px;
}
.selectBox .optionItem:last-child {
  padding: 0px 35px 20px 35px;
}
.selectBox .optionItem:hover {
  color: rgba(255, 255, 255, 0.7);
}

#header .gnb_sub {
  position: absolute;
  margin-top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  background: var(--bk, #171d2f);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#header .gnb_item:hover .gnb_sub,
#header .gnb_sub:hover {
  opacity: 1;
  visibility: visible;
}

#header .gnb_item .gnb_sub a {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
  width: 100%;
  white-space: nowrap; /* 줄바꿈 허용 */
  word-break: keep-all; /* 한 글자씩 줄바꿈 방지 */
  color: #fff;
  text-align: center;
  padding: 0px 35px 0px 35px;
}
#header .gnb_sub a:first-child {
  padding: 20px 35px 0px 35px;
}
#header .gnb_sub a:last-child {
  padding: 0px 35px 30px 35px;
}
#header .gnb_sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* gnb_item에 마우스를 올리면 서브메뉴 표시 */
#header .gnb_item:hover .gnb_sub {
  display: flex;
}

#header .gnb a {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}
#header.scrolled .gnb .gnb_item .gnb_link {
  color: var(--bk, #171d2f);
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
#header .mobile_gnb_wrap {
  display: none;
}

#header .alarm {
  position: relative;
}

#header .alarm_box {
  position: absolute;
  display: none;
  top: calc(100% + 24px);
  right: 0;
  width: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  z-index: 20;
}
#header .alarm_box .btn_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
#header .alarm_box.active {
  display: block;
}

#header .alarm_box .inner {
  padding-top: 30px;
  color: #222;
}
#header .alarm_box .inner > strong {
  font-size: 20px;
  font-weight: 600;
}
#header .alarm_box .inner .list {
  margin-top: 20px;
  padding: 0 20px;
}
#header .alarm_box .inner .list li {
  padding: 20px 10px;
  background: #f7fafc;
  text-align: left;
}
#header .alarm_box .inner .list li .info .type {
  font-size: 12px;
  font-weight: 400;
  color: #21b6bf;
}
#header .alarm_box .inner .list li .info .date {
  font-size: 12px;
  font-weight: 400;
  color: #72797c;
  padding-left: 8px;
}
#header .alarm_box .inner .list li .content {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
}
#header .alarm_box .inner .list li + li {
  margin-top: 10px;
}
#header .alarm_box .inner .btm {
  margin-top: 30px;
  padding: 16px 0;
  border-top: 1px solid #c5ced3;
  font-size: 12px;
  color: #72797c;
}

.accordion_panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}

.accordion_btn.active + .accordion_panel {
  max-height: 400px;
  opacity: 1;
}

.accordion_panel {
  transition: max-height 0.2s 0.1s, padding 0.2s 0.1s, opacity 0.2s 0s;
}

.accordion_btn.active + .accordion_panel {
  transition: max-height 0.2s, padding 0.2s, opacity 0.3s 0.1s;
}
/* =============================================================
  푸터
  ============================================================= */

#footer {
  background: #040815;
  color: #fff;
  font-family: "Pretendard";
}
#footer .divider {
  color: rgba(255, 255, 255, 0.15);
  margin: 0px;
}
.mobilenone {
  display: inline-block;
}
.pcnone {
  display: none;
}
.footerWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 90px;
}

.footerTop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}

.footerTopMain {
  flex: 1;
  color: #767882;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  letter-spacing: -0.32px;
}
.footerTopMain .textWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.footerBottom .textWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.addressLink {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  line-height: 140%; /* 33.6px */
}

.addressLink span {
  margin-right: 10px;
}

.addressLink::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/linkImage.svg") no-repeat center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
  transition: transform 0.2s ease;
  position: relative;
  top: 2px;
}

.footerTopMain .logo {
  width: 150px;
  height: 21px;
  aspect-ratio: 50/7;
  margin-bottom: 24px;
}

.footerTopMain div {
  margin-bottom: 11px;
}

.footerTopNav {
  flex: 1;
  display: flex;
  max-width: 500px;
  justify-content: space-around;
  color: #dbdbdb;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}

.footerTopNav > div {
  text-align: start;
}

.footerTopNav div > div {
  font-weight: bold;
  margin-bottom: 10px;
}

.footerTopNav a {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  color: #767882;
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: -0.3px;
}
.footerTopNav a:hover {
  text-decoration: underline;
}
.footerBottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  color: #767882;
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 213.333% */
  letter-spacing: -0.3px;
}

.footerBottom .left,
.footerBottom .right {
  display: flex;
  align-items: center;
}

.footerBottom .left a,
.footerBottom .right a {
  cursor: pointer;
}

.footerBottom .right a {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-left: 12px;
  white-space: nowrap;
}
.footerBottom .right a:first-child {
  display: flex;
  align-items: center;
  margin-right: 12px;
  margin-left: 0px;
}
.footerBottom .right .shopIcon {
  width: 12.75px;
  height: 14.625px;
  margin-right: 8px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/shop.svg") center center/12px auto no-repeat;
}
.footerBottom .right .youtubeIcon {
  width: 15.99px;
  height: 11.33px;
  margin-right: 8px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/youtube.svg") center center/15px auto no-repeat;
}
.footerBottom .right .ebookIcon {
  width: 12.75px;
  height: 14.625px;
  margin-right: 8px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/ebook.svg") center center/12px auto no-repeat;
}
.footerBottom a div {
  font-weight: bold;
}

.footerBottom .right div:last-child {
  margin-right: 0;
}

/* 메인 */
.videoWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0f0d0c;
}
.videoWrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scaleX(-1);
}

.videoWrapper #videodiv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%) scaleX(-1);
  }

.videoDimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  pointer-events: none;
}

.videoWrapper .text {
  position: relative;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid white;
  display: inline-block;
}
.textOverlay {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
  text-align: left;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.textOverlay span {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease-out forwards;
}

.textOverlay span:first-child {
  color: #fff;
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}
.textOverlay span:last-child {
  color: #fff;
  font-family: "Pretendard";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 89.6px */
  letter-spacing: -1.28px;
  text-transform: uppercase;
}
.textOverlay.en span:first-child {
  color: #fff;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.textOverlay.en span:last-child {
  color: #fff;
  font-family: "Poppins";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 89.6px */
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

.textOverlay .delay {
  animation-delay: 0.5s;
}

.scroll-container {
  position: absolute;
  bottom: 0px;
  left: 40px;
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
}

/* =============================================================
모달
============================================================= */
.dimmed {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.dimmed.active {
  display: block;
}

.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.modal.active {
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
  transition: transform 0s, opacity 0.3s, visibility 0.3s;
  z-index: 999;
}

.modal .inner {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 50px 0 30px 0;

  overflow-y: auto;
}

.modal .tit_area {
  text-align: center;
}

.modal .tit_area .tit {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 33px */
  letter-spacing: -0.44px;
}

.modal .tit_area .txt {
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  padding-top: 4px;
}

.modal strong.tit {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 24px;
}

.modal .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.modal .btn_wrap .btn {
  display: flex;
  width: 140px;
  padding: 16px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--bk, #171d2f);
  color: #fff;

  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
}
.modal_close {
  position: absolute;
  top: 24px;
  right: 24px;
}

@media (min-width: 1400px) {
  .scroll-container {
    left: calc((100% - 1360px) / 2);
  }
}
/* SCROLL 텍스트 */
.scroll-text {
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(3600deg);
  margin-bottom: 10px;
}
/* 스크롤 바 */
.scroll-bar-wrapper {
  position: relative;
  width: 2px; /* 막대 두께 조정 */
  height: 152px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.scroll-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  top: -100%;
  animation: scrollDrop 2s infinite linear;
}
@keyframes scrollDrop {
  0% {
    top: -100%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
  background: var(--bk, #171d2f);
  border-radius: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  padding: 20px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.scroll-to-top svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.scroll-to-top.visible {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.scroll-to-top.hidden {
  opacity: 0;
  pointer-events: none;
}
.section1 {
  position: relative;
  background: #f5f6fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
}
.section1 .container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  overflow: hidden;
}
.section1 .content {
  text-align: center;
  margin-bottom: 20px;
}
.section1 .title {
  color: #171d2f;
  text-align: center;
  font-family: "Poppins";
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 70.2px */
  text-transform: capitalize;
}
.section1 .description {
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  padding-top: 12px;
}
.section1 .left {
  width: 100px;
  flex: 1;
  padding-bottom: 120px;
}
.section1 .left ul {
  list-style: none;
  padding: 0;
}
.section1 .left li {
  padding: 10px;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  text-align: start;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
  white-space: nowrap;
  opacity: 0.3;
  transition: all 0.3s ease, font-size 0.3s ease, opacity 0.3s ease;
}
.section1 .left.en li {
  padding: 10px;
  cursor: pointer;
  margin: 5px 0;
  border-radius: 5px;
  text-align: start;
  color: var(--bk, #171d2f);
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 42px */
  text-transform: capitalize;
  white-space: nowrap;
  opacity: 0.3;
  transition: all 0.3s ease, font-size 0.3s ease, opacity 0.3s ease;
}
.section1 .left li.selected {
  color: var(--bk, #171d2f);
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.6px;
  opacity: 1;
}

.section1 .left li:hover {
  opacity: 0.8;
}

.section1 .left li::before {
  content: "-";
  margin-right: 10px;
}
.section1 .right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  gap: 10px;
  padding-top: 60px;
}
.section1 .right .divider {
  background: #dee0e8;
  width: 1px;
  height: 18px;
}

.section1 .container img {
  max-width: 1000px;
  max-height: 806px;
  width: 100%;
  aspect-ratio: 591 / 403;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  object-fit: contain;
  margin-left: 300px;
}
.section1 .buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.section1 .btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.right .btn:first-child {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/leftArrow.svg") no-repeat center center;
}

.right .btn:last-child {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/rightArrow.svg") no-repeat center center;
}
.section1 .view-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 240px;
  height: 70px;
  padding: 30px;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px 10px 0px 0px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.section1 .view-more:hover {
  background: #4b5268;
}
.view-more::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/plus.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.section2 {
  padding: 150px 0;
  background-color: white;
  font-family: "Pretendard", sans-serif;
}

.section2 .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.section2 .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  text-transform: capitalize;
  margin: 20px 0 12px;
}

.section2 .category-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
}

.section2 .category-container::-webkit-scrollbar {
  display: none;
}
.section2 .category {
  padding: 12px 16px;
  color: var(--grey2, #9ea1aa);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;

  border-radius: 40px;
  cursor: pointer;
  text-transform: capitalize;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.section2 .category:hover {
  color: var(--primary, #305bdd);
}

.section2 .category.active {
  background: #305bdd;
  color: #fff;
  font-weight: 700;
}

.section2 .list-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-top: 50px;
  scroll-snap-type: mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.section2 .list-item {
  position: relative;
  text-align: center;
  flex: 0 0 auto;
  width: 300px;
  scroll-snap-align: start;
  margin-right: 10px; /* 아이템 간격 */
}
.section2 .list-item .hover-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/listhoverIcon.webp") no-repeat center center;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.list-item img {
  width: 100%;
  transition: opacity 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.list-item:hover img {
  opacity: 1;
  filter: brightness(0.85);
}
.list-item:hover .image-container img {
  opacity: 0;
}

.list-item:hover .hover-icon {
  opacity: 1;
}
.section2.example .container.en .title:first-child {
  font-family: "Poppins";
  font-weight: 600;
}
.section2 .list-container::-webkit-scrollbar {
  display: none;
}

.section2 .list-item {
  width: 345px;
  overflow: hidden;
  text-align: start;
}

.section2 .list-item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background-color: #f5f6fa;
}

.section2 .list-item .title {
  color: var(--bk, #171d2f);
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.36px;
  text-transform: none;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.section2 .list-item .date {
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
}
.section3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section3 .image-container {
  position: relative;
  width: 48%;
  overflow: hidden;
}

.section3 .slider {
  display: flex;
  transition: transform 0.5s ease;
}

.section3 .slide {
  min-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 960px;
}

.section3 .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section3 .slider-buttons {
  position: absolute;
  display: flex;
  bottom: 30px;
  right: 30px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 88px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.1);
}
.section3 .slider-buttons .divider {
  width: 1px;
  height: 18px;
  opacity: 0.5;
  background: #fff;
}
.section3 .prev,
.section3 .next {
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
}

.section3 .prev {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/leftArrowWhite.svg") no-repeat center /
    contain;
}

.section3 .next {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/rightArrowWhite.svg") no-repeat center /
    contain;
}

.section3 .content {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.section3 .content .title {
  color: var(--bk, #171d2f);
  font-family: "Poppins";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
  text-transform: capitalize;
}
.section3 .content .description {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  padding-bottom: 40px;
  padding-top: 12px;
}

.section3 .content div > span:first-child {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.section3 .content.en div > span:first-child {
  font-family: "Poppins";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.section3 .content div > span:last-child {
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 16px;
}
.section3 .content .buttonContainer {
  display: flex;
  padding: 53px 30px;
  border-bottom: 1px solid var(--line1, #dee0e8);
  max-width: 650px;
  align-items: center;
}
.section3 .content .buttonContainer:first-child {
  border-top: 1px solid var(--bk, #171d2f);
}
.section3 .content .buttonTextContainer {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.section3 .content .rightArrowIcon {
  margin-left: auto;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/rightArrowForward.svg") no-repeat center
    center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.section3 .content .buttonContainer:hover .rightArrowIcon {
  transform: translateX(10px);
}
@media (min-width: 1440px) {
  .section1 .view-more {
    left: calc((100% - 1200px) / 2);
  }
}

@media (max-width: 1440px) {
  .section1 .view-more {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 90%;
    height: 70px;
    padding: 20px 30px 20px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px 10px 0px 0px;
    background: var(--bk, #171d2f);
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    text-transform: uppercase;
  }
}

#detail {
  width: 100%;
  height: 570px;
  position: relative;
}

/* 이미지 컨테이너 */
#detail .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#detail .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#detail .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
  width: 80%;
}

#detail .text-heading {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%; /* 60px */
  text-transform: capitalize;
}

#detail .text-description {
  color: #fff;
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-top: 20px;
}

#detail .navbar {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

#detail .navbar ul {
  display: flex;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

#detail .navbar ul li {
  display: flex;
  flex: 1;
}

#detail .navbar ul a {
  flex: 1;
  text-align: center;
  display: flex;
  height: 66px;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  transition: color 0.3s ease;
  white-space: nowrap;
}

#detail .navbar ul li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

#detail .navbar ul a:hover,
#detail .navbar ul a.active {
  background: #fff;
  color: var(--bk, #171d2f);
}
#detail .mobile-navbar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}

#mobileNavList {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mobileNavList li {
  display: none;
  padding: 20px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  cursor: pointer;
  text-align: start;
  transition: all 0.3s ease;
  z-index: 1;
}

/* 선택된 항목 */
#mobileNavList li.selected {
  display: flex; /* 항상 보이도록 */
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}
#mobileNavList li.selected::after {
  content: "";
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/navCloseArrow.svg") center center/24px auto
    no-repeat;
  width: 24px;
  height: 24px;
}
.show-all #mobileNavList li.selected::after {
  content: "";
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/navOpenArrow.svg") center center/24px auto
    no-repeat;
  width: 24px;
  height: 24px;
}

#mobileNavList li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
}

/* 펼쳐진 상태 */
#mobileNavList li.show {
  display: flex;
  position: absolute;
  width: 100%;
}
#mobileNavList li.show:nth-child(2) {
  margin-top: 0px;
}
#mobileNavList li.show:nth-child(3) {
  margin-top: 55px;
}
#mobileNavList li.show:nth-child(4) {
  margin-top: 110px;
}
#mobileNavList li.show:nth-child(5) {
  margin-top: 165px;
}
#mobileNavList li.show:nth-child(6) {
  margin-top: 220px;
}
/* 메뉴 확장 시 표시 */
#mobileNavList.show-all li {
  display: flex;
}
.aboutIntroSection1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.aboutIntroSection1 .textWrapper {
  flex: 1;
  margin-right: 40px;
}

.aboutIntroSection1 .title {
  text-align: center;
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -0.88px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.aboutIntroSection1 .description {
  text-align: center;
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 100px;
}
.aboutIntroSection1 .contentWrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 100px;
}

.aboutIntroSection1 img {
  flex: 1;
  width: 100%; /* 부모 요소에 맞게 크기 조정 */
  max-width: 600px; /* 최대 크기 설정 */
  height: auto; /* 비율을 유지하면서 높이 자동으로 조정 */
  border-radius: 20px;
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1; /* 1:1 비율 유지 */
}
.aboutIntroSection1 .outlineWrapper {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.aboutIntroSection1 .outlineWrapper .title {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 30px */
  letter-spacing: -0.48px;
  text-align: start;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.aboutIntroSection1 .outlineWrapper .dataWrapper .data {
  padding: 26px 0px 26px 0px;
  border-bottom: 1px solid #dee0e8;
}
.aboutIntroSection1 .outlineWrapper .dataWrapper .data:first-child {
  border-top: 1px solid #171d2f;
}
.aboutIntroSection1 .outlineWrapper .dataWrapper .data {
  display: flex;
}

.aboutIntroSection1 .outlineWrapper div > div:first-child {
  min-width: 150px;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

.aboutIntroSection1 .outlineWrapper div > span:last-child {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: none;
  align-content: center;
}

.aboutIntroSection2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  padding-top: 160px;
  padding-bottom: 140px;
  background: linear-gradient(
    180deg,
    #f8fafe 0%,
    rgba(245, 246, 250, 0) 85.87%
  );
  position: relative;
  width: 100%;
}
.aboutIntroSection2 .bottom-right-img {
  position: absolute;
  bottom: 20px; /* 아래 여백 */
  right: 20px; /* 오른쪽 여백 */
  width: 1111px; /* 원하는 크기로 조절 */
  height: auto;
}
.aboutIntroSection2 .container {
  display: flex;
  max-width: 1440px;
  width: 100%;
}

.aboutIntroSection2 .title {
  color: var(--bk, #171d2f);
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
  padding-right: 130px;
}
.aboutIntroSection2 .title em {
  color: var(--primary, #305bdd);
}

.aboutIntroSection2 .timelineContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-top: 40px;
}

.aboutIntroSection2 .timeline {
  position: absolute;
  left: 20px;
  top: 7px;
  width: 2px;
  height: 100%;
  background: #f1f3f7;
}

.aboutIntroSection2 .timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0; /* 스크롤하면 점점 채워지게 */
  background: #305bdd;
  transition: height 0.1s linear;
}
.aboutIntroSection2 .timeline::after {
  height: var(--timeline-fill, 0%);
}
.aboutIntroSection2 .timelineWrapper {
  display: flex;
  align-items: start;
  width: 100%;
  padding-bottom: 90px;
  position: relative;
  padding-left: 104px;
}

.aboutIntroSection2 .timelineWrapper:last-child {
  padding-bottom: 0px;
}

.aboutIntroSection2 .timelineWrapper::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/timelineDot.svg") center center/20px auto
    no-repeat;
  border-radius: 50%;
  transition: background 0.3s ease-in-out;
}

.aboutIntroSection2 .year {
  height: 100%;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 37.5px */
  text-transform: capitalize;
  text-align: right;
  padding-right: 60px;
  line-height: 0.6;
}

.aboutIntroSection2 .taskWrapper {
  height: 100%;
  position: relative;
  bottom: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 15px;
}

.aboutIntroSection2 .taskWrapper span {
  position: relative;
}

.aboutIntroSection2 .taskWrapper span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 14px;
  width: 3px;
  height: 3px;
  background-color: #5f6065;
  border-radius: 50%;
}

.aboutIntroSection2 .taskWrapper span {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

.mainBusinessSection1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.mainBusinessSection1 .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -0.88px;
  text-transform: capitalize;
  padding-bottom: 60px;
}

.mainBusinessSection1 .roundImage {
  max-width: 1440px;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 120px;
  flex-shrink: 0;
  border-radius: 20px;
  background: lightgray 50% / cover no-repeat, #d9d9d9;
}
.mainBusinessSection1 .textWrapper {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 130px;
}
.mainBusinessSection1 .textWrapper .bigText {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.72px;
  text-transform: capitalize;
  flex: 1;
}
.mainBusinessSection1 .textWrapper .bigText em {
  color: var(--bk, #305bdd);
}
.mainBusinessSection1 .textWrapper .smallText {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  flex: 1.4;
}

.mainBusinessSection1 .textWrapper div {
  margin-bottom: 15px;
}

.mainBusinessSection1 .businessArea {
  margin-top: 180px;
  width: 100%;
  padding-bottom: 80px;
}

.mainBusinessSection1 .businessArea .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  text-transform: capitalize;
  padding-bottom: 50px;
  border-bottom: 1px solid #171d2f;
}

.mainBusinessSection1 .ContentWrapper {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding-bottom: 80px;
  border-bottom: 1px solid #dee0e8;
}

.mainBusinessSection1 .businessContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  max-width: 380px;
  text-align: center;
}

.mainBusinessSection1 .businessContent img {
  max-width: 80px;
  margin-bottom: 40px;
}

.mainBusinessSection1 .contentTitle {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 30px */
  text-transform: capitalize;
  margin-bottom: 20px;
}

.mainBusinessSection1 .contentDescription {
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  max-width: 500px;
}
.example .list-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
  padding-top: 30px;
}
.example .list-item {
  width: 100%;
  height: auto;
}
.example .list-item .divider {
  width: 1px;
  height: 12px;
  background: #dee0e8;
}
.example .list-item .dateViewsWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.example .list-item .dateViewsWrapper .views {
  color: var(--grey2, #9ea1aa);
  text-align: right;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
.example .list-item .dateViewsWrapper .views::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/views.svg") no-repeat center;
  background-size: contain;
}
.example .searchBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}

.example .totalCase {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}
.example .totalCase em {
  color: var(--primary, #305bdd);
}

.example .searchWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.example .searchSelectBox {
  position: relative;
  display: inline-block;
}

.example .searchSelectBox select {
  padding: 0px 57px 20px 0px;
  border-bottom: 1px solid #dee0e8;
  outline: none;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  background-color: white;
  cursor: pointer;
  text-transform: capitalize;
}
.example .searchSelectBox::after {
  content: "";
  color: #171d2f;
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangleBlack.svg") center center/24px auto
    no-repeat;
  pointer-events: none; /* 클릭 방해 방지 */
}
.example .inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.example .inputWrapper input {
  padding: 0px 30px 20px 0px;
  border: none;
  border-bottom: 1px solid #dee0e8;
  outline: none;
  color: black;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  width: 100%;
  min-width: 300px;
}
.example .inputWrapper img {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
}

.example .inputWrapper svg {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #555;
}

.exampleDetailSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 20px 140px 20px;
  background-color: #fff;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.exampleDetailSection .contentWrapper {
  width: 100%;
  border-top: 1px solid #171d2f;
  border-bottom: 1px solid #dee0e8;
}

.exampleDetailSection .titleWrapper {
  display: flex;
  flex-direction: column;
  padding: 36px 0 36px 0;
  border-bottom: 1px solid #dee0e8;
  gap: 10px;
}

.exampleDetailSection .category {
  color: var(--primary, #305bdd);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.exampleDetailSection .descriptionWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.exampleDetailSection .title {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: -0.48px;
  text-transform: none;
}

.exampleDetailSection .dateWriterViewsWrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--grey2, #9ea1aa);
  text-align: right;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  text-transform: none;
}
.exampleDetailSection .dateWriterViewsWrapper .views {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.exampleDetailSection .dateWriterViewsWrapper .views::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/views.svg") no-repeat center;
  background-size: contain;
}

.exampleDetailSection .divider {
  width: 1px;
  height: 12px;
  background-color: #dee0e8;
}

.exampleDetailSection .container {
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exampleDetailSection .container img {
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  height: auto;
}
.exampleDetailSection button {
  display: flex;
  width: 160px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-top: 50px;
  transition: background-color 0.3s ease;
}

.exampleDetailSection button:hover {
  background: #4b5268;
}

.csrSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.csrSection .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -0.88px;
  text-transform: capitalize;
  padding-bottom: 60px;
}

.csrSection.en .title {
  font-family: "Poppins";
  font-weight: 600;

  padding-bottom: 60px;
}
.csrSection .roundImage {
  max-width: 1440px;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 120px;
  flex-shrink: 0;
  border-radius: 20px;
  background: lightgray 50% / cover no-repeat, #d9d9d9;
}

.csrSection .contentWrapper {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
  width: 100%;
}

.csrSection .grayBg {
  display: flex;
  max-width: 600px;
  padding: 40px 120px;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--bg, #f7f8fc);
  border-radius: 10px;
}
.csrSection .grayBg img {
  max-width: 232px;
  min-width: 166px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 166/235;
  flex: 1;
  box-shadow: 0px 4px 16px 0px #f1f2f6;
}
.csrSection .textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
}

.csrSection .bigText {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.csrSection .bigText em {
  color: var(--primary, #305bdd);
}
.csrSection .smallText {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}

.certificateSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.certificateSection .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.88px;
  text-transform: capitalize;
  padding-bottom: 60px;
}
.certificateSection.en .title {
  text-align: center;
  font-family: "Poppins";
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.certificateSection .contentWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 60px 20px;
  justify-content: center;
  max-width: 1400px;
  width: 100%;
}

.certificateSection .content {
  display: flex;
  flex-direction: column;
}

.certificateSection .bgGray {
  background: var(--bg, #f7f8fc);
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 410px;
  border-radius: 10px;
}

.certificateSection .bgGray img {
  max-width: 176px;
  max-height: 248px;
  min-width: 113.566px;
  min-height: 160px;
  object-fit: contain;
  aspect-ratio: 22/31;
  box-shadow: 0px 0px 16px 0px #eff0f3;
}

.certificateSection .content .title {
  margin-top: 10px;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  align-items: start;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  padding-bottom: 0px;
  text-align: start;
}
.certificateSection.en .content .title {
  margin-top: 10px;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  align-items: start;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  padding-bottom: 0px;
  text-align: start;
}

.productDetailSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.productDetailSection .productWrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 100px;
}

.productDetailSection .productWrapper img {
  flex: 1;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 20px;
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: #f5f6fa;
}

.productDetailSection .productTextWrapper {
  flex: 1.5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.productDetailSection .productTextWrapper .category {
  color: var(--primary, #305bdd);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.productDetailSection .productTextWrapper .prodcutName {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 42px */
  letter-spacing: -0.6px;
  text-transform: none;
  padding-bottom: 40px;
}

.productDetailSection .performanceWrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.productDetailSection .performanceWrapper .content {
  display: flex;
}

.productDetailSection .performanceWrapper .content:first-child {
  padding-top: 40px;
  border-top: 1px solid #171d2f;
}

.productDetailSection .performanceWrapper .content .label {
  min-width: 120px;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.productDetailSection .performanceWrapper .content span {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.productDetailSection .productDetailInfoWrapper {
  margin-top: 50px;
  width: 100%;
}

.productDetailSection .productDetailInfoWrapper .DetailText {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  border-bottom: 2px solid #171d2f;
  padding-bottom: 24px;
  width: fit-content;
}

.productDetailSection .container {
  padding: 40px;
  padding-top: 100px;
  padding-bottom: 120px;

  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #dee0e8;
  border-bottom: 1px solid #dee0e8;
}
.productDetailSection .container img {
  margin: auto;
  padding: 20px;
  max-width: 1100px;
  height: auto;
}
.productDetailSection button {
  display: flex;
  width: 160px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  margin-top: 50px;
  transition: background-color 0.3s ease;
}

.productDetailSection button:hover {
  background: #4b5268;
}

.ecatalogSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.ecatalogSection .title {
  text-align: center;
  color: var(--bk, #171d2f);
  font-family: "Poppins";
  font-size: 44px;
  font-weight: 600;
  line-height: 125%; /* 55px */
  text-transform: capitalize;
  margin-bottom: 50px;
}
.ecatalogSection .totalCase {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */

  width: 100%;
  margin-bottom: 30px;
}
.ecatalogSection .totalCase em {
  color: var(--primary, #305bdd);
}

.ecatalogSection .listWrapper {
  width: 100%;
}

.ecatalogSection .listHeader,
.ecatalogSection .listbody {
  display: flex;
  padding: 23px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ecatalogSection .listbody {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ecatalogSection .listHeader {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-top: 1px solid var(--bk, #171d2f);
  border-bottom: 1px solid var(--line1, #dee0e8);
  text-align: center;
}

.ecatalogSection .listbody {
  border-bottom: 1px solid var(--line1, #dee0e8);
}

.ecatalogSection .listHeader > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecatalogSection .listbody > div {
  display: flex;
  align-items: center;
}

.ecatalogSection .listHeader > div:first-child,
.ecatalogSection .listbody > div:first-child {
  width: 80px; /* 고정된 너비 */
  justify-content: center;
}
.ecatalogSection .listbody > div:first-child {
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.ecatalogSection .listHeader > div:nth-child(2),
.ecatalogSection .listbody > div:nth-child(2) {
  flex-grow: 1; /* 남은 공간을 차지 */
  padding: 0 20px;
  width: 20%;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: none;
  white-space: nowrap; /* 텍스트 줄 바꿈 방지 */
  overflow: hidden; /* 넘치는 텍스트 숨김 */
  text-overflow: ellipsis;
  display: block;
}

.ecatalogSection .listHeader > div:nth-child(3),
.ecatalogSection .listbody > div:nth-child(3) {
  width: 180px; /* 고정된 너비 */
  justify-content: center;
}
.ecatalogSection .listbody > div:nth-child(3) {
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.ecatalogSection .listHeader > div:last-child,
.ecatalogSection .listbody > div:last-child {
  width: 180px; /* 고정된 너비 */
  text-align: center;
  justify-content: center;
}
.ecatalogSection .listbody > div:last-child button {
  border-radius: 100px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  transition: background-color 0.3s ease;
}
.ecatalogSection .listbody > div:last-child button:hover {
  background: #4b5268;
}
.ecatalogSection .listbody > div:last-child button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downLoad.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ecatalogSection .listbody > div:last-child a {
    border-radius: 100px;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    background: var(--bk, #171d2f);
    color: #fff;
    font-family: "Pretendard";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    transition: background-color 0.3s ease;
  }
  .ecatalogSection .listbody > div:last-child a:hover {
    background: #4b5268;
  }
  .ecatalogSection .listbody > div:last-child a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downLoad.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }


.supportSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.supportSection .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -0.88px;
  text-transform: capitalize;
  padding-bottom: 60px;
}

.supportSection.en .title {
  font-family: "Poppins";
  font-weight: 600;
  padding-bottom: 60px;
}
.supportSection .contentWrapper {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: center;
  width: 100%;
}

.supportSection img {
  max-width: 600px;
  width: 40%;
  height: auto;
  flex-shrink: 0;
}
.supportSection .textWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.supportSection .bigText {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  text-transform: capitalize;
}
.supportSection .bigText em {
  color: var(--primary, #305bdd);
}
.supportSection .smallText {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.supportSection button {
  margin-top: 10px;
  display: flex;
  height: 54px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--bg, #f7f8fc);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  border-radius: 100px;
  background: var(--bk, #171d2f);
  transition: background-color 0.3s ease;
}

.supportSection button:hover {
  background: #4b5268;
}

.receiptSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.receiptSection .title {
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  letter-spacing: -0.88px;
  text-transform: capitalize;
  padding-bottom: 60px;
}

.receiptSection.en .title {
  font-family: "Poppins";
  font-weight: 600;
  padding-bottom: 60px;
}
.selectOptionWrapper {
  position: relative;
  width: 100%;
}

/* 부모 컨테이너 */
.selectWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dee0e8;
}

/* 화살표 아이콘 */
.selectWrapper::after {
  content: "";
  font-size: 12px;
  color: #555;
  position: absolute;
  top: 0;
  right: 10px;
  width: 24px;
  height: 24px;

  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/selectIcon.svg");
  pointer-events: none;
}
.WrapperTop {
  width: 100%;
  text-align: right;
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.receiptSection em {
  color: var(--primary, red);
  padding-right: 4px;
  padding-left: 4px;
}
.receiptWrapper {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #171d2f;
  margin-top: 20px;
  padding-top: 60px;
  width: 100%;
  gap: 50px;
}
.line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 40px;
}
.line .label {
  min-width: 150px;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.line .content {
  flex: 1;
  display: flex;
}
.line .content.row {
  flex-direction: column;
  gap: 20px;
}
.consentWrapper {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--line1, #dee0e8);
  background: var(--bg, #f7f8fc);
  width: 100%;
  height: 220px;
  overflow-y: scroll;
}
.line .content input,
select {
  display: flex;
  border: none;
  border-bottom: 1px solid #dee0e8;
  padding-left: 10px;
  padding-bottom: 16px;
  width: 100%;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: none;
}
.line .content select {
  border: none;
}
.addressWrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.threeInputContainer {
  display: flex;
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  text-transform: capitalize;
}
.addressNumberContainer {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dee0e8;
  padding-bottom: 20px;
  max-width: 360px;
}
.addressNumberContainer input {
  padding-bottom: 0px !important;
}
.addressNumber {
  border: none !important;
}
.addressNumberButton {
  position: absolute;
  right: 0px;
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
}
.submitButtonWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submitButton {
  display: flex;
  width: 160px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  transition: background-color 0.3s ease;
}
.submitButton:hover {
  background: #4b5268;
}
.textAreaWrapper {
  padding: 20px;
  border: 1px solid var(--line1, #dee0e8);
  border-radius: 10px;
  width: 100%;
  min-height: 182px;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.addressDetail {
  display: flex;
  gap: 20px;
}
.addressDetailInput {
  flex: 1;
}
.radio-group {
  display: flex;
  gap: 30px;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  position: relative;
}

.custom-radio input {
  display: none !important;
}

.radio-mark {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.custom-radio input:checked + .radio-mark {
  border-color: #305bdd;
  background-color: #305bdd;
}

.custom-radio input:checked + .radio-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: capitalize;
  user-select: none;
}

.checkbox-container input {
  display: none !important;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #dddddd;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

.checkbox-container input:checked + .checkmark {
  background-color: #305bdd;
  border-color: #305bdd;
}

.checkbox-container input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.downloadSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.downloadSection .title {
  text-align: center;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  text-transform: capitalize;
  margin-bottom: 50px;
}
.downloadSection .totalCase {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
}
.downloadSection .totalCase em {
  color: var(--primary, #305bdd);
}

.downloadSection .listWrapper {
  width: 100%;
}

.downloadSection .listHeader,
.downloadSection .listbody {
  display: flex;
  padding: 23px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.downloadSection .listbody {
  padding-top: 30px;
  padding-bottom: 30px;
}

.downloadSection .listHeader {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
  border-top: 1px solid var(--bk, #171d2f);
  border-bottom: 1px solid var(--line1, #dee0e8);
  text-align: center;
}

.downloadSection .listbody {
  border-bottom: 1px solid var(--line1, #dee0e8);
}

.downloadSection .listHeader > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloadSection .listbody > div {
  display: flex;
  align-items: center;
}

.downloadSection .listHeader > div:first-child,
.downloadSection .listbody > div:first-child {
  width: 120px; /* 고정된 너비 */
  justify-content: center;
}
.downloadSection .listbody > div:first-child {
  color: var(--primary, #305bdd);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
  text-transform: uppercase;
}
.downloadSection .listHeader > div:nth-child(2),
.downloadSection .listbody > div:nth-child(2) {
  width: 260px; /* 고정된 너비 */
  justify-content: center;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: none;
  display: block;
  text-align: center;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.downloadSection .listHeader > div:nth-child(3),
.downloadSection .listbody > div:nth-child(3) {
  flex-grow: 1; /* 남은 공간을 차지 */
  padding: 0 20px;
  width: 20%;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: none;
  white-space: nowrap; /* 텍스트 줄 바꿈 방지 */
  overflow: hidden; /* 넘치는 텍스트 숨김 */
  text-overflow: ellipsis;
  display: block;
}

.downloadSection .listHeader > div:nth-child(4),
.downloadSection .listbody > div:nth-child(4) {
  width: 180px; /* 고정된 너비 */
  justify-content: center;
}
.downloadSection .listbody > div:nth-child(4) {
  color: var(--grey2, #9ea1aa);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.downloadSection .listHeader > div:last-child,
.downloadSection .listbody > div:last-child {
  width: 180px; /* 고정된 너비 */
  text-align: center;
  justify-content: center;
}
.downloadSection .listbody > div:last-child button {
  border-radius: 100px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  transition: background-color 0.3s ease;
}
.downloadSection .listbody > div:last-child button:hover {
  background: #4b5268;
}
.downloadSection .listbody > div:last-child button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downLoad.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.downloadSection .listbody > div:last-child a {
  border-radius: 100px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--bk, #171d2f);
  color: #fff;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 18.2px */
  letter-spacing: -0.28px;
  transition: background-color 0.3s ease;
}
.downloadSection .listbody > div:last-child a:hover {
  background: #4b5268;
}
.downloadSection .listbody > div:last-child a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downLoad.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.downloadSection .searchBox {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 30px;
}

.downloadSection .searchWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.downloadSection .searchSelectBox {
  position: relative;
  display: inline-block;
}

.downloadSection .searchSelectBox select {
  padding: 0px 57px 20px 0px;
  border-bottom: 1px solid #dee0e8;
  outline: none;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  background-color: white;
  cursor: pointer;
  text-transform: capitalize;
}
.downloadSection .searchSelectBox::after {
  content: "";
  color: #171d2f;
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangleBlack.svg") center center/24px auto
    no-repeat;
  pointer-events: none; /* 클릭 방해 방지 */
}
.downloadSection .inputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
}

.downloadSection .inputWrapper input {
  padding: 0px 30px 20px 0px;
  border: none;
  border-bottom: 1px solid #dee0e8;
  outline: none;
  color: black;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  width: 100%;
  min-width: 300px;
}
.downloadSection .inputWrapper img {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  width: 24px;
  height: 24px;
}

.questionSection {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  padding-top: 120px;
  padding-bottom: 140px;
  background-color: white;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.questionSection .title {
  text-align: center;
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 44px;
  font-weight: 700;
  line-height: 125%; /* 55px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.questionSection .totalCase {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  text-align: start;
  width: 100%;
  margin-bottom: 30px;
}
.questionSection .totalCase em {
  color: var(--primary, #305bdd);
}

.questionSection .category-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  cursor: grab; /* 마우스 포인터 변경 */
  user-select: none; /* 텍스트 선택 방지 */
  padding-bottom: 60px;
}

.questionSection .category-container::-webkit-scrollbar {
  display: none;
}
.questionSection .category {
  padding: 12px 16px;
  color: var(--grey2, #9ea1aa);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  border-radius: 40px;
  cursor: pointer;
  text-transform: capitalize;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.questionSection .category:hover {
  color: var(--primary, #305bdd);
}

.questionSection .category.active {
  background: #305bdd;
  color: #fff;
  font-weight: 700;
}

.questionListWrapper {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid var(--bk, #171d2f);
}
.questionListWrapper .questionContent {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: flex;
  padding: 37px 0px 37px 32px;
  align-items: center;
  gap: 10px;
  position: relative;
}
.questionListWrapper .questionContent::after {
  content: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/detailclose.svg");
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease-in-out;
}

.questionListWrapper .questionContent.open::after {
  content: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/detailopen.svg");
  transform: rotate(180deg);
}
.questionListWrapper .Q {
  display: block;
  color: var(--bk, #171d2f);
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
  text-transform: uppercase;
  margin-right: 32px;
}
.questionListWrapper .textWrapper {
  flex-grow: 1;
  display: flex;
  gap: 18px;
  align-items: center;
  width: 90%;
}
.questionListWrapper .questionCategory {
  color: var(--primary, #305bdd);
  font-family: "Pretendard";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
.questionListWrapper .question {
  color: var(--bk, #171d2f);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-transform: none;
  white-space: nowrap; /* 줄바꿈 방지 */
  overflow: hidden;
  text-overflow: ellipsis; /* 말줄임표 적용 */
  width: 80%;
}
.questionListWrapper .detail {
  height: 0;
  overflow: hidden;
  opacity: 0;
  height: 0px;
  padding: 0 40px; /* 패딩을 0으로 두고 시작 */
  background: var(--bg, #f7f8fc);
  border-bottom: 1px solid #ddd;
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.36px;
  text-transform: capitalize;
  transition: height 0.4s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
}

/* 펼쳐졌을 때 */
.questionListWrapper .detail.active {
  height: auto;
  opacity: 1;
  padding: 40px 40px 60px 40px; /* 원래 패딩 적용 */
  text-transform: none;
}
.privacypolicy1 {
  padding-top: 48px;
  padding-bottom: 50px;
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: none;
}
.privacypolicy2 {
  color: var(--grey-1, #5f6065);
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.emailrefusal {
  padding-top: 48px;
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  text-transform: capitalize;
  max-width: 896px;
  justify-self: center;
}
.en .title {
  font-family: "Poppins";

  font-weight: 600;
}
.emailrefusal em {
  color: var(--grey-1, #5f6065);
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.96px;
  text-transform: capitalize;
}
@media (max-width: 680px) {
  .certificateSection .contentWrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px 20px;
  }
}
@media (max-width: 480px) {
  .certificateSection .contentWrapper {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .aboutIntroSection1 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .aboutIntroSection1 .textWrapper {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .aboutIntroSection1 img {
    width: 100%;
    height: auto;
  }

  .aboutIntroSection1 .outlineWrapper {
    width: 100%;
    margin-top: 20px;
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .footerWrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .footerTop {
    flex-direction: column;
    align-items: start;
    text-align: start;
  }

  .footerTopNav {
    flex-direction: column;
    margin-top: 20px;
  }

  .textWrapper span {
    display: block;
    margin-bottom: 5px;
  }
  .footerBottom .left,
  .footerBottom .right {
    justify-content: start;
    flex-wrap: wrap;
  }
  #detail {
    height: 450px;
  }
  #detail .navbar {
    display: none; /* PC 내비게이션 숨김 */
  }
  #detail .mobile-navbar {
    display: block; /* 모바일 내비게이션 표시 */
  }

  #detail .text-heading {
    font-size: 36px;
  }

  #detail .text-description {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .aboutIntroSection1 .description {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .aboutIntroSection1 .contentWrapper {
    flex-direction: column;
    gap: 50px;
  }
  .aboutIntroSection1 .outlineWrapper {
    padding: 0px;
  }
  .productDetailSection .productWrapper {
    gap: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .footerBottom {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1024px) {
  .mobilenone {
    display: none;
  }
  .pcnone {
    display: inline-block;
  }
  /* =============================================================
  공통
  ============================================================= */
  .section1:first-child {
    padding-top: 30px;
  }
  .btn_xl {
    width: 220px;
    height: 50px;
  }
  .ui_tab.type2 .tab_list {
    overflow-x: scroll;
  }
  .ui_tab.type2 .tab_list li {
    flex: 0 0 167px;
    background: #f0f4f7;
  }
  .ui_tab.type2 .tab_btn {
    font-size: 16px;
  }
  /* =============================================================
  헤더
  ============================================================= */
  #header .top_bar {
    display: none;
  }
  #header.main {
    position: fixed;
    z-index: 999;
    justify-self: anchor-center;
    background: transparent;
    width: 100%;
    height: 54px;
    transition: background-color 0.3s ease;
  }
  #header.scrolled.main {
    position: fixed;
    z-index: 999;
    justify-self: anchor-center;
    background: white;
    width: 100%;
    height: 54px;
    transition: background-color 0.3s ease;
  }

  .fix .gnb_bar {
    background-color: #171d2f !important;
  }

  .selectBox .optionList {
    top: 40px;
  }

  .fix.selectBox .icon {
    position: absolute;
    left: 50px;
    bottom: 0px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangle.svg") center center/24px auto
      no-repeat !important;
  }
  .fix.selectBox .label {
    display: flex;
    color: white !important;
    font-family: "Poppins";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    text-transform: uppercase;

    align-items: center;
    width: inherit;
    height: inherit;
    border: 0 none;
    outline: 0 none;
    padding-left: 20px;
    background: transparent;
    cursor: pointer;
  }

  #header .gnb_bar {
    max-width: unset;
    width: 100%;
    height: 54px !important;
    margin: unset;
    padding: 0 20px;
  }

  #header .gnb_bar .logo {
    width: 133px;
    height: 18.649px;
    flex-shrink: 0;
    aspect-ratio: 133/18.65;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/logo.webp") no-repeat center / contain;
  }

  #header.fix .gnb_bar .logo {
    width: 133px;
    height: 18.649px;
    flex-shrink: 0;
    aspect-ratio: 133/18.65;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/logo.webp") no-repeat center / contain !important;
  }
  #header.scrolled .gnb_bar .logo {
    width: 133px;
    height: 18.649px;
    flex-shrink: 0;
    aspect-ratio: 133/18.65;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/contents/logoscrolled.webp") no-repeat center /
      contain;
  }
  #header .gnb {
    display: none;
  }
  #header .gnb a {
    font-size: 20px;
    font-weight: 600;
  }
  #header .mobile_gnb_wrap {
    display: flex;
  }
  #header .mobile_gnb_wrap .btn_mobile_gnb {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .selectBox .optionItem {
    font-size: 18px;
  }

  .fix .selectBox .icon {
    position: absolute;
    left: 50px;
    bottom: 0px;
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/downTriangle.svg") center center/24px auto
      no-repeat;
  }
  .fix.scrolled .selectBox .label {
    color: white !important;
  }

  #header .mobile_gnb_wrap .btn_mobile_gnb .open {
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/mobile_gnb_open.svg") center center/24px auto
      no-repeat;
  }
  #header.scrolled .mobile_gnb_wrap .btn_mobile_gnb .open {
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/mobile_gnb_open_black.svg") center
      center/24px auto no-repeat;
  }
  #header .mobile_gnb_wrap .btn_mobile_gnb.close .open {
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_close.svg") center center/24px auto
      no-repeat;
  }
  #header .mobile_gnb {
    display: none;
    position: fixed;
    background: #171d2f;
    top: 50px;
    left: 0;
    padding: 16px 20px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    z-index: 100;
  }
  #header .mobile_gnb.active {
    display: block;
    overflow-y: auto; /* 세로 스크롤 가능 */
    -ms-overflow-style: none; /* IE, Edge */
    scrollbar-width: none; /* Firefox */
  }
  #header .mobile_gnb hr.hr {
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 6px;
    border: 0;
    background: #f7fafc;
  }
  #header .mobile_gnb .user_login {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .mobile_gnb .user_login p {
    font-size: 24px;
    font-weight: 600;
    padding-right: 25px;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_arrow_right_bk.svg") right center/30px
      auto no-repeat;
  }
  #header .mobile_gnb .user_login button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border: 1px solid var(--c-01);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    color: var(--c-01);
  }
  #header .mobile_gnb .module_tab {
    display: flex;
    margin: 20px 0 30px;
    padding: 14px 25px;
    border-radius: 6px;
    background: var(--c-01);
  }
  #header .mobile_gnb .module_tab a {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  #header .mobile_gnb .module_tab a .txt {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }
  #header .mobile_gnb .module_tab a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    background: #c5ced3;
    transform: translateY(-50%);
    opacity: 0.3;
  }
  #header .mobile_gnb .mobile_nav ul {
  }
  #header .mobile_gnb .mobile_nav li button {
    width: 100%;
    padding: 20px 0;
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_arrow_down.svg") right center/24px auto
      no-repeat;
    color: #fff;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 24px */
    text-transform: uppercase;
    text-align: left;
  }
  #header .mobile_gnb .mobile_nav li button.active {
    background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_arrow_up.svg") right center/24px auto
      no-repeat;
  }
  #header .mobile_gnb .mobile_nav .accordion_panel {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.4px;
    opacity: 0.8;
  }
  #header .mobile_gnb .mobile_nav .accordion_panel a {
    padding: 10px;
  }
  #header .mobile_gnb .mobile_nav .accordion_panel a:last-child {
    padding-bottom: 20px;
  }
  .footerWrapper {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .footerTop {
    padding-bottom: 40px;
  }
  .textOverlay span:first-child {
    font-size: 18px;
  }
  .textOverlay span:last-child {
    font-size: 36px;
  }
  .textOverlay.en span:first-child {
    font-size: 18px;
  }
  .textOverlay.en span:last-child {
    font-size: 36px;
  }

  .scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 20px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .section1 {
    padding-top: 100px;
  }
  .section1 .title {
    font-size: 32px;
  }
  .section1 .description {
    font-size: 18px;
  }
  .section1 .container img {
    max-width: 1000px;
    max-height: 806px;
    min-width: 500px;
    min-height: 400px;
    width: 100%;
    height: 100%;
    aspect-ratio: 591 / 403;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    object-fit: contain;
    margin-left: 10px;
  }

  .section1 .left li::before {
    content: "";
  }

  .section1 .right {
    flex: 1;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .section1 .left li {
    font-size: 16px;
  }
  .section1 .left li.selected {
    font-size: 16px;
  }
  .section1 .left.en li {
    font-size: 16px;
  }
  .section1 .left.en li.selected {
    font-size: 16px;
  }
  .section2 {
    padding: 100px 0;
  }
  .section2.example {
    padding: 70px 0 80px 0;
  }
  .section2 .title {
    font-size: 32px;
  }
  .section2.example .title {
    font-size: 28px;
  }
  .section2.example .list-item .title {
    overflow: hidden;
    color: var(--bk, #171d2f);
    text-overflow: ellipsis;
    font-family: "Pretendard";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
    text-transform: uppercase;
  }
  .section2 .category-container {
    justify-content: flex-start;
  }
  .section2 .category {
    font-size: 16px;
    padding: 8px 16px;
  }

  .section2 .list-item {
    width: 240px;
    overflow: hidden;
    text-align: start;
  }
  .section2 .list-item img {
    border-radius: 8px;
  }
  .section3 {
    flex-direction: column;
  }
  .section3 .image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .section3 .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 50px 20px 85px 20px;
  }
  .section3 .content .title {
    font-size: 32px;
  }
  .section3 .content .description {
    font-size: 18px;
  }
  .section3 .content div > span:first-child {
    font-size: 20px;
  }
  .section3 .content .buttonContainer {
    display: flex;
    border-bottom: 1px solid var(--line1, #dee0e8);
    padding: 40px 20px 40px 0px;
    max-width: unset;
    align-items: center;
  }
  .section3 .slider-buttons {
    bottom: unset;
    top: 20px;
    right: 20px;
  }
  .aboutIntroSection1 .title {
    font-size: 28px;
  }

  .aboutIntroSection2 .container {
    flex-direction: column;
  }
  .aboutIntroSection2 .bottom-right-img {
    display: none;
  }
  .aboutIntroSection2 .timelineWrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding-bottom: 90px;
    position: relative;
    padding-left: 70px; /* 타임라인과 거리 확보 */
  }
  .aboutIntroSection2 .year {
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 0.9;
  }
  .aboutIntroSection2 .title {
    font-size: 32px;
  }
  .mainBusinessSection1 {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .mainBusinessSection1 .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .mainBusinessSection1 .roundImage {
    border-radius: 10px;
  }
  .mainBusinessSection1 .textWrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .mainBusinessSection1 .textWrapper .bigText {
    font-size: 24px;
  }
  .mainBusinessSection1 .businessArea {
    margin-top: 80px;
    padding-bottom: 50px;
  }
  .mainBusinessSection1 .businessArea .title {
    font-size: 28px;
    padding-bottom: 40px;
  }
  .mainBusinessSection1 .ContentWrapper {
    flex-direction: column;
    padding-top: 50px;
    gap: 60px;
    border: none;
    padding-bottom: 0px;
  }
  .mainBusinessSection1 .businessContent {
    width: 100%;
    max-width: none;
  }
  .example .list-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 20px;
  }
  .example .list-item {
    width: 100%;
  }

  .example .searchBox {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
    padding-top: 50px;
  }
  .example .searchWrapper {
    width: 100%;
  }
  .example .searchSelectBox select {
    padding: 0px 24px 20px 0px;
    border-bottom: 1px solid #dee0e8;
    outline: none;
    color: var(--bk, #171d2f);
    font-family: "Pretendard";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */
    letter-spacing: -0.36px;
    background-color: white;
    cursor: pointer;
  }
  .example .inputWrapper input {
    padding: 0px 30px 20px 0px;
    min-width: 0px;
  }
  .example .totalCase {
    font-size: 16px;
  }
  .exampleDetailSection {
    padding: 70px 20px 80px 20px;
  }
  .exampleDetailSection .titleWrapper {
    padding: 30px 0 30px 0;
  }

  .exampleDetailSection .descriptionWrapper {
    align-items: start;
    flex-direction: column;
  }
  .exampleDetailSection .title {
    font-size: 20px;
  }
  .exampleDetailSection .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .csrSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .csrSection .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .csrSection .roundImage {
    border-radius: 10px;
  }
  .csrSection .contentWrapper {
    flex-direction: column-reverse;
    gap: 50px;
    margin-top: 40px;
  }
  .csrSection .bigText {
    font-size: 24px;
  }

  .certificateSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .certificateSection .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .certificateSection .bgGray {
    background: var(--bg, #f7f8fc);
    padding: 35px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 410px;
    border-radius: 10px;
  }

  .certificateSection.en .title {
    font-size: 28px;
    padding-bottom: 30px;
  }

  .productDetailSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .productDetailSection .productWrapper {
    flex-direction: column;
    gap: 50px;
  }
  .productDetailSection .productWrapper img {
    max-width: none;
  }
  .productDetailSection .productTextWrapper .prodcutName {
    font-size: 22px;
    padding-bottom: 30px;
  }
  .productDetailSection .performanceWrapper .content:first-child {
    padding-top: 30px;
  }
  .productDetailSection .container {
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .ecatalogSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .ecatalogSection .title {
    font-size: 28px;
  }
  .ecatalogSection .listHeader {
    display: none; /* listHeader 부분 숨김 */
  }
  .ecatalogSection .listbody {
    display: flex;
    flex-direction: column; /* 세로로 배치 */
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 60px;
    border-bottom: 1px solid var(--line1, #dee0e8);
    position: relative;
  }

  .ecatalogSection .listbody:nth-child(2) {
    border-top: 1px solid var(--line1, black);
  }
  .ecatalogSection .listbody > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .ecatalogSection .listbody > div:first-child {
    display: none;
  }

  .ecatalogSection .listbody > div:nth-child(2) {
    margin-bottom: 12px;
  }
  .ecatalogSection .listbody > div:nth-child(2),
  .ecatalogSection .listbody > div:nth-child(3) {
    width: 100%;
    padding: 0px;
    display: block;
  }

  .ecatalogSection .listbody > div:last-child {
    position: absolute;
    top: 50%; /* 세로 중앙 */
    right: 0;
    transform: translateY(-50%);
  }

  .ecatalogSection .listbody > div:last-child button {
    gap: 0;
    padding: 8px;
    margin-left: auto;
    text-indent: -9999px;
  }

  .supportSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .supportSection .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .supportSection img {
    width: 100%;
  }
  .supportSection .contentWrapper {
    flex-direction: column;
    gap: 50px;
    margin-top: 0px;
  }
  .supportSection .bigText {
    font-size: 24px;
  }
  .line {
    flex-direction: column;
  }
  .line .content {
    flex-direction: column;
  }
  .receiptSection .label {
    padding-bottom: 16px;
  }
  .receiptSection .content.row .label {
    padding-bottom: 0px;
  }
  .label.textArea {
    padding-bottom: 16px;
  }
  .threeInputContainer.email {
    flex-wrap: wrap;
  }
  .threeInputContainer.email .selectWrapper {
    margin-top: 16px;
  }
  .threeInputContainer.email input {
    width: 47%;
  }
  .receiptSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .receiptSection .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .receiptSection.en .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .receiptWrapper {
    padding-top: 30px;
  }
  .radio-group {
    flex-direction: column;
    gap: 20px;
  }
  .downloadSection {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .downloadSection .title {
    font-size: 28px;
  }
  .downloadSection .listHeader {
    display: none; /* listHeader 부분 숨김 */
  }
  .downloadSection .listbody {
    display: flex;
    flex-direction: column; /* 세로로 배치 */
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 60px;
    border-bottom: 1px solid var(--line1, #dee0e8);
    position: relative;
  }

  .downloadSection .listbody:nth-child(2) {
    border-top: 1px solid var(--line1, black);
  }
  .downloadSection .listbody > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .downloadSection .listbody > div:first-child {
    width: 100%;
    padding: 0px;
    display: block;
  }
  .downloadSection .listbody div:nth-child(1) {
    position: absolute;
    left: 0;
    top: 30px;
  }

  .downloadSection .listbody div:nth-child(2) {
    margin-left: 100px;
    position: relative;
    display: block;
    align-items: center;
  }
  .downloadSection .listbody div:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 92px;
    top: 4px;
    width: 1px;
    height: 12px;
    background: #dee0e8;
  }

  .downloadSection .listbody > div:nth-child(2),
  .downloadSection .listbody > div:nth-child(3),
  .downloadSection .listbody > div:nth-child(4) {
    margin-bottom: 12px;
    width: 100%;
    padding: 0px;
    display: block;
  }
  .downloadSection .listbody > div:nth-child(4) {
    margin-bottom: 0px;
  }
  .downloadSection .listbody > div:nth-child(2) {
    width: 80%;
    place-self: flex-start;
    text-align: start;
  }
  .downloadSection .listbody > div:last-child {
    position: absolute;
    top: 50%; /* 세로 중앙 */
    right: 0;
    transform: translateY(-50%);
  }

  .downloadSection .listbody > div:last-child button {
    gap: 0;
    padding: 8px;
    margin-left: auto; /* 오른쪽으로 배치 */
    text-indent: -9999px; /* 텍스트를 화면에서 숨김 */
  }
  .downloadSection .searchBox {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
    padding-bottom: 20px;
  }
  .downloadSection .searchWrapper {
    width: 100%;
  }
  .downloadSection .searchSelectBox select {
    padding: 0px 24px 20px 0px;
  }
  .downloadSection .inputWrapper input {
    min-width: unset;
  }
  .questionSection {
    overflow: hidden;
  }
  .questionSection .category-container {
    justify-content: flex-start;
    align-self: flex-start;
  }
  .questionSection .category {
    font-size: 16px;
    padding: 8px 16px;
  }
  .questionListWrapper {
    margin-top: 20px;
  }
  .questionListWrapper .textWrapper {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
  .questionListWrapper .Q {
    display: none;
  }
  .questionListWrapper .questionContent {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .emailrefusal {
    padding-top: 18px;
  }
  @media screen and (max-width: 1600px) {
    #header.main,
    #footer.main {
      padding-left: 150px;
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 1024px) {
    #header.main,
    #footer.main {
      padding-left: 0;
      padding-right: 0;
    }
  }
}
.navbar.collapsed .accordion_list a {
  justify-content: center;
}
.navbar.collapsed .accordion_list .accordion_open {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.pagination > a {
  display: flex;
  width: 24px;
  height: 24px;
}

.pagination > a.prev {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_prev.svg") center center/15px auto
    no-repeat;
}
.pagination > a.prev.off {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_prev_off.svg") center center/15px auto
    no-repeat;
}

.pagination > a.next_2.off {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_next_off.svg") center center/15px auto
    no-repeat;
}
.pagination > a.next {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_next.sv"g) center center/15px auto
    no-repeat;
}

.pagination .num_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination .num_list > a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.3;
}

.pagination .num_list > a:hover,
.pagination .num_list > a.active {
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 1;
}



.pagination_case {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
.pagination_case > a {
  display: flex;
  width: 24px;
  height: 24px;
}

.pagination_case > a.prev {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_prev.svg") center center/15px auto
    no-repeat;
}
.pagination_case > a.prev.off {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_prev_off.svg") center center/15px auto
    no-repeat;
}

.pagination_case > a.next_2.off {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_next_off.svg") center center/15px auto
    no-repeat;
}
.pagination_case > a.next {
  background: url("https://static.hansungcom.co.kr/hansungcom/assets/images/icons/icon_next.sv"g) center center/15px auto
    no-repeat;
}

.pagination_case .num_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination_case .num_list > a {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  opacity: 0.3;
}

.pagination_case .num_list > a:hover,
.pagination_case .num_list > a.active {
  color: var(--grey-1, #5f6065);
  text-align: center;
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  opacity: 1;
}