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

.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(34, 201, 145, 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: 10%;
  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 .sponListContent ul.logoListWrap li.logo {
  display: flex;
  align-items: center;
}
.sponListWrap .sponListContent ul.logoListWrap li.logo a {
  display: flex;
  align-items: center;
}
.sponListWrap::after {
  content: "";
  background-color: #ffffff;
  width: 100vw;
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

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

header.allViewGnb {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 999;
  transition: 0.2s;
  margin-bottom: -100px;
}
header.allViewGnb::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100vh;
  top: -24px;
  background-color: #000;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
header.allViewGnb::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
  transition: 0.3s;
}
header.allViewGnb ul.gnb {
  width: 100%;
  background-color: #f5f8f9;
  max-width: 1240px;
  display: flex;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
  justify-content: center;
  border-radius: 48px;
  background: rgba(245, 248, 249, 0.76);
  backdrop-filter: blur(12px);
  border-top: 1px solid #fff;
  border: 1px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
}
header.allViewGnb ul.gnb .oneDepth {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
header.allViewGnb ul.gnb .oneDepth::after {
  content: "";
  opacity: 0;
  border-right: 1px solid #ebebeb;
  width: 100%;
  pointer-events: none;
  position: absolute;
  height: 200%;
  bottom: -200%;
  right: 0;
  transition: 1.2s opacity;
}
header.allViewGnb ul.gnb .oneDepth .oneDepthTouchArea {
  display: flex;
  height: 48px;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 110%;
  padding: 0 12px;
  font-weight: 400;
  color: #121212;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: 0.3s;
  gap: 12px;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList {
  min-height: 0;
  transition: 0.3s;
  padding: 0;
}
header.allViewGnb ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 12px;
  font-size: 14px;
  color: #121212 !important;
  transition: 0.3s;
  opacity: 0;
}
header.allViewGnb:hover::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100vh;
  background-color: #000;
  z-index: -1;
  transition: 0.3s;
  opacity: 0.6;
  pointer-events: none;
}
header.allViewGnb:hover::after {
  background-color: rgba(255, 255, 255, 0);
  max-width: 100%;
}
header.allViewGnb:hover ul.gnb {
  border-radius: 48px;
}
header.allViewGnb:hover ul.gnb .oneDepth {
  position: relative;
}
header.allViewGnb:hover ul.gnb .oneDepth::after {
  content: "";
  opacity: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  pointer-events: none;
  position: absolute;
  height: 200%;
  bottom: 0;
  right: 0;
  transition: 1.2s;
}
header.allViewGnb:hover ul.gnb .oneDepth:hover .oneDepthTouchArea {
  font-weight: 800;
  color: #121212;
}
header.allViewGnb:hover ul.gnb .oneDepth .oneDepthTouchArea {
  transition: 0.3s;
  position: relative;
  color: #121212;
  font-weight: 500;
}
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 {
  padding: 0 6px;
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea {
  padding: 4px 6px;
  opacity: 1;
  color: rgba(34, 201, 145, 0.8);
}
header.allViewGnb:hover ul.gnb .oneDepth .twoDepthWapper .twoDepthItemList .twoDepth .twoDepthTouchArea:hover {
  background-color: rgba(18, 18, 18, 0.1);
  border-radius: 12px;
  font-weight: 600;
  color: #158b64;
}

header:not(.allViewGnb) {
  width: 100%;
  height: 100vh;
  max-height: 100px;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 999;
  transition: 0.2s;
  margin-bottom: -100px;
}
header:not(.allViewGnb) ul.gnb {
  width: 100%;
  max-width: 1240px;
  display: flex;
  gap: 16px;
}
header:not(.allViewGnb) ul.gnb li.oneDepth {
  flex: 1;
  transition: 0.2s;
  position: relative;
}
header:not(.allViewGnb) 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: #121212;
  transition: 0.2s;
}
header:not(.allViewGnb) 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:not(.allViewGnb) ul.gnb li.oneDepth ul.twoDepthWrap li.twoDepth {
  flex: 1;
  font-weight: 600;
}
header:not(.allViewGnb) 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:not(.allViewGnb):hover {
  background: #ffffff;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth .oneDepthTouchArea {
  color: #121212;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth .oneDepthTouchArea:hover {
  font-weight: 700;
  color: #121212;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth:hover {
  background: rgba(255, 255, 255, 0.5);
}
header:not(.allViewGnb):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:not(.allViewGnb):hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth {
  transition: 0.2s;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a:hover {
  color: #121212;
}

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: 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%);
}
footer {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
}
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: 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);
}

header {
  min-width: 1420px;
}

footer {
  min-width: 1420px;
}

.sponListWrap::after {
  min-width: 1420px;
}

.sectionBackground {
  min-width: 1420px;
}

header:not(.allViewGnb) {
  transition: 0.4s;
}
header:not(.allViewGnb) ul.gnb li.oneDepth ul.twoDepthWrap {
  margin-top: 16px !important;
  border-radius: 16px;
}
header:not(.allViewGnb) ul.gnb li.oneDepth ul.twoDepthWrap li.twoDepth a.twoDepthTouchArea {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
header:not(.allViewGnb):hover {
  background-color: rgba(0, 0, 0, 0.4);
}
header:not(.allViewGnb):hover ul.gnb .oneDepth .oneDepthTouchArea:hover::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 30px;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  bottom: -15px;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  margin-top: 16px;
  margin-bottom: 8px;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth:hover .oneDepthTouchArea {
  font-weight: 400;
  color: #ffffff;
  transform: translateY(2px);
}
header:not(.allViewGnb):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:not(.allViewGnb):hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a.twoDepthTouchArea {
  color: #ffffff;
  transition: 0.3s;
}
header:not(.allViewGnb):hover ul.gnb .oneDepth:hover .twoDepthWrap .twoDepth a.twoDepthTouchArea:hover {
  color: #ffffff;
  font-weight: 600;
}

.headerLogoWrap {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}
.headerLogoWrap .headerLogo {
  max-width: 172px;
}

.noticeBox {
  border: 1px solid rgba(35, 156, 136, 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;
}

.jejuImg {
  overflow: hidden;
  border-radius: 16px;
  background-size: 100%;
  background-position: 0 80%;
  width: 300px;
  height: 437px;
  border-radius: 24px;
  background-image: url("../image/sub/jeju.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: #d92191;
  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: #239c88;
  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: #239c88;
  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: #239c88;
  position: absolute;
  border-radius: 90px;
  left: 0;
}
.noticeBox h2 i {
  color: #239c88;
}

.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 {
  border-radius: 48px 48px 0 0;
  transform: translateY(-100%);
  position: relative;
  background-color: #f5f8f9;
  overflow: visible;
  padding: 12px 20px;
  gap: 12px;
  background: linear-gradient(rgba(245, 248, 249, 0.8) 0%, #f5f8f9 50%);
  border-top: 2px solid white;
}
.quickBtnWrap a {
  padding: 8px 12px !important;
  text-align: center;
  flex-direction: row;
  -webkit-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 100%;
  justify-content: flex-start !important;
  border-radius: 50px;
  background: rgba(245, 248, 249, 0.1254901961);
  backdrop-filter: blur(12px);
  border-top: 1px solid #fff;
  border: 2px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
  border-radius: 90px;
}
.quickBtnWrap a::after {
  display: none;
}
.quickBtnWrap a p {
  line-height: 100%;
  color: #133104;
  text-align: left;
}
.quickBtnWrap a img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.062745098);
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: visible;
  width: 56px;
  border-radius: 90px;
  padding: 12px;
  border: 2px solid #fff;
  transition: 0.3s;
}
.quickBtnWrap a:hover {
  background: #f5f8f9 !important;
  transform: translateY(-8px);
  background: rgba(50, 209, 215, 0.062745098) !important;
  border: 2px solid #32d1d7;
}
.quickBtnWrap a:hover img {
  background: #fff;
  border: 2px solid #ecffff;
}
.quickBtnWrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.062745098), #f5f8f9 30%);
  right: -56px; /* 바깥쪽에 배치 */
  width: 56px;
  height: 56px;
  clip-path: path("M 0 0 Q 0 56 56 56 L 0 56 Z");
}
.quickBtnWrap::before {
  content: "";
  position: absolute;
  left: 1px; /* 바깥쪽에 배치 */
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0.062745098), #f5f8f9 30%);
  width: 56px;
  height: 56px;
  clip-path: path("M 56 0 Q 56 56 0 56 L 56 56 Z");
  transform: translateX(-100%);
}

.accordianTitleWrap {
  margin-right: 32px;
  height: 100%;
  gap: 32px;
  margin-top: 32px;
  padding: 40px 0;
}
.accordianTitleWrap::after {
  content: "";
  transition: 0.3s;
  width: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(to left, rgba(233, 239, 239, 0), #f5f5f5 50%, #c9e2e2 75%, rgba(178, 231, 231, 0.3137254902) 100%);
  height: 100%;
  border-radius: 0 24px 128px 0;
  top: 0;
  transform: rotate(5deg);
  z-index: -2;
  opacity: 0.6;
}
.accordianTitleWrap::before {
  content: "";
  transition: 0.3s;
  width: 100%;
  position: absolute;
  left: 0;
  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%);
  height: 20px;
  border-radius: 0 24px 128px 0;
  top: 300px;
  transform: rotate(5deg);
  z-index: -2;
  opacity: 0.4;
}

.accordianBtnWrap {
  padding: 12px 12px;
  gap: 6px;
}
.accordianBtnWrap .accordianBtn {
  padding: 8px;
  border: none;
  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(218, 218, 218, 0), #494949);
  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: 300;
  color: #444444;
  transition: 0.2s;
  white-space: nowrap;
  font-family: "Dangrek", sans-serif !important;
}
.accordianBtnWrap .accordianBtn a::after {
  content: "";
  pointer-events: none;
  width: 8px;
  border-radius: 8px;
  height: 32px;
  background-color: #31a5d5;
  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: #0bd688;
  opacity: 0.2;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
.accordianBtnWrap .accordianBtn.active {
  padding: 8px;
  border: none;
  background: linear-gradient(-90deg, #0bd688 40%, rgba(50, 163, 215, 0.5019607843), rgba(50, 163, 215, 0));
  border-radius: 8px 8px 56px 0px;
  padding-left: 24px;
  padding-right: 24px;
}
.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), #fff);
  opacity: 1;
  filter: grayscale(0);
  max-width: none;
  width: 64px;
}
.accordianBtnWrap .accordianBtn.active a p {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
}
.accordianBtnWrap .accordianBtn.active a::after {
  pointer-events: none;
  content: "";
  width: 8px;
  border-radius: 8px;
  opacity: 1;
  height: 32px;
  background-color: #fff;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.accordianContentsWrap {
  gap: 16px;
  position: relative;
  height: 100%;
  align-items: center;
}
.accordianContentsWrap .accordianContent {
  width: 100%;
  flex: 0 !important;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.6s;
  bottom: 16px;
}

.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;
  padding: 12px;
}
.downloadWrap .btn {
  min-width: calc(33.33% - 9px);
  max-width: 190px;
  background-color: #f5f8f9;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 24px;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
}
.downloadWrap .btn:hover {
  border: 2px solid #0bc5d6;
  background-color: rgba(11, 197, 214, 0.062745098);
  border-radius: 24px;
}
.downloadWrap .btn a {
  padding: 24px 16px;
  font-weight: 700;
  width: 100%;
  color: #052e1e;
}

.newsWrap {
  width: 100%;
}
.newsWrap li {
  border-radius: 0px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #d9d9d9 !important;
}
.newsWrap li a:hover {
  background-color: rgba(34, 201, 145, 0.04) !important;
}
.newsWrap .titleWrap {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 20px;
}
.newsWrap .badge {
  background-color: #eceff1 !important;
}
.newsWrap .badge span {
  color: #212121 !important;
}

.keyDateWrap {
  margin-bottom: 42px;
  padding: 24px;
  display: flex;
}
.keyDateWrap .titleWrap {
  position: relative;
  z-index: 999;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -16px;
  padding: 4px 32px;
  border-radius: 8px 24px 24px 24px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
  background: linear-gradient(to right, #39029d, #d53a9d);
  background: linear-gradient(90deg, #0bd688, #32a3d7);
  background: linear-gradient(-90deg, #0bd688 40%, rgba(50, 163, 215, 0.5019607843), rgba(50, 163, 215, 0));
  border-radius: 8px 8px 56px 0px;
}
.keyDateWrap .titleWrap h3 {
  color: #fff;
  font-size: 32px;
  font-family: "Dangrek", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}
.keyDateWrap .keyDateListWrap {
  padding: 40px 0px;
  padding-top: 32px;
  border-radius: 32px 72px 32px 72px;
  width: 100%;
  gap: 10px;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent {
  background: #fff;
  box-shadow: 10px 10px 12px rgba(7, 92, 59, 0.0823529412);
  padding: 24px;
  border-radius: 24px 48px;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start !important;
  background: rgba(245, 248, 249, 0.836);
  backdrop-filter: blur(12px);
  border-top: 1px solid #fff;
  border: 2px solid #b2e9c0;
  box-shadow: 4px 4px 0px #81bfce;
}
.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: #d33d3b;
  padding-left: 20px;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent:first-child .keyDateTextInfo p:first-child::before {
  content: "";
  width: 8px;
  height: 100%;
  background-color: #d33d3b;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo {
  height: 100%;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child {
  line-height: 120%;
  letter-spacing: -1px !important;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  padding-left: 20px;
  height: 40px;
  position: relative;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:first-child::before {
  content: "";
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #0bd688, #32a3d7);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child {
  line-height: 120%;
  white-space: nowrap;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child strong {
  letter-spacing: -1.5px !important;
  font-size: 30px;
  line-height: 100%;
  font-weight: 800;
  color: #333;
}
.keyDateWrap .keyDateListWrap .keyDateContent .keyDateContentInfo .keyDateTextInfo p:last-child span {
  line-height: 100%;
  letter-spacing: -1.5px !important;
  font-size: 20px;
  font-weight: 500;
  color: #444;
}

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

.sponListWrap.last::after {
  border-top: none;
}

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

.subMenuBackground {
  border-radius: 0 0 340px 0px;
  position: absolute !important;
}

table {
  margin-top: 56px;
}

ul.tabList {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
ul.tabList li.tabBtn {
  max-width: 296px;
  transition: 0.4s;
}
ul.tabList li.tabBtn a {
  background-color: #ffffff;
  border-radius: 42px;
  border: 2px solid rgba(34, 201, 145, 0.2);
  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: #22c991;
  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(34, 201, 145, 0.6);
  border-radius: 90px;
}
ul.tabList li.tabBtn.active a {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.1882352941);
  font-weight: 700;
  color: #ffffff;
}
ul.tabList li.tabBtn.active a::after {
  left: -20%;
  width: 100%;
  background-color: #31a5d5;
  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(34, 201, 145, 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;
  font-size: 32px;
}
.contactUsTitle::after {
  content: "";
  width: 8px;
  height: 60%;
  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;
}

div.tabDisplay {
  display: none;
}

div.tabDisplay.active {
  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: #d92191;
  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: #d92191;
  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: #d92191;
  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(34, 201, 145, 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: #22c991;
  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: #31a5d5;
  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(34, 201, 145, 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 #d92191;
  color: #d92191;
  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: rgba(66, 59, 82, 0.5019607843);
  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;
}

/* 처음에는 탭 내용을 숨깁니다 */
#orgComit,
#localComit,
#streeringComit,
#programComit {
  display: none;
}

/* 자바스크립트로 추가할 클래스 */
.tabDisplay {
  display: block !important;
}

.h1Title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.h1Title::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%);
}

.smallBtn {
  margin-top: 16px;
  background: #239c88;
  border: 1px solid rgba(55, 48, 66, 0.1254901961);
  padding: 8px 24px;
  border-radius: 12px;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.smallBtn i {
  color: #fff;
}

.acordionTouchArea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
  font-weight: 600;
  transition: 0.2s;
  padding: 16px 24px;
}
.acordionTouchArea::after {
  content: "";
  border-right: 1px solid #d8e2e5;
  position: absolute;
  right: 0;
  top: 50%;
  height: 60%;
  transform: translateY(-50%);
}

.acordionContent {
  display: none;
}

.acordionContent.active {
  display: block;
  padding: 16px 48px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordionItem {
  flex-direction: row;
  -webkit-border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 100%;
  justify-content: flex-start !important;
  border-radius: 24px;
  background: #f5f8f9;
  border-top: 1px solid #fff;
  border: 2px solid #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.062745098);
  border-radius: 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: 0.3s;
  overflow: hidden;
}
.accordionItem:hover img {
  background: #fff;
  border: 2px solid #ecffff;
}
.accordionItem.active {
  border-radius: 24px;
  background: #f5f8f9 !important;
  background: rgba(50, 209, 215, 0.062745098) !important;
  border: 2px solid #32d1d7;
}
.accordionItem.active a {
  background: rgba(50, 209, 215, 0.1882352941) !important;
}

.acordionTitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.acordionTitle h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.acordionTitle h3 strong {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #0bc5d6;
  color: #0bc5d6;
  border-radius: 90px;
  padding-left: 1px;
}

.acordionTouchArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.acordionTouchArea::after {
  display: none;
}
.acordionTouchArea p {
  line-height: 100%;
  color: #133104;
  text-align: left;
}
.acordionTouchArea img {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.062745098);
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: visible;
  width: 56px;
  border-radius: 90px;
  padding: 12px;
  border: 2px solid #fff;
  transition: 0.3s;
}

.soulBtnW {
  margin-top: 42px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.soulBtnW a {
  max-width: 256px;
  transition: 0.4s;
  border-radius: 12px;
  padding: 12px 24px;
  border: 1px solid #31a5d5;
  font-size: 18px;
  font-weight: 500;
  color: #31a5d5;
  position: relative;
  overflow: hidden;
  background-color: none;
  border-radius: 16px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.0823529412);
}
.soulBtnW a::after {
  left: -20%;
  width: 100%;
  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);
}
.soulBtnW a::before {
  left: 0%;
  width: 100%;
  background-color: rgba(8, 52, 131, 0.99);
  transform: rotate(0deg);
  filter: blur(4px);
  z-index: -1;
}
.soulBtnW a i {
  color: #31a5d5;
  transition: 0.4s;
}
.soulBtnW a:hover {
  background: #31a5d5;
  color: #fff;
  font-weight: 700;
}
.soulBtnW a:hover i {
  color: #fff;
}
.soulBtnW a:hover::after {
  left: -20%;
  width: 100%;
  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);
}
.soulBtnW a:hover::before {
  left: 0%;
  width: 100%;
  background-color: rgba(8, 52, 131, 0.99);
  transform: rotate(0deg);
  filter: blur(4px);
  z-index: -1;
}
.soulBtnW a:hover:active {
  transition: 0.6 !important;
  transform: scale(0.95);
}

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

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

.link2 {
  background: #e5f2ff !important;
  color: #024387 !important;
  padding: 1px 7px !important;
  word-break: break-all !important;
  transition: 0.1s;
}
.link2:hover {
  background: #cde5fd !important;
  text-decoration: underline;
}

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

.imgNoticeBox {
  gap: 20px;
  border: 1px solid #31a5d5;
  background-color: rgba(49, 165, 213, 0.1);
  padding: 20px;
  border-radius: 24px;
}
.imgNoticeBox img {
  height: 100%;
  border-radius: 24px;
}

.accountInfoTable td {
  text-align: left;
}/*# sourceMappingURL=main.css.map */