@import url("https://cdn.jsdelivr.net/gh/orioncactus/Pretendard@v1.3.9/dist/web/static/Pretendard.min.css");
:root {
  --header-height: 50px;
  --footer-height: 250px;
  -webkit-text-size-adjust: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

html {
  font-size: 15px;
  /* overflow-x: hidden; */
}
html: {
  font-size: 15px;
  /* overflow-x: hidden; */
}
body::-webkit-scrollbar {
  width: 10px; /* 세로축 스크롤바 폭 너비 */
}
body::-webkit-scrollbar-thumb {
  background: #4e3486;
}
body::-webkit-scrollbar-track {
  background-color: rgb(240, 240, 240);
}
ul li {
  font-family: "Pretendard";
}
.letter-grid svg {
  width: 100%;
  height: 100%;
}

ul.objective {
  padding: 0;
  list-style-type: "ㆍ";
}
.objective li {
  margin: 0em 1em;
}
.nowrap {
  white-space: nowrap;
  font-size: inherit;
}
@font-face {
  font-family: "ABCGROW-AC"; /* 폰트 이름 */
  src: url("fonts/ABCGrow-AC.woff") format("woff"),
    url("fonts/ABCGrow-AC.woff2") format("woff2");
  font-weight: bold; /* 굵기 설정 */
  font-style: normal; /* 스타일 설정 (italic 등도 추가 가능) */
}
@font-face {
  font-family: "ABCGROW-C"; /* 폰트 이름 */
  src: url("fonts/ABCGrow-C.woff") format("woff"),
    url("fonts/ABCGrow-C.woff2") format("woff2");
  font-weight: normal; /* 굵기 설정 */
  font-style: normal; /* 스타일 설정 (italic 등도 추가 가능) */
}

body {
  font-family: "ABCGROW-C", "Pretendard";
  font-weight: normal;
}
p {
  font-family: "Pretendard";
}
:root {
  --bg: white;
  --fg: #121212;
  --dimgray: #6c6c6c;
  --keyCol: #ce2e2e;

  --bgdim: rgba(255, 255, 255, 0.95);
  --fgdim: rgba(18, 18, 18, 0.95);

  --icon-size: clamp(11px, 0.7vw, 16px);
  --icon-wrapper: calc(var(--icon-size) * 2);
  --icon-stroke: 2px;
  --playbtn-size: clamp(44px, 2.8vw, 64px);
  --chip-gap: clamp(5px, 0.1vw, 8px);

  /* 텍스트 */
  --font-size-base: clamp(16px, 1.2vw, 18px);
  --font-size-small: clamp(12px, 0.45vw, 12px);
  --font-size-tiny: clamp(7px, 0.5vw, 11px);
  --font-size-large: clamp(18px, 1.5vw, 26px);
  --font-size-medium: clamp(16px, 1.4vw, 20px);
  --font-size-mediumlarge: clamp(18px, 1.25vw, 25px);
  --padding-base: clamp(25px, 1.5vw, 40px);
  --skeleton-base: rgba(224, 224, 224, 1);
  --skeleton-highlight: rgba(245, 245, 245, 1);
  --overlay-h: calc(
    var(--font-size-small) * 1.2 + var(--font-size-tiny) + 10px
  );
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ABCGROW-AC", "Pretendard";
  font-weight: bold;
}

.header-nav .menu-container:nth-of-type(3) .menu-item {
  border-left: 0px;
}
.header-nav .menu-container:last-child .menu-item {
  border-right: 0px;
}
.INFORMATIONS-header h1 {
  font-family: "Pretendard" !important;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;

  word-break: keep-all;
  font-size: var(--font-size-base);
}
.overflowHidden {
  overflow: hidden;
}

div {
  font-size: inherit;
}

/* .body-colored {
	background-color: #4e3486;
} */

h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 1rem;
}
.grid-lines .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #4e3486;
}
h2 {
  font-size: 2rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.4;
}

li {
  font-size: 1rem;
  line-height: 1.6;
}

ul {
  padding: 0;
}

body {
  margin: 0;

  height: auto;
  /* font-family: Arial, sans-serif; */

  min-height: 100vh;
  background-color: #4e3486;

  font-size: 1rem;
  line-height: 1.6;
}

a {
  display: block; /* 인라인 블록으로 설정하여 자동 줄바꿈 */
  text-decoration: none;
  color: #000;
  white-space: normal; /* 줄바꿈 허용 */
}
.topBtn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transition: all ease 0.3s;
  z-index: 51;
  border-radius: 100%;
  border: solid 1px #4e3486;
}
.topBtn:hover {
  opacity: 0.3;
}
.topBtn img {
  width: 100%;
}
#toTop {
  opacity: 0;
  transform: translateY(10px);
  cursor: pointer;
}
#toTop.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* 헤더-------------------------------------------------------------- */
.divider {
  position: absolute;
  width: 100%;
}
.divider .line {
}
header {
  box-sizing: border-box;

  width: 100%;
  height: var(--header-height); /* 변수 사용 */
  background-color: #fff; /* 헤더 배경색 */
  display: flex;

  justify-content: center; /* 내용 가운데 정렬 */
  align-items: center;
  position: sticky;
  top: 0px;
  z-index: 20000;
}

/* 네비게이션 스타일 */
.header-nav {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: solid 1px #4e3486;
}
.menu-container {
  position: relative;
  flex: 1;
  height: 100%;
}
.menu-container * {
  height: 100%;
}

.menu-toggle {
  display: none;
}
.current-page {
  display: none;
}

/* 메뉴 항목 스타일 */
.menu-item {
  display: flex;
  box-sizing: border-box;

  flex: 1;
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center; /* 가로 중앙 정렬 */
  transition: background-color 0.2s ease;
  transition: color 0.2s ease;
  border-right: solid 1px #4e3486;
}

.menu-item.hovered {
  background-color: #4e3486; /* 배경색을 오렌지색으로 변경 */
  color: white;
}
.menu-item.on {
  background-color: #4e3486; /* 배경색을 오렌지색으로 변경 */
  color: white;
}
.overlay {
  width: 100vw;
  height: 100vh;
  visibility: hidden; /* 화면에서 보이지 않도록 설정 */
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
}
.flexSignature {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 5vh 0 10vh 0;
}
.flexSignature img {
  width: 120px;
  height: 37px;
  flex-shrink: 0;
}
.flexSignature div {
  font-family: "Pretendard";
}
/* 메인그래픽-------------------------------------------------------------- */
.bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.grid-container {
  width: 100%; /* 부모 요소의 너비를 차지 */
  height: calc(100vh - 50px);
  padding: 20px;

  overflow: hidden;
  display: flex;
  align-items: center;
}
.grid-item {
  /* border: 1px solid #000; */
  /* background-color: #000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle-grid {
  background-color: #000;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.letter-grid {
  background-color: #000;
  transition: background-color 0.2s ease;
}

.letter-grid.hovered {
  background-color: #4e3486; /* 배경색을 오렌지색으로 변경 */
}
.letter-grid * {
  pointer-events: none;
}
.cls-2 {
  max-width: 100%; /* Set the default maximum size for SVGs */
  max-height: 100%;
  object-fit: scale-down; /* Keep the aspect ratio of SVG */
  fill: #4e3486;
  transition: fill 0.2s ease;
}
.cls-2.hovered {
  fill: #000;
}

.main {
  background-color: white;
  z-index: 50;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
  /* border: 1px solid black; */

  /* height: 400px; */
}
.body-colored {
  /* background-color: #4e3486; */
  transition: background-color 0.2s ease;
}

.font-colored {
  color: #4e3486;
  font-size: inherit;
}
.font-colored.gray {
  color: #5e5e5e;
}

.content-area {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row dense;

  align-items: stretch;
}
.section-PRIDE {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-MUSIC {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-DRAMA {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-FILM {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-DANCE {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-VISUAL {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-TRADITIONAL {
  grid-column: 1/8;

  display: grid;
  gap: 0px;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.section-item {
  position: relative;
  grid-column: 1/7;
  border: 1px solid #4e3486;
  border-top: 0px;
  border-bottom: 0px;
}

.section-image {
  display: block;
  width: 100%;
  height: auto;
}

.caption {
  grid-column: 5/6;
  display: flex;
  flex-direction: column-reverse;
}

.caption > .smalltext {
  bottom: 0; /* 부모의 아래쪽에 배치 */
  left: 0;
  right: 0; /* 가로로 꽉 차게 설정 (선택 사항) */
  padding: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  margin: 0;
  font-size: var(--font-size-small);
  color: #4e3486;
}
.section-item p {
  width: 30%;
}
.section-text {
  padding: 20px 20px 30px 20px;
}
.section-text h1 {
  font-size: var(--font-size-base);
  color: #4e3486;
  line-height: 1.5;
}
.section-item p.smalltext {
  width: 100%;
  padding-left: 50%;
  margin-top: 20px;
}

.line-separator {
  grid-column: 1/8;
  width: 100%;
  height: 1px;
  background-color: #4e3486;
}

/* .main-PRIDE .section-text p {
	font-size: 1.6rem;
	padding-bottom: 2rem;
}
.main-PRIDE .section-text p.smalltext {
	font-size: 1.2rem;
} */

/* MESSAGE------------------------------------ */
.sectionBlank {
}
.sectionBlank.noBorder {
  border: none;
}
.section-MESSAGE-TXT {
  position: relative;

  grid-column: 1/4;
  padding: 20px 20px 30px 20px;

  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #4e3486;
}
.section-MESSAGE-TXT h1 {
  font-size: var(--font-size-base);
  color: #4e3486;
  line-height: 1.5;
}
.section-MESSAGE-TXT p {
  max-width: 600px;
}
.section-MESSAGE-IMG {
  position: relative;
  grid-column: 4/7;
  border-top: 0px;
  border-left: none;
  border-bottom: 0px;
  padding: 0 20px;
  border-right: solid 1px #4e3486;
}
.section-MESSAGE-IMG h1 {
  margin-top: 20vh;
  padding: 20px;
  font-size: var(--font-size-base);
  color: #4e3486;
  line-height: 1.5;
  font-family: "Pretendard";
}
.PRTxt {
  max-width: 500px;
  width: 100%;
  margin-top: 20px;
  font-family: "Pretendard";
}
.section-PR {
  grid-column: 1/7;
  display: flex;
  height: auto;

  position: relative;
  background-color: #4e3486;
  padding: 0px 0px 120px 0px;
  flex-direction: column;
  color: white;
  border-bottom: solid 1px white;
}
.quotes {
  font-size: var(--font-size-small);
  margin-top: 20px;
  display: inline-block;
}
.section-PR > :nth-child(1) {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.section-PR > :nth-child(1) > img {
  width: 50%;
  height: auto;
  position: relative;
}

.section-PR > :nth-child(2) {
  width: 100%;
  height: auto;
  position: relative;
}
.section-PR > :nth-child(4) {
  width: 100%;
  height: auto;
  position: relative;
  justify-content: flex-end;
  right: 0px;
  display: flex;
}
.section-PR img {
  margin-top: 30px;
  margin: 0 auto;

  width: 100%;
  height: auto;
  position: relative;
}

.titleEn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.windCharmTxt {
  padding: 0px 0px 0px 20px;
  width: 25%;
}

.MESSAGE-IMG {
  display: block;

  width: 100%;
}

.en {
  line-height: 1.35;
}

/* HIGHLIGHTS------------------------------------ */
.section-HIGHLIGHTS {
  box-sizing: border-box;
  background-color: white;

  grid-column: 1/7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center; /* 세로 중앙 정렬 */
  justify-items: center; /* 가로 중앙 정렬 */
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #4e3486;
  /* border-bottom: 2px; */
  /* height: var(--header-height); */
}

.section-HIGHLIGHTS-Last {
  border-bottom: 1px solid black;
  /* border-bottom: 2px; */
  /* height: var(--header-height); */
}

.HIGHLIGHTS-header {
  box-sizing: border-box;
  width: 100%;
  grid-column: 1/5;
  /* border: 2px solid black; */
  border-top: 0px;
  height: calc(var(--header-height));
  display: flex; /* 가로 및 세로 중앙 정렬을 위한 플렉스 컨테이너 사용 */
  justify-content: center; /* 가로 중앙 정렬 */
  align-items: center; /* 세로 중앙 정렬 */
  position: sticky;
  top: calc(var(--header-height) - 1px);

  background: white;
  z-index: 50;
  border-bottom: solid 1px #4e3486;
}

.HIGHLIGHTS-header h1 {
  padding-bottom: 0px;
  font-size: var(--font-size-base);
  color: #4e3486;
}

.HIGHLIGHTS-content {
  position: relative;
  box-sizing: border-box; /* padding과 border를 전체 크기에 포함 */
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: auto; /* 스크롤을 부모가 아닌 페이지에서 발생시키기 위해 높이를 auto로 설정 */
  grid-template-rows: auto; /* 행 높이를 콘텐츠에 따라 자동으로 조절 */
}
.HIGHLIGHTS-text {
  box-sizing: border-box; /* padding과 border를 전체 크기에 포함 */
  grid-column: 1 / 2;
  padding: 2rem 2rem 2rem 2rem;
  /* border: 2px solid black; */
  border-top: 0;
  /* border-right: 1px solid black; */
  border-bottom: 0;
  position: sticky;
  top: calc(var(--header-height) + var(--header-height) + 1rem);
  align-self: start; /* 그리드 아이템을 시작 부분에 고정 */
}
.HIGHLIGHTS-text b {
  font-size: inherit;
}
.HIGHLIGHTS-text ul {
  list-style-type: none;
}
.HIGHLIGHTS-text ul > li > b {
  color: #4e3486;
}
.HIGHLIGHTS-text ul > li > ul {
  margin-top: 10px;
  margin-left: 1rem;
  list-style-type: "– ";

  font-weight: 500;
}
.HIGHLIGHTS-text ul > li > ul b {
  color: black;
}
.HIGHLIGHTS-image {
  box-sizing: border-box; /* padding과 border를 전체 크기에 포함 */
  grid-column: 2/3;
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  padding: 10px;
  border-color: #4e3486;
}
.HIGHLIGHTS-image .image-wrapper {
  filter: grayscale(1);
  transition: filter ease 0.3s;
}
.HIGHLIGHTS-image .image-wrapper:hover {
  filter: grayscale(0);
}
.HIGHLIGHTS-image .image-wrapper :after {
}
.imgFullwidth {
  flex: 1 1 100%; /* 가로로 100%를 차지 */
}

.imgHalfwidth {
  flex: 1 1 calc(50% - 10px); /* 가로로 50%를 차지 */
}
.image-wrapper img {
  width: 100%; /* 이미지가 부모 컨테이너의 너비에 맞게 채워지도록 설정 */
  height: auto; /* 이미지의 비율을 유지 */
}

.image1Column {
  display: grid;
  grid-template-columns: 1fr;
}
.image1Column * {
  grid-column: 1/2;
}
.image2Column {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.image2Column * {
  grid-column: span 1;
}

.main-INFORMATION {
  width: 100%;
}

/* .main-INFORMATION .content-area {
	grid-column: 2/6;
} */

.section-INFORMATIONS {
  box-sizing: border-box;
  background-color: white;
  grid-column: 1/7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center; /* 세로 중앙 정렬 */
  justify-items: center; /* 가로 중앙 정렬 */
  border-style: solid;
  border-color: #4e3486;
  /* border-width: 0px 1px 0px 1px; */
  border-top: 0px;
  /* border-bottom: 2px; */
  /* height: var(--header-height); */
}
.section-INFORMATIONS p {
  font-size: 1rem !important;
}
.large {
  border-right: solid 1px #4e3486;
  border-left: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}
.large .Oversea {
  width: 100%;
  text-align: center;
  grid-column: span 4;
  padding: 20px;
}
.small-1 {
  display: block;
  grid-column: 1/4;
  border-right: solid 1px #4e3486;
  border-left: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}
.small-1-2 {
  display: block;
  grid-column: 1/4;
  border-right: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}
.small-1-3 {
  display: block;
  grid-column: 1/3;
  border-right: none;
  border-bottom: solid 1px #4e3486;
}
.small-2-4 {
  display: block;
  grid-column: 4 / 7;
  border-right: solid 1px #4e3486;
  border-left: none;
  border-bottom: solid 1px #4e3486;
}
.small-1-2 .INFORMATIONS-content {
  grid-template-columns: 1fr;
  background-color: white;
}
.small-2-4 .INFORMATIONS-content {
  grid-template-columns: 1fr;
  background-color: white;
}
.small-2 {
  display: block;

  grid-column: 4/7;
  border-left: none;
  border-right: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}
.small-3 {
  display: block;
  border-right: none;

  grid-column: 1/4;
  border-left: solid 1px #4e3486;

  border-right: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}
.small-4 {
  display: block;
  grid-column: 4/7;
  grid-template-columns: 1fr;
  border-left: none;
  border-right: solid 1px #4e3486;
  border-bottom: solid 1px #4e3486;
}

.medium-1 {
  display: block;
  grid-column: 1/4;
  border-right: solid 1px #4e3486;
}
.medium-2 {
  display: block;
  grid-column: 3/5;
}
.medium-3 {
  display: block;
  grid-column: 4/6;
}

.medium-1 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.medium-2 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.medium-3 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}

.small-1 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.small-2 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.small-3 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.small-4 .INFORMATIONS-content {
  grid-template-columns: 1fr;
}
.datail-data {
  display: inline-block;
  grid-column: 3/4;
}
.datail-data > div {
  display: inline;
}
.datail-data > div.countNum {
  font-size: 1.2rem;
  margin-left: 0rem;
  margin-right: 0.05rem;
  line-height: 1.45;
}
.firstSection {
  grid-column: auto;
}
.section-INFORMATIONS-Last {
  border-bottom: 1px solid black;
  /* border-bottom: 2px; */
  /* height: var(--header-height); */
}

.INFORMATIONS-header {
  box-sizing: border-box;
  width: calc(100% - 0.5px);
  grid-column: 1/5;
  /* border: 2px solid black; */
  border-top: 0px;

  height: calc(var(--header-height));
  display: flex; /* 가로 및 세로 중앙 정렬을 위한 플렉스 컨테이너 사용 */
  justify-content: center; /* 가로 중앙 정렬 */
  align-items: center; /* 세로 중앙 정렬 */
  position: sticky;
  top: calc(var(--header-height) - 1px);
  border-bottom: solid 1px #4e3486;

  background: white;
  z-index: 50;
  flex-direction: column;
}
span.value {
  font-size: 4rem;
}
.INFORMATIONS-header h1 {
  padding-bottom: 0px;
  font-size: var(--font-size-base);
  color: #4e3486;
}

.headerFour {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.columnThree > div:nth-child(1) {
  padding: 1.5rem;
}
.columnThree > div:nth-child(2) {
  padding: 1.5rem;
}

.INFORMATIONS-content {
  position: relative;
  box-sizing: border-box; /* padding과 border를 전체 크기에 포함 */
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto; /* 스크롤을 부모가 아닌 페이지에서 발생시키기 위해 높이를 auto로 설정 */
  grid-template-rows: auto; /* 행 높이를 콘텐츠에 따라 자동으로 조절 */
  position: sticky;
  top: calc(var(--header-height) + var(--header-height));
  width: 100%;
  padding: 1rem 1rem 5rem 1rem;
  gap: 2rem 1rem;
}

.INFORMATIONS-text {
  box-sizing: border-box; /* padding과 border를 전체 크기에 포함 */

  padding: 0;
  /* border: 2px solid black; */
  border-top: 0;
  /* border-right: 1px solid black; */
  border-bottom: 0;
  position: sticky;
  align-self: start; /* 그리드 아이템을 시작 부분에 고정 */
  font-family: "Pretendard";
}
.INFORMATIONS-text.timeLine p {
  max-width: 15rem;
}
.INFORMATIONS-text h1 {
  padding: 0;
}

.graph {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.graphAbsolute-group .graph {
  height: 50px;
  margin-bottom: 0rem;
}
.graphAbsolute-group .graph .graph-label .value {
  font-size: 2rem;
}
.graphAbsolute-group .graph .graph-label span.color {
  font-family: "Pretendard";
}

/* 연한 전체 */
.graph-under {
  position: absolute;
  inset: 0;
  background-image: url("./media/svg/graphUnder_v2.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
}
.graph-over .graph-label {
  left: auto;
  right: -6.5rem;
  color: #4e3486 !important;
}
.graph-under .graph-label {
  left: auto;
  right: 8px;
  color: #4e3486;
}
/* 진한 영역 */
.graph-over {
  position: absolute;
  inset: 0;
  width: 0%;
  background-image: url("./media/svg/graphOver_v2.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  transition: width 1.6s cubic-bezier(0.2, 0, 0, 1);
  /* overflow: hidden; */
}

.graphAbsolute-group .graph-over {
  background-image: url("./media/svg/graphOverSmall_v2.svg");
}
.graphAbsolute-group .graph-under {
  background-image: url("./media/svg/graphUnderSmall_v2.svg");
}
.color {
  color: #4e3486;
}
/* 숫자 */
.graph-label {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;

  font-weight: 500;
  z-index: 2;
  pointer-events: none;
  font-family: "ABCGROW-AC" !important;
}
.antigraph-label {
  font-family: "ABCGROW-AC" !important;
}
.graph-label .unit {
  font-size: 32px;
  margin-left: 4px;
}
.antigraph-label {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #4e3486;
  font-size: 64px;
  font-weight: 500;
  z-index: 2;
  pointer-events: none;
}

.antigraph-label .unit {
  font-size: 32px;
  margin-left: 4px;
}
.item-title {
  color: #4e3486;
  font-weight: bold;
  font-size: 1.15em;
}

.itemDesc {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Pretendard";
  margin-bottom: 0.25rem;
}
.INFORMATIONS-text.maptitle {
  padding: 40px 0 20px;
  grid-column: span 4;
}
.INFORMATIONS-text.maptitle {
  padding: 40px 0 20px;
  grid-column: span 4;
  width: 100%;
}
.INFORMATIONS-text.maptitle .item-title {
  text-align: center;
}
.gridDiv {
  display: grid;
  grid-template-columns: 5rem 8rem auto;
  gap: 0rem 1rem;
  align-items: start;
}
.gridDiv > * {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
}
.gridDiv div {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-all;
}
.gridDiv div:nth-child(2) {
  text-align: right;
}
.gridDiv .countNum {
  font-size: 1.2rem;
}

.flexDiv > * {
  flex-basis: 50%;
}
.small-1 .infoImg {
  width: 80%;
  height: auto;
  margin-top: 10px;
}
.small-2 .infoImg {
  width: 80%;
  height: auto;
  margin-top: 10px;
}

.small-3 .infoImg {
  width: 80%;
  height: auto;
  margin-top: 10px;
}

.small-4 .infoImg {
  width: 80%;
  height: auto;
  margin-top: 10px;
}
.infoImgFullWidth {
  grid-column: 1/7;
  width: 100%;
  padding: 0rem 2rem 2rem 2rem;

  z-index: -5;
}
.INFORMATIONS-text img {
  width: 20%;
  height: auto;
  margin-bottom: 20px;
}

.INFORMATIONS-content .line-separator {
  width: calc(100% - 32px);
  margin-left: 16px;
  margin-right: 16px;
}

.INFORMATIONS-content .line-separator.twoCol {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.columnTwo {
  grid-template-columns: 1fr 1fr;
}
.item-text {
  font-family: "Pretendard";
}
.item-text strong {
  font-size: inherit;
  color: #4e3486;
  margin-top: 1rem;
  display: inline-block;
}
.item-text ul li {
  margin-left: 1rem;
  list-style-type: "ㆍ";
}
.columnThree {
  grid-column: 2/5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px 0px 0px 0px;
}
.section-WINDCHARM img {
  padding: 10px;
}
.fullwidthContent {
  grid-column: 1/8;
  position: relative;
}
.INFORMATIONS-text p {
  text-decoration: underline;
  text-underline-offset: -0.75em;
  text-decoration-thickness: 1.25em;
  text-decoration-color: white;
}
.absPos1 {
  position: absolute;
  width: 15%;
  left: 72%;
  top: 65%;
}
.absPos2 {
  grid-column: unset;

  position: absolute;
  width: 15%;
  left: 19%;
  top: 23%;
}
.absPos3 {
  grid-column: unset;

  position: absolute;
  width: 15%;
  left: 27%;
  top: 5%;
}
.absPos4 {
  grid-column: unset;

  position: absolute;
  width: 15%;
  left: 45%;
  top: 50%;
}

.absPos5 {
  grid-column: unset;

  position: absolute;
  width: 15%;
  left: 37%;
  top: 5%;
}
.absPos6 {
  grid-column: unset;

  position: absolute;
  width: 15%;
  left: 45%;
  top: 5%;
}

.schoolabsPos1 {
  position: absolute;
  top: 40%;
  left: 70%;
}

.schoolabsPos2 {
  position: absolute;
  top: 60%;
  left: 80%;
}

.schoolabsPos3 {
  position: absolute;
  top: 20%;
  left: 10%;
}
.schoolabsPos4 {
  position: absolute;
  top: 50%;
  left: 19%;
}

.schoolabsPos5 {
  position: absolute;
  top: 30%;
  left: 38%;
}

.schoolabsPos6 {
  position: absolute;
  top: 70%;
  left: 30%;
}

.schoolabsPos7 {
  position: absolute;
  bottom: -20px;

  justify-self: center;
  text-align: center;
}

.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.col3 td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-right: 1.5rem;
  line-height: 1.4rem;
}

.sticky {
  position: sticky;
  top: calc(var(--header-height) + var(--header-height));
  align-self: start; /* 그리드 아이템을 시작 부분에 고정 */
}

.sixFr {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dept {
  font-weight: bold;
  color: #4e3486;
}
.line {
  display: flex;
  gap: 10px;
}

.name {
  font-weight: bold;
}

.column {
  padding-right: 1rem;
}

.column * {
  border-bottom: 1px solid black;
  padding-bottom: 0.2rem; /* 밑줄과 텍스트 간격 */
  padding-right: 1rem;
}
.fullwidth {
  grid-column: 1/5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 0.2rem; /* 밑줄과 텍스트 간격 */
  position: relative;
}
.span-2 {
  grid-column: span 2;
}
.span-1 {
  grid-column: span 1;
}
.row-2 {
  grid-row: span 2;
}
.gridCol-1-2 {
  grid-column: 1/2;
}
.gridCol-2-3 {
  grid-column: 2/3;
}
.gridCol-3-5 {
  grid-column: 3/5;
}
/* .container {
	display: table;
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
}

.row {
	display: table-row;
	border-bottom: 1px solid black;
}

.cell {
	display: table-cell;
	border: 0px 1px 0px 0px solid black;
	/* padding: 10px; */
/* padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	vertical-align: top;
} */

.header .cell {
  font-weight: bold;
  border-bottom: 1px solid black;
}

.region {
  color: #4e3486;
  font-weight: bold;
  padding-right: 2rem;
}
.total {
  grid-column: 2/4;
}

.footerUnder {
  padding-bottom: 0rem;
  padding-top: 1rem;
}

.fullwidth .domestcifooter {
  padding-top: 2rem;
  border-bottom: 1px solid #4e3486;
  grid-template-columns: repeat(6, 1fr);
}
.domestic th {
  width: 15%;
  height: 3rem;
}
.domestic .fiveCols ul li {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.circleColored {
  display: inline-block; /* 인라인 블록으로 설정 */
  width: 1rem;
  height: 1rem;

  margin-right: 10px;
  vertical-align: middle;
  background-image: url("./media/svg/graphOverUnit_v2.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.circleGrey {
  display: inline-block; /* 인라인 블록으로 설정 */
  width: 1rem;
  height: 1rem;

  margin-right: 10px;
  vertical-align: middle;
  background-image: url("./media/svg/graphUnderUnit_v2.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.schools p .NationLabel {
  background-color: white;
  display: inline-block;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
}
.schools p {
  display: inline-block;
  line-height: 1;
}
.schools p strong {
  font-family: "ABCGROW-AC";
  font-size: 3rem;
  margin-left: 0.25em;
}
.schools p strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: calc(100% + 10px);
  height: 4.5rem;
  z-index: -1;
  background: white;
}
table {
  width: 100%;
  border-collapse: collapse; /* 테두리 겹침 제거 */
  margin: 10px 0 10px 0px;
  text-align: start;
  text-justify: start;
  vertical-align: top;
  font-size: 0.85rem;
  line-height: 1.2rem;
  table-layout: auto;
}

th,
td {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  padding-right: 1.5rem;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  word-wrap: break-word;
}

tr {
  width: 100%;
}

td * {
  vertical-align: top;
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.tableHead {
  font-weight: bold;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #4e3486;
}

th {
  font-weight: bold;
  text-align: left;
}
.highlight {
  color: #4e3486; /* 주황색 글자 */
  font-weight: bold;
}
.fiveCols {
  grid-column: 1/7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
.fiveCols .column {
  padding: 0;
  border-bottom: solid 1px #4e3486;
  height: fit-content;
  padding-bottom: 1rem;
}
.fiveCols .column li {
  border-bottom: none;
  list-style: "ㆍ";
  margin-left: 1rem;
}
.fiveCols .column li:first-child {
  border-bottom: solid 1px #4e3486;
  margin-left: 0rem;
  list-style: none;
  text-align: left;
  font-weight: 700;
}
.fiveCols .column li:nth-child(2) {
  margin-top: 1rem;
}
#col2 > div {
  grid-template-columns: 1fr 1fr;
}
.longTable {
  font-family: "Pretendard";
}
.longTable.figure .tableRow {
  grid-template-columns: 4rem 1fr;
}
.longTable.gridFour {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.longTable.gridFour > div {
  display: block;
}
.longTable.gridTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cls-2 {
  fill: #d3d3d4; /* 기본 색상 */
  transition: fill 0.5s ease; /* 색상 변환을 부드럽게 적용 */
}
.cls-2.active {
  fill: #4e3486; /* 스크롤 후 변경될 색상 */
}

/* Footer----------------------------------------------------- */

footer {
  width: 100%;
  display: flex;
  height: var(--footer-height); /* 변수 사용 */
  box-sizing: border-box;
  padding: 20px 0px 20px 0px;

  display: flex;
  justify-content: center; /* 내용 가운데 정렬 */
  align-items: flex-start;
  top: 0;
  z-index: 1000;
}
.PRImg {
  width: 100%;
}
.footer-item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center; /* 가로 중앙 정렬 */
  line-height: 140%;
  color: white;
  font-size: var(--font-size-small);
}
.link-container {
  display: flex;
  flex-direction: column;
  justify-content: start;
  color: white;
}
.link-container a {
  color: white;
  font-size: var(--font-size-small);
}
/* 각 꼭지점에 원 배치 */
.top-left {
  top: 0px;
  left: 0px;
  transform: translate(-50%, -50%);
}

.top-right {
  top: 0px;
  right: 0px;
  transform: translate(50%, -50%);
}

.line-separatorMo {
  display: none;
}
.organization {
  border-bottom: 0;
}
.count {
  border-bottom: 0;
}
#domesticWeb {
  display: block;
}
#domesticMo {
  display: none;
}

.longTable {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.longTable.evenColumn > div {
  grid-template-columns: 1fr 1fr;
}
.longTable.RankColumn > div {
  grid-template-columns: 5rem 1fr 5rem;
}
.RankColumn .highlight {
  border-style: double;
  border-width: 4px 0 2px 0;
  border-bottom: double 4px #4e3486 !important;
  background-color: rgba(78, 52, 134, 0.25);
}
.RankColumn > div {
  border-bottom: 1px solid #4e3486 !important;
}
.longTable > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #4e3486;
}

.longTableThree > div {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #4e3486;
}
.longTableThree > .country {
  padding-top: 0;
  padding-bottom: 0;
}

.tableRow > div:nth-child(1) {
  grid-column: 1/2;
}
.tableRow > div:nth-child(2) {
  grid-column: 2/4;
}

.tableRow {
  border-bottom: 1px solid black;
}

.longTableThree .country {
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.2rem;
  display: grid;
  grid-template-columns: 7em 3em 2fr;
  border: 0;
}
.tableCell {
  padding: 0.2em 0;
  line-height: 1.2;
  font-family: "Pretendard";
}
.country .tableCell {
  padding: 0.2rem 0;
  line-height: 1.2;
  font-family: "Pretendard";
}
.country > div:nth-child(1) {
  grid-row: 1 / 20;
  grid-column: 1/ 2;
}

.col2 {
  grid-column: 3/5;
}

/* .longTableThree .tableRow {
	grid-template-columns: 1fr 1fr 1fr 1fr;
} */

.longTableThree * {
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.country > div {
  border-bottom: 1px solid #4e3486;
}

.tableCell {
  padding-right: 0.5rem;
}
.tableCell ul li {
  list-style-type: "ㆍ";
}
ul.research {
  margin-top: 1rem;
}
.research li {
  list-style-type: "ㆍ";
  margin-left: 1rem;
}
#gifted .tableRow {
  grid-template-columns: 1fr 1fr 2fr;
}

.longTableThree > .tableRow > div:nth-child(1) {
  grid-column: 1/2;
}
.longTableThree > .tableRow > div:nth-child(2) {
  grid-column: 2/3;
}
.longTableThree > .tableRow > div:nth-child(3) {
  grid-column: 3/5;
}
.longTableThree > .tableRow > div:nth-child(5) {
  grid-column: 3/5;
}

.longTableThree ul {
  padding-inline-start: 0.8rem;
  padding-inline-end: 0.8rem;
}

.row2 {
  grid-row: span 2;
}
.boderTop {
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid #4e3486;
}

.tableRow.wideIndex > div:nth-child(1) {
  grid-column: 1/3;
}
.tableRow.wideIndex > div:nth-child(2) {
  grid-column: 3/4;
}
.tableRow.wideIndex > div:nth-child(3) {
  grid-column: 4/5;
}

.gridFour > .rowspan:nth-of-type(7) {
  grid-row: 2 / 20;
  grid-column: 3/4;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0.5rem;
}
.gridFour > .rowspan:nth-of-type(8) {
  grid-row: 2 / 20;
  grid-column: 4/5;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 0.5rem;
}
.countNum {
  font-size: 4rem;
  font-family: "ABCGROW-AC";
}
.compare {
  font-size: 4rem;
  font-family: "ABCGROW-AC";
}
.gridDiv .countNum {
  font-family: "ABCGROW-C";
}
.flexDiv .countNum {
  font-size: 1.25rem;
}
.onMo {
  display: none;
}

.onPC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.normalTxt {
  line-height: 1;
  display: inline-block;
}
.onlyPC {
  display: block;
}

.col3Margin {
  columns: 100px 3;
  margin-left: 1.5rem;
}
.pcOnly {
  display: block;
}
.moOnly {
  display: none;
}
/* Other Medium */
@media (min-width: 768px) and(max-width: 1600px) {
  .moOnly {
    display: none;
  }
  .content-area {
    grid-column: 1/7;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .content-area > div {
    grid-column: 1/9;
  }

  .content-area > .section-MESSAGE-TXT {
    grid-column: 1/5;
  }
  .content-area > .section-MESSAGE-IMG {
    grid-column: 5/9;
  }

  .content-area .small-1 {
    display: block;
    grid-column: 1/3;

    border-right: 1px solid black;
  }
  .content-area .small-2 {
    display: block;

    grid-column: 3/5;
  }
  .content-area .small-3 {
    display: block;

    grid-column: 5/7;
  }
  .content-area .small-4 {
    display: block;

    grid-column: 7/9;

    grid-template-columns: 1fr;
  }

  .content-area .medium-1 {
    display: block;
    grid-column: 1/5;
  }
  .content-area .medium-2 {
    display: block;
    grid-column: 3/5;
  }
  .content-area .medium-3 {
    display: block;
    grid-column: 5/7;
  }
  .normalTxt {
    font-size: 1rem;
    color: #000;
  }
  .INFORMATIONS-header h1 {
    padding-bottom: 0px;
  }
  .HIGHLIGHTS-header h1 {
    padding-bottom: 0px;
  }
  .onMo {
    display: block;
    width: 100%;
    height: auto;
  }
  .onPC {
    display: none;
  }
  .clip {
    position: relative;
  }
}
/* Mobile */
@media (max-width: 1024px) {
  .onlyPC {
    display: none;
  }
  .gridCol-1-2 {
    grid-column: 1/2;
  }
  .gridCol-2-3 {
    grid-column: 1/2;
  }
  .gridCol-3-5 {
    grid-column: 1/2;
  }
  .clip {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    left: 0;
    z-index: -1;
  }
  .bg-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    max-height: 100%;
    width: 200%;
    height: calc(200% - 0vh);
    transform: translateX(0px);
    transform: rotate(45deg) translate(-15vw, 30vw);
  }
  .line-separator {
    grid-column: 1/8;
    width: 100%;
    height: 1px;
    background-color: black;
  }
  :root {
    --header-height: 50px;
    --footer-height: 500px;
  }
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 1.5rem;
    font-weight: 500;
    /* padding-bottom: 0.8rem; */
  }
  h1.font-colored {
    font-size: 2rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
    padding-bottom: 0;
  }
  .large .Oversea {
    width: 100%;
    text-align: center;
    grid-column: span 4;
    padding: 20px;
  }
  header {
    height: var(--header-height);
    /* overflow: unset; */
  }
  .header-nav {
    display: grid;
    grid-template-columns: 50px 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    height: var(--header-height);
    border-left: 0px;
    border-right: 0px;
  }

  .header-nav.open .menu-toggle .menuIcon {
    background-image: url("media/x.svg");
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #menu-toggle {
    padding: 14px;
    border-right: solid 1px #4e3486;
  }

  .menuIcon {
    background-image: url("media/hamburger.svg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .menu-container {
    /* overflow: hidden; */
    opacity: 0;
    height: 0;
    display: none;
    transition: opacity 1s ease;
  }

  .menu-toggle {
    display: flex; /* 햄버거 메뉴 버튼을 표시 */
    cursor: pointer;
    font-size: 24px;
    grid-column: 1/2;
    /* border: 1px solid black; */
    align-items: center; /* 세로 중앙 정렬 */
    justify-content: center; /* 가로 중앙 정렬 (선택 사항) */
    height: var(--header-height);
    z-index: 500;
  }

  .current-page {
    display: flex;
    font-size: 18px;
    grid-column: 2 / 7;

    align-items: center;
    color: #4e3486;
    justify-content: start;
    height: var(--header-height);
    z-index: 500;
    padding: 20px;
  }
  .section-item p {
    width: 80%;
  }
  .section-item p.smalltext {
    width: 100%;
    padding-left: 20%;
    margin-top: 20px;
  }
  .section-item:last-child {
    margin-bottom: 80px;
  }
  .header-nav.open {
    display: grid;
    height: var(--header-height);
    background-color: #fff;
    z-index: 1000;
    border: none;
  }
  .section-MESSAGE-IMG {
    padding-left: 0;
  }

  .header-nav.open > div:nth-child(7) {
    z-index: 10;
  }

  .header-nav.open > div:nth-child(6) {
    z-index: 11;
  }

  .header-nav.open > div:nth-child(5) {
    z-index: 12;
  }
  .header-nav.open > div:nth-child(4) {
    z-index: 13;
  }

  .titleEn {
    padding: 20px;
  }
  /* 햄버거 메뉴가 열릴 때 메뉴 아이템들을 표시 */
  .header-nav.open > .menu-container {
    grid-column: 1/7;
    display: flex;
    height: var(--header-height);
    background-color: #fff;
    z-index: 500;
    border-top: 1px solid #4e3486;
    opacity: 1;
    transition: opacity 1s ease;

    /* padding: 10px; */
  }

  .header-nav.overflow-hidden > .menu-container {
    overflow: hidden;
  }

  .menu-container > a {
    width: 100%;
  }
  .menu-item {
    border: 0px;
  }
  #last-container {
    display: none;
  }

  .overlay {
    position: absolute;
    z-index: 5;
  }
  .overlay.visible {
    visibility: visible; /* 오버레이 보이기 */
  }

  header > .circle.bottom-left {
    left: 0px;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transform: translate(0, 50%);
  }

  header > .circle.bottom-right {
    right: 0px;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transform: translate(0, 50%);
  }

  .top-left {
    top: 0;
    left: 0;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transform: translate(0, -50%);
  }

  .top-right {
    top: 0;
    right: 0;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transform: translate(0, -50%);
  }

  .bottom-left {
    bottom: 0;
    left: 0;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    transform: translate(0, 50%);
  }

  .bottom-right {
    bottom: 0;
    right: 0;
    width: 6px;
    height: 12px;
    border-radius: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    transform: translate(0, 50%);
  }

  .grid-container {
    width: 100%;
    /* border-left: 2px solid black;
		border-right: 2px solid black; */
  }

  .content-area {
    grid-column: 1/7;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "img"
      "txt";
  }

  .section-PRIDE {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-MUSIC {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-DRAMA {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-FILM {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-DANCE {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-VISUAL {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-TRADITIONAL {
    grid-column: 1/7;

    display: grid;
    gap: 0px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-WINDCHARM {
    grid-column: 1/7;
    display: flex;
    height: auto;

    position: relative;
    background-color: #4e3486;
    padding: 20px 20px 20px 20px;
    flex-direction: column;
  }

  .section-WINDCHARM > :nth-child(1) {
    flex-direction: column;
  }

  .section-WINDCHARM > :nth-child(1) > img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .section-WINDCHARM > :nth-child(4) > img {
    width: 100%;
  }
  .windCharmTxt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  .section-item {
    position: relative;
    grid-column: 1/7;
    border: 0 solid black;
    border-top: 0px;
    border-bottom: 0px;
  }
  .section-WINDCHARM img {
    padding: 0;
  }
  .section-text {
    padding: 16px;
  }

  .onMo {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
  }
  .onMo h1 {
    padding-top: 1rem;
  }
  .onPC {
    display: none;
  }

  .caption {
    grid-column: 1/7;
    display: flex;
    flex-direction: column-reverse;
  }

  .section-MESSAGE-TXT {
    position: relative;
    grid-area: txt;

    grid-column: 1/7;
    padding: 20px 20px 40px 20px;
    border-top: 0px;
    border: none;
    border-bottom: 0px;
  }
  .section-MESSAGE-IMG {
    position: relative;
    grid-area: img;
    padding: 0;
    grid-column: 1/7;
    border: 2px solid black;
    border-top: 0px;
    border: none;
    border-bottom: 0px;
  }
  .section-MESSAGE-IMG h1 {
    margin-top: 5vh;
  }
  .MESSAGE-IMG {
    display: block;

    width: 100%;
  }

  .section-HIGHLIGHTS {
    box-sizing: border-box;
    background-color: white;

    grid-column: 1/7;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center; /* 세로 중앙 정렬 */
    justify-items: center; /* 가로 중앙 정렬 */
    border-left: 0px solid black;
    border-right: 0px solid black;
    border-top: 0px;
    border-bottom: 1px solid black;

    /* border-bottom: 2px; */
    /* height: var(--header-height); */
  }
  .section-HIGHLIGHTS > div:nth-child(2) {
    overflow-x: hidden;
  }

  .HIGHLIGHTS-header {
    /* overflow: hidden; */
    border-bottom: 1px solid #4e3486;
  }
  .HIGHLIGHTS-content {
    grid-column: 1/7;
    grid-template-columns: 1fr;
    grid-template-areas:
      "img"
      "txt";
  }

  .HIGHLIGHTS-text {
    grid-column: 1/7;
    top: 0;
    position: relative;
    padding: 16px 16px 24px 16px;
    grid-area: txt;
    margin-bottom: 80px;
  }
  .HIGHLIGHTS-image {
    grid-column: 1/7;
    width: 100%;
    position: relative;
    border: 0px;
    grid-area: img;
  }

  .carousel {
    position: relative;
    width: 100%; /* 원하는 너비로 설정 */
    margin: auto;
    overflow: hidden; /* 넘치는 부분 숨김 */
  }

  .carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    transition: transform 0.5s ease;
    grid-column: 1/7;
    flex-wrap: nowrap;
  }

  /* .carousel img {
		width: 100%;
		display: block;
	} */

  .image-wrapper > .caption {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1em;
    height: 15%;
    background-color: #fff;
    color: black;
    border: 1px solid black;
    border-left: 0px;
    border-right: 0px;
    justify-content: center;
  }

  /* Slick 슬라이드 컨테이너에 비율 고정 */
  .slick-slide {
    width: 100%;
    aspect-ratio: 1 / 1; /* 원하는 비율로 설정 */
    overflow: hidden;
    display: flex; /* 중앙 정렬을 위해 */
    justify-content: center;
    align-items: center;
    background-color: white;
  }

  /* 이미지 비율을 유지하면서 컨테이너를 채움 */
  .slick-slide img {
    width: 100%;
    height: 85%;
    object-fit: contain; /* 이미지 비율을 유지하면서 컨테이너에 채움 */
  }
  .image-wrapper > .caption > .smalltext {
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    margin: 0;
  }
  .slick-prev {
    border: 0;
    background-color: rgba(1, 1, 1, 0);
    position: absolute;
    width: 35px;
    height: 35px;
    top: 40%;
    left: 10px;
    z-index: 1;
    background-image: url("media/arrowLeft.png");
    background-size: cover;
  }
  .slick-next {
    border: 0;
    background-color: rgba(1, 1, 1, 0);
    position: absolute;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 40%;
    right: 10px;
    z-index: 1;
    background-image: url("media/arrowRight.png");
    background-size: cover;
  }

  .slick-prev::before,
  .slick-next::before {
    content: ""; /* 버튼 텍스트를 빈 내용으로 설정 */
  }

  footer {
    width: 100%;
    display: flex;
    height: fit-content;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    border-left: 0px;
    border-right: 0px;
    justify-content: center;
    align-items: flex-start;
    top: 0;
    z-index: 1000;
    flex-direction: column;
    gap: 20px;
    background-color: #4e3486;
  }

  .footer-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; /* 가로 중앙 정렬 */
    line-height: 140%;
  }
  .footer-item:nth-last-child(-n + 2) {
    display: none;
  }

  .link-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  #timeLineFirst {
    padding-bottom: 0;
  }
  #timeLineSecond {
    padding-top: 0;
  }
  .section-INFORMATIONS {
    grid-column: 1/7;
    /* padding: 20px 20px 40px 20px; */
    border-left: 0px solid black;
    border-top: 0px;
    border-right: 0px solid black;
    border-bottom: 1px solid black;
  }

  .section-INFORMATIONS > div:nth-child(2) {
    overflow-x: hidden;
  }

  .INFORMATIONS-header {
    /* overflow-x: hidden; */
    border-bottom: 1px solid #4e3486;
    height: calc(var(--header-height));
  }

  .INFORMATIONS-content {
    grid-template-columns: 1fr;
    padding: 0px;
    gap: 1rem 1rem;
    margin-bottom: 2rem;
  }
  .medium-1 .INFORMATIONS-content {
    grid-template-columns: 1fr;
  }
  .INFORMATIONS-text {
    grid-column: 1/2;
    padding: 16px;
  }
  .sixFr > div {
    grid-column: unset;
  }
  .columnThree {
    grid-template-columns: 1fr;
    grid-column: 1/2;
  }

  .col3 > div:nth-child(1) {
    padding-bottom: 0px;
  }
  .col3 > div:nth-child(1) > table {
    margin-bottom: 0px;
  }
  .col3 > div:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .col3 > div:nth-child(2) > table {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .col3 > div:nth-child(3) {
    padding-top: 0px;
  }
  .col3 > div:nth-child(3) > table {
    padding-top: 0px;
    margin-top: 0px;
  }

  .sticky {
    position: static;
  }
  ul {
    padding-inline-start: 0;
    padding-inline-end: 0.8rem;
  }

  .sixFr {
    grid-template-columns: 1fr 1fr;
  }
  .line-separatorMo {
    display: block;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #000;
    justify-self: center;
    grid-column: 1/2;
  }

  .fullwidth {
    grid-column: 1/2;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .domestcifooter {
    grid-template-columns: 1fr;
  }
  .domestcifooter div {
    grid-column: auto;
  }

  .column {
    padding-bottom: 1rem;
    gap: 10px;
  }

  .absPos1 {
    grid-column: 1/2;
    position: static;
    width: auto;
    padding: 1rem;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .absPos2 {
    grid-column: 2/3;
    position: static;
    width: auto;

    padding: 1rem;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .absPos3 {
    grid-column: 3/4;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }
  .absPos4 {
    grid-column: 1/2;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }

  .absPos5 {
    grid-column: 2/3;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }
  .absPos6 {
    grid-column: 3/4;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }

  .schoolabsPos1 {
    grid-column: 1/2;
    position: static;
    width: auto;
    padding: 1rem;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .schoolabsPos2 {
    grid-column: 2/3;
    position: static;
    width: auto;

    padding: 1rem;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .schoolabsPos3 {
    grid-column: 3/4;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }
  .schoolabsPos4 {
    grid-column: 1/2;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }

  .schoolabsPos5 {
    grid-column: 2/3;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }
  .schoolabsPos6 {
    grid-column: 3/4;

    position: static;
    width: auto;
    padding: 1rem;

    top: 0;
    left: 0;
    bottom: 0;
  }
  .schoolabsPos7 {
    position: static;
    grid-column: 1/5;

    justify-self: center;
    text-align: center;
  }
  .schoolabsPos7 h1 {
    padding-bottom: 1.5rem;
  }
  .itemDesc {
    font-size: 12px;
  }
  /* .INFORMATIONS-header .itemDesc {
		padding-bottom: 0.8rem;
	} */
  .columnThree > div:nth-child(1) {
    padding: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .columnThree > div:nth-child(2) {
    padding: 1.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .fullwidthContent {
    grid-column: 1/2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .fiveCols {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr;
  }
  #domestcifooter {
    grid-column: 3/4;
    display: grid;
    padding-top: 0;
  }
  #domestic {
    display: none;
  }
  #domesticMo {
    display: block;
  }
  #domesticMo .column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #domesticMo .column .organization {
    grid-column: 1/3;
  }
  .domestic > div {
    padding-right: 0;
  }
  .domestic > div > div {
    padding-right: 0;
  }
  #organizationspan {
    grid-column: 1/3;
  }
  .organization {
    padding-right: 0;
  }
  .count {
    padding-right: 0;
  }
  .footerUnder {
    grid-column: 1/4;
    padding-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid black;
    margin-top: 1rem;
  }
  .footerUnder > div:nth-child(2) {
    grid-column: 3/4;
  }
  .INFORMATIONS-header h1 {
    padding-bottom: 0px;
  }
  .HIGHLIGHTS-header h1 {
    padding-bottom: 0px;
  }

  .col3Margin {
    columns: 100px 2;
    margin-left: 0;
  }
  .schools p {
    text-align: center;
  }
  .schools p strong::after {
    display: none;
  }
  .gridDiv {
    display: grid;
    grid-template-columns: 4.5rem 7rem auto;
    gap: 0 0.5rem;
    align-items: start;
  }
  .gridDiv.under {
    grid-template-columns: 3rem 3rem auto;
    gap: 0 0.5rem;
    align-items: start;
  }
  span.value {
    font-size: 2rem;
  }
  .antigraph-label {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #4e3486;
    font-weight: 500;
    z-index: 2;
    pointer-events: none;
    font-family: "ABCGROW-AC" !important;
    font-size: 15px;
  }
  .graph {
    height: 80px;
  }
  .graphAbsolute-group .graph {
    height: 45px;
  }
  .graph-over span.value {
    font-size: 3rem;
  }
  .graph-over .graph-label {
    right: -8.5rem;
  }
  .pcOnly {
    display: none;
  }
  .maptitle {
    position: absolute;
    padding-top: var(--header-height);
    margin-top: 30px;
  }
  .infoImgFullWidth {
    padding: 5rem 2rem 2rem 2rem;
  }
  .INFORMATIONS-text img {
    margin: 0;
  }
  .moOnly {
    display: block;
  }
  .topBtn {
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .INFORMATIONS-text.maptitle {
    padding: 40px 0 20px;
    grid-column: span 4;
    width: 100%;
  }
  .INFORMATIONS-text.maptitle .item-title {
    text-align: center;
  }
}
