@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chango&display=swap");
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css");
@import url("https://fonts.googleapis.com/css2?family=Chango&family=Shrikhand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dangrek&display=swap");
.rotate90 {
  transform: rotate(90deg);
}

.rotate180 {
  transform: rotate(180deg);
}

.rotateR90 {
  transform: rotate(-90deg);
}

.badge {
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  padding: 4px 12px;
}
.badge span {
  color: #ffffff;
}

.icon56 {
  width: 56px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon72 {
  width: 72px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.titleWrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.titleWrap h3 {
  font-size: 32px;
  font-weight: 700;
}
.titleWrap .btnWrap {
  display: flex;
  gap: 8px;
}
.titleWrap .btnWrap .sBtn {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 37px;
  transition: 0.15s;
}
.titleWrap .btnWrap .sBtn a {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.titleWrap .btnWrap .sBtn a i {
  color: #ffffff;
  font-size: 16px;
}
.titleWrap .btnWrap .sBtn:hover {
  opacity: 0.8;
}

.downloadWrap .btn {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
  border-radius: 37px;
  transition: 0.15s;
}
.downloadWrap .btn a {
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadWrap .btn a i {
  color: #ffffff;
  font-size: 16px;
}
.downloadWrap .btn:hover {
  opacity: 0.8;
}

ul.listWrap {
  display: flex;
  flex-direction: column;
}
ul.listWrap li.listContent .listTouchArea {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  transition: 0.2s;
}
ul.listWrap li.listContent .listTouchArea:hover {
  background-color: #f2f2f2;
  border-radius: 16px;
}
ul.listWrap li.listContent {
  border-bottom: 1px solid #eee;
}

.progressBar {
  width: 100%;
  height: 16px;
  background-color: #f2f2f2;
}
.progressBar .bar {
  transition: 0.6s;
  width: 10%;
  min-width: 10%;
  height: 100%;
  background-color: #121212;
}

.isSectionBackground {
  background-color: #f5f8f9;
}

ul.tabList {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.tabList li.tabBtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.tabList li.tabBtn a {
  background-color: #f9f9f9;
  padding: 16px 24px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  font-weight: 600;
}
ul.tabList li.tabBtn a:hover {
  background-color: #f2f2f2;
}

table {
  border-top: 2px solid #121212;
  width: 100%;
}
table thead tr th {
  padding: 13px 20px;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}
table thead tr td {
  padding: 13px 20px;
  text-align: center;
  border: 1px solid #d9d9d9;
}
table tbody tr th {
  padding: 13px 20px;
  border: 1px solid #d9d9d9;
  background-color: #f2f2f2;
}
table tbody tr td {
  padding: 13px 20px;
  text-align: center;
  border: 1px solid #d9d9d9;
}

table.tabDisplay {
  display: table;
}

div.tabItem {
  display: none;
}

.lastSection {
  margin-bottom: 96px;
}

/********************************************************
* Reset
*********************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*body{font-family: "Open Sans", sans-serif; min-width:320px;overflow-x:hidden;overflow-y:scroll;color:#222;background:#fff}*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /*vertical-align:baseline*/
  font-family: "Roboto", sans-serif;
  zoom: 1;
  font-size: 16px;
  line-height: 22px;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: -0.5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul,
dl,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table,
th,
td {
  border-spacing: 0;
  border-collapse: collapse;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
  font-weight: 700;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
p,
label,
a {
  line-height: 1.5em;
  word-break: keep-all;
}

address {
  font-style: normal;
}

label {
  cursor: pointer;
  vertical-align: middle;
}

input {
  vertical-align: middle;
  -webkit-border-radius: 0;
}

input::-ms-clear {
  display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 300px white inset;
}

select,
textarea {
  vertical-align: middle;
}

.select {
  position: relative;
  padding: 0 50px 0 20px;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select::-ms-expand {
  display: none;
}

input[type=button],
input[type=submit],
button {
  cursor: pointer;
  border-radius: 0;
}

::-moz-placeholder {
  color: #b7b7b7;
  opacity: 1;
}

::placeholder {
  color: #b7b7b7;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b7b7b7;
}

input {
  font-family: "Roboto", sans-serif;
}

body {
  background-color: #f5f8f9;
}

/********************************************************
* Text
*********************************************************/
/* h1,h2,h3,h4{letter-spacing:-0.031em} */
a {
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
th,
td,
div,
span,
label,
input,
select,
textarea,
button,
li,
caption {
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  min-width: 1420px;
}
section .background {
  position: absolute;
}
section .subMenuBackground {
  width: 100%;
  height: 450px;
  position: fixed;
  left: 0;
  top: 0px;
  background-image: url("../image/sub/subTitleBack.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

section.mainHeroSection {
  position: relative;
  z-index: 1;
}

section:not(.mainHeroSection) {
  z-index: 1;
}

article.mainHeroArticle {
  width: 100%;
  max-width: 100%;
}

article {
  width: 100%;
  max-width: 1240px;
  min-width: 1240px;
}

.slideBackground {
  position: relative;
  z-index: 0;
  width: 100%;
}
.slideBackground img {
  width: 100%;
}

.slideTitle {
  position: absolute;
  z-index: 999;
  top: 128px;
  left: 50%;
  transform: translateX(-50%);
}
.flex {
  flex: 1;
}

.flexRow {
  display: flex;
  flex-direction: row;
}

.flexCol {
  display: flex;
  flex-direction: column;
}

.alignCenter {
  align-items: center;
}

.alignStart {
  align-items: flex-start;
}

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

.justifyCenter {
  justify-content: center;
}

.justifyLeft {
  justify-content: left;
}

.justifyRight {
  justify-content: right;
}

.justifyBetween {
  justify-content: space-between;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left !important;
}

/* 1. 컨테이너: 크기와 위치 확보 */
.loader {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: -40px;
}

/* 2. 공통 원 스타일 */
.dot {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  margin-left: -7px; /* 중앙 정렬 */
  border-radius: 100%;
  /* 회전 중심을 아래로 40px 이동 (반지름 형성) */
  transform-origin: center 40px;
  box-shadow: 0 0 10px rgba(116, 58, 213, 0.3);
  /* 0.8s마다 한 바퀴, 부드러운 가속도 */
  animation: smooth-orbit 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

/* 3. 각 원의 고유 색상 및 '시작 각도' 설정 */
/* delay를 마이너스(-) 값으로 주면, 애니메이션이 이미 진행 중인 상태에서 시작되어 깜빡임이 사라집니다. */
.dot-1 {
  background-color: #d92191;
  animation-delay: -0.1s;
}

.dot-2 {
  background-color: #743ad5;
  animation-delay: -0.2s;
}

.dot-3 {
  background-color: #26065f;
  animation-delay: -0.3s;
}

.dot-4 {
  background-color: #743ad5;
  animation-delay: -0.4s;
}

.dot-5 {
  background-color: #d92191;
  animation-delay: -0.5s;
}

/* 4. 회전 애니메이션: 360도 깔끔하게 회전 */
@keyframes smooth-orbit {
  0% {
    transform: rotate(0deg);
    filter: brightness(1);
    opacity: 0;
  }
  50% {
    filter: brightness(1.3);
    opacity: 1;
    box-shadow: 0 0 15px rgba(217, 33, 145, 0.5);
  }
  100% {
    transform: rotate(360deg);
    filter: brightness(1);
    opacity: 0;
  }
}
.tba p {
  font-size: 28px; /* 살짝 줄여서 더 정갈하게 */
  text-align: center;
  margin-top: 64px !important;
  margin: 32px 0 0;
  font-weight: 200; /* 가느다란 폰트가 흑백에서 훨씬 고급스러움 */
  display: inline-block;
  width: 100%;
  letter-spacing: 2px; /* 자간을 넓혀 여백의 미 강조 */
  color: #989898;
  text-transform: uppercase; /* 대문자로 바꾸면 더 모던함 */
  /* 숨쉬는 듯한 애니메이션 */
  animation: noir-breathe 3s ease-in-out infinite;
}

@keyframes noir-breathe {
  0%, 100% {
    opacity: 0.4;
    filter: blur(1px);
  }
  50% {
    opacity: 1;
    filter: blur(0px);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  }
}
.accordianTitleWrap {
  height: 100%;
  gap: 16px;
}

.accordianBtnWrap .accordianBtn {
  padding: 16px;
  border: 1px solid #d7d7d7;
}
.tbaBtn {
  position: relative;
}
.tbaBtn ::after {
  content: "TBA";
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 33, 145, 0.8);
  border-radius: 24px;
  top: 50%;
  transition: 0.3s;
  color: #fff;
  left: 0%;
  font-weight: 600;
  font-size: 14px;
  transform: translateX(-90%) translateY(-50%);
  opacity: 0;
}
.tbaBtn:hover ::after {
  transform: translateX(-105%) translateY(-50%);
  opacity: 1;
  background-color: rgba(217, 33, 145, 0.8);
}

.tbaBtn {
  position: relative;
}
.tbaBtn ::after {
  content: "TBA";
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 33, 145, 0.8);
  border-radius: 24px;
  top: -18px;
  transition: 0.3s;
  color: #fff;
  left: 50%;
  font-weight: 600;
  font-size: 14px;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
}
.tbaBtn:hover ::after {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  background-color: rgba(217, 33, 145, 0.8);
}

.tbaCustomBtn {
  position: relative;
  overflow: visible !important;
  cursor: pointer;
}
.tbaCustomBtn .tbaBadge {
  position: absolute;
  padding: 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 33, 145, 0.8);
  border-radius: 24px;
  top: -18px;
  transition: 0.3s;
  white-space: nowrap;
}
.tbaCustomBtn .tbaBadge p {
  color: #fff !important;
  text-align: center;
}
.tbaCustomBtn .tbaBadge {
  left: 50%;
  font-weight: 600;
  font-size: 14px;
  transform: translateX(-50%) translateY(8px);
  opacity: 0;
}
.tbaCustomBtn:hover .tbaBadge {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  background-color: rgba(217, 33, 145, 0.8);
}

/* =========================================
   [Responsive Overrides] Tab & Mob 
   ========================================= */
@media (max-width: 1024px) {
  section {
    min-width: 100%;
  }
  .subMenuTab {
    overflow-x: scroll;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    background-color: rgba(255, 255, 255, 0.3137254902);
    max-width: calc(100% - 40px) !important;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1254901961);
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .subMenuTab .subMenuTabBtn a h2 {
    white-space: nowrap;
  }
  .subMenuTitle {
    padding-top: 64px !important;
  }
  .subMenuTitle h1 {
    text-align: center;
    line-height: 90% !important;
    font-size: 28px !important;
  }
  .subMenuBackground {
    background-size: cover !important;
    border-radius: 0 0 0px 0px !important;
  }
  article {
    min-width: 100%;
    max-width: 100%;
  }
  .titleWrap h3 {
    font-size: 28px;
  }
  .tba p {
    font-size: 24px;
    margin-top: 48px !important;
  }
  ul.tabList li.tabBtn a {
    padding: 12px 16px;
  }
  ul.listWrap li.listContent .listTouchArea {
    padding: 16px;
  }
  .subMenuTab {
    transition: all 0.3s ease;
  }
  .subMenuTab.is-scrolled {
    background-color: rgba(55, 48, 66, 0.4392156863) !important;
    backdrop-filter: blur(16px);
  }
  .subMenuTab.is-scrolled .subMenuTabBtn a h2 {
    color: #ffffff;
  }
  .subMenuTab.is-scrolled .subMenuTabBtn.active a h2 {
    color: #239c88;
  }
}
@media (max-width: 640px) {
  .titleWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .titleWrap h3 {
    font-size: 22px;
  }
  .titleWrap .btnWrap {
    width: 100%;
    justify-content: flex-end;
  }
  .icon72 {
    width: 56px;
  }
  .icon56 {
    width: 40px;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  table th,
  table td {
    padding: 10px 12px;
    font-size: 14px;
  }
  ul.tabList {
    flex-wrap: wrap;
    gap: 4px;
  }
  ul.tabList li.tabBtn {
    flex: 1 1 calc(50% - 4px);
  }
  ul.tabList li.tabBtn a {
    padding: 8px;
    font-size: 14px;
  }
  .tba p {
    font-size: 18px;
    margin-top: 32px !important;
    letter-spacing: 1px;
  }
  .tbaCustomBtn .tbaBadge,
  .tbaBtn::after {
    font-size: 12px;
    padding: 2px 8px;
  }
}
@media (max-width: 1024px) {
  .subMenuTitleSection {
    z-index: 999 !important;
    height: 240px !important;
    overflow: hidden;
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .subMenuTitleSection {
    height: 240px !important;
    overflow: hidden;
  }
}

@media (max-width: 1024px) {
  .subMenuTitle {
    height: 320px !important;
  }
}
@media (max-width: 640px) {
  .subMenuTitle {
    height: 320px !important;
  }
}

@media (max-width: 1024px) {
  .subMenuTab .subMenuTitleSection {
    z-index: 9999;
  }
  .subMenuTab {
    overflow-x: scroll;
    justify-content: center;
    position: fixed;
    top: 80px;
    z-index: 999;
    max-width: 100%;
    border-radius: 99px !important;
    justify-content: flex-start !important;
  }
  .subMenuTab::-webkit-scrollbar {
    display: none;
  }
  .subMenuTab li {
    border-radius: 99px !important;
    border: 0px solid transparent !important;
    border-width: 0 !important;
    background-color: rgba(255, 255, 255, 0);
  }
  .subMenuTab li a {
    border: none;
    padding: 6px 8px !important;
  }
  .subMenuTab li a h2 {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .subMenuTab {
    justify-content: center;
  }
  .subMenuTab li a {
    padding: 6px 8px !important;
  }
  .subMenuTab li a h2 {
    font-size: 15px;
  }
}

footer {
  z-index: 999999 !important;
}

.mobileHeader {
  z-index: 9999999 !important;
}

.headerLogoWrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  flex-direction: column;
  max-height: 62px;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.headerLogoWrap .headerLogo {
  max-width: 196px;
}

header {
  min-width: 1420px;
}

/* 1. 전체 메뉴 보기 형태 (Mega Menu) */
header.allViewGnb {
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 24px 0;
  margin-bottom: -100px;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s;
  /* 뒷배경 어두워지는 요소 (공통 속성) */
}
header.allViewGnb::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
header.allViewGnb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}
header.allViewGnb ul.gnb {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1240px;
  padding: 12px 24px 0;
  border-radius: 48px;
  background: rgba(245, 248, 249, 0.76);
  backdrop-filter: blur(12px);
  border: 1px solid #fff; /* top 중복 제거 */
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.063);
  overflow: hidden !important;
}
header.allViewGnb ul.gnb .oneDepth {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  /* 각 메뉴 사이의 구분선 (기본 숨김) */
}
header.allViewGnb ul.gnb .oneDepth::after {
  content: "";
  position: absolute;
  bottom: -200%;
  right: 0;
  width: 100%;
  height: 200%;
  border-right: 1px solid #ebebeb;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s, bottom 1.2s;
}
header.allViewGnb ul.gnb .oneDepth .oneDepthTouchArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 12px;
  text-align: center;
  line-height: 110%;
  font-weight: 400;
  color: #121212;
  transition: 0.3s;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper {
  display: grid;
  grid-template-rows: 0fr;
  gap: 12px;
  overflow: hidden;
  transition: 0.3s;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList {
  min-height: 0;
  padding: 0;
  transition: 0.3s;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth {
  padding: 0 6px;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  text-align: center;
  font-size: 14px;
  color: #121212 !important;
  opacity: 0;
  transition: 0.3s;
}
header.allViewGnb ul.gnb .oneDepth:nth-child(8)::after {
  border: none;
}
header.allViewGnb {
  /* --- Hover 상태 (변화하는 속성만 오버라이딩) --- */
}
header.allViewGnb:hover::before {
  opacity: 0.6;
}
header.allViewGnb:hover::after {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
header.allViewGnb:hover ul.gnb .oneDepth::after {
  bottom: 0;
  opacity: 1;
  border-right-color: rgba(255, 255, 255, 0.5);
}
header.allViewGnb:hover ul.gnb .oneDepth {
  /* 1Depth 본인 호버 시 */
}
header.allViewGnb:hover ul.gnb .oneDepth:hover .oneDepthTouchArea {
  font-weight: 800;
  color: #121212;
}
header.allViewGnb:hover ul.gnb .oneDepth {
  /* GNB 전체 호버 시 1Depth 기본 상태 */
}
header.allViewGnb:hover ul.gnb .oneDepth .oneDepthTouchArea {
  font-weight: 500;
  color: #121212;
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper {
  grid-template-rows: 1fr;
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList {
  padding-bottom: 24px;
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea {
  padding: 4px 6px;
  opacity: 1;
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea:hover {
  font-weight: 600;
  background-color: rgba(18, 18, 18, 0.1);
  border-radius: 12px;
}

/* =========================================
   [Responsive Overrides] Header Display Switch
   ========================================= */
.mobileHeader {
  display: none;
}

@media (max-width: 1024px) {
  header.allViewGnb {
    display: none !important;
  }
  .mNav {
    max-height: calc(100% - 132px);
    overflow-y: scroll;
  }
  .mobileHeader {
    display: block;
    position: fixed;
    min-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 24px;
    padding-right: 24px;
    background: rgba(0, 0, 0, 0);
    border-radius: 99px;
  }
  .mobileHeader .mHeaderTop {
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    height: 72px;
    backdrop-filter: blur(12px);
    border-radius: 99px;
    backdrop-filter: none;
  }
  .mobileHeader .mHeaderTop .mLogoWrap {
    height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobileHeader .mHeaderTop .mLogoWrap .mLogo {
    height: 30px;
    min-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn {
    width: 28px;
    height: 20px;
    position: relative;
    background: transparent;
    border: none;
    z-index: 1001;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.4392156863);
    border-radius: 100%;
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    top: 50%;
    z-index: -1;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4392156863);
    left: 50%;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #121212;
    border-radius: 2px;
    transition: 0.3s;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn span:nth-child(1) {
    top: 0;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .mobileHeader .mHeaderTop .hamburgerBtn span:nth-child(3) {
    bottom: 0;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .mobileHeader .mHeaderTop .hamburgerBtn.active span:nth-child(2) {
    opacity: 0;
  }
  .mobileHeader .mHeaderTop .hamburgerBtn.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .mobileHeader .mDim {
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -99;
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    pointer-events: none;
  }
  .mobileHeader .mDim.active {
    background-color: rgba(0, 0, 0, 0.3137254902);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -99;
    pointer-events: fill;
  }
  .mobileHeader .mNav {
    z-index: 9999;
    position: fixed;
    top: -100%;
    opacity: 0;
    left: 32px;
    width: calc(100% - 64px);
    height: -moz-fit-content;
    height: fit-content;
    background: rgba(245, 248, 249, 0.5);
    border: 1px solid #fff;
    backdrop-filter: blur(12px);
    transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow-y: auto;
    z-index: 1000;
    border-radius: 32px;
  }
  .mobileHeader .mNav.active {
    height: -moz-fit-content;
    height: fit-content;
    top: 108px !important;
    opacity: 1;
    left: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .mobileHeader .mNav {
    top: 96px;
    pointer-events: none;
  }
  .mobileHeader .mNav.active {
    top: 118px !important;
    pointer-events: fill;
    opacity: 1;
    left: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 640px) {
  .mobileHeader .mNav {
    top: 96px;
    pointer-events: none;
  }
  .mobileHeader .mNav.active {
    top: 108px !important;
    pointer-events: fill;
    opacity: 1;
    left: 32px;
  }
}
@media (max-width: 1024px) {
  .mobileHeader .mNav .mGnb {
    padding: 24px;
    display: flex;
    flex-direction: column;
  }
  .mobileHeader .mNav .mGnb .mOneDepth {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mobileHeader .mNav .mGnb .mOneDepth .mOneDepthTouch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 8px;
    font-size: 18px;
    font-weight: 700;
    color: #121212;
  }
  .mobileHeader .mNav .mGnb .mOneDepth .mTwoDepthList {
    display: none;
    padding: 0 8px 16px 16px;
  }
  .mobileHeader .mNav .mGnb .mOneDepth .mTwoDepthList li a {
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: rgba(18, 18, 18, 0.7);
    font-weight: 600;
  }
  .mobileHeader .mNav .mGnb .mOneDepth.active .mTwoDepthList {
    display: block;
  }
  .mobileHeader .mNav .mGnb .mOneDepth:last-child {
    border-bottom: none;
  }
}
@media (max-width: 640px) {
  .mNav {
    max-height: calc(100% - 132px);
    overflow-y: scroll;
  }
  .mobileHeader .mHeaderTop {
    padding: 12px 16px;
    height: 60px;
  }
  .mobileHeader .mHeaderTop .mLogoWrap .mLogo {
    height: 24px;
  }
  .mobileHeader .mNav {
    top: 96px;
    height: calc(100vh - 60px);
  }
  .mobileHeader .mNav .mGnb {
    padding: 16px;
  }
  .mobileHeader .mNav .mGnb .mOneDepth .mOneDepthTouch {
    padding: 16px 4px;
    font-size: 16px;
  }
  .mobileHeader .mNav .mGnb .mOneDepth .mTwoDepthList li a {
    font-size: 14px;
  }
}
.mobileHeader.is-scrolled {
  border-radius: 0;
}
.mobileHeader.is-scrolled::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
  top: 0;
  left: 0;
  z-index: -1;
}

.sectionBackground {
  min-width: 1420px;
}

footer {
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 1420px;
  background: #e3e6ea; /* 기존 $footerColor를 덮어쓰고 있던 최종 속성 적용 */
  border-top: 1px solid #cecece;
  /* 공통 폰트 컬러 */
}
footer p {
  color: #5f5771;
}
footer p strong {
  color: #423b52;
}
footer {
  /* 내부 콘텐츠 영역 */
}
footer .footerContent {
  display: flex;
  flex: 1;
  gap: 8px;
  width: 100%;
  max-width: 1240px;
  padding: 32px 0;
}
footer .footerContent .footerLineList {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0;
}
footer .footerContent .footerLineList .footerLine {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* 내용이 없던 빈 p {} 껍데기 삭제 완료 */
}

.sponListWrap {
  position: relative;
  display: flex;
  gap: 24px;
  margin-top: 40px;
  padding: 16px 0;
  /* 4군데로 쪼개져 있던 ::after 속성 완벽 병합 */
}
.sponListWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1420px;
  height: 100%;
  background-color: #ffffff;
  border-top: 1px solid #dfdfdf;
  transform: translateX(-50%);
}
.sponListWrap {
  /* 마지막 요소일 경우 border 제거 (.last가 클래스에 붙었을 때) */
}
.sponListWrap.last::after {
  border-top: none;
}
.sponListWrap .sponListContent {
  display: flex;
  gap: 8px;
}
.sponListWrap .sponListContent .sponTitle {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.sponListWrap .sponListContent .sponTitle p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.sponListWrap .sponListContent ul.logoListWrap {
  display: flex;
  gap: 24px; /* 에러 방지를 위해 calc()로 감싸줌 */
  /* li와 a가 동일하게 display: flex; align-items: center;를 가지고 있어 병합 */
}
.sponListWrap .sponListContent ul.logoListWrap li.logo,
.sponListWrap .sponListContent ul.logoListWrap li.logo a {
  display: flex;
  align-items: center;
}

/* =========================================
   [Responsive Overrides] Footer & Sponsor (Tab & Mob)
   ========================================= */
@media (max-width: 1024px) {
  .sectionBackground,
  footer {
    min-width: 100% !important;
  }
  footer .footerContent {
    padding: 32px 24px;
    flex-wrap: wrap;
  }
  .sponListWrap {
    flex-wrap: wrap;
    padding: 16px 24px;
    margin-top: 32px;
  }
  .sponListWrap::after {
    min-width: 100% !important;
  }
  .sponListWrap .sponListContent {
    flex-wrap: wrap;
    align-items: center;
  }
  .sponListWrap .sponListContent ul.logoListWrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  footer .footerContent {
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }
  footer .footerContent .footerLineList {
    width: 100%;
    text-align: center;
  }
  footer .footerContent .footerLineList .footerLine {
    gap: 8px;
  }
  footer .footerContent .footerLineList .footerLine p {
    font-size: 14px;
    line-height: 140%;
  }
  .sponListWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 16px;
    margin-top: 24px;
  }
  .sponListWrap .sponListContent {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
  }
  .sponListWrap .sponListContent .sponTitle {
    margin-right: 0;
  }
  .sponListWrap .sponListContent .sponTitle p {
    font-size: 16px;
    font-weight: 700;
  }
  .sponListWrap .sponListContent ul.logoListWrap {
    gap: 16px;
  }
  .sponListWrap .sponListContent ul.logoListWrap li.logo img,
  .sponListWrap .sponListContent ul.logoListWrap li.logo a img {
    max-width: 120px;
    height: auto;
  }
}
.ddd {
  transition: 0.3s;
}

.ddd:hover {
  opacity: 0.5;
}

.swiper {
  border-radius: 0 0 0px 0px;
  max-width: 100%;
  margin-top: 0px;
  overflow: hidden;
}
.swiper .slideTitle {
  gap: 20px;
  width: 100%;
  max-width: 1240px;
  top: 50%;
  transform: translateY(calc(-50% - 24px)) translateX(-50%);
}
.swiper .slideTitle img {
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3137254902));
}
.swiper .slideTitle img:first-child {
  filter: drop-shadow(0 0 8px rgba(255, 239, 249, 0.3137254902));
}
.quickBtnWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 20px;
  /* 배경 및 테두리 */
  background: linear-gradient(rgba(245, 248, 249, 0.8) 0%, #f5f8f9 50%);
  border-top: 2px solid #ffffff;
  border-radius: 48px 48px 0 0;
  /* 위치 및 노출 설정 */
  transform: translateY(-100%);
  overflow: visible;
  /* 양쪽 하단 모서리 곡선(역 둥근 각) 처리 */
}
.quickBtnWrap::before, .quickBtnWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 56px;
  background: linear-gradient(rgba(255, 255, 255, 0.062745098), #f5f8f9 30%);
}
.quickBtnWrap::before {
  left: 1px;
  transform: translateX(-100%);
  clip-path: path("M 56 0 Q 56 56 0 56 L 56 56 Z");
}
.quickBtnWrap::after {
  right: -56px;
  clip-path: path("M 0 0 Q 0 56 56 56 L 0 56 Z");
}
.quickBtnWrap {
  /* 내부 버튼 영역 */
}
.quickBtnWrap .quickBtn {
  flex: 1;
  display: flex;
}
.quickBtnWrap .quickBtn a {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  font-weight: 600;
  /* 버튼 디자인 */
  background: rgba(245, 248, 249, 0.1254901961);
  backdrop-filter: blur(12px);
  border: 2px solid #fff;
  border-radius: 90px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
  transition: 0.2s;
}
.quickBtnWrap .quickBtn a p {
  margin: 0;
  line-height: 100%;
  color: #133104;
  text-align: left;
}
.quickBtnWrap .quickBtn a img {
  width: 56px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 12px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 90px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.062745098);
  transition: 0.3s;
  overflow: visible;
}
.quickBtnWrap .quickBtn a {
  /* Hover 상태 */
}
.quickBtnWrap .quickBtn a:hover {
  background: rgba(50, 209, 215, 0.062745098);
  border-color: #32d1d7;
  transform: translateY(-8px);
}
.quickBtnWrap .quickBtn a:hover img {
  background: #fff;
  border-color: #ecffff;
}

.keyDateWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 42px;
  padding: 24px;
  /* 상단 타이틀 영역 */
}
.keyDateWrap .titleWrap {
  position: relative;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -16px;
  padding: 4px 32px;
  border-radius: 8px 8px 56px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  /* 중복 선언된 배경색 중 가장 마지막(최종) 속성만 적용 */
  background: linear-gradient(-90deg, #0bd688 40%, rgba(50, 163, 215, 0.5019607843), rgba(50, 163, 215, 0));
}
.keyDateWrap .titleWrap h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Dangrek", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
.keyDateWrap {
  /* 리스트 전체 감싸는 영역 */
}
.keyDateWrap .keyDateListWrap {
  position: relative;
  width: 100%;
  gap: 10px; /* 기존 calc(2 * $basicSize)를 덮어쓰던 최종 값 */
  padding: 32px 0 40px;
  border-radius: 32px 72px 32px 72px;
  /* 개별 아이템 박스 */
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  display: flex;
  flex-direction: row; /* 기존 column을 덮어쓰던 최종 값 */
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
  padding: 24px;
  border-radius: 24px 48px;
  background: rgba(245, 248, 249, 0.836);
  backdrop-filter: blur(12px);
  border-top: 1px solid #fff;
  border: 2px solid #b2e9c0;
  /* 분리되어 있던 두 개의 box-shadow를 하나로 병합 */
  box-shadow: 4px 4px 0px #81bfce, 10px 10px 12px rgba(7, 92, 59, 0.0823529412);
  /* 첫 번째 아이템 포인트 컬러 변경 */
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child {
  color: #d33d3b;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child::before {
  background-color: #d33d3b;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  /* 아이템 내부 정보 영역 */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p {
  /* 제목(상단 텍스트) */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child {
  position: relative;
  height: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  line-height: 120%;
  letter-spacing: -1px;
  /* 왼쪽 막대기 데코레이션 */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, #0bd688, #32a3d7);
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p {
  /* 날짜/시간(하단 텍스트) */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child {
  white-space: nowrap;
  line-height: 120%;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child strong {
  font-size: 30px;
  font-weight: 800;
  color: #333;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child span {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  line-height: 100%;
  letter-spacing: -1.5px;
}

.keyDateWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: 42px;
  padding: 24px;
  /* 상단 타이틀 영역 */
}
.keyDateWrap .titleWrap {
  position: relative;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -16px;
  padding: 4px 32px;
  border-radius: 8px 8px 56px 0px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.06);
  /* 중복 선언된 배경색 중 가장 마지막(최종) 속성만 적용 */
  background: linear-gradient(-90deg, #0bd688 40%, rgba(50, 163, 215, 0.5019607843), rgba(50, 163, 215, 0));
}
.keyDateWrap .titleWrap h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Dangrek", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
.keyDateWrap {
  /* 리스트 전체 감싸는 영역 */
}
.keyDateWrap .keyDateListWrap {
  position: relative;
  width: 100%;
  gap: 10px; /* 기존 calc(2 * $basicSize)를 덮어쓰던 최종 값 */
  padding: 32px 0 40px;
  border-radius: 32px 72px 32px 72px;
  /* 개별 아이템 박스 */
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  display: flex;
  flex-direction: row; /* 기존 column을 덮어쓰던 최종 값 */
  justify-content: flex-start;
  width: 100%;
  gap: 16px;
  padding: 24px;
  border-radius: 24px 48px;
  background: rgba(245, 248, 249, 0.836);
  backdrop-filter: blur(12px);
  border-top: 1px solid #fff;
  border: 2px solid #b2e9c0;
  /* 분리되어 있던 두 개의 box-shadow를 하나로 병합 */
  box-shadow: 4px 4px 0px #81bfce, 10px 10px 12px rgba(7, 92, 59, 0.0823529412);
  /* 첫 번째 아이템 포인트 컬러 변경 */
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child {
  color: #d33d3b;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child::before {
  background-color: #d33d3b;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  /* 아이템 내부 정보 영역 */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p {
  /* 제목(상단 텍스트) */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child {
  position: relative;
  height: 40px;
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  line-height: 120%;
  letter-spacing: -1px;
  /* 왼쪽 막대기 데코레이션 */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(180deg, #0bd688, #32a3d7);
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p {
  /* 날짜/시간(하단 텍스트) */
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child {
  white-space: nowrap;
  line-height: 120%;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child strong {
  font-size: 30px;
  font-weight: 800;
  color: #333;
  line-height: 100%;
  letter-spacing: -1.5px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child span {
  font-size: 20px;
  font-weight: 500;
  color: #444;
  line-height: 100%;
  letter-spacing: -1.5px;
}

.accordianTitleWrap {
  /* 문제가 된 position: relative; 삭제 완료! */
  margin-top: 32px;
  margin-right: 32px;
  padding: 40px 0;
  height: 100%;
  gap: 32px;
  /* 배경 데코레이션(가상 요소) 공통 속성 병합 (원래 기준점 유지) */
}
.accordianTitleWrap::before, .accordianTitleWrap::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0 24px 128px 0;
  transform: rotate(5deg);
  z-index: -2;
  transition: 0.3s;
}
.accordianTitleWrap::after {
  top: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(233, 239, 239, 0), #f5f5f5 50%, #c9e2e2 75%, rgba(178, 231, 231, 0.3137254902) 100%);
  opacity: 0.6;
}
.accordianTitleWrap::before {
  top: 300px;
  height: 20px;
  background: linear-gradient(to left, rgba(233, 239, 239, 0), #f5f5f5 50%, rgba(178, 231, 181, 0.3137254902) 75%, rgba(178, 231, 181, 0.3137254902) 100%);
  opacity: 0.4;
}

.accordianBtnWrap {
  padding: 12px;
  gap: 6px;
}
.accordianBtnWrap .accordianBtn {
  padding: 8px;
  border: none;
}
.accordianBtnWrap .accordianBtn a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-left: 32px;
  cursor: pointer;
  transition: 0.2s;
  /* 우측 라인 */
}
.accordianBtnWrap .accordianBtn a .focusLine {
  width: 32px;
  height: 2px;
  background: linear-gradient(to right, rgba(218, 218, 218, 0), #494949);
  opacity: 0.2;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.accordianBtnWrap .accordianBtn a {
  /* 텍스트 */
}
.accordianBtnWrap .accordianBtn a p {
  font-family: "Dangrek", sans-serif !important;
  font-size: 32px;
  font-weight: 300;
  color: #444444;
  white-space: nowrap;
  transition: 0.2s;
}
.accordianBtnWrap .accordianBtn a {
  /* 좌측 마커 (기본 숨김) */
}
.accordianBtnWrap .accordianBtn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 32px;
  border-radius: 8px;
  background-color: #31a5d5;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.accordianBtnWrap .accordianBtn a {
  /* Hover 상태 변경점만 선언 */
}
.accordianBtnWrap .accordianBtn a:hover p {
  font-weight: 800;
  color: rgba(48, 54, 68, 0.4392156863);
}
.accordianBtnWrap .accordianBtn a:hover .focusLine {
  width: 48px;
}
.accordianBtnWrap .accordianBtn a:hover::after {
  background-color: #0bd688;
  opacity: 0.2;
}
.accordianBtnWrap .accordianBtn {
  /* Active 상태 변경점만 선언 */
}
.accordianBtnWrap .accordianBtn.active {
  padding: 8px 24px;
  background: linear-gradient(-90deg, #0bd688 40%, rgba(50, 163, 215, 0.5019607843), rgba(50, 163, 215, 0));
  border-radius: 8px 8px 56px 0px;
}
.accordianBtnWrap .accordianBtn.active a .focusLine {
  width: 64px;
  background: linear-gradient(to right, rgba(213, 58, 156, 0), #fff);
  opacity: 1;
}
.accordianBtnWrap .accordianBtn.active a p {
  font-weight: 800;
  color: #fff;
}
.accordianBtnWrap .accordianBtn.active a::after {
  background-color: #fff;
  opacity: 1;
}

.accordianContentsWrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.accordianContentsWrap .accordianContent {
  position: absolute;
  bottom: 16px;
  flex: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity calc(3 * 0.2s);
  /* Active 상태 병합 */
}
.accordianContentsWrap .accordianContent.active {
  position: relative;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: auto;
  opacity: 1;
}

.downloadWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px;
}
.downloadWrap .btn {
  min-width: calc(33.33% - 9px);
  max-width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f5f8f9;
  border: 2px solid #ffffff;
  border-radius: 24px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
  transition: 0.2s; /* 호버 시 부드러운 전환을 위해 추가 추천 */
}
.downloadWrap .btn a {
  display: block; /* a 태그 안의 텍스트 클릭 영역 확보를 위해 추천 */
  width: 100%;
  padding: 24px 16px;
  font-weight: 700;
  color: #052e1e;
  text-align: center;
}
.downloadWrap .btn:hover {
  background-color: rgba(11, 197, 214, 0.062745098);
  border-color: #0bc5d6;
}

.newsWrap {
  width: 100%;
}
.newsWrap li {
  margin-bottom: 8px;
  border-radius: 0; /* 불필요해 보이나 기존 유지 */
  border-bottom: 1px dashed #d9d9d9;
}
.newsWrap li a {
  display: block; /* 클릭 영역 확보 */
  transition: 0.2s;
}
.newsWrap li a:hover {
  background-color: rgba(34, 201, 145, 0.04);
}
.newsWrap .titleWrap {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px;
}
.newsWrap .badge {
  background-color: #eceff1;
}
.newsWrap .badge span {
  color: #212121;
}

/* =========================================
   [Responsive Overrides] Main Page (Safe Ver.)
   ========================================= */
.mobddd {
  display: none;
}

@media (max-width: 1024px) {
  .ddd {
    position: absolute;
    right: 16px;
    overflow: hidden;
    transform: translateY(-50%);
  }
  .mobddd {
    display: block;
    max-width: 160px;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 999999 !important;
    right: 12px !important;
  }
  .ddd img {
    position: relative !important;
    bottom: auto !important;
    margin-top: 16px;
    max-width: 40%;
    width: 100% !important;
    height: auto !important;
  }
  .mainHeroArticle {
    padding: 16px;
  }
  section article.flexRow {
    flex-wrap: wrap !important;
    align-items: flex-start !important;
  }
  .swiper-slide .slideBackground img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    border-radius: 40px !important;
  }
  .swiper .slideTitle {
    width: 100%;
    max-width: 360px;
    padding: 0 24px;
  }
  .swiper .slideTitle img {
    max-width: 100%;
  }
  section article[style*="margin-bottom: -48px"] {
    margin-bottom: 0 !important;
  }
  .noticeDownSection {
    height: auto;
  }
  .quickBtnWrap {
    flex-wrap: wrap;
    flex-direction: column;
    transform: translateY(0);
    border: none;
  }
  .quickBtnWrap::before, .quickBtnWrap::after {
    display: none;
  }
  .quickBtnWrap .quickBtn {
    width: 100%;
    min-width: 200px;
    padding: 8px 8px !important;
  }
  .keyDateWrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 24px;
  }
  .keyDateWrap .flexRow {
    justify-content: space-between;
  }
  .keyDateWrap .flexRow .titleWrap {
    align-items: center !important;
    padding: 8px !important;
    max-height: 48px;
    background: none;
    box-shadow: none;
  }
  .keyDateWrap .flexRow .titleWrap h3 {
    font-size: 24px !important;
    color: #002e3a;
    white-space: nowrap;
  }
  .keyDateWrap .flexRow .ddd {
    position: absolute;
    right: 16px;
    overflow: hidden;
    transform: translateY(-50%);
  }
  .keyDateWrap .flexRow .pcddd {
    display: none !important;
  }
  .keyDateWrap .flexRow .mobddd {
    max-width: 160px;
    position: fixed !important;
    bottom: 0px !important;
    z-index: 999999 !important;
    right: 12px !important;
  }
  .keyDateWrap .flexRow .ddd img {
    position: relative !important;
    bottom: auto !important;
    margin-top: 16px;
    max-width: 40%;
    width: 100% !important;
    height: auto !important;
  }
  .keyDateWrap .keyDateListWrap {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .keyDateWrap .keyDateListWrap .keyDateContent {
    padding: 12px 20px;
    border-radius: 16px 32px 16px 32px;
    flex: 1 1 calc(50% - 16px);
  }
  .accordianTitleWrap {
    width: 100%;
    flex-direction: row !important;
    padding: 24px 0;
    margin-right: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .accordianTitleWrap::before, .accordianTitleWrap::after {
    display: none;
  }
  .accordianTitleWrap .accordianBtnWrap {
    max-width: 100% !important;
    flex-wrap: wrap;
    gap: 12px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    flex-direction: row;
    gap: 4px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 46, 58, 0.3137254902);
    border-radius: 24px;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn a {
    padding-left: 0 !important;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn p {
    font-size: 18px !important;
    color: #002e3a !important;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn.active {
    background: #002e3a !important;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn.active a::after {
    display: none !important;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn.active a p {
    color: #fff !important;
  }
  .accordianContentsWrap {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .accordianContentsWrap .newsWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accordianContentsWrap .downloadWrap .btn {
    padding: 0;
  }
  .accordianContentsWrap .downloadWrap .btn a {
    padding: 8px 16px;
  }
}
@media (max-width: 640px) {
  .swiper .slideTitle {
    gap: 12px;
  }
  .quickBtnWrap {
    border-radius: 24px 24px 0 0;
    padding: 16px;
    gap: 8px;
  }
  .quickBtnWrap .quickBtn {
    flex: 1 1 calc(50% - 8px);
    min-width: 140px;
  }
  .quickBtnWrap .quickBtn a {
    padding: 16px 8px;
    padding: 8px 8px;
  }
  .quickBtnWrap .quickBtn a p {
    font-size: 14px;
    text-align: center;
  }
  .quickBtnWrap .quickBtn a img {
    width: 48px;
    padding: 8px;
  }
  .keyDateWrap {
    padding: 16px;
  }
  .keyDateWrap .titleWrap {
    padding: 4px 16px;
  }
  .keyDateWrap .titleWrap h3 {
    font-size: 24px;
  }
  .keyDateWrap .keyDateListWrap {
    flex-direction: column !important;
  }
  .keyDateWrap .keyDateListWrap .keyDateContent {
    width: 100%;
    flex: none;
  }
  .keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo {
    gap: 16px;
  }
  .keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child strong {
    font-size: 24px;
  }
  .keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child span {
    font-size: 14px;
  }
  .accordianTitleWrap {
    margin-top: 0;
    padding-top: 0;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn {
    padding: 4px;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn a {
    padding-left: 8px;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn a p {
    font-size: 16px;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn a .focusLine {
    display: none;
  }
  .accordianTitleWrap .accordianBtnWrap .accordianBtn.active a p {
    font-size: 16px;
  }
  .accordianContentsWrap .downloadWrap {
    flex-direction: column !important;
    width: 100%;
  }
  .accordianContentsWrap .downloadWrap .btn {
    min-width: 100%;
    max-width: 100%;
  }
  .accordianContentsWrap .newsWrap .titleWrap {
    padding: 16px 12px;
    gap: 16px;
  }
}/*# sourceMappingURL=home.css.map */