@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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
.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;
}

.quickBtnWrap {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  overflow: hidden;
}
.quickBtnWrap .quickBtn {
  flex: 1;
  display: flex;
}
.quickBtnWrap .quickBtn a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
  font-weight: 600;
  transition: 0.2s;
  padding: 16px 24px;
}
.quickBtnWrap .quickBtn a:hover {
  background-color: rgba(79, 103, 177, 0.05);
}
.quickBtnWrap .quickBtn a::after {
  content: "";
  border-right: 1px solid #d8e2e5;
  position: absolute;
  right: 0;
  top: 50%;
  height: 60%;
  transform: translateY(-50%);
}
.quickBtnWrap .quickBtn:last-child a::after {
  content: none !important;
}

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

.keyDateWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.keyDateWrap .keyDateListWrap {
  gap: 16px;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo {
  display: flex;
  gap: 8px;
  align-items: center;
}

.sponListWrap {
  position: relative;
  margin-top: 40px;
  display: flex;
  gap: 24px;
  padding: 32px 0;
}
.sponListWrap .sponListContent {
  display: flex;
  gap: 8px;
}
.sponListWrap .sponListContent .sponTitle {
  display: flex;
  align-items: center;
  margin-right: 24px;
}
.sponListWrap .sponListContent .sponTitle p {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.sponListWrap .sponListContent ul.logoListWrap {
  display: flex;
  gap: 24px;
}
.sponListWrap::after {
  content: "";
  background-color: #ffffff;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1420px;
}

footer .footerContent {
  flex: 1;
  padding: 32px 0;
  display: flex;
  gap: 8px;
}
footer .footerContent .footerLineList {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
footer .footerContent .footerLineList .footerLine {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.isSectionBackground {
  background-color: #fff;
}

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;
}

.lastSection {
  margin-bottom: 96px;
}

.basicGap {
  gap: 16px;
}

/********************************************************
* 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: "Pretendard Variable";
  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: "Pretendard Variable";
}

body {
  background-color: #fff;
}

/********************************************************
* 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: "Pretendard Variable";
}

body {
  /* 터치로 스크롤만 허용하고, 핀치 줌은 막는 CSS */
  touch-action: pan-x pan-y;
}

header {
  width: 100%;
  height: 100vh;
  max-height: 100px;
  display: flex;
  justify-content: center;
  background: none;
  position: relative;
  z-index: 999;
  transition: 0.2s;
  margin-bottom: -100px;
  min-width: 1420px;
}
header ul.gnb {
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 16px;
}
header ul.gnb li.oneDepth {
  flex: 1;
  transition: 0.2s;
  position: relative;
}
header ul.gnb li.oneDepth a.oneDepthTouchArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
  line-height: 130%;
  color: #ffffff;
  transition: 0.2s;
}
header ul.gnb li.oneDepth ul.twoDepthWrap {
  transition: 0.4s;
  height: 0px;
  margin-top: -72px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: absolute;
  z-index: -1;
  padding: 16px 8px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  min-width: 100%;
}
header ul.gnb li.oneDepth ul.twoDepthWrap li.twoDepth {
  flex: 1;
  font-weight: 600;
}
header ul.gnb li.oneDepth ul.twoDepthWrap li.twoDepth a.twoDepthTouchArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
  line-height: 130%;
  white-space: nowrap;
  color: #ffffff;
  transition: 0.2s;
}
header:hover {
  background: #ffffff;
}
header:hover ul.gnb .oneDepth .oneDepthTouchArea {
  color: #ffffff;
}
header:hover ul.gnb .oneDepth .oneDepthTouchArea:hover {
  font-weight: 700;
  color: #4f67b1;
}
header:hover ul.gnb .oneDepth:hover {
  background: rgba(255, 255, 255, 0.5);
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap {
  background-color: rgba(255, 255, 255, 0.8);
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-top: 0;
  gap: 8px;
  opacity: 1;
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth {
  transition: 0.2s;
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a:hover {
  color: #4f67b1;
}

section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  min-width: 1420px;
}
section .background {
  position: absolute;
}
section .mainHeroBackground {
  width: 100%;
  height: 100vh;
  top: -100px;
  background-image: url("../image/heroBackground.png");
  background-repeat: no-repeat;
  z-index: -1;
}
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;
}

.subMenuTitle {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
.subMenuTitle h1 {
  font-size: 44px;
  color: #ffffff;
}
.subMenuTitle .subMenuTab {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
.subMenuTitle .subMenuTab .subMenuTabBtn.active {
  background-color: #ffffff;
}
.subMenuTitle .subMenuTab .subMenuTabBtn.active a h2 {
  color: #222;
  font-weight: 800;
}
.subMenuTitle .subMenuTab .subMenuTabBtn {
  border: 1px solid #ffffff;
}
.subMenuTitle .subMenuTab .subMenuTabBtn a {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border-radius: 90px;
}
.subMenuTitle .subMenuTab .subMenuTabBtn a h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}

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

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

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

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

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

.slideTitle {
  position: absolute;
  z-index: 999;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
}
footer {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  min-width: 1420px;
}
footer .footerContent {
  width: 100%;
  max-width: 1240px;
}

.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: 40px; /* 살짝 줄여서 더 정갈하게 */
  text-align: center;
  margin-top: 64px !important;
  margin: 32px 0 0;
  font-weight: 500; /* 가느다란 폰트가 흑백에서 훨씬 고급스러움 */
  display: inline-block;
  width: 100%;
  letter-spacing: -1%; /* 자간을 넓혀 여백의 미 강조 */
  color: #989898;
  text-transform: uppercase; /* 대문자로 바꾸면 더 모던함 */
}

@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);
}

.tbaCustomBtn {
  position: relative;
}
.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);
}

.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);
}

.plenaryWrap {
  flex: 1;
}

.plenarySwiper {
  width: 100%;
}
.plenarySwiper .swiper-button-next .swiper-navigation-icon {
  color: #ccc !important;
}
.plenarySwiper .swiper-button-prev .swiper-navigation-icon {
  color: #ccc !important;
}

.plenarySwipeItem {
  display: flex;
  gap: 24px;
  align-items: center;
  width: 100%;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.5s;
}
.plenarySwipeItem:hover img {
  transform: scale(0.95);
  border: 1px solid #333 !important;
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.3) !important;
}
.plenarySwipeItem:hover {
  transform: scale(0.97);
}
.plenarySwipeItem:active img {
  transition: 0.2s;
  transform: scale(0.9);
  border: 1px solid #333 !important;
  box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.3) !important;
}
.plenarySwipeItem:active {
  transform: scale(0.93);
}
.plenarySwipeItem img {
  transition: 0.3s;
}
.plenarySwipeItem .textWrap .basicInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
.plenarySwipeItem .textWrap .basicInfo .name {
  font-weight: 600;
}
.plenarySwipeItem .textWrap .basicInfo .afiil {
  font-weight: 500;
}
.plenarySwipeItem .textWrap .title {
  color: #fc696e;
}

.sponTitle p {
  font-size: 20px !important;
}

.taxiBox {
  padding: 32px 20px;
  border-radius: 16px;
  border: 1px solid #fc696e;
  background-color: rgba(252, 105, 110, 0.05);
  margin-top: 20px;
}
.taxiBox img {
  max-width: 256px;
  -o-object-fit: contain;
     object-fit: contain;
}
.taxiBox .taxiBoxContent h3.acccent {
  margin-top: 16px;
  color: #fc696e;
  font-size: 20px;
  font-weight: 800;
  border-left: 4px solid #fc696e;
  max-height: 15px;
  vertical-align: center;
  padding-left: 12px;
  display: flex;
  align-items: center;
}
.taxiBox .taxiBoxContent .additionalInfo {
  border-radius: 16px;
  padding: 4px 20px;
  background-color: rgba(252, 105, 110, 0.1);
  margin-top: 24px;
}
.taxiBox .taxiBoxContent .additionalInfo p {
  color: #fc696e;
  font-weight: 700;
}

.numberingListWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.numberingListWrap .accent.listCard {
  width: calc(50% - 12px);
  border: 1px solid #fc696e;
  background-color: rgba(252, 105, 110, 0.15);
}
.numberingListWrap .accent.listCard .no {
  color: #fc696e;
}
.numberingListWrap .accent.listCard .no::after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #fc696e;
  width: 100%;
  top: 26px;
  opacity: 0.3;
}
.numberingListWrap .accent.listCard p {
  color: #fc696e;
}
.numberingListWrap .accent.listCard p strong {
  color: #fc696e !important;
  font-weight: 700;
}
.numberingListWrap .listCard {
  padding: 16px 20px;
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  background-color: rgba(252, 105, 110, 0.05);
  gap: 16px;
  overflow: hidden;
  position: relative;
  min-height: 160px;
}
.numberingListWrap .listCard .no {
  font-size: 40px;
  font-weight: 200;
  color: #fc696e;
}
.numberingListWrap .listCard .no::after {
  content: "";
  position: absolute;
  border-bottom: 1px dashed #fc696e;
  width: 100%;
  top: 26px;
  opacity: 0.3;
}
.numberingListWrap .listCard p {
  padding-left: 4px;
  display: flex;
  font-size: 18px;
  align-items: flex-start;
}
.numberingListWrap .listCard p::before {
  content: "";
  background-color: #fc696e;
  min-width: 8px;
  border-radius: 8px;
  height: 8px;
  margin-right: 8px;
  top: 16px;
  transform: translateY(9px);
}
.numberingListWrap .listCard p strong {
  font-size: 19px;
  font-weight: 800;
  margin-right: 8px;
  white-space: nowrap;
  color: #fc696e;
}

.numberingListWrapType2 {
  padding-top: 12px;
  border-top: 1px solid #333;
}
.numberingListWrapType2 .listCard {
  flex-direction: row !important;
  display: flex !important;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #d9d9d9;
  gap: 8px;
  padding-left: 8px;
}
.numberingListWrapType2 .listCard .no {
  color: #fc696e;
  font-weight: 700;
  width: 20px;
}
.numberingListWrapType2 .listCard p {
  display: flex;
  gap: 8px;
}
.numberingListWrapType2 .listCard p strong {
  color: #fc696e;
}

header {
  transition: 0.4s;
}
header ul.gnb li.oneDepth ul.twoDepthWrap {
  margin-top: 24px !important;
  border-radius: 16px;
}
header ul.gnb li.oneDepth ul.twoDepthWrap li.twoDepth a.twoDepthTouchArea {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
header:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
header:hover ul.gnb .oneDepth .oneDepthTouchArea:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
}
header:hover ul.gnb .oneDepth:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
header:hover ul.gnb .oneDepth:hover .oneDepthTouchArea {
  font-weight: 400;
  color: #ffffff;
  transform: translateY(2px);
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap {
  margin-top: 8px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a.twoDepthTouchArea {
  color: #ffffff;
  transition: 0.3s;
}
header:hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a.twoDepthTouchArea:hover {
  color: #ffffff;
  font-weight: 600;
}

.koreaW {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-top: 32px;
}

.text-justify {
  text-align: justify !important;
}

h1.tit {
  margin-top: 32px;
  text-align: left;
  font-size: 32px;
  color: #3b3b3b;
  margin-bottom: 19px;
  letter-spacing: -0.5px;
}

.normalBtnWrap {
  margin-top: 42px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.normalBtnWrap a {
  cursor: pointer;
  max-width: 256px;
  transition: 0.4s;
  border-radius: 12px;
  padding: 12px 24px;
  border: 1px solid #fc696e;
  font-size: 18px;
  font-weight: 500;
  color: #fc696e;
  position: relative;
  overflow: hidden;
  background-color: none;
  border-radius: 16px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.0823529412);
  overflow: visible;
}
.normalBtnWrap a i {
  color: #fc696e;
  transition: 0.4s;
}
.normalBtnWrap a:hover {
  background: #fc696e;
  color: #fff;
  font-weight: 700;
}
.normalBtnWrap a:hover i {
  color: #fff;
}
.normalBtnWrap a:hover:active {
  transition: 0.6 !important;
  transform: scale(0.95);
}

.atK {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.atK > div:nth-of-type(1) {
  width: 22%;
  overflow: hidden;
  border-radius: 17px;
}

.atK {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}

.atKinfo {
  width: 74%;
}

.atKinfo h3 {
  font-size: 1.28rem;
  color: #4f67b1;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  position: relative;
}
.atKinfo h3::before {
  position: absolute;
  display: block;
  content: "";
  width: 68px;
  height: 3px;
  background: #00b9c3;
  right: 0;
  bottom: 0;
}

.atKinfo a {
  padding: 4px 10px;
  border-radius: 23px;
  display: inline-block;
  margin-top: 9px;
  background: #fc696e;
  color: #fff;
}
.atKinfo a i {
  color: #fff;
  font-weight: 900;
}

.noticeBox {
  border: 1px solid rgba(173, 4, 65, 0.3137254902);
  border-radius: 20px;
  padding: 20px 30px;
  margin-top: 24px;
}

.iframeWrap {
  width: 100%;
  flex: 1;
  border-radius: 42px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 100%;
  min-height: 240px;
}
.iframeWrap iframe {
  width: 100%;
  height: 100% !important;
  min-height: 240px;
}

.wellComeImg {
  overflow: hidden;
  border-radius: 16px;
  background-size: 100%;
  background-position: 0 80%;
  width: 100%;
  height: 350px;
  border-radius: 56px;
  background-image: url("../image/sub/welImg.jpg");
  position: relative;
}

.venueImg {
  overflow: hidden;
  border-radius: 16px;
  background-size: 100%;
  background-position: 0 90%;
  width: 100%;
  height: 650px;
  border-radius: 56px;
  background-image: url("../image/sub/place.jpg");
  position: relative;
}
.venueImg .iframeWrap {
  width: 100%;
  flex: 1;
  border-radius: 42px;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  min-width: 100%;
  min-height: 240px;
}
.venueImg .iframeWrap iframe {
  width: 100%;
  height: 100% !important;
  min-height: 240px;
}
.venueImg .contentWrap {
  position: absolute;
  width: 100%;
  top: 0px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  max-width: calc(40% - 12px);
  height: 100%;
  right: 0;
}
.venueImg .contentWrap .noticeBox {
  margin: 0;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(32px);
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
  padding: 16px;
  width: 100%;
}
.venueImg .contentWrap .noticeBox h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px !important;
}
.venueImg .contentWrap .noticeBox h3::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333;
  position: absolute;
  border-radius: 90px;
  left: 0;
}
.venueImg .contentWrap .noticeBox h3 {
  font-size: 18px;
  color: #121212;
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px !important;
}
.venueImg .contentWrap .noticeBox h3::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e;
  position: absolute;
  border-radius: 90px;
  left: 0;
}
.venueImg .contentWrap .noticeBox h4 {
  display: flex;
  justify-content: flex-end;
}
.venueImg .contentWrap .noticeBox h4 a {
  padding: 6px 12px;
  border-radius: 12px;
  background-color: #fc696e;
  display: flex;
  gap: 4px;
}
.venueImg .contentWrap .noticeBox h4 a i {
  color: #fff;
}
.venueImg .contentWrap .noticeBox h4 a {
  color: #fff;
  align-items: center;
}
.venueImg .contentWrap .noticeBox h2 {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 42px;
  font-size: 20px;
  color: #26065f;
  margin-bottom: 10px;
  position: relative;
}
.venueImg .contentWrap .noticeBox h2 i {
  font-size: 22px;
  color: #26065f;
  margin-right: 4px;
}
.venueImg .contentWrap .noticeBox p {
  font-size: 16px;
  line-height: 130%;
  color: #333;
}

.noticeBox {
  border-radius: 32px;
}
.noticeBox h2 {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 12px;
  color: #fc696e;
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
  font-size: 18px;
}
.noticeBox h2::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e;
  position: absolute;
  border-radius: 90px;
  left: 0;
}
.noticeBox h2 i {
  color: #fc696e;
}

.accordianTitleWrap {
  margin-right: 32px;
  height: 100%;
  gap: 32px;
  margin-top: 32px;
}

.accordianBtnWrap .accordianBtn {
  padding: 8px;
  border: none;
}
.accordianBtnWrap .accordianBtn a {
  transition: 0.2s;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding-left: 32px;
  cursor: pointer;
}
.accordianBtnWrap .accordianBtn a .focusLine {
  height: 2px;
  background: linear-gradient(to right, rgba(213, 58, 156, 0), #d53a9d);
  filter: grayscale(1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.2;
  width: 32px;
}
.accordianBtnWrap .accordianBtn a p {
  font-size: 32px;
  font-weight: 800;
  color: rgba(48, 54, 68, 0.1254901961);
  transition: 0.2s;
  white-space: nowrap;
}
.accordianBtnWrap .accordianBtn a::after {
  content: "";
  pointer-events: none;
  width: 8px;
  border-radius: 8px;
  height: 32px;
  background-color: #fc696e;
  opacity: 0;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.accordianBtnWrap .accordianBtn a:hover p {
  font-size: 32px;
  font-weight: 800;
  color: rgba(48, 54, 68, 0.4392156863);
}
.accordianBtnWrap .accordianBtn a:hover .focusLine {
  max-width: none;
  width: 48px;
}
.accordianBtnWrap .accordianBtn a:hover::after {
  content: "";
  pointer-events: none;
  width: 8px;
  border-radius: 8px;
  height: 32px;
  background-color: #fc696e;
  opacity: 0.2;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.accordianBtnWrap .accordianBtn.active {
  padding: 8px;
  border: none;
}
.accordianBtnWrap .accordianBtn.active a {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.accordianBtnWrap .accordianBtn.active a .focusLine {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(213, 58, 156, 0), #d53a9d);
  opacity: 1;
  filter: grayscale(0);
  max-width: none;
  width: 64px;
}
.accordianBtnWrap .accordianBtn.active a p {
  font-size: 32px;
  font-weight: 800;
  color: #303644;
}
.accordianBtnWrap .accordianBtn.active a::after {
  pointer-events: none;
  content: "";
  width: 8px;
  border-radius: 8px;
  opacity: 1;
  height: 32px;
  background-color: #fc696e;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.accordianContentsWrap {
  gap: 16px;
  position: relative;
}

.accordianContent {
  width: 100%;
  flex: 0 !important;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.6s;
  bottom: 0;
}

.accordianContent.active {
  width: 100%;
  flex: 1 !important;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: auto;
  opacity: 1;
  position: relative;
}

.downloadWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  width: 100%;
}
.downloadWrap .btn {
  min-width: calc(33.33% - 9px);
  max-width: 190px;
  position: relative;
  background: radial-gradient(ellipse at 30% 50%, #7a8fc9 0%, #6c80ba 60%, #5f72a9 100%);
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  box-shadow: 10px 10px 12px rgba(38, 6, 95, 0.0823529412);
}
.downloadWrap .btn:hover {
  border-radius: 24px;
}
.downloadWrap .btn a {
  padding: 24px 32px;
  font-weight: 600;
  width: 100%;
  color: #fff;
  font-size: 24px;
  justify-content: left !important;
}
.downloadWrap .btn a .btnBack {
  position: absolute;
  right: 0;
  bottom: 12px;
  opacity: 0.5;
}

.titleWrap h3 {
  font-size: 26px;
  font-weight: 800;
  color: #121212;
}

.newsWrap {
  width: 100%;
}
.newsWrap li {
  background-color: #f7f7f7;
  border-radius: 16px;
  margin-bottom: 8px;
  border: none !important;
}
.newsWrap li a {
  display: flex;
  align-items: center;
}
.newsWrap li a p {
  font-weight: 600;
  line-height: 120%;
}
.newsWrap li a:hover {
  background-color: #f1f1f1;
}
.newsWrap .titleWrap {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px;
}
.newsWrap .badge {
  background-color: none !important;
  background: none !important;
}
.newsWrap .badge span {
  color: #aaa;
}

.keyDateWrap {
  transform: translateY(-50%);
}
.keyDateWrap .keyDateListWrap {
  border-radius: 72px;
  gap: 10px;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  gap: 12px;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child {
  background: rgba(79, 103, 177, 0.89);
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTitle {
  line-height: 120%;
  letter-spacing: -1px !important;
  font-size: 16px;
  font-weight: 400;
  color: #fff !important;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDate {
  line-height: 120%;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDate strong {
  letter-spacing: 0px !important;
  font-size: 23px;
  line-height: 100%;
  font-weight: 700;
  color: #fff !important;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDate span {
  line-height: 100%;
  letter-spacing: 0px !important;
  font-size: 23px;
  font-weight: 700;
  color: #fff !important;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3764705882);
  padding: 20px;
  border-radius: 30px;
  gap: 10px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .progressBar {
  height: 30px;
  border-radius: 90px;
  overflow: hidden;
}
.keyDateWrap .keyDateListWrap .keyDateContent .progressBar .bar {
  background: linear-gradient(180deg, #ff934c 0, #fc686f 100%);
  border-radius: 0 90px 90px 0;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo {
  height: 100%;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child {
  line-height: 120%;
  letter-spacing: -1px !important;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo .keyDateTitle {
  line-height: 120%;
  letter-spacing: -1px !important;
  font-size: 16px;
  font-weight: 400;
  color: #121212;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo .keyDate {
  line-height: 120%;
  white-space: nowrap;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo .keyDate strong {
  letter-spacing: 0px !important;
  font-size: 23px;
  line-height: 100%;
  font-weight: 700;
  color: #121212;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo .keyDate span {
  line-height: 100%;
  letter-spacing: 0px !important;
  font-size: 23px;
  font-weight: 700;
  color: #121212;
}

.sponListWrap::after {
  border-top: 1px solid #dfdfdf;
}

footer {
  background: #e3e6ea;
  border-top: 1px solid #cecece;
  z-index: 999;
  position: relative;
}
footer p strong {
  color: #423b52;
}
footer p {
  color: #5f5771;
}

.subMenuBackground {
  position: absolute !important;
}
.subMenuBackground::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(12, 73, 206, 0), #1b2a4b);
}

table {
  margin-top: 56px;
}

ul.tabList {
  display: flex;
  justify-content: center;
}
ul.tabList li.tabBtn {
  max-width: 256px;
  transition: 0.4s;
}
ul.tabList li.tabBtn a {
  background-color: #ffffff;
  border-radius: 42px;
  border: 1px solid rgba(79, 103, 177, 0.3);
  font-size: 18px;
  font-weight: 500;
  color: #333;
  position: relative;
  overflow: hidden;
  background-color: none;
  border-radius: 90px;
}
ul.tabList li.tabBtn a::after {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  left: -30%;
  top: 0;
  transform: rotate(32deg);
  transition: 0.4s;
  border-radius: 90px;
  filter: blur(4px);
}
ul.tabList li.tabBtn a::before {
  content: "";
  width: 400%;
  height: 300%;
  position: absolute;
  left: -20%;
  bottom: 0;
  transform: rotate(15deg);
  transition: 0.2s;
}
ul.tabList li.tabBtn a:hover {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
}
ul.tabList li.tabBtn a:hover::after {
  left: -20%;
  width: 100%;
  transform: rotate(0deg);
  z-index: -1;
  border-radius: 90px;
}
ul.tabList li.tabBtn a:hover::before {
  left: 0%;
  filter: blur(4px);
  width: 100%;
  background-color: #4f67b1;
  transform: rotate(0deg);
  z-index: -1;
}
ul.tabList li.tabBtn a:active {
  transform: scaleX(0.85);
}
ul.tabList li.tabBtn.active {
  box-shadow: 4px 4px 16px rgba(206, 84, 121, 0.6);
  border-radius: 90px;
}
ul.tabList li.tabBtn.active a {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(38, 6, 95, 0.1882352941);
  font-weight: 700;
  color: #ffffff;
}
ul.tabList li.tabBtn.active a::after {
  left: -20%;
  width: 100%;
  background-color: #fc696e;
  transform: rotate(0deg);
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 90px;
  filter: blur(20px);
  box-shadow: 4px 4px 16px rgba(11, 197, 214, 0.5);
}
ul.tabList li.tabBtn.active a::before {
  left: 0%;
  width: 100%;
  background-color: rgba(79, 103, 177, 0.99);
  transform: rotate(0deg);
  filter: blur(4px);
  z-index: -1;
}
ul.tabList li.tabBtn.active a:active {
  transition: 0.6 !important;
  transform: scale(0.95);
}

.subMenuTab {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
.subMenuTab .subMenuTabBtn.active {
  background-color: #ffffff;
}
.subMenuTab .subMenuTabBtn.active a h2 {
  color: #131313 !important;
  font-weight: 800;
}
.subMenuTab .subMenuTabBtn {
  border: 1px solid rgba(255, 255, 255, 0.3764705882) !important;
  border-radius: 12px;
  transition: 0.4s;
}
.subMenuTab .subMenuTabBtn a {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  flex: 1;
  transition: 0.4s;
}
.subMenuTab .subMenuTabBtn a h2 {
  display: flex;
  align-items: center;
  transition: 0.4s;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}
.subMenuTab .subMenuTabBtn a:hover {
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.subMenuTab .subMenuTabBtn a:hover h2 {
  font-weight: 800;
}

.contactUsTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.contactUsTitle::after {
  content: "";
  width: 8px;
  height: 80%;
  border-radius: 90px;
  background: rgba(66, 59, 82, 0.5019607843);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.tabList2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 32px;
  margin-bottom: 44px;
}

ul.tabList2 li {
  border-bottom: 1px solid #d9d9d9;
}

ul.tabList2 li.active a {
  border-bottom: 2px solid #05205a;
  color: #05205a;
}

ul.tabList2 li a {
  padding: 20px 12px !important;
  min-width: 128px;
  justify-content: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: rgba(5, 32, 90, 0.3137254902);
  transition: 0.3s;
}

ul.tabList2 li a:hover {
  background-color: rgba(5, 32, 90, 0.062745098);
  color: #05205a;
}

ul.tabList2 li a {
  font-weight: 700;
}

.subwayTitle {
  border-radius: 12px 12px 0 0;
  background-color: #333;
  padding: 8px 12px;
}
.subwayTitle h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.tabItem {
  display: none;
}

div.tabDisplay {
  display: block;
}

.process {
  position: relative;
  overflow: hidden;
  /* padding: 32px 64px; */
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  /* max-width: 70%; */
  align-items: flex-start;
  margin: 0 auto;
}
.process::after {
  content: "";
  position: absolute;
  /* border: 1px dashed #05205a40; */
  width: 90%;
  z-index: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(5, 32, 90, 0.2509803922), #05205a);
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.usefulTit p {
  font-size: 21px;
  color: #121212;
  font-weight: 700;
  margin-bottom: 32px !important;
  position: relative;
  padding-left: 14px;
}
.usefulTit p::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e;
  position: absolute;
  border-radius: 90px;
  left: 0;
}
.usefulTit p::before {
  content: "";
  width: 100%;
  height: 1;
  bottom: -12px;
  border-bottom: 1px dashed #bbbbbb;
  position: absolute;
  left: 0;
}

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

.gap16 {
  gap: 16px;
}

.flexBox {
  display: flex;
}

.mt80 {
  margin-top: 80px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.incW {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  align-items: center;
}
.incW .ul-style1 {
  padding: 16px;
}
.incW .ul-style1 li {
  position: relative;
  padding-left: 12px;
}
.incW .ul-style1 li::before {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 9px;
  background: #fc696e;
  content: "";
  left: 0;
  top: 10px;
}
.incW img {
  border-radius: 24px;
}
.incW h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
}
.incW h3::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e;
  position: absolute;
  border-radius: 90px;
  left: 0;
}

ul.tabList3 {
  display: flex;
  justify-content: center;
  gap: 16px;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-bottom: 56px;
}
ul.tabList3 a.tabBtn {
  width: 100%;
  max-width: 400px;
  padding-left: 24px;
  padding-right: 24px;
  transition: 0.4s;
  background-color: #ffffff;
  border-radius: 20px !important;
  border: 1px solid rgba(79, 103, 177, 0.3);
  font-size: 18px;
  font-weight: 500;
  color: #333;
  position: relative;
  overflow: hidden;
  background-color: none;
  border-radius: 90px;
  line-height: 120%;
}
ul.tabList3 a.tabBtn span {
  color: #555;
  font-weight: 400;
  line-height: 110%;
}
ul.tabList3 a.tabBtn::after {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  left: -30%;
  top: 0;
  transform: rotate(32deg);
  transition: 0.4s;
  border-radius: 90px;
  filter: blur(4px);
}
ul.tabList3 a.tabBtn::before {
  content: "";
  width: 400%;
  height: 300%;
  position: absolute;
  left: -20%;
  bottom: 0;
  transform: rotate(15deg);
  transition: 0.2s;
}
ul.tabList3 a.tabBtn:hover {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  font-weight: 700;
}
ul.tabList3 a.tabBtn:hover::after {
  left: -20%;
  width: 100%;
  transform: rotate(0deg);
  z-index: -1;
  border-radius: 90px;
}
ul.tabList3 a.tabBtn:hover::before {
  left: 0%;
  filter: blur(4px);
  width: 100%;
  background-color: #4f67b1;
  transform: rotate(0deg);
  z-index: -1;
}
ul.tabList3 a.tabBtn:active {
  transform: scaleX(0.85);
}
ul.tabList3 a.tabBtn.active {
  box-shadow: 4px 4px 16px rgba(206, 84, 121, 0.6);
  border-radius: 90px;
}
ul.tabList3 a.tabBtn.active span {
  color: #fff;
  font-weight: 400;
  line-height: 110%;
}
ul.tabList3 a.tabBtn.active {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(38, 6, 95, 0.1882352941);
  font-weight: 700;
  color: #ffffff;
}
ul.tabList3 a.tabBtn.active::after {
  left: -20%;
  width: 100%;
  background-color: #fc696e;
  transform: rotate(0deg);
  z-index: -1;
  border: 6px solid #fff;
  border-radius: 90px;
  filter: blur(20px);
  box-shadow: 4px 4px 16px rgba(11, 197, 214, 0.5);
}
ul.tabList3 a.tabBtn.active::before {
  left: 0%;
  width: 100%;
  background-color: rgba(79, 103, 177, 0.99);
  transform: rotate(0deg);
  filter: blur(4px);
  z-index: -1;
}
ul.tabList3 a.tabBtn.active:active {
  transition: 0.6 !important;
  transform: scale(0.95);
}

ul.tabList4 {
  gap: 8px;
  display: flex;
  gap: 0;
}
ul.tabList4 li {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  flex: 1;
}
ul.tabList4 a {
  color: #646464;
  flex: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  text-align: center !important;
}
ul.tabList4 a:hover {
  background-color: rgba(204, 204, 204, 0.1882352941);
}
ul.tabList4 a.active {
  border-bottom: 2px solid #fc696e;
  color: #fc696e;
  font-weight: 700;
}

.welcomeTitle {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
  line-height: 100% !important;
}
.welcomeTitle::after {
  content: "";
  width: 6px;
  height: 90%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e;
  position: absolute;
  border-radius: 90px;
  left: 0;
}

.wellImgWrap {
  position: absolute;
  top: -8px;
  left: 42px;
  width: 256px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.062745098));
}
.wellImgWrap img {
  width: 100% !important;
}

.agreeCircle {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  border: 2px solid #1b9610;
  border-radius: 8px;
  margin: 0 auto;
}

.disagreeLine {
  width: 9.5px;
  height: 2px;
  background-color: rgba(128, 22, 57, 0.5411764706);
  margin: 0 auto;
  border-radius: 8px;
}

.medal {
  width: 28px;
  height: 28px;
  position: relative;
  aspect-ratio: 1;
  background-color: #ccc;
  border-radius: 24px;
  margin: 0 auto;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  opacity: 0.9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -2px 2px rgba(0, 0, 0, 0.1); /* 입체감 그림자 */
}
.medal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%; /* 뱃지 위쪽 절반 정도만 덮음 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  z-index: -1; /* 글씨 뒤로 가도록 설정 */
}
.medal::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 1.5px solid rgba(255, 255, 255, 0.5); /* 반투명한 흰색 점선 테두리 */
  border-radius: 24px; /* 바깥 뱃지보다 살짝 둥글기를 작게 */
  z-index: 9;
}

.medal.gold {
  background: linear-gradient(135deg, #ffe599 0%, #ffd700 25%, #daa520 50%, #b8860b 100%);
  color: #4a3100; /* 텍스트는 흰색이나 짙은 갈색(#4a3100) 추천 */
}

.medal.silver {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 25%, #c3cfe2 50%, #9ea7b5 100%);
  color: #333; /* 텍스트는 흰색이나 짙은 회색(#333) 추천 */
}

.medal.bronze {
  background: linear-gradient(135deg, #fcdcb3 0%, #cd7f32 25%, #a0522d 50%, #8b4513 100%);
  color: #2b1003; /* 텍스트는 흰색 추천 */
}

.titleWrap {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 16px;
}

.btnWrap .sBtn {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 1px solid #d5d5d5;
  transition: 0.3s;
}
.btnWrap .sBtn i {
  color: #d5d5d5 !important;
  transition: 0.3s;
}
.btnWrap .sBtn:hover {
  background-color: #f1f1f1;
  border: 1px solid #999;
}
.btnWrap .sBtn:hover i {
  color: #555 !important;
}

.overviewWrap .iconTitle {
  display: flex;
  gap: 4px;
  align-items: center;
}
.overviewWrap {
  border-top: 2px solid #fc696e;
}
.overviewWrap .flexRow {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px;
}
.overviewWrap .flexCol:first-child {
  border-right: 1px solid #d9d9d9;
}
.overviewWrap .flexCol {
  gap: 10px;
  flex: 1;
  padding: 16px 16px;
}
.overviewWrap h1 {
  font-weight: 700;
  color: #fc696e;
  font-size: 20px;
}
.overviewWrap p {
  padding-left: 50px;
}
.overviewWrap p strong {
  font-weight: 800;
}

.paperPubWrap {
  position: relative;
}
.paperPubWrap .flexCol {
  position: relative;
  padding: 40px 0;
  gap: 32px;
}
.paperPubWrap .flexCol .textWrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.paperPubWrap .flexCol .textWrap span {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.paperPubWrap .flexCol .textWrap .circle {
  margin-top: 8px;
  aspect-ratio: 1;
  width: 6px;
  height: 6px;
  background-color: #fc696e;
}
.paperPubWrap .flexCol img {
  max-height: 340px;
  -o-object-fit: contain;
     object-fit: contain;
  width: -moz-fit-content;
  width: fit-content;
}
.paperPubWrap .flexRow {
  position: relative;
  gap: 24px;
  padding: 40px 0;
}
.paperPubWrap .flexRow::after {
  position: absolute;
  content: "";
  background-color: #f2f2f2;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.paperPubWrap .flexRow .item {
  background-color: #fff;
  width: 240px;
  display: flex;
  align-items: center;
  padding-left: 24px;
  border-radius: 12px;
}
.paperPubWrap .flexRow .item .textWrap {
  padding-top: 72px;
}
.paperPubWrap .flexRow .item .textWrap p {
  margin-top: 8px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.9);
}
.paperPubWrap .flexRow .item {
  aspect-ratio: 1;
}
.paperPubWrap .flexRow .item h2 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}
.paperPubWrap .flexRow .dateView.fri::after {
  content: "Fri" !important;
}
.paperPubWrap .flexRow .dateView.mon::after {
  content: "Mon" !important;
}
.paperPubWrap .flexRow .dateView.accent .textWrap {
  padding-top: 72px;
}
.paperPubWrap .flexRow .dateView.accent .textWrap p {
  margin-top: 8px;
  line-height: 110%;
  color: rgba(255, 255, 255, 0.9);
}
.paperPubWrap .flexRow .dateView.accent::after {
  content: "Tue";
  background: #fff;
  color: #fc696e;
  position: absolute;
  display: inline-block;
  margin-bottom: 1.25rem;
  border-radius: 100%;
  aspect-ratio: 1;
  font-size: 20px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  top: 16px;
  right: 16px;
}
.paperPubWrap .flexRow .dateView {
  position: relative;
}
.paperPubWrap .flexRow .dateView::after {
  content: "Tue";
  background: #fc696e;
  color: #fff;
  position: absolute;
  display: inline-block;
  margin-bottom: 1.25rem;
  border-radius: 100%;
  aspect-ratio: 1;
  font-size: 20px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  top: 16px;
  right: 16px;
}
.paperPubWrap .flexRow .accent h2 {
  color: #fff;
}
.paperPubWrap .flexRow .accent {
  border: none !important;
  background-color: #fc696e;
}

.h1tit {
  position: relative;
  padding-left: 16px;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.h1tit::after {
  content: "";
  width: 5px;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e !important;
  position: absolute;
  border-radius: 90px;
  left: 0;
}

.txt-red {
  color: #e72545;
}

.h2tit {
  font-size: 20px;
  position: relative;
  padding-left: 16px;
  margin: 40px 0 4px 0;
  color: #4f67b1;
}
.h2tit::after {
  content: "";
  width: 4px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4f67b1 !important;
  position: absolute;
  border-radius: 90px;
  left: 0;
}

.accommodationWrap ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.accommodationWrap ul div {
  font-size: 17px;
}
.accommodationWrap ul li .h1tit {
  margin-top: 1px;
}
.accommodationWrap ul li .itemWrap {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  position: relative;
}
.accommodationWrap ul li .itemWrap .des {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}
.accommodationWrap ul li .itemWrap .h2tit {
  margin-top: 0;
}
.accommodationWrap ul li .itemWrap img {
  width: 340px;
  border-radius: 20px;
  border-radius: 0 96px 96px 32px;
  margin-right: 32px;
}
.accommodationWrap ul li .itemWrap .desItem {
  display: flex;
  gap: 24px;
}
.accommodationWrap ul li .itemWrap .desItem .title {
  width: 196px;
  border-right: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  color: #555;
}
.accommodationWrap ul li .itemWrap .desItem .sub {
  font-weight: 600;
}
.accommodationWrap ul li .itemWrap .desItem.website {
  display: flex;
  border-radius: 16px;
  position: absolute;
  bottom: 16px;
  right: 16px;
  gap: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #fc696e;
}
.accommodationWrap ul li .itemWrap .desItem.website .sub a {
  background: none;
  display: flex;
  transition: 0.3s;
  gap: 8px;
  padding: 8px 24px;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-width: 160px;
  color: #fc696e;
}
.accommodationWrap ul li .itemWrap .desItem.website .sub a i {
  color: #fc696e;
}
.accommodationWrap ul li .itemWrap .desItem.website:hover a {
  display: flex;
  gap: 8px;
  padding: 8px 24px;
  font-size: 19px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  min-width: 160px;
  background: linear-gradient(-45deg, #fc696e 5%, rgba(252, 105, 110, 0.8));
  color: #fff;
}
.accommodationWrap ul li .itemWrap .desItem.website:hover a i {
  color: #fff;
}
.accommodationWrap ul li .itemWrap .desItem.website .title {
  border: none;
  width: -moz-fit-content;
  width: fit-content;
}
.accommodationWrap ul li .itemWrap .desItem.website .title i {
  color: #fff;
}

.welcomeWrap {
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  padding: 24px;
}

.welcomeEnd {
  justify-content: space-between;
  padding-top: 32px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 24px;
  margin: 0 auto;
  margin-top: 32px;
}
.welcomeEnd img {
  width: 128px;
  aspect-ratio: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}
.welcomeEnd .flexCol {
  justify-content: center;
}
.welcomeEnd .flexCol p {
  font-weight: 600;
  text-align: center;
}
.welcomeEnd .flexCol {
  gap: 12px;
}
.welcomeEnd .flexCol strong {
  color: #fc696e;
}

.subHeader {
  max-height: 100px !important;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  transition: 1s !important;
  gap: 16px !important;
}
.subHeader .gnb {
  gap: 4px !important;
}
.subHeader .oneDepth {
  padding-top: 24px;
  padding-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.subHeader .twoDepthWrap {
  margin-top: 24px !important;
}
.subHeader .headerLogoWrap {
  transition: 0.5s;
  opacity: 0.6;
}
.subHeader .headerLogoWrap img {
  transition: 0.5s;
  height: 100%;
}
.subHeader:hover .headerLogoWrap {
  opacity: 1;
}
.gnb {
  align-items: center;
}

.subHeader .headerLogoWrap {
  transition: 0.5s;
  opacity: 0.6;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 32px;
}

.subHeader:hover .headerLogoWrap {
  opacity: 1;
}

@keyframes expandFade {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.expandFadeAnimation {
  animation: expandFade 2s ease-out infinite;
}

.toptit {
  position: relative;
  padding-left: 16px;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.toptit::after {
  content: "";
  width: 6px;
  height: 60%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fc696e !important;
  position: absolute;
  border-radius: 90px;
  left: 0;
}

.gnb {
  position: relative;
}

.subDDay {
  position: absolute;
  bottom: 0;
  transform: translateX(100%) translateY(50%);
  right: 0;
  width: 80px;
  aspect-ratio: 1;
  background: linear-gradient(#fc696e, #fcc26b);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.subDDay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 105px;
  opacity: 0.5;
  aspect-ratio: 1;
  background: linear-gradient(#fc696e, #fcc26b);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  animation: expandFade 1.4s ease-out infinite;
}
.subDDay .subDDayText {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.finalContentWrap table {
  margin-top: 16px !important;
}
.finalContentWrap .processWrap {
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.finalContentWrap .processWrap::after {
  content: "";
  width: 99%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px dashed #999;
  z-index: 0;
}
.finalContentWrap .processWrap .pointDot {
  width: 40px;
  height: 40px;
  border: 4px solid #999;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #f5f5f5;
}
.finalContentWrap .processWrap .stratPoint {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 8px;
}
.finalContentWrap .processWrap .stratPoint .pointDot {
  border: none;
  background-color: #fc696e;
}
.finalContentWrap .processWrap .stratPoint p {
  font-weight: 600;
  text-align: center;
}
.finalContentWrap .processWrap .middlePoint {
  z-index: 1;
  position: relative;
}
.finalContentWrap .processWrap .middlePoint .pointDot {
  width: 196px;
  height: 196px;
  border: 4px solid #999;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.finalContentWrap .processWrap .middlePoint .pointDot p {
  font-weight: 600;
  text-align: center;
}
.finalContentWrap .processWrap .endPoint {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  position: relative;
  gap: 8px;
}
.finalContentWrap .processWrap .endPoint .pointDot {
  border: none;
  background-color: #fc696e;
}
.finalContentWrap .processWrap .endPoint p {
  font-weight: 600;
  text-align: center;
}
.finalContentWrap .processWrap .iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  padding: 24px;
  z-index: 1;
  position: relative;
}
.finalContentWrap .processWrap .iconWrap img {
  width: 48px;
}
.finalContentWrap .processWrap .iconWrap span {
  padding: 4px 12px;
  background-color: #555;
  color: #fff;
  border-radius: 16px;
  border: 2px solid #333;
  font-weight: 500;
  text-align: center;
}
.finalContentWrap .processWrap .iconWrap span.bus1 {
  background-color: #68bf4d;
}
.finalContentWrap .processWrap .iconWrap span.bus2 {
  background-color: #514dbf;
}
.finalContentWrap .processWrap .iconWrap span.metro {
  background-color: #b482d0;
}

.stepWrap {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-left: 40px;
  position: relative;
}
.stepWrap::after {
  content: "";
  height: calc(100% - 24px);
  width: 40px;
  border-radius: 16px 0 0 16px;
  position: absolute;
  border: 2px dashed #999;
  border-right: none;
  left: 0px;
  top: 0;
  top: 12px;
}
.stepWrap p {
  font-weight: 600;
}
.stepWrap .flexRow {
  display: flex;
}
.stepWrap .flexRow > img {
  max-width: 40%;
  border: 1px solid #333;
  border-radius: 24px;
}
.stepWrap .flexRow .flexCol .imgLabel {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  padding: 12px 16px;
  border-radius: 24px 24px 0 0;
  border-bottom: 0px solid #333;
}
.stepWrap .flexRow .flexCol {
  flex: 1;
}
.stepWrap .flexRow .flexCol img {
  width: 100%;
  border: 1px solid #333;
  height: 100%;
}
.stepWrap .stepBadge {
  border-radius: 24px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #333;
  padding: 12px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}
.stepWrap .stepBadge::before {
  content: "STEP ";
}

.mt30 {
  margin-top: 30px !important;
}

.stepCardWrap {
  display: flex;
  gap: 8px;
}
.stepCardWrap svg {
  margin-top: 18px;
  width: 32px;
  padding: 8px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #fff;
  aspect-ratio: 1;
  height: 32px;
  fill: #fc696e;
  border-radius: 32px;
  position: relative !important;
  stroke-width: 0.5;
  z-index: 99;
  border: 1px solid #fc696e;
}
.stepCardWrap .stepCard {
  height: 256px;
  flex: 1;
  border: 1px solid #d9d9d9;
  padding: 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.stepCardWrap .stepCard::after {
  content: "";
}
.stepCardWrap .stepCard .stepLabel {
  border: 1px solid #fc696e;
  border-radius: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.stepCardWrap .stepCard .stepLabel::after {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  border-bottom: 1px dashed #fc696e;
  width: 100%;
}
.stepCardWrap .stepCard .stepLabel h2 {
  color: #fc696e;
  background-color: #fff;
  z-index: 999;
  position: relative;
  padding: 0 12px;
  border-radius: 16px;
  height: 32px;
  display: flex;
  align-items: center;
}
.stepCardWrap .stepCard .stepContent p {
  list-style: circle;
}

.link2 {
  background: #e5f2ff !important;
  color: #024387 !important;
  padding: 1px 7px !important;
  word-break: break-all !important;
}

.plWrap .plItem {
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom: 1px dashed #e6e6e6;
  align-items: flex-end;
}
.plWrap .plItem .plItemMainContent {
  align-items: flex-end;
  width: 100%;
}
.plWrap .plItem .plItemMainContent .plContentsWrap {
  align-items: center;
  gap: 24px;
  flex: 1;
}
.plWrap .plItem .plItemMainContent .plContentsWrap img {
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.08);
}
.plWrap .plItem .plItemMainContent .plContentsWrap .titleMsg {
  font-size: 24px;
  color: #fc696e;
  margin-bottom: 12px;
  line-height: 120%;
}
.plWrap .plItem .plItemMainContent .plContentsWrap .name {
  font-size: 20px;
}
.plWrap .plItem .plItemMainContent .plBtnWrap {
  display: flex;
  gap: 8px;
  transition: 0.5s;
}
.plWrap .plItem .plItemMainContent .plBtnWrap .dimBtn {
  border: 1px solid #d9d9d9 !important;
  color: #999 !important;
  pointer-events: none !important;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a {
  cursor: pointer;
  max-width: 256px;
  transition: 0.4s;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: none;
  border-radius: 16px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.0823529412);
  overflow: visible;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:last-child {
  border: 1px solid #fc696e;
  color: #fc696e;
  margin-bottom: -1px;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:last-child i {
  color: #fc696e;
  transition: 0.4s;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:last-child:hover {
  background: #fc696e;
  color: #fff;
  font-weight: 700;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:last-child:hover i {
  color: #fff;
  transition: 0.4s;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:first-child {
  border: 1px solid #4f67b1;
  color: #4f67b1;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:first-child i {
  color: #4f67b1;
  transition: 0.4s;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:first-child:hover {
  background: #4f67b1;
  color: #fff;
  font-weight: 700;
}
.plWrap .plItem .plItemMainContent .plBtnWrap a:first-child:hover i {
  color: #fff;
  transition: 0.4s;
}
.plWrap .plItem .plItemMainContent .plBtnWrap.active {
  transition: 0.3s;
  transform: translateY(25px);
  gap: 0px;
}
.plWrap .plItem .plItemMainContent .plBtnWrap.active .btn {
  transition: 0.5s;
  border-radius: 20px 20px 0 0;
}
.plWrap .plItem .plItemMainContent .plBtnWrap.active .btn.active {
  background-color: #4f67b1;
  border: 1px solid #4f67b1;
  color: #fff;
}
.plWrap .plItem .plDetail .detail {
  display: none;
}
.plWrap .plItem .plDetail .detail.active {
  display: flex;
  flex-direction: column;
  background-color: rgba(79, 103, 177, 0.05);
  margin-top: 24px;
  padding: 24px;
  border: 1px dashed #d9d9d9;
  border-radius: 24px 0 24px 24px;
  border-top: 2px solid #4f67b1;
  border-bottom: 2px solid #4f67b1;
  animation: fadeSlideIn 0.4s ease-out forwards;
}
.plWrap .plItem .plDetail .detail.active .plDetailTitle {
  margin-bottom: 4px;
  font-size: 20px;
  margin-top: 12px;
  color: #4f67b1;
}
@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tbaCustomBtnAlways {
  overflow: visible;
}
.tbaCustomBtnAlways .tbaBadge {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
  border-radius: 12px;
  background-color: #d9d9d9;
}

.plenarySwiper {
  position: relative; /* 가상 요소의 기준점 (보통 스와이퍼 기본값으로 들어가 있습니다) */
  /* ==========================================
     🚨 1. 왼쪽 흰색 페이드 그라디언트
     ========================================== */
}
.plenarySwiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; /* 그라디언트 너비 (원하시는 만큼 늘리거나 줄이세요) */
  height: 100%;
  /* 왼쪽은 완전 흰색(1)에서 오른쪽으로 갈수록 투명(0)해짐 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5; /* Swiper 화살표보다 낮게 설정 */
  pointer-events: none; /* 🚨 필수: 스와이프나 클릭을 방해하지 않게 투명망토 처리 */
}
.plenarySwiper {
  /* ==========================================
     🚨 2. 오른쪽 흰색 페이드 그라디언트
     ========================================== */
}
.plenarySwiper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px; /* 그라디언트 너비 */
  height: 100%;
  /* 오른쪽은 완전 흰색(1)에서 왼쪽으로 갈수록 투명(0)해짐 */
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  pointer-events: none; /* 🚨 필수 */
}
.plenarySwiper {
  /* ==========================================
     🚨 3. 화살표 버튼 z-index 확실히 잡아주기
     ========================================== */
}
.plenarySwiper .swiper-button-prev,
.plenarySwiper .swiper-button-next {
  z-index: 10; /* 그라디언트(5)보다 무조건 위에 오도록 못 박기 */
}/*# sourceMappingURL=main.css.map */