@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
  src: url("../font/Pretendard-Black.woff2") format("woff2");
}
@font-face {
  font-family: "GT-Walsheim";
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0020-002F, U+003A-007F;
  src: url("../font/GT-Walsheim-Regular.otf") format("opentype");
}
@font-face {
  font-family: "GT-Walsheim";
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0020-002F, U+003A-007F;
  src: url("../font/GT-Walsheim-Medium.otf") format("opentype");
}
@font-face {
  font-family: "GT-Walsheim";
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0020-002F, U+003A-007F;
  src: url("../font/GT-Walsheim-Bold.otf") format("opentype");
}
html {
  font-family: "GT-Walsheim", "Pretendard", sans-serif;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.04em;
  word-break: keep-all;
  overflow-x: hidden;
  position: relative;
}
@media (max-width: 1200px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

input, button {
  cursor: pointer;
  border: 0;
  background: 0;
}

::placeholder {
  font-family: "Pretendard";
}

em, i {
  font-style: normal;
}

ol, ul, li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  display: none;
}

textarea {
  border: 0;
}

input[type=file] {
  display: none;
}

i, label {
  display: inline-block;
}

img {
  max-width: 100%;
}

h1, h2, h3, strong, b, .bold, .tit {
  font-weight: 600;
}

:root {
  --radius-md: 20px;
}

@media (max-width: 1200px) {
  :root {
    --radius-md: 10px;
  }
}
.fc_blue {
  color: #2888f4 !important;
}

.fc_white {
  color: #ffffff !important;
}

.bk_blue {
  background: #2888f4 !important;
  color: #ffffff !important;
  border-color: #2888f4 !important;
}

.bd_black {
  border: 1px solid #000000 !important;
  background: none !important;
}

h2 {
  font-size: 30px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 15px;
  }
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.relative {
  position: relative;
}

.underline, .underline:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.normal {
  font-weight: normal !important;
}

small {
  color: #999999;
  font-size: 14px;
}
@media (max-width: 768px) {
  small {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .mo_hidden {
    display: none !important;
  }
}

.mo_block {
  display: none;
}
@media (max-width: 768px) {
  .mo_block {
    display: block;
  }
}

.no_scroll {
  overflow: hidden;
}

.btn {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 100px;
  color: #000000;
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  transition: all 0.3s ease;
}
.btn.xs {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn.xs {
    font-size: 12px;
  }
}
.btn.sm {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn.sm {
    font-size: 12px;
  }
}
.btn.md {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .btn.md {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .btn.md {
    font-size: 14px;
  }
}
.btn.lg {
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .btn.lg {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .btn.lg {
    font-size: 14px;
  }
}                           
.btn.full {
  width: 100%;
}
.btn.flex {
  gap: 10px;
}
@media (max-width: 1200px) {
  .btn.xs {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
  }
  .btn.sm {
    height: 40px;
    line-height: 40px;
  }
  .btn.md {
    height: 45px;
    line-height: 45px;
  }
  .btn.lg {
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .btn.md {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .btn.lg {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
}

.checkbox, .radio {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkbox input, .radio input {
  border: 1px solid #eee;
  width: 26px;
  height: 26px;
  appearance: none;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
}
.checkbox input:disabled, .radio input:disabled {
  background: #f5f5f5;
  cursor: default;
}

.checkbox input {
  border-radius: 5px;
}
.checkbox input:checked {
  border: none;
  background: #2888f4;
}
.checkbox input:checked::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 6px;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  outline: none;
}

.radio input {
  border-radius: 100px;
}
.radio input:checked {
  border-color: #2888f4;
}
.radio input:checked::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #2888f4;
  border-radius: 100px;
}

.select {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 30px 0px 15px;
  height: 50px;
  appearance: none;
  width: 100%;
  background: url("../../images/ic_select.svg") no-repeat right 15px center;
  background-size: contain;
  background-size: 10px auto;
  background-color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .select {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .select {
    font-size: 14px;
  }
}
.select.md {
  width: 200px;
}
.select.sm {
  width: 125px;
}
@media (max-width: 768px) {
  .select {
    padding: 0 20px 0 10px;
    height: 45px;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item .img {
  position: relative;
  overflow: hidden;
}
.item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.item:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}

.table {
  width: 100%;
  border-top: 2px solid #2888f4;
}
.table.fixed {
  table-layout: fixed;
}
.table th, .table td {
  padding: 15px;
  border: 1px solid #eee;
}
.table th {
  background: #f8f9fa;
  color: #2888f4;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .table th, .table td {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .table_scroll table th, .table_scroll table td {
    white-space: nowrap;
  }
}
input[type=text], textarea {
  resize: none;
  overflow-y: auto;
  width: 100%;
  font-family: "Pretendard";
  font-size: 16px;
}
@media (max-width: 1200px) {
  input[type=text], textarea {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  input[type=text], textarea {
    font-size: 14px;
  }
}

input[type=text]::placeholder, textarea::placeholder {
  color: #bebebe;
  font-size: 16px;
}
@media (max-width: 1200px) {
  input[type=text]::placeholder, textarea::placeholder {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  input[type=text]::placeholder, textarea::placeholder {
    font-size: 14px;
  }
}

@keyframes arrow_blue {
  0%, 100% {
    background-position: left calc(50% - 2px) center;
  }
  50% {
    background-position: left calc(50% + 2px) center;
  }
}
@keyframes fadeUp {
  0% {
    opacisty: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fade8 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes mouse {
  0% {
    transform: translateY(2px);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
.ic_header {
  width: 20px;
  height: 20px;
  background: url("../../images/ic_header.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .ic_header {
    width: 15px;
    height: 15px;
  }
}

header h1 {
  width: 185px;
}
header img {
  vertical-align: middle;
}
header .main_header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .main_header img {
  filter: brightness(0) invert(1);
}
header .main_header .text {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .header {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
header .header ul {
  display: flex;
  gap: 50px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 1200px) {
  header .header ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  header .header ul {
    font-size: 14px;
  }
}
header .header ul .active {
  color: #2888f4;
}
header .mo_menu {
  display: none;
  z-index: 99990;
  position: relative;
}
@media (max-width: 768px) {
  header h1 {
    width: 135px;
  }
  header h1 a {
    display: flex;
  }
  header .ic_header {
    display: none;
  }
  header .main_header {
    padding-right: 50px;
  }
  header .header {
    padding: 17px 0;
  }
  header .header ul {
    display: none;
  }
  header .mo_menu {
    display: block;
    margin-left: 10px;
  }
  header .mo_menu button {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999 !important;
    background: #000000;
    padding: 10px;
    transition: background-color 0.3s ease;
  }
  header .mo_menu .all_btn {
    width: 20px;
    height: 20px;
    position: relative;
  }
  header .mo_menu .bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
  }
  header .mo_menu .bar.top {
    top: 3px;
  }
  header .mo_menu .bar.middle {
    top: 50%;
    transform: translateY(-50%);
  }
  header .mo_menu .bar.bottom {
    bottom: 3px;
  }
  header .mo_menu .menu_list {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    z-index: 9;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 0 30px;
  }
  header .mo_menu .menu_list li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  header .mo_menu .menu_list li .tit {
    margin-top: 5px;
    font-size: 30px;
  }
}
@media (max-width: 768px) and (max-width: 1200px) {
  header .mo_menu .menu_list li .tit {
    font-size: 26px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header .mo_menu .menu_list li .tit {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  header .mo_menu.active .bar.top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .mo_menu.active .bar.middle {
    opacity: 0;
  }
  header .mo_menu.active .bar.bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  header .mo_menu.active .menu_list {
    transform: translateX(0);
  }
  header .mo_menu.active .menu_list li {
    opacity: 1;
    transform: translateY(0);
  }
  header .mo_menu.active .menu_list li:nth-child(1) {
    transition-delay: 0.3s;
  }
  header .mo_menu.active .menu_list li:nth-child(2) {
    transition-delay: 0.4s;
  }
  header .mo_menu.active .menu_list li:nth-child(3) {
    transition-delay: 0.5s;
  }
  header .mo_menu.active .menu_list li:nth-child(4) {
    transition-delay: 0.6s;
  }
}

footer {
  padding: 100px 0 50px;
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .menu {
  display: flex;
  gap: 20px;
  font-weight: bold;
}
footer .info {
  margin: 30px 0 20px;
  display: flex;
  gap: 20px;
}
footer .info dl {
  display: flex;
  gap: 10px;
}
footer .info dt {
  font-weight: bold;
  font-family: "Pretendard";
}
footer .copy {
  color: #999999;
}
footer h1 {
  width: 185px;
}
@media (max-width: 1200px) {
  footer .inner {
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }
  footer .info {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  footer .info dl:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 70px 0 30px;
  }
  footer .menu {
    flex-wrap: wrap;
    gap: 5px 20px;
  }
  footer .info {
    gap: 5px 20px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  gap: 30px;  /* 100px에서 50px로 줄임 - 섹션 간 간격 조정 */
}
.main .radio_box .flex {
  padding: 50px;
}
.main .radio_box ul {
  gap: 100px;
}
@media (max-width: 1200px) {
  .main {
    gap: 40px;  /* 70px에서 40px로 줄임 */
  }
  .main .radio_box ul {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .main {
    gap: 30px;  /* 50px에서 30px로 줄임 - 모바일 */
  }
  .main .radio_box .flex {
    padding: 30px 15px;
    gap: 15px;
  }
  .main .radio_box ul {
    gap: 15px;
  }
}

.main_title {
  margin-bottom: 50px;
}
.main_title .sub_tit {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .main_title .sub_tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .main_title .sub_tit {
    font-size: 15px;
  }
}
.main_title h2 {
  font-weight: bold;
  line-height: 1.3;
  color: #000000;
  margin-top: 20px;
  font-size: 35px;
}
@media (max-width: 1200px) {
  .main_title h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .main_title h2 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .main_title {
    margin-bottom: 30px;
  }
  .main_title .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .main_title .tit {
    margin-top: 10px;
  }
}

.sub_tit {
  color: #2888f4;
}

.link_btn {
  border: 1.9px solid #827d7d;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: #ffffff;
  position: relative;
  transition: all 0.3s ease;
  clip-path: inset(0 0 0 0 round 50px);
  z-index: 2;
  cursor: pointer;
  color: #000000;
  font-weight: 500;
}
.link_btn svg {
  width: 18px;
  height: 18px;
}
.link_btn .hover_box {
  position: absolute;
  top: -2px;
  left: auto;          /* ✅ left: -2px 제거 */
  right: 100%;         /* ✅ 오른쪽을 기준으로 완전히 밖으로 */
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #2888f4;
  z-index: -1;
  overflow: hidden;
}
.link_btn:hover {
  border-color: #2888f4;
  color: #ffffff;
}
.link_btn:hover svg * {
  stroke: #ffffff;
}
.link_btn:hover .hover_box {
  right: -2px;
}
@media (max-width: 1200px) {
  .link_btn {
    gap: 20px;
  }
  .link_btn svg {
    width: 15px;
    height: 15px;
  }
}

.main_visual {
  height: 100vh;
  min-height: 800px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.main_visual img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  filter: brightness(1.15) contrast(1.05) saturate(1.1);
}
.main_visual img.trans {
  transition: all 2s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}

.main_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main_visual .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
  padding-bottom: 100px;
  z-index: 2;
}
.main_visual p {
  color: #ffffff;
  line-height: 1;
}
.main_visual p.sub_tit {
  animation: fadeUp 1s forwards;
  opacity: 0;
  animation-delay: 0.5s;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .main_visual p.sub_tit {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .main_visual p.sub_tit {
    font-size: 20px;
  }
}
.main_visual p.title {
  font-weight: bold;
  margin: 30px 0 40px;
  animation: fadeUp 1s forwards;
  opacity: 0;
  animation-delay: 1s;
  font-size: 70px;
}
@media (max-width: 1200px) {
  .main_visual p.title {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .main_visual p.title {
    font-size: 40px;
  }
}
.main_visual p.text {
  line-height: 1.5;
  animation: fade8 1s forwards;
  opacity: 0;
  animation-delay: 1.5s;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .main_visual p.text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .main_visual p.text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .main_visual {
    min-height: auto;
    height: 100vh;
  }
  .main_visual .inner {
    padding-bottom: 30px;
  }
  .main_visual p.title {
    margin: 20px 0 30px;
  }
}

.iconmouse {
  position: absolute;
  bottom: 30px;
  right: 50px;
  z-index: 1;
  width: 20px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 100px;
}
.iconmouse::before {
  content: "SCROLL";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  letter-spacing: 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .iconmouse::before {
    font-size: 10px;
  }
}
.iconmouse .ball {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 100%;
  animation: mouse 1.5s ease-out infinite;
}
@media (max-width: 768px) {
  .iconmouse {
    display: none;
  }
}

.main_menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.main_menu .item {
  aspect-ratio: 285/450;
  padding: 40px 25px;
  border-radius: var(--radius-md);
  position: relative;
  overflow: hidden;
}
.main_menu .item:nth-child(1) {
  background: url("../../images/main_menu01.png") no-repeat center;
  background-size: contain;
}
.main_menu .item:nth-child(2) {
  background: url("../../images/main_menu02.png") no-repeat center;
  background-size: contain;
}
.main_menu .item:nth-child(3) {
  background: url("../../images/main_menu03.png") no-repeat center;
  background-size: contain;
}
.main_menu .item:nth-child(4) {
  background: url("../../images/main_menu04.png") no-repeat center;
  background-size: contain;
}
.main_menu .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.main_menu .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
.main_menu .item p {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  line-height: 1;
  color: #ffffff;
}
.main_menu .item p.sub_tit {
  margin-bottom: 20px;
  white-space: nowrap;
}
.main_menu .item p.tit {
  margin-bottom: 20px;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .main_menu .item p.tit {
    font-size: 20px;
  }
}
.main_menu .item p.text {
  display: none;
  line-height: 1.5;
}
.main_menu .item i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #ffffff !important;
  background-size: 24px 24px !important;
  border-radius: 100px;
}
.main_menu .item i.menu_item01 {
  background: url("../../images/menu_item01.svg") no-repeat center;
  background-size: contain;
}
.main_menu .item i.menu_item02 {
  background: url("../../images/menu_item02.svg") no-repeat center;
  background-size: contain;
}
.main_menu .item i.menu_item03 {
  background: url("../../images/menu_item03.svg") no-repeat center;
  background-size: contain;
}
.main_menu .item i.menu_item04 {
  background: url("../../images/menu_item04.svg") no-repeat center;
  background-size: contain;
}
.main_menu .item:hover {
  background: #2888f4;
}
.main_menu .item:hover::before, .main_menu .item:hover::after {
  content: none;
}
.main_menu .item:hover .sub_tit {
  height: 0;
  opacity: 0;
  margin: 0;
}
.main_menu .item:hover .text {
  display: block;
}
.main_menu .item:hover i {
  background: url("../../images/arrow_blue.svg") no-repeat center;
  background-size: contain;
  background-size: 18px 18px !important;
  animation: arrow_blue 1s infinite;
}
@media (max-width: 1200px) {
  .main_menu {
    gap: 10px;
  }
  .main_menu .item {
    padding: 30px 20px;
  }
  .main_menu .item i {
    width: 40px;
    height: 40px;
    background-size: 20px 20px !important;
  }
  .main_menu .item:hover i {
    background-size: 15px 15px !important;
  }
}
@media (max-width: 768px) {
  .main_menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0;
  }
  .main_menu .item {
    border-radius: 0;
    padding: 20px 10px;
  }
  .main_menu .item i {
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background-size: 16px 16px !important;
  }
}

.main_news {
  background: #f8f9fa;
  padding: 100px 0;
}
@media (max-width: 1200px) {
  .main_news {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .main_news {
    padding: 50px 0;
  }
}

.news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}
.news_list .item .img {
  padding-bottom: 66.67%;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
}
.news_list .item p {
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_list .item p.tit {
  margin: 10px 0;
  height: 60px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .news_list .item p.tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .news_list .item p.tit {
    font-size: 15px;
  }
}
.news_list .item p.text {
  margin-bottom: 20px;
  height: 45px;
  color: #666666;
}
@media (max-width: 1200px) {
  .news_list {
    gap: 40px 15px;
  }
  .news_list .item p.tit {
    height: 50px;
  }
  .news_list .item p.text {
    height: 40px;
  }
}
@media (max-width: 768px) {
  .news_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .news_list .item .img {
    margin-bottom: 15px;
  }
  .news_list .item p.tit {
    height: 42px;
  }
  .news_list .item p.text {
    margin-top: 15px;
  }
}

.main_pbn {
  display: grid;
  grid-template-columns: 350px auto;
  align-items: flex-start;
}
.main_pbn .main_title {
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .main_pbn {
    grid-template-columns: 315px auto;
  }
}
@media (max-width: 768px) {
  .main_pbn {
    grid-template-columns: 1fr;
  }
  .main_pbn .main_title {
    position: relative;
    top: 0;
  }
}
.main_pbn .pbn_list {
  grid-template-columns: repeat(2, 1fr);
}
.main_pbn .pbn_list .tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .main_pbn .pbn_list .tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .main_pbn .pbn_list .tit {
    font-size: 15px;
    white-space: normal;
  }
}

.pbn_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
.pbn_list .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  align-items: flex-start;
}
.pbn_list .item .img {
  aspect-ratio: 415/582;
  border: 1px solid #eee;
  width: 100%;
}
.pbn_list .item .img img {
  min-width: auto;
  min-height: auto;
}
.pbn_list .item .nation {
  display: flex;
  gap: 5px;
  margin-bottom: -10px;
}
@media (max-width: 1200px) {
  .pbn_list {
    gap: 40px 15px;
  }
  .pbn_list .item {
    gap: 15px;
  }
  .pbn_list .nation {
    margin-bottom: -5px;
  }
}
@media (max-width: 768px) {
  .pbn_list {
    gap: 30px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .pbn_list .item {
    gap: 15px;
  }
}

.nation_blt {
  padding: 0 7px;
  height: 25px;
  line-height: 25px;
  border-radius: 5px;
  background: #2888f4;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 768px) {
  .nation_blt {
    font-size: 12px;
  }
}

.main_sda {
  background: #000000;
  padding: 100px 0;
  margin: 0 20px;
  border-radius: var(--radius-md);
}
.main_sda .inner {
  display: grid;
  grid-template-columns: 350px auto;
}
@media (max-width: 1200px) {
  .main_sda {
    padding: 70px 0;
  }
  .main_sda .inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .main_sda {
    padding: 50px 0;
    margin: 0;
    border-radius: 0;
  }
}

.sda_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}
.sda_list .item {
  min-width: 0;
}
.sda_list .item .hover_bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.sda_list .item .hover_bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  background: #2888f4;
}
.sda_list .item .tit {
  margin-top: 10px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .sda_list .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sda_list .item .tit {
    font-size: 15px;
  }
}
.sda_list .item:hover .hover_bar::before {
  transform: translateX(0);
}
@media (max-width: 1200px) {
  .sda_list {
    gap: 40px 15px;
  }
}
@media (max-width: 768px) {
  .sda_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .sda_list .item .hover_bar {
    height: 1px;
    margin-bottom: 15px;
  }
}

.radio_box .flex {
  padding: 35px;
  border-radius: var(--radius-md);
  background: #f8f9fa;
}
.radio_box .tit {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .radio_box .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .radio_box .tit {
    font-size: 14px;
  }
}
.radio_box i {
  width: 25px;
  height: 25px;
  background: url("../../images/ic_satisfaction.svg") no-repeat left center;
  background-size: contain;
}
.radio_box ul {
  display: flex;
  gap: 50px;
}
@media (max-width: 1200px) {
  .radio_box i {
    width: 20px;
    height: 20px;
  }
  .radio_box ul {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .radio_box .flex {
    padding: 20px 15px;
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .radio_box .flex > div {
    width: 100%;
  }
  .radio_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .radio_box button {
    align-self: center;
  }
}

.sub {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .sub {
    gap: 30px;
  }
}

.location {
  border-bottom: 1px solid #eee;
  background: #f8f9fa;
  position: relative;
  z-index: 7;
}
.location .inner {
  display: flex;
}
.location .home {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.location .home i {
  font-size: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background: url("../../images/ic_home.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .location { position: sticky; z-index: 50; }
  .location .inner {
    display: grid;
    grid-template-columns: 45px 1fr 1fr;                    /* 1열=홈 고정폭 */
    align-items: center;
    padding: 0;
    gap: 0;
  }
  .location .home {
    grid-column: 1 / 2;
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    overflow: visible;
    z-index: 2;
  }
  .location .home a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; height: 100%;
    position: relative;
    pointer-events: auto;                                   /* 클릭 막힘 방지 */
  }
  .location .home i {
    display: block;
    background: url("/images/ic_home.svg") no-repeat center / contain;
    text-indent: -9999px; overflow: hidden;
  }
}

.option_li {
  border-right: 1px solid #eee;
  position: relative;
}
.option_li .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 250px;
  padding: 0 20px;
  transition: all 0.3s ease;
}
.option_li .option.active {
  background: #ffffff;
  color: #2888f4;
}
.option_li .option.active .ic_arrow {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .option_li {
    max-width: 250px;
  }
  .option_li .option {
    height: 45px;
    width: auto;
    padding: 0 10px;
  }
}

.option_box {
  position: absolute;
  top: 60px;
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #eee;
  z-index: 999;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.option_box li + li {
  border-top: 1px solid #eee;
}
.option_box a {
  display: block;
  padding: 15px 20px;
}
.option_box a:hover {
  color: #2888f4;
}
@media (max-width: 768px) {
  .option_box {
    top: 45px;
  }
  .option_box a {
    padding: 10px;
  }
}

.ic_arrow {
  width: 10px;
  height: 10px;
  background: url("../../images/ic_select.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease-in-out;
}

.menu_tab {
  text-align: center;
}
.menu_tab ul {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 100px;
}
.menu_tab a {
  color: #999999;
  font-weight: 600;
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .menu_tab a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .menu_tab a {
    font-size: 14px;
  }
}
.menu_tab a.active {
  color: #ffffff;
  background: #2888f4;
  border-color: #2888f4;
}
@media (max-width: 768px) {
  .menu_tab ul {
    padding: 5px;
  }
  .menu_tab a {
    padding: 10px 15px;
  }
}

.list_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.list_wrap .title {
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  color: #000000;
  font-size: 25px;
}
@media (max-width: 1200px) {
  .list_wrap .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .list_wrap .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.country_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 50px 20px;
}
.country_list .item {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 15px;
}
.country_list .item:hover {
  transform: translateY(-10px);
}
.country_list .item .img {
  padding-bottom: 67%;
  width: 100%;
}
.country_list .item .img img {
  min-height: auto;
}
.country_list .item .img:hover img {
  transform: translate(-50%, -50%);
}
.country_list .item .tit {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .country_list .item .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .country_list .item .tit {
    font-size: 14px;
  }
}
.country_list .item label {
  background: #f5f5f5;
  display: inline-block;
  padding: 5px 10px;
  color: #666666;
  border-radius: 100px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .country_list .item label {
    font-size: 10px;
  }
}
@media (max-width: 1200px) {
  .country_list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .country_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .country_list .item label {
    padding: 5px 10px;
  }
}

.detail_page {
  display: grid;
  grid-template-columns: 250px auto;
  align-items: flex-start;
  gap: 30px;
}
.detail_page.full {
  grid-template-columns: 1fr !important;
}
.detail_page .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.detail_page .title p {
  margin-bottom: 10px;
  color: #2888f4;
}
.detail_page .title h2, .detail_page .title h3 {
  font-weight: bold;
  color: #000000;
}
.detail_page .title span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .detail_page {
    grid-template-columns: 180px auto;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .detail_page {
    grid-template-columns: 1fr;
  }
  .detail_page .title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.detail_side {
  position: sticky;
  top: 20px;
  z-index: 5;
}
.detail_side .logo {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.detail_side .name .tit {
  margin-top: 10px;
}
.detail_side .name span {
  color: #999999;
  font-size: 14px;
}
@media (max-width: 768px) {
  .detail_side .name span {
    font-size: 12px;
  }
}
.detail_side .name img {
  vertical-align: middle;
}
.detail_side .region_tit {
  text-align: center;
}
.detail_side .mo_drop {
  display: none;
}
.detail_side ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail_side ul li {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}
.detail_side ul a {
  display: block;
  padding: 15px;
  transition: background-color 0.3s, color 0.3s;
}
.detail_side ul a.active {
  background: #2888f4;
  border-color: #2888f4;
  color: #ffffff;
}
.detail_side .search_box {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .detail_side {
    background: #ffffff;
    top: 0;
    margin: -10px;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .detail_side .mo_drop {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: none;
    border: none;
  }
  .detail_side .mo_drop[aria-expanded=true] .ic_arrow {
    transform: rotate(180deg);
  }
  .detail_side .mo_drop .option {
    width: 100%;
    border: 1px solid #eee;
  }
  .detail_side .mo_drop .btn {
    flex-shrink: 0;
  }
  .detail_side .name {
    display: grid;
    grid-template-columns: 100px auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  .detail_side .name .tit {
    margin-top: 0;
  }
  .detail_side .region_tit {
    text-align: left;
  }
  .detail_side ul:not(.data_chk) {
    position: absolute;
    top: 44px;
    left: 0;
    width: calc(100% - 122px);
    margin-top: 0;
    gap: 0;
    background: #ffffff;
    border: 1px solid #eee;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }
  .detail_side ul:not(.data_chk).hide {
    display: none;
  }
  .detail_side ul:not(.data_chk).show {
    opacity: 1;
    max-height: 500px;
  }
  .detail_side ul:not(.data_chk) li {
    border: none;
    border-radius: 0;
  }
  .detail_side ul:not(.data_chk) li + li {
    border-top: 1px solid #eee;
  }
  .detail_side ul:not(.data_chk) a {
    padding: 10px;
  }
  .detail_side .search_box {
    margin-top: 10px;
  }
}

.detail_cont {
  display: flex;
  flex-direction: column;
  gap: 70px;
  min-width: 0;
  position: relative;
}
.detail_cont .noti {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .detail_cont {
    gap: 30px;
  }
}

.ic_list {
  width: 15px;
  height: 15px;
  background: url("../../images/ic_list.svg") no-repeat center;
  background-size: contain;
}

.ic_book {
  width: 18px;
  height: 18px;
  background: url("../../images/ic_book.svg") no-repeat center;
  background-size: contain;
}

.country_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.country_wrap .item {
  background: #f8f9fa;
  border-radius: 5px;
  padding: 25px;
}
.country_wrap .tit {
  color: #2888f4;
  margin-bottom: 15px;
}
.country_wrap .info {
  line-height: 1.5;
}
.country_wrap .source {
  border: 1px solid #eee;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
}
.country_wrap .source p {
  font-weight: 600;
}
.country_wrap .source li {
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.country_wrap .source li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 1200px) {
  .country_wrap .item, .country_wrap .source {
    padding: 20px;
  }
  .country_wrap .tit {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .country_wrap .item, .country_wrap .source {
    padding: 15px;
  }
}

.dot_li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.dot_li li {
  position: relative;
  padding-left: 12px;
}
.dot_li li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #2888f4;
  border-radius: 100px;
}

.country_info {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.country_info.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.country_info .map_box {
  grid-row: 1/6;
  margin: 25px;
  align-self: center;
  position: relative;
}
.country_info .map_box .zoom_glass {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid #2888f4;
  background-color: #ffffff;
  background-repeat: no-repeat;
  cursor: crosshair;
  display: none;
  pointer-events: none;
  z-index: 3;
}
.country_info .map_box:hover .zoom_glass, .country_info .map_box:focus-within .zoom_glass {
  display: block;
}
.country_info .map_box .ic_zoom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: 18px 18px;
  background-color: #2888f4;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .country_info {
    grid-template-columns: 1fr 1fr;
  }
  .country_info .map_box {
    grid-column: 1/3;
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .country_info .map_box {
    margin: 0;
  }
  .country_info .map_box .ic_zoom, .country_info .map_box .zoom_glass {
    display: none !important;
  }
}

.region_info .map_box {
  grid-row: 1/4;
}
.region_info .item {
  height: 100%;
}

.ic_zoom {
  width: 18px;
  height: 18px;
  background: url("../../images/ic_zoom.svg") no-repeat center;
  background-size: contain;
}

.country_toggle {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.country_toggle .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.country_toggle .info {
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.country_toggle .toggle {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-size: 0;
  background: url("../../images/ic_select.svg") no-repeat center;
  background-size: 10px 10px;
  background-color: #d7e6ff;
  transition: transform 0.3s ease;
}
.country_toggle .item.active .info {
  display: block;
  -webkit-line-clamp: unset;
}
.country_toggle .item.active .toggle {
  transform: rotate(180deg);
}
.country_toggle .history_li li + li {
  margin-top: 5px;
}
.country_toggle .history_li div {
  display: inline-flex;
  gap: 10px;
}
.country_toggle .history_li div strong {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .country_toggle .toggle {
    width: 25px;
    height: 25px;
  }
  .country_toggle .history_li li + li {
    margin-top: 7px;
  }
}

.list_type {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list_type .item {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.list_type .item > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.list_type .item .num {
  width: 50px;
  text-align: center;
  position: relative;
  color: #666666;
  font-size: 14px;
}
@media (max-width: 768px) {
  .list_type .item .num {
    font-size: 12px;
  }
}
.list_type .item .num_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #d7e6ff;
  color: #2888f4;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .list_type .item .num_circle {
    font-size: 12px;
  }
}
.list_type .item .nation {
  color: #2888f4;
  display: block;
  margin-bottom: 5px;
}
.list_type .item .tit {
  transition: all 0.3s ease;
}
.list_type .item .date {
  flex-shrink: 0;
}
.list_type .item .date small + small {
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
.list_type .item .date small + small::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #bebebe;
}
.list_type .item div.date {
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
  justify-content: space-between;
}
.list_type .item:hover {
  border-color: #2888f4;
}
.list_type .item:hover p {
  color: #2888f4;
}
@media (max-width: 768px) {
  .list_type .item {
    flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
    align-items: flex-start;
  }
  .list_type .item .num_circle {
    width: 25px;
    height: 25px;
  }
  .list_type .item .date {
    align-self: flex-end;
  }
  .list_type .item div.date {
    flex-direction: row;
    width: calc(100% - 50px);
  }
  .list_type .item div.date small + small::before {
    top: 2px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
}
.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100px;
}
.pagination a.arrow {
  border: 1px solid #eee;
  font-size: 0;
  background-size: auto 8px !important;
}
.pagination a.first {
  background: url("../../images/ic_arrow2.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
.pagination a.prev {
  background: url("../../images/ic_arrow1.svg") no-repeat center;
  background-size: contain;
  transform: rotate(180deg);
}
.pagination a.last {
  background: url("../../images/ic_arrow2.svg") no-repeat center;
  background-size: contain;
}
.pagination a.next {
  background: url("../../images/ic_arrow1.svg") no-repeat center;
  background-size: contain;
}
.pagination a.active {
  background: #2888f4;
  color: #ffffff;
  font-weight: bold;
}
.pagination a:not(.active):hover {
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.region_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.region_list .item {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 20px;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.region_list .item:hover {
  transform: translateY(-10px);
}
.region_list .logo {
  padding-bottom: 100%;
  position: relative;
}
.region_list .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.region_list .name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.region_list .name .sub_tit {
  letter-spacing: 0.5px;
}
.region_list .name .tit {
  color: #000000;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .region_list .name .tit {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .region_list .name .tit {
    font-size: 14px;
  }
}
.region_list .name .en {
  color: #999999;
}
@media (max-width: 768px) {
  .region_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .region_list .item {
    padding: 15px 10px;
    grid-template-columns: 75px auto;
    gap: 15px;
  }
  .region_list .name {
    gap: 5px;
  }
}

.explore {
  align-items: normal;
  position: relative;
  display: block;
  margin-top: -50px;
  height: calc(100vh - 147px);
}
.explore.off {
  grid-template-columns: 1fr;
}
.explore.off .detail_side {
  display: none;
}
.explore.off .toggle_btn {
  left: 20px;
}
.explore.off .toggle_btn span {
  width: 5px;
}
.explore.off .toggle_btn svg {
  transform: none;
}
.explore.off .toggle_btn:hover span {
  width: 12px;
}
.explore .detail_side {
  padding: 20px 20px 0;
  border-right: 1px solid #eee;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #ffffff;
}
.explore .title {
  margin: 0;
  padding: 0;
  border: none;
}
.explore .title h2 {
  font-size: 25px;
}
@media (max-width: 1200px) {
  .explore .title h2 {
    font-size: 20px;
  }
}
.explore .name {
  text-align: center;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.explore .name .flag {
  width: 150px;
  margin: 0 auto;
}
.explore .name a {
  margin: 20px auto 0;
  gap: 10px;
}
.explore .name a svg {
  width: 14px;
  height: 14px;
}
.explore .toggle_btn {
  position: absolute;
  top: 52px;
  left: 245px;
  border-radius: 5px;
  border: 1px solid #bebebe;
  width: 35px;
  height: 35px;
  font-size: 0;
  display: flex;
  align-items: center;
  padding: 0 5px;
  gap: 2px;
  transition: all 0.3s ease;
  background: #ffffff;
  z-index: 5;
}
.explore .toggle_btn span {
  border-radius: 2px;
  width: 12px;
  height: 15px;
  background: #bebebe;
  transition: all 0.3s ease;
}
.explore .toggle_btn svg {
  width: 6px;
  height: 15px;
  transform: rotate(180deg);
}
.explore .toggle_btn:hover {
  border-color: #2888f4;
}
.explore .toggle_btn:hover span {
  width: 5px;
  background: #2888f4;
}
.explore .toggle_btn:hover path {
  stroke: #2888f4;
}
@media (max-width: 768px) {
  .explore {
    margin-top: -20px;
    height: calc(100vh - 106px);
  }
  .explore.off .toggle_btn {
    left: 20px;
  }
  .explore .detail_side {
    margin: 0;
    padding: 10px 10px 0;
    border-radius: 0;
  }
  .explore .detail_side .name {
    text-align: left;
    margin-top: 10px;
    padding-top: 15px;
  }
  .explore .detail_side .name .flag {
    width: 100%;
  }
  .explore .detail_side .name a {
    grid-column: 1/3;
    margin-top: 0;
  }
  .explore .toggle_btn {
    top: 24px;
  }
}

.explore_map {
  height: 100%;
}

.explore_info {
  margin-top: 30px;
}
.explore_info .item {
  margin: 0 -20px;
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #f8f9fa;
}
.explore_info .item .tit {
  display: flex;
  align-items: center;
  gap: 10px;
}
.explore_info .item .tit p {
  color: #2888f4;
}
.explore_info .item .tit .tooltip {
  margin-top: -2px;
}
.explore_info .item .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.explore_info .item .info .rank {
  flex-shrink: 0;
  color: #999999;
  font-size: 14px;
}
@media (max-width: 768px) {
  .explore_info .item .info .rank {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .explore_info {
    margin-top: 10px;
  }
  .explore_info .item {
    margin: 0 -10px;
    padding: 15px 10px;
    gap: 10px;
  }
}

.tooltip_tit {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.tooltip {
  position: relative;
  z-index: 1;
  display: flex;
}
.tooltip .ic_info {
  width: 15px;
  height: 15px;
  opacity: 0.3;
  background: url("../../images/ic_info.svg") no-repeat center;
  background-size: contain;
}

#global_tooltip {
  display: none;
  position: absolute;
  z-index: 5;
  top: 25px;
  left: 0;
  max-width: 200px;
  min-width: 120px;
  padding: 10px;
  border-radius: 5px;
  background: #d7e6ff;
  font-weight: normal;
  color: #2888f4;
  font-size: 12px;
  word-break: keep-all;
  line-height: 1.4;
}
@media (max-width: 768px) {
  #global_tooltip {
    font-size: 10px;
  }
}

.data {
  grid-template-columns: 300px auto;
}
.data .data_chk {
  display: grid;
  gap: 10px;
}
.data .data_chk.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.data .data_chk li {
  border: none;
}
.data .data_chk label {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.data .data_chk input {
  display: none;
}
.data .data_chk input:checked + label {
  border-color: #2888f4;
  background: #2888f4;
  color: #ffffff;
}
.data .detail_cont {
  gap: 30px;
}
.data .detail_cont > div:not(.radio_box, .statistics) {
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.data .detail_cont .data_box {
  padding: 15px 30px;
  border: 1px solid #ddd;
}
.data .chart_box * {
  font-family: "GT-Walsheim", "Pretendard", sans-serif;
}
.data .chart_tit {
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.data .data_slt {
  border-color: #2888f4;
  background: #d7e6ff;
  display: flex;
  gap: 30px;
}
.data .data_slt.center {
  justify-content: center;
}
.data .data_slt > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.data .data_slt .date_slt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.data .data_slt p {
  font-weight: 600;
  color: #000000;
  flex-shrink: 0;
}
.data .data_slt .option_li {
  background: #ffffff;
  border-radius: 5px;
}
.data .data_slt .option_li.md {
  width: 200px;
}
.data .data_slt .option_li.sm {
  width: 125px;
}
.data .data_slt .option_li .option {
  padding: 0 15px;
  height: 50px;
  width: 100%;
}
.data .data_slt .option_li .option_box {
  top: 50px;
}
.data .data_slt .option_li .option_box a {
  padding: 15px;
}
.data #chart1 {
  height: 500px;
}
@media (max-width: 1200px) {
  .data {
    grid-template-columns: 250px auto;
  }
  .data .detail_cont .data_slt {
    gap: 20px;
    padding: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .data .detail_cont .data_slt .date_slt, .data .detail_cont .data_slt .option_li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .data {
    grid-template-columns: 1fr;
  }
  .data .data_chk {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #eee;
    grid-template-columns: repeat(2, 1fr);
    max-height: 150px;
    overflow: auto;
  }
  .data .data_chk label {
    padding: 10px;
  }
  .data .detail_cont {
    gap: 20px;
  }
  .data .detail_cont > div:not(.radio_box, .statistics) {
    padding: 15px 10px;
  }
  .data .detail_cont .data_slt {
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .data .detail_cont .data_slt > div {
    display: grid;
    grid-template-columns: 90px auto;
    gap: 0;
  }
  .data .detail_cont .data_slt .option_li .option {
    padding: 0 10px;
    height: 45px;
  }
  .data .detail_cont .data_slt .option_li .option_box {
    top: 45px;
  }
  .data .detail_cont .data_slt .option_li .option_box a {
    padding: 10px;
  }
  .data #chart1 {
    height: 400px;
  }
}

.reset_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.reset_tab .reset {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #ddd;
}
.reset_tab .reset svg {
  width: 20px;
  height: 20px;
  margin: 2px 0 0 2px;
}
@media (max-width: 1200px) {
  .reset_tab .reset {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .reset_tab {
    justify-content: start;
    gap: 20px;
  }
  .reset_tab .reset {
    width: 30px;
    height: 30px;
  }
  .reset_tab .reset svg {
    width: 15px;
    height: 15px;
  }
}

.sub_tab {
  display: inline-flex;
  background: #f5f5f5;
  border-radius: 100px;
  padding: 10px;
}
.sub_tab button {
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .sub_tab button {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sub_tab button {
    font-size: 14px;
  }
}
.sub_tab button.active {
  color: #2888f4;
  font-weight: bold;
  background: #ffffff;
}
@media (max-width: 1200px) {
  .sub_tab {
    padding: 7px;
  }
  .sub_tab button {
    padding: 10px 15px;
  }
}

.ic_download {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../../images/ic_download.svg") no-repeat center;
  background-size: contain;
}

.ic_file {
  width: 20px;
  height: 20px;
  background: url("../../images/ic_file.svg") no-repeat center;
  background-size: contain;
}

.search_box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #eee;
  background: #f8f9fa;
  margin: 0 auto;
  max-width: 500px;
}
.search_box button {
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url("../../images/ic_search.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .search_box {
    height: 45px;
  }
  .search_box button {
    width: 20px;
    height: 20px;
  }
}

.left_menu a {
  display: block;
}
.left_menu a.active {
  color: #2888f4;
  font-weight: 600;
}
.left_menu a:hover {
  color: #2888f4;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.left_menu .depth1 {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}
.left_menu .depth1 > li {
  border-top: 1px solid #eee;
}
.left_menu .depth1 > li > a {
  padding: 15px 0;
}
.left_menu .depth1 .toggle_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left_menu .depth1 .toggle_menu.show i {
  transform: rotate(180deg);
}
.left_menu .depth2 {
  margin: 0;
  padding: 0 20px;
  border-radius: 5px;
  background: #f8f9fa;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.left_menu .depth2 li {
  padding-left: 10px;
  position: relative;
}
.left_menu .depth2 li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.left_menu .depth2 li + li {
  margin-top: 15px;
}
.left_menu .toggle_menu.show + .depth2 {
  max-height: 500px;
  opacity: 1;
  margin-bottom: 15px;
  padding: 20px;
}
@media (max-width: 768px) {
  .left_menu {
    display: none;
  }
}

.board_cont {
  gap: 50px;
}
.board_cont .title {
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 0;
}
.board_cont .title > div {
  width: 100%;
}
.board_cont .title div:not(.nation) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.board_cont .title span {
  margin: 0;
}
.board_cont .title small {
  position: relative;
  padding-left: 10px;
}
.board_cont .title small::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #bebebe;
}
.board_cont .nation {
  grid-column: 1/3;
  display: flex;
  align-items: center;
  gap: 10px;
}
.board_cont .nation .nation_blt {
  background: #d7e6ff;
  color: #2888f4;
}
@media (max-width: 768px) {
  .board_cont .title {
    align-items: center;
  }
  .board_cont .title > div:not(.nation) {
    flex-direction: column;
    gap: 20px;
  }
  .board_cont .title .nation {
    justify-content: center;
  }
}

.attach_box {
  border-radius: 5px;
  background: #d7e6ff;
  padding: 20px;
  display: grid;
  grid-template-columns: 100px auto;
}
.attach_box .tit {
  padding: 10px 0;
}
.attach_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.attach_box ul li {
  max-width: 100%;
}
.attach_box ul a {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}
.attach_box ul i {
  flex-shrink: 0;
}
.attach_box ul p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .attach_box {
    padding: 15px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .attach_box .tit {
    padding: 0;
  }
}

.post_nav {
  border-top: 1px solid #000000;
}
.post_nav dl {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.post_nav dl > * {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .post_nav dl {
    grid-template-columns: 70px auto;
  }
  .post_nav dl > * {
    padding: 10px;
  }
}

.pbn_detail {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 30px;
}
.pbn_detail .img {
  border: 1px solid #eee;
}
.pbn_detail .btn_box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.pbn_detail .text_box {
  padding: 20px;
  border-radius: 5px;
  background: #f8f9fa;
}
@media (max-width: 768px) {
  .pbn_detail {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pbn_detail .img_box {
    width: 200px;
    margin: 0 auto;
  }
  .pbn_detail .btn_box {
    flex-direction: column;
  }
  .pbn_detail .text_box {
    padding: 20px 15px;
  }
}

.scroll_wrapper {
  display: flex;
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
  max-height: 90vh;
  overflow: hidden;
}
.scroll_wrapper .sticky_col_wrap {
  min-width: 200px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.scroll_wrapper .sticky_col_wrap .sticky_header {
  padding: 15px 30px 15px 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.scroll_wrapper .sticky_col_wrap .sticky_cell {
  padding: 15px 30px 15px 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  background: #d7e6ff;
  border-top: 1px solid #eee;
}
.scroll_wrapper .table_scroll {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll_wrapper .table_scroll .grid_cell:not(.sticky_header) {
  border-top: 1px solid #eee;
}
.scroll_wrapper .table_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  min-width: 600px;
}
.scroll_wrapper .grid_cell {
  padding: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.scroll_wrapper .sticky_header {
  position: sticky;
  top: 0;
  background: #2888f4;
  color: #ffffff;
  font-weight: 600;
  z-index: 4;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scroll_wrapper .sort_icon svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .scroll_wrapper {
    max-height: 80vh;
  }
  .scroll_wrapper .sticky_col_wrap {
    min-width: auto;
  }
  .scroll_wrapper .table_scroll {
    padding: 0;
  }
}

/*# sourceMappingURL=africa.css.map */
/*  여기 아래 새로 추가한 css */
/*  SUB 드롭다운이 정상 보이도록 강제 오버라이드 */
.sub .location {
  position: relative;
  overflow: visible;
  z-index: 10; /* 햄버거 메뉴보다 낮게 */
}

.option_li {
  position: relative;
  z-index: 10;
}

/* 드롭다운 기본 숨김 */
.option_box.hide {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* 드롭다운 보임 상태 */
.option_box.show {
  display: block;
  opacity: 1;
  max-height: 500px;             /* 여유 있는 높이 */
  overflow: visible;
  visibility: visible;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* ========================================
   리포트 페이지 스타일
   ======================================== */

/* 리포트 페이지 섹션 간격 조정 */
body.main {
  gap: 30px !important;  /* 50px에서 30px로 */
}

.detail_cont {
  gap: 30px !important;  /* 기본 70px에서 30px로 */
}

/* 빈 결과 스타일 */
.empty_result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  min-height: 400px;
  background: #fafafa;
  border-radius: 12px;
  margin: 20px 0;
  width: 100%;
  grid-column: 1 / -1; /* 그리드 전체 너비 차지 */
}

/* 썸네일형 영역 빈 결과 */
.pbn_list .empty_result {
  grid-column: 1 / -1; /* 그리드의 모든 열을 차지 */
}

.empty_icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.5;
}

.empty_text {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.empty_subtext {
  font-size: 14px;
  color: #666;
}

/* 국가 목록 국기 이미지 음영 효과 */
.country_list .item .img {
  padding-bottom: 67%;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
}

.country_list .item:hover .img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Explore 페이지 국기 이미지 음영 */
.explore .name .flag img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* 국가 상세 페이지 국기 이미지 음영 */
.detail_side .name .flag img {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* 지역기구 목록 로고 이미지 음영 */
.region_list .logo {
  padding-bottom: 100%;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.region_list .item:hover .logo {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* 반응형: 태블릿 */
@media (max-width: 1200px) {
  body.main {
    gap: 20px !important;  /* 40px에서 20px로 */
  }
}

/* 반응형: 모바일 */
@media (max-width: 768px) {
  body.main {
    gap: 15px !important;  /* 30px에서 15px로 */
  }
  
  .detail_cont {
    gap: 20px !important;
  }
  
  .empty_result {
    padding: 60px 20px;
    min-height: 250px;
  }
  
  .empty_icon {
    font-size: 48px;
    margin-bottom: 15px;
  }
  
  .empty_text {
    font-size: 16px;
  }
  
  .empty_subtext {
    font-size: 13px;
  }

  .nation-list-wrapper,
  .region-list-wrapper {
    max-height: 500px;
    overflow-y: auto;
  }

  .nation-list-wrapper #nationList,
  .region-list-wrapper #regionList {
    max-height: none !important;
    overflow: visible !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
  }

  /* 반응형 - 모바일 */
  @media (max-width: 768px) {
    /* 시각화 페이지에서는 sticky 해제 */
    .data .detail_side {
      position: relative !important;
      top: auto !important;
      background: none !important;
      border-bottom: none !important;
      margin: 0 !important;
      padding: 0 !important;
    }

    .nation-list-wrapper,
    .region-list-wrapper {
      max-height: 250px;
      overflow-y: auto;
      margin-top: 10px;
      border: 1px solid #eee;
      border-radius: 5px;
      padding: 10px;
    }

    .nation-list-wrapper #nationList,
    .region-list-wrapper #regionList {
      margin-top: 0 !important;
      border: none !important;
      padding: 0 !important;
      max-height: none !important;
      overflow: visible !important;
    }
  }
}