@charset "utf-8";

/* ----------------------------------
Name: main.css
Version: 1.0
-------------------------------------*/

/* MainVisual */
.main_visual_slide_wrap {
  position: relative;
}
.main_visual_slide .slide_item {
  height: 790px;
  margin-top: 140px;
}
.main_visual_slide .slide_item.slide_item02 {
  z-index: 9999;
}
.main_visual_slide_wrap .slide_pagination {
  position: absolute;
  top: 185px;
  right: 20px;
  padding: 7px 13px 10px 13px;
  background: #fff;
  border-radius: 50px;
  z-index: 1;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 3px !important;
  background: #acacac !important;
  opacity: inherit !important;
}
.swiper-pagination-bullet-active {
  width: 40px !important;
  background: #3874cd !important;
  border-radius: 20px !important;
}
.controlBtn {
  width: 10px;
  height: 15px;
  background: url("../../images/front/icon/icon_pause.png") no-repeat center
    center;
  margin-left: 7px;
}
.controlBtn.on {
  width: 10px;
  height: 15px;
  background: url("../../images/front/icon/icon_play02.png") no-repeat center
    center;
  margin-left: 7px;
}

.slide_con {
  position: relative;
}
.slide_con .tit_cont {
  position: relative;
  z-index: 9;
}
.slide_item01 .slide_con .tit_cont {
  position: absolute;
  top: 150px;
  left: 65%;
  transform: translateX(-50%);
}
.slide_con .tit_cont .tit01 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #111;
  margin-bottom: 5px;
}
.slide_con .tit_cont .tit02 {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.slide_con .tit_cont .tit03 {
  display: block;
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.slide_con .tit_cont .allnum {
  margin-top: 40px;
  margin-bottom: 120px;
}
.slide_con .tit_cont .allnum .tit {
  margin-bottom: 5px;
}
.slide_con .tit_cont .allnum .tit .num {
  font-size: 43px;
  font-weight: 800;
  color: #111;
}
.slide_con .tit_cont .allnum .text {
}
.slide_con .tit_cont .btn_more {
  display: inline-block;
  position: relative;
  padding: 15px 50px 15px 40px;
  border-radius: 50px;
  background-color: #386ed2;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.slide_con .tit_cont .btn_more::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 9px;
  height: 15px;
  background: url("../../images/front/main/icon_dot02.png") no-repeat center
    center;
  transform: translate(0, -50%);
}

/* MainVisual-차단지원 */
.slide_item.slide_item01 {
  background: #eef2fb;
}
.slide_item.slide_item01 .tit_cont02 {
  margin-bottom: 30px;
}
.slide_item.slide_item01 .tit_cont02 .box {
  width: 300px;
  background: #fff;
  border-radius: 20px;
  padding: 15px 30px;
  margin-bottom: 10px;
  border: 1px #d9dde5 solid;
}
.slide_item.slide_item01 .tit_cont02 .box li {
  position: relative;
  padding: 15px 0;
}
.slide_item.slide_item01 .tit_cont02 .box li:first-child {
  border-bottom: 1px #ddd solid;
}
.slide_item.slide_item01 .tit_cont02 .box p {
  font-size: 15px;
}
.slide_item.slide_item01 .tit_cont02 .box .num {
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 25px;
  font-weight: 800;
  color: #05134c;
  letter-spacing: -1px;
}
.slide_item.slide_item01 .tit_cont02 .tit {
  color: #7c7c7c;
}

.shop_box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  padding-top: 610px;
  margin: 0 auto;
}
.shop_box .tit_area {
  position: relative;
  color: #fff;
  margin-bottom: 15px;
}
.shop_box .tit_area .tit01 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  color: #222;
}
.shop_box .tit_area .tit02 {
  color: #666;
}
.shop_box .shop_in_list {
  width: 82%;
}
.shop_box .shop_in_list ul {
  display: flex;
  flex-wrap: nowrap;
}
.shop_box .shop_in_list ul li {
  position: relative;
  overflow: hidden;
  flex: 1;
  margin: 0 0.6%;
  border-radius: 15px;
  border: 2px #222 solid;
  text-align: center;
}
.shop_box .shop_in_list ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 70px;
  background: #fff;
}
.shop_box .shop_in_list ul li .title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 250px;
  height: 50px;
}
.shop_box .shop_in_list li .count {
  height: 50px;
  padding-top: 12px;
  background-color: #1f4ead;
  font-size: 21px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}
.shop_box .shop_in_list li .count em {
  padding-left: 3px;
  font-size: 0.937rem;
  font-weight: 500;
}

/* .shop_box{position: relative;display: flex;justify-content: space-between;align-items: center;max-width: 1500px;padding-top: 590px;margin: 0 auto;}
.shop_box .tit_area{position: relative;color: #fff;margin-bottom: 15px;}
.shop_box .tit_area .tit01{margin-bottom: 20px; font-size: 32px; font-weight: 700; color: #222;}
.shop_box .tit_area .tit02{color: #666;}
.shop_box .shop_in_list {width: 82%;}
.shop_box .shop_in_list ul {overflow: hidden;display: flex;flex-wrap: nowrap;border-radius: 15px;border: 3px #222 solid;}
.shop_box .shop_in_list ul li{position: relative;overflow: hidden;flex: 1;height: 130px;text-align: center;border-right: 3px #222 solid;}
.shop_box .shop_in_list ul li:last-child{border-right: none;}
.shop_box .shop_in_list ul li .title{display: flex;align-items: center;justify-content: space-around;height: 70px;background: #fff;}
.shop_box .shop_in_list ul li .title:before{content: '';position: absolute;top:5px;left:50%;width: 250px;height: 50px;}
.shop_box .shop_in_list li .count {height: 60px;padding-top: 13px;background: #4079e3;border-top: 3px #222 solid;font-size: 20px;font-weight: 800;color: #fff;letter-spacing: 0;}
.shop_box .shop_in_list li .count em {padding-left: 3px; font-size: 0.937rem;font-weight: 500;} */

.main_map {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 703px;
  margin-left: -960px;
  background: url("../../images/front/main/map.png") no-repeat 0 0;
}
.main_map .world_name {
  position: relative;
}
.main_map .world_name li {
  position: relative;
  z-index: 9999;
}
.main_map .world_name li .nation {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 10px 0 40px;
  background: #fff;
  border: 2px #000 solid;
  border-radius: 50px;
}
.main_map .world_name li .nation::before {
  top: 5px;
  left: 6px;
}
.main_map .world_name .name01 {
  position: absolute;
  top: 187px;
  left: 600px;
}
.main_map .world_name .name02 {
  position: absolute;
  top: 68px;
  left: 74px;
}
.main_map .world_name .name03 {
  position: absolute;
  top: 175px;
  left: 785px;
}
.main_map .world_name .name04 {
  position: absolute;
  top: 293px;
  left: 477px;
}
.main_map .world_name .name05 {
  position: absolute;
  top: 305px;
  left: 630px;
}
.main_map .world_name .name06 {
  position: absolute;
  top: 248px;
  left: 702px;
}
.main_map .world_name .name07 {
  position: absolute;
  top: 290px;
  left: 590px;
}
.main_map .world_name .name03 p,
.main_map .world_name .name04 p,
.main_map .world_name .name07 p {
  position: absolute;
  top: -20px;
  left: -30px;
  width: 200px;
}
.main_map .world_name .name08 {
  position: absolute;
  top: 310px;
  left: 706px;
}
.main_map .world_name .name09 {
  position: absolute;
  top: 347px;
  left: 602px;
}
.main_map .world_name .name10 {
  position: absolute;
  top: 370px;
  left: 604px;
}
.main_map .world_name .name11 {
  position: absolute;
  top: 382px;
  left: 693px;
}
.main_map .world_name .name12 {
  position: absolute;
  top: 150px;
  right: 350px;
}
.main_map .world_name .name13 {
  position: absolute;
  top: 340px;
  right: 190px;
}
.main_map .world_name .name14 {
  position: absolute;
  top: 430px;
  right: 90px;
}
.main_map .world_name .name15 {
  position: absolute;
  top: 140px;
  left: 150px;
}
.main_map .world_name .name16 {
  position: absolute;
  top: 95px;
  left: 100px;
}
/* .main_map .world_name .name16 p{position: absolute;bottom:-40px;left:-20px;width: 200px;} */
.main_map .world_name .name17 {
  position: absolute;
  top: 503px;
  left: 768px;
}
.main_map .world_name .name18 {
  position: absolute;
  top: 60px;
  right: 400px;
}
.main_map .world_name .name01 .nation,
.main_map .world_name .name06 .nation,
.main_map .world_name .name08 .nation,
.main_map .world_name .name11 .nation {
  position: absolute;
  top: -50px;
  left: 30px;
}
.main_map .world_name .name01 .circle::before,
.main_map .world_name .name06 .circle::before,
.main_map .world_name .name08 .circle::before,
.main_map .world_name .name11 .circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: 50px;
  height: 1px;
  background-color: #333;
  transform: rotate(-40deg);
  transform-origin: left center;
}
.main_map .world_name .name05 .nation {
  position: absolute;
  bottom: -50px;
  right: 80px;
}
.main_map .world_name .name05 .circle::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: #333;
  transform: rotate(-15deg);
  transform-origin: right center;
}
.main_map .world_name .name09 .nation {
  position: absolute;
  bottom: -60px;
  right: 30px;
}
.main_map .world_name .name09 .circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 60px;
  height: 1px;
  background-color: #333;
  transform: rotate(-40deg);
  transform-origin: right center;
}
.main_map .world_name .name10 .nation {
  position: absolute;
  bottom: -90px;
  right: 10px;
}
.main_map .world_name .name10 .circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5px;
  width: 80px;
  height: 1px;
  background-color: #333;
  transform: rotate(-65deg);
  transform-origin: right center;
}
.main_map .world_name p {
  font-weight: 500;
  color: #222;
  padding-left: 20px;
}
.main_map .world_name p .num {
  padding-left: 3px;
  font-weight: 800;
}

.circle {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.circle.circleA {
  top: 2px;
  left: -8px;
}
.circle.circleA .circle_in {
  display: block;
  position: relative;
  z-index: 10;
  width: 15px;
  height: 15px;
  position: relative;
  border-radius: 50%;
  font-size: 0;
}
.circle .circle_in {
  display: block;
  position: relative;
  z-index: 10;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  border-radius: 50%;
  font-size: 0;
}
.circle.circleA em,
.circle.circleB em {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.circle.circleA .circle_in {
  background: #cd1125;
}
.circle.circleB .circle_in {
  background: #eea32c;
  border: 3px #e26e2e solid;
}

.wave {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 40%;
  left: 30%;
  transform: translate(-50%, -50%);
  border: 1px solid #de2810;
  border-radius: 50%;
  opacity: 0;
}
.wave {
  animation: mapWave 5s cubic-bezier(1, 2, 0.66, 3) infinite;
}
.wave.wave01 {
  animation-delay: 1s;
}
.wave.wave02 {
  animation-delay: 2s;
}
.wave.wave03 {
  animation-delay: 3s;
}
.wave.wave04 {
  animation-delay: 4s;
}
.wave.wave05 {
  animation-delay: 5s;
}
@keyframes mapWave {
  0% {
    opacity: 0.3;
    width: 3rem;
    height: 3rem;
  }
  30% {
    opacity: 0.3;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 30rem;
    height: 30rem;
  }
}

/* MainVisual-무단선점 */
.slide_item.slide_item02 {
  background: url("../../images/front/main/slide_bg.jpg") no-repeat 0 0;
  background-size: cover;
}
.slide_item.slide_item02 .slide_con {
  max-width: 1500px;
  margin: 0 auto;
}
.slide_item02 .slide_con .tit_cont {
  width: 700px;
  padding: 80px 0 50px 0;
}
.slide_item.slide_item02 .tit_cont p {
  color: #fff;
}
.slide_item.slide_item02 .tit_cont .tit03 {
  color: #a6a6ad;
}
.slide_item.slide_item02 .canvas {
  position: absolute;
  top: 100px;
  right: 50px;
  width: 600px;
  height: 600px;
}
.slide_item.slide_item02 .canvas::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 15px;
  width: 600px;
  height: 600px;
  background: url("../../images/front/main/earth.png") no-repeat center center;
  border-radius: 50%;
  background-size: cover;
}
#worldMapChart {
  width: 630px;
  height: 630px;
}
.tooltip {
  display: none;
  position: absolute;
  width: 205px;
  height: 40px;
  left: 448px;
  bottom: 62px;
  background: #484848;
  color: white;
  border-radius: 5px;
  padding: 12px 12.8px;
}
.tooltip:after {
  border-top: 10px solid #484848;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0px solid transparent;
  content: "";
  position: absolute;
  top: 40px;
  left: 160px;
}

.nation CN {
  display: none;
  color: #fff;
}
.country_card {
  display: none;
}
.country_card .tip01,
.country_card .tip02 {
  color: #fff;
}
.country_card .tip03 {
  font-size: 15px;
  font-weight: 100;
  text-align: justify;
  margin-top: 90px;
}
.country_card .tip01 strong {
  font-weight: 300;
  color: #ffa740;
}
.country_card .box_wrap {
  overflow: hidden;
  margin-bottom: 30px;
}
.country_card .box {
  position: relative;
  float: left;
  width: 300px;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 15px;
  margin-right: 20px;
  padding: 35px;
}
.country_card .box:nth-child(2) {
  padding: 25px;
}
.country_card .title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  padding-left: 38px;
  margin-bottom: 30px;
}
.country_card .title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 27px;
  height: 19px;
}
.country_card.CN .title:before {
  background: url("../../images/front/main/flags/CN.png") no-repeat;
}
.country_card.VN .title:before {
  background: url("../../images/front/main/flags/VN.png") no-repeat;
}
.country_card.TH .title:before {
  background: url("../../images/front/main/flags/TH.png") no-repeat;
}
.country_card.ID .title:before {
  background: url("../../images/front/main/flags/ID.png") no-repeat;
}
.country_card.SG .title:before {
  background: url("../../images/front/main/flags/SG.png") no-repeat;
}
.country_card.US .title:before {
  background: url("../../images/front/main/flags/US.png") no-repeat;
}
.country_card.DE .title:before {
  background: url("../../images/front/main/flags/DE.png") no-repeat;
}
.country_card.JP .title:before {
  background: url("../../images/front/main/flags/JP.png") no-repeat;
}
.country_card.FR .title:before {
  background: url("../../images/front/main/flags/FR.png") no-repeat;
}
.country_card.CA .title:before {
  background: url("../../images/front/main/flags/CA.png") no-repeat;
}
.country_card.GB .title:before {
  background: url("../../images/front/main/flags/GB.png") no-repeat;
}
.country_card.AU .title:before {
  background: url("../../images/front/main/flags/AU.png") no-repeat;
}
.country_card.IN .title:before {
  background: url("../../images/front/main/flags/IN.png") no-repeat;
}
.country_card.EU .title:before {
  background: url("../../images/front/main/flags/EU.png") no-repeat;
}
.country_card.RU .title:before {
  background: url("../../images/front/main/flags/RU.png") no-repeat;
}
.country_card.MY .title:before {
  background: url("../../images/front/main/flags/MY.png") no-repeat;
}
.country_card .tit01 {
  font-weight: 200;
  margin-bottom: 15px;
}
.country_card .tit01 p {
  font-size: 14px;
  margin-top: 5px;
}
.country_card .tit01 .num {
  font-size: 24px;
  font-weight: 700;
}
.country_card .tit01 .num.large {
  font-size: 22px;
}
.country_card .country_count {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.country_card .country_count .tit01 .num {
  font-size: 30px;
}
.country_card .country_count_text {
  margin-bottom: 15px;
  font-size: 14px;
}
.country_card .graph_area {
  margin-top: 40px;
}
.country_card .graph_area .graph {
  position: relative;
  overflow: hidden;
  height: 6px;
  background: #111235;
  border-radius: 50px;
  margin-bottom: 8px;
}
.country_card .graph_area .graph .item01 {
  display: block;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #01f1e4;
  border-radius: 50px;
}
.country_card .graph_area .text {
  position: relative;
  font-size: 14px;
  font-weight: 200;
}
.country_card .graph_area .text .num {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  letter-spacing: 0;
}

.category_list li {
  position: relative;
  height: 55px;
  border: 1px #07071c solid;
  background: #111235;
  border-radius: 10px;
  margin-bottom: 10px;
}
.category_list p {
  position: relative;
  float: left;
  font-size: 15px;
  padding-left: 48px;
  line-height: 47px;
}
.category_list p::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
  width: 26px;
  height: 26px;
}
.category_list li.c01 p::before {
  background: url("../../images/front/main/icon_c01.png") no-repeat center
    center;
}
.category_list li.c02 p::before {
  background: url("../../images/front/main/icon_c02.png") no-repeat center
    center;
}
.category_list li.c03 p::before {
  background: url("../../images/front/main/icon_c03.png") no-repeat center
    center;
}
.category_list li.c04 p::before {
  background: url("../../images/front/main/icon_c04.png") no-repeat center
    center;
}
.category_list li.c05 p::before {
  background: url("../../images/front/main/icon_c05.png") no-repeat center
    center;
}
.category_list li.c06 p::before {
  background: url("../../images/front/main/icon_c06.png") no-repeat center
    center;
}
.category_list li.c07 p::before {
  background: url("../../images/front/main/icon_c07.png") no-repeat center
    center;
}
.category_list li.c08 p::before {
  background: url("../../images/front/main/icon_c08.png") no-repeat center
    center;
}
.category_list li.c09 p::before {
  background: url("../../images/front/main/icon_c09.png") no-repeat center
    center;
}
.category_list li.c10 p::before {
  background: url("../../images/front/main/icon_c10.png") no-repeat center
    center;
}
.category_list .num {
  position: absolute;
  top: 15px;
  right: 20px;
  font-weight: 800;
  letter-spacing: 0;
}

/* 메인컨텐츠 */
.home-content {
  margin: 0 auto;
}
.main_contents {
  max-width: 1500px;
  margin: 0 auto 20px auto;
  padding: 56px 0 70px;
}
.main_contents .tit_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.main_contents .tit_area h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
}
.main_con {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 70px;
}
.main_con .conts01 {
  width: 900px;
}
.main_con .conts02 {
  width: 545px;
}
.main_con .conts01,
.main_con .conts02 {
  display: flex;
  flex-direction: column;
}
.main_contents .btn_more {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  font-size: 18px;
  color: #666;
  padding-right: 15px;
  background: url("../../images/front/main/icon_more02.png") no-repeat right
    center;
}

/* 무단선점 요약 차트 */
.home-row-summary {
  padding: 16px 0 14px;
}
.home-summary-con {
  margin-bottom: 0;
}
.home-summary-frame {
  width: calc(100% - 60px);
  max-width: 1500px;
  margin: 0 auto;
}
.home-summary-chart-col,
.home-summary-list-col {
  display: flex;
  flex-direction: column;
}
.home-summary-chart-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 20px;
}
.home-summary-title-block {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-wrap: nowrap;
  overflow: visible;
  min-height: 56px;
}
.home-summary-cycle-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  margin-bottom: 0;
}
.home-summary-category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5em;
  height: 56px;
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.home-summary-title-area,
.home-summary-list-title-area {
  margin-bottom: 0 !important;
  display: flex;
  align-items: flex-end;
  min-height: 56px;
}
.home-summary-title-area h2,
.home-summary-list-title-area h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.35;
  padding-top: 4px;
}
.home-summary-period-picker {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  min-height: 56px;
}
.home-summary-period-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 126px;
  height: 44px;
  padding: 8px 11px;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  background: #fff;
  color: #000;
  font-size: 0.95rem;
  cursor: pointer;
}
.home-summary-period-arrow {
  margin-left: 10px;
}
.home-summary-period-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 126px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
  z-index: 5;
}
.home-summary-period-picker.is-open .home-summary-period-menu {
  display: flex;
}
.home-summary-period-option {
  height: 36px;
  border: 0;
  background: #fff;
  font-size: 0.9rem;
  cursor: pointer;
}
.home-summary-period-option.active {
  background: #f3f4f6;
  font-weight: 700;
}
.home-summary-list-head {
  display: flex;
  align-items: flex-end;
  min-height: 56px;
  margin-bottom: 20px;
}
.home-summary-chart-card,
.home-summary-list-card {
  min-height: 365px;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #fff;
}
.home-summary-chart-card {
  padding: 16px 20px 18px;
}
.home-summary-chart-wrap {
  position: relative;
  width: 100%;
  height: 323px;
}
.home-summary-chart-wrap canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.home-summary-list-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.home-summary-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 22px 14px 26px;
}
.home-summary-list-item + .home-summary-list-item {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.home-summary-list-main {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
}
.home-summary-list-rank {
  flex: 0 0 auto;
  min-width: 20px;
  color: #111;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1;
}
.home-summary-list-title {
  color: #111;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.2;
}
.home-summary-list-badges {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 170px;
  min-width: 170px;
}
.home-summary-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.home-summary-badge.warning {
  background: #f59e0b;
}
.home-summary-badge.danger {
  background: #ef4444;
}

.home-globe-block {
  width: 100%;
}

.home-globe-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 24px;
  align-items: stretch;
}

.home-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;

  --fade-size: 15px;

  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0,
      black var(--fade-size),
      black calc(100% - var(--fade-size)),
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0,
      black var(--fade-size),
      black calc(100% - var(--fade-size)),
      transparent 100%
    );

  -webkit-mask-composite: source-in;

  mask-image:
    linear-gradient(
      to right,
      transparent 0,
      black var(--fade-size),
      black calc(100% - var(--fade-size)),
      transparent 100%
    ),
    linear-gradient(
      to bottom,
      transparent 0,
      black var(--fade-size),
      black calc(100% - var(--fade-size)),
      transparent 100%
    );

  mask-composite: intersect;
}

.home-stage-header {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  z-index: 4;
  pointer-events: none;
}

.home-stage-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
}

.home-stage-play-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 0;
  border: 1px solid #d7dde5;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #173864;
  font-size: 0;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(56, 86, 124, 0.08);
}

.home-stage-play-toggle::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
}

.home-stage-play-toggle.is-playing {
  background: #173864;
  border-color: #173864;
  color: #fff;
}

.home-stage-play-toggle.is-playing::before {
  width: 4px;
  height: 14px;
  margin-left: -8px;
  border: 0;
  background: currentColor;
  box-shadow: 8px 0 0 currentColor;
}

.home-scene {
  position: absolute;
  inset: 0;
  cursor: grab;
  touch-action: none;
}

.home-scene.dragging {
  cursor: grabbing;
}

.home-scene canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-card-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.home-globe-label {
  position: absolute;
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  background: transparent;
  pointer-events: auto;
  cursor: pointer;
}

.home-globe-label-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(160, 184, 220, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 18px rgba(56, 86, 124, 0.16);
  font-size: 13px;
  font-weight: 700;
  color: #19375d;
  white-space: nowrap;
}

.home-globe-label.active .home-globe-label-text,
.home-globe-label:hover .home-globe-label-text {
  border-color: rgba(91, 132, 196, 0.86);
  background: rgba(244, 249, 255, 0.98);
}

.home-stage-detail-panel {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 4;
  width: min(360px, calc(100% - 32px));
}

.home-globe-detail-panel {
  border: 1px solid rgba(177, 196, 224, 0.8);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(70, 98, 143, 0.18);
  backdrop-filter: blur(10px);
  padding: 16px;
}

.home-map-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.home-map-detail-country {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-map-detail-flag {
  width: 36px;
  height: 24px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #dbe2ef;
}

.home-map-detail-title {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
  text-align: center;
}

.home-map-detail-close {
  width: 32px;
  height: 32px;
  color: #333;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.home-map-detail-alert-list,
.home-map-detail-metrics {
  display: grid;
  gap: 8px;
}

.home-map-detail-alert-item,
.home-map-detail-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 12px;
  background: #f7f9fc;
  padding: 10px 12px;
}

.home-map-detail-alert-item {
  justify-content: flex-start;
  font-size: 13px;
  line-height: 1.45;
  color: #444;
}

.home-map-detail-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #5c7398;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  flex: 0 0 auto;
}

.home-map-detail-section + .home-map-detail-section {
  margin-top: 12px;
}

.home-map-detail-section-title {
  font-size: 14px;
  font-weight: 700;
  color: #334b6b;
  margin-bottom: 8px;
}

.home-map-detail-metric-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.home-map-detail-metric-copy strong {
  font-size: 14px;
  color: #222;
}

.home-map-detail-metric-copy span {
  font-size: 12px;
  color: #777;
}

.home-map-detail-metric-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.home-map-detail-risk-badge,
.risk-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.home-map-detail-risk-badge.high,
.risk-chip.high {
  background: var(--home-risk-high, #ee3636);
}

.home-map-detail-risk-badge.caution,
.risk-chip.caution {
  background: var(--home-risk-caution, #eea300);
}

.home-map-detail-risk-badge.low,
.risk-chip.low {
  background: var(--home-risk-low, #0ea833);
}

.home-map-detail-risk-badge.safe,
.risk-chip.safe {
  background: var(--home-risk-safe, #187dea);
}

.home-hidden-corner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 620px;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  padding: 18px;
  overflow: hidden;
}

.home-hidden-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.home-risk-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin: -2px 0 14px;
  padding: 10px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #fafbfd;
}

.home-risk-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: 26px;
  box-sizing: border-box;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.home-risk-legend-item i {
  display: block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: currentColor;
}

.home-risk-legend-item.high i {
  background: var(--home-risk-high, #ee3636);
}

.home-risk-legend-item.caution i {
  background: var(--home-risk-caution, #eea300);
}

.home-risk-legend-item.low i {
  background: var(--home-risk-low, #0ea833);
}

.home-risk-legend-item.safe i {
  background: var(--home-risk-safe, #187dea);
}

.home-content[data-risk-legend="badge"] .home-risk-legend {
  gap: 8px;
  padding: 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(15, 23, 42, 0.42);
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item {
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item i {
  display: none;
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item.high {
  background: var(--home-risk-high, #ee3636);
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item.caution {
  background: var(--home-risk-caution, #eea300);
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item.low {
  background: var(--home-risk-low, #0ea833);
}

.home-content[data-risk-legend="badge"] .home-risk-legend-item.safe {
  background: var(--home-risk-safe, #187dea);
}

.home-risk-legend-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  max-width: 100%;
}

.home-risk-legend-switcher {
  display: flex;
  flex: 0 0 auto;
  gap: 6px;
  width: auto;
}

.home-risk-legend-switcher button {
  flex: 0 0 auto;
  min-width: 44px;
  height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.home-risk-legend-switcher button.is-active {
  border-color: #fff;
  background: #fff;
  color: #173864;
}

.home-hidden-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.home-hidden-item {
  width: 100%;
  text-align: left;
  border: 1px solid #edf0f5;
  border-radius: 14px;
  background: #fafbfd;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.home-hidden-item.active,
.home-hidden-item:hover {
  border-color: #d7e2f5;
  background: #f5f8ff;
}

.home-hidden-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.home-hidden-item .dot.high {
  background: var(--home-risk-high, #ee3636);
}
.home-hidden-item .dot.caution {
  background: var(--home-risk-caution, #eea300);
}
.home-hidden-item .dot.low {
  background: var(--home-risk-low, #0ea833);
}
.home-hidden-item .dot.safe {
  background: var(--home-risk-safe, #187dea);
}

.home-hidden-copy {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
}

.home-hidden-headline {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.home-hidden-name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-hidden-headline .risk-chip {
  margin-left: auto;
  flex: 0 0 auto;
}

.home-hidden-move {
  height: 30px;
  min-width: 48px;
  padding: 0 10px;
  border: 1px solid #d7dde5;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.home-map-filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-globe-filter-panel {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  padding: 0;
}

.home-map-filter-box {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.home-map-filter-box::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #94a3b8;
  border-bottom: 1.5px solid #94a3b8;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

.home-map-filter-select {
  min-width: 78px;
  height: 38px;
  padding: 0 30px 0 12px;
  border: 1px solid #d7dde5;
  border-radius: 9px;
  background: #fff;
  color: #0f172a;
  appearance: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.home-map-filter-box-category .home-map-filter-select {
  min-width: 112px;
}

.home-map-filter-unit {
  color: #111;
  font-size: 14px;
  font-weight: 700;
}

.home-content {
  width: 100%;
  margin-top: 0;
}

.main_visual_slide_wrap > .slide_item {
  margin-top: 140px;
}

.main_contents {
  max-width: 1500px;
  width: auto;
  margin: 0 auto 20px auto;
  padding: 56px 0 70px;
}

.home-hero-con {
  display: block;
  width: 100vw;
  margin-top: -56px;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}

.home-hero-con + .main_con {
  margin-top: 70px;
}

/* Globe hero */
.home-globe-block {
  min-height: 790px;
  background:
    radial-gradient(
      circle at 76% 46%,
      rgba(55, 86, 178, 0.24),
      transparent 36%
    ),
    linear-gradient(112deg, #101027 0%, #111638 48%, #172458 100%);
  color: #fff;
}

.home-globe-layout {
  display: grid;
  grid-template-columns: minmax(520px, 0.96fr) minmax(520px, 1.04fr);
  align-items: center;
  gap: 34px;
  max-width: none;
  min-height: 790px;
  margin: 0 auto;
  padding: 44px 42px 48px;
}

.home-globe-copy {
  position: relative;
  z-index: 5;
}

.home-stage-header-copy {
  position: static;
  max-width: 720px;
  margin-bottom: 46px;
  pointer-events: auto;
}

.home-stage-header-copy span {
  display: block;
  margin-top: 14px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.64);
}

.home-stage-title {
  margin: 0;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  word-break: keep-all;
}

.home-globe-summary-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(280px, 1fr);
  gap: 18px;
  align-items: stretch;
  --home-panel-height: 496px;
  --home-panel-title-height: 40px;
  --home-card-body-height: 404px;
}

.home-hidden-corner,
.home-stage-detail-panel {
  width: 100%;
  box-sizing: border-box;
  height: var(--home-panel-height);
  min-height: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  padding: 24px 22px 28px;
  overflow: hidden;
}

.home-hidden-corner {
  display: flex;
  flex-direction: column;
}

.home-stage-detail-panel {
  position: static;
  z-index: auto;
  display: block;
}

.home-hidden-title {
  height: 22px;
  line-height: 22px;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 800;
  color: #fff;
}

.home-hidden-list {
  flex: 1 1 auto;
  height: calc(100% - var(--home-panel-title-height));
  min-height: 0;
  gap: 10px;
  max-height: none;
  overflow-y: auto;
  padding-right: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home-hidden-list::-webkit-scrollbar {
  display: none;
}

.home-hidden-item {
  min-height: 56px;
  border: 1px solid rgba(8, 10, 34, 0.82);
  border-radius: 8px;
  background: #101234;
  padding: 12px 14px;
  color: #fff;
}

.home-hidden-item.active,
.home-hidden-item:hover {
  border-color: rgba(125, 236, 226, 0.78);
  background: #141844;
}

.home-hidden-name {
  font-size: 16px;
  color: #fff;
}

.home-hidden-move {
  display: none;
}

.home-globe-detail-panel {
  height: calc(100% - var(--home-panel-title-height));
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.home-globe-detail-panel::-webkit-scrollbar {
  display: none;
}

.home-map-detail-head {
  margin-bottom: 18px;
}

.home-map-detail-country {
  flex-wrap: wrap;
}

.home-map-detail-title {
  font-size: 25px;
  color: #fff;
}

.home-map-detail-close {
  display: none;
}

.home-map-detail-alert-item,
.home-map-detail-metric-row {
  min-height: 56px;
  border: 1px solid rgba(8, 10, 34, 0.82);
  border-radius: 8px;
  background: #101234;
  color: rgba(255, 255, 255, 0.84);
}

.home-map-detail-metric-copy strong {
  color: #fff;
}

.home-map-detail-metric-copy span,
.home-map-detail-section-title {
  color: rgba(255, 255, 255, 0.68);
}

.home-stage {
  align-self: start;
  display: grid;
  grid-template-rows: 48px 630px;
  gap: 18px;
  width: 100%;
  height: auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}

.home-stage-header {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  justify-content: flex-end;
  pointer-events: none;
}

.home-stage-play-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  overflow: visible;
  padding: 0;
  border: 1px solid #d7dde5;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #173864;
  box-shadow: 0 8px 18px rgba(56, 86, 124, 0.08);
  font-size: 0;
}

.home-stage-play-toggle.is-playing {
  background: #173864;
  border-color: #173864;
  color: #fff;
}

.home-scene {
  position: relative;
  inset: auto;
  grid-row: 2;
  grid-column: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-scene canvas {
  width: 100% !important;
  height: 100% !important;
}

.home-card-layer {
  position: relative;
  inset: auto;
  grid-row: 2;
  grid-column: 1;
  width: 100%;
  height: 100%;
}

.home-globe-loading {
  position: relative;
  z-index: 6;
  grid-row: 2;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.86);
  opacity: 1;
  transition:
    opacity 0.28s ease,
    visibility 0.28s ease;
}

.home-stage.is-globe-ready .home-globe-loading {
  visibility: hidden;
  opacity: 0;
}

.home-globe-loading-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(130, 211, 247, 0.95);
  border-radius: 50%;
  animation: home-globe-loading-spin 0.9s linear infinite;
}

.home-globe-loading-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

@keyframes home-globe-loading-spin {
  to {
    transform: rotate(360deg);
  }
}

.home-globe-label-text {
  border-color: rgba(130, 211, 247, 0.7);
  background: rgba(16, 21, 53, 0.8);
  color: #fff;
}

.home-globe-label.active .home-globe-label-text {
  color: #111;
}

.home-globe-filter-panel {
  display: none;
}

.home-map-filter-unit {
  color: #fff;
}

@media (max-width: 1500px) {
  /* MainVisual */
  .slide_item01 .slide_con .tit_cont {
    left: 73%;
    width: 550px;
  }
  .shop_box {
    width: calc(100% - 60px);
  }
  .slide_item.slide_item02 {
    padding-left: 40px;
  }
  .slide_item.slide_item02 .canvas {
    top: 170px;
    right: -50px;
  }
  .slide_item.slide_item02 .canvas::before {
    width: 500px;
    height: 500px;
  }
  #worldMapChart {
    width: 532px;
    height: 532px;
  }

  /* 메인컨텐츠 */
  .home-content {
    margin-top: 0;
  }
  .main_contents {
    width: calc(100% - 60px);
  }
  .main_con .conts01 {
    width: 62%;
  }
  .main_con .conts02 {
    width: 35%;
  }
  .home-globe-layout {
    grid-template-columns: minmax(0, 1fr) max-content;
  }
  .home-summary-frame {
    width: calc(100% - 60px);
  }
  .home-summary-chart-card,
  .home-summary-list-card {
    min-height: 320px;
  }
}
@media (max-width: 1200px) {
  /* MainVisual */
  .main_visual_slide .slide_item {
    height: 940px;
    margin-top: 75px;
  }
  .main_visual_slide_wrap .slide_pagination {
    top: 100px;
  }
  .main_map {
    top: 270px;
    left: 50%;
    width: 932px;
    height: 470px;
    margin-left: -466px;
    background: url("../../images/front/main/map02.png") no-repeat 0 0;
  }
  .main_map::before {
    display: none;
  }
  .main_map::after {
    display: none;
  }
  .main_map .world_name li .nation {
    height: auto;
    border: none;
    background: none;
    padding: 0;
  }
  .main_map .world_name li .nation::before {
    display: none;
  }
  .main_map .world_name .name01 .nation,
  .main_map .world_name .name05 .nation,
  .main_map .world_name .name06 .nation,
  .main_map .world_name .name08 .nation,
  .main_map .world_name .name11 .nation,
  .main_map .world_name .name09 .nation,
  .main_map .world_name .name10 .nation,
  .main_map .world_name .name11 .nation {
    position: static;
  }
  .main_map .world_name .name01 .circle::before,
  .main_map .world_name .name05 .circle::before,
  .main_map .world_name .name06 .circle::before,
  .main_map .world_name .name08 .circle::before,
  .main_map .world_name .name09 .circle::before,
  .main_map .world_name .name10 .circle::before,
  .main_map .world_name .name11 .circle::before {
    display: none;
  }
  .main_map .world_name .name01 {
    position: absolute;
    top: 190px;
    left: 320px;
  }
  .main_map .world_name .name02 {
    position: absolute;
    top: 137px;
    left: 39px;
  }
  .main_map .world_name .name03 {
    position: absolute;
    top: 192px;
    left: 400px;
  }
  .main_map .world_name .name04 {
    position: absolute;
    top: 230px;
    left: 250px;
  }
  .main_map .world_name .name05 {
    position: absolute;
    top: 255px;
    left: 335px;
  }
  .main_map .world_name .name06 {
    position: absolute;
    top: 220px;
    left: 370px;
  }
  .main_map .world_name .name07 {
    position: absolute;
    top: 253px;
    left: 295px;
  }
  .main_map .world_name .name08 {
    position: absolute;
    top: 255px;
    left: 380px;
  }
  .main_map .world_name .name09 {
    position: absolute;
    top: 275px;
    left: 175px;
    display: none;
  }
  .main_map .world_name .name10 {
    position: absolute;
    top: 285px;
    left: 325px;
  }
  .main_map .world_name .name11 {
    position: absolute;
    top: 305px;
    left: 380px;
  }
  .main_map .world_name .name12 {
    position: absolute;
    top: 180px;
    right: 130px;
  }
  .main_map .world_name .name13 {
    position: absolute;
    top: 275px;
    right: 25px;
  }
  .main_map .world_name .name14 {
    position: absolute;
    top: 310px;
    right: -10px;
  }
  .main_map .world_name .name15 {
    position: absolute;
    top: 175px;
    left: 100px;
  }
  .main_map .world_name .name16 {
    position: absolute;
    top: 178px;
    left: 38px;
  }
  .main_map .world_name .name17 {
    position: absolute;
    top: 354px;
    left: 380px;
  }
  .main_map .world_name .name01 p {
    position: absolute !important;
    top: -20px !important;
    left: -50px !important;
  }
  .main_map .world_name .name04 p {
    left: -50px;
  }
  .main_map .world_name .name05 p {
    position: absolute !important;
    top: -17px !important;
    bottom: auto !important;
    right: -90px !important;
  }
  .main_map .world_name .name07 p {
    top: 5px;
    left: -105px;
  }
  .main_map .world_name .name16 p {
    left: -50px;
  }
  .circle.circleA {
    top: 5px;
    left: -20px;
  }

  .slide_item01 .slide_con .tit_cont {
    position: relative;
    top: 60px;
    left: 60px;
    width: 100%;
    transform: none;
  }
  .slide_con .tit_cont .allnum {
    margin-top: 20px;
  }
  .shop_box {
    padding-top: 320px;
  }
  .shop_box .shop_in_list ul li .title img {
    width: 55%;
  }
  .shop_box .shop_in_list ul li:nth-child(3) .title img {
    width: 40%;
  }
  .shop_box .shop_in_list li .count {
    font-size: 18px;
  }

  .slide_item.slide_item02 .canvas {
    top: 280px;
    right: -120px;
  }
  .slide_item.slide_item02 .canvas::before {
    width: 450px;
    height: 450px;
  }
  #worldMapChart {
    width: 480px;
    height: 480px;
  }
  .country_card .title {
    margin-bottom: 20px;
  }
  .country_card .tip03 {
    margin-top: 20px;
  }
  .country_card .graph_area {
    margin-top: 20px;
  }
  .country_card .box_wrap {
    width: 40%;
  }
  .country_card .box {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .category_list ul {
    height: 125px;
    overflow-y: auto;
    padding-right: 7px;
  }

  /* 메인컨텐츠 */
  .main_con {
    display: block;
    margin-bottom: 60px;
  }
  .main_con .conts01 {
    width: 100%;
    margin-bottom: 60px;
  }
  .main_con .conts02 {
    width: 100%;
  }
  .home-globe-block-head {
    display: block;
  }
  .home-globe-filter-panel {
    margin-top: 0;
  }
  .home-globe-layout {
    grid-template-columns: 1fr;
  }
  .home-stage,
  .home-hidden-corner {
    min-height: 560px;
  }
}
@media (max-width: 800px) {
  /* MainVisual */
  .main_visual_slide .slide_item {
    height: 1130px;
  }
  .slide_con .tit_cont .tit01 {
    font-size: 18px;
  }
  .slide_con .tit_cont .tit02 {
    font-size: 40px;
  }
  .slide_con .tit_cont .allnum .tit .num {
    font-size: 35px;
  }

  .main_map {
    position: relative;
    top: -50px;
    width: 660px;
    height: 330px;
    background-size: cover;
    margin-left: -330px;
  }
  .main_map .world_name li {
    position: relative;
  }
  .main_map .world_name li p {
    display: none;
  }
  .main_map .world_name .name01 {
    position: absolute;
    top: 130px;
    left: 210px;
  }
  .main_map .world_name .name02 {
    position: absolute;
    top: 95px;
    left: 25px;
  }
  .main_map .world_name .name03 {
    position: absolute;
    top: 130px;
    left: 280px;
  }
  .main_map .world_name .name04 {
    position: absolute;
    top: 165px;
    left: 173px;
  }
  .main_map .world_name .name05 {
    position: absolute;
    top: 183px;
    left: 220px;
  }
  .main_map .world_name .name06 {
    position: absolute;
    top: 155px;
    left: 255px;
  }
  .main_map .world_name .name07 {
    position: absolute;
    top: 183px;
    left: 210px;
  }
  .main_map .world_name .name08 {
    position: absolute;
    top: 188px;
    left: 258px;
  }
  .main_map .world_name .name09 {
    position: absolute;
    top: 210px;
    left: 223px;
  }
  .main_map .world_name .name10 {
    position: absolute;
    top: 197px;
    left: 220px;
  }
  .main_map .world_name .name11 {
    display: none;
  }
  .main_map .world_name .name12 {
    position: absolute;
    top: 123px;
    left: 495px;
  }
  .main_map .world_name .name13 {
    position: absolute;
    top: 193px;
    left: 560px;
  }
  .main_map .world_name .name14 {
    position: absolute;
    top: 220px;
    left: 600px;
  }
  .main_map .world_name .name15 {
    position: absolute;
    top: 120px;
    left: 56px;
  }
  .main_map .world_name .name16 {
    position: absolute;
    top: 122px;
    left: 24px;
  }
  .main_map .world_name .name17 {
    position: absolute;
    top: 246px;
    left: 275px;
  }
  .main_map .world_name .name01 .nation,
  .main_map .world_name .name05 .nation,
  .main_map .world_name .name06 .nation,
  .main_map .world_name .name08 .nation,
  .main_map .world_name .name11 .nation,
  .main_map .world_name .name09 .nation,
  .main_map .world_name .name10 .nation,
  .main_map .world_name .name11 .nation {
    display: none;
  }
  .circle.circleA {
    left: 0;
  }
  .wave {
    display: none;
  }

  .shop_box {
    padding-top: 0;
    margin-top: -50px;
  }
  .shop_box .tit_area .tit01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .shop_box .shop_in_list ul {
    flex-wrap: wrap;
    gap: 10px 2%;
  }
  .shop_box .shop_in_list ul li {
    width: 45%;
    height: 90px;
    border-radius: 15px;
    flex: inherit;
  }
  .shop_box .shop_in_list ul li .title {
    height: 55px;
  }
  .shop_box .shop_in_list li .count {
    padding-top: 8px;
    font-size: 16px;
  }
  .shop_box .shop_in_list ul li .title img {
    width: 35%;
  }
  .shop_box .shop_in_list ul li:nth-child(3) .title img {
    width: 25%;
  }
  .shop_box .shop_in_list ul li:nth-child(5) .title img {
    width: 35%;
  }

  /* MainVisual-무단선점 */
  .slide_item02 .slide_con .tit_cont {
    padding: 60px 0 50px 40px;
  }
  .slide_item.slide_item02 {
    padding: 0;
  }
  .slide_item.slide_item02 .canvas {
    top: 160px;
    left: 50%;
    right: auto;
    margin-left: -197px;
  }
  .slide_item.slide_item02 .canvas::before {
    width: 400px;
    height: 400px;
  }
  #worldMapChart {
    width: 430px;
    height: 430px;
  }

  .country_card {
    margin: 300px 20px 0 20px;
  }
  .country_card .box_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .country_card .box {
    padding: 20px;
  }
  .country_card .box:nth-child(2) {
    padding: 20px;
  }
  .country_card .tip01,
  .country_card .tip02 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .country_card .tit01 {
    display: inline-block;
    margin-right: 30px;
  }
  .country_card .tit01 .num,
  .country_card .tit01 .num.large {
    font-size: 32px;
  }
  .country_card .title {
    font-size: 19px;
  }
  .country_card .title:before {
    top: 3px;
  }
  .country_card .graph_area {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  /* mobile version */

  /* MainVisual */
  .main_visual_slide .slide_item {
    height: 1000px;
    margin-top: 65px;
  }
  .slide_item01 .slide_con .tit_cont {
    width: 90%;
    top: 50px;
    left: 30px;
  }
  .slide_item01 .slide_con .tit_cont br {
    display: none;
  }
  .slide_con .tit_cont .tit01 {
    font-size: 16px;
  }
  .slide_con .tit_cont .tit02 {
    font-size: 28px;
  }
  .slide_con .tit_cont .tit03 {
    font-size: 14px;
  }
  .slide_con .tit_cont .allnum .tit .num {
    font-size: 25px;
  }
  .slide_con .tit_cont .btn_more {
    padding: 12px 35px 12px 20px;
    font-size: 14px;
  }
  .slide_con .tit_cont .btn_more::before {
    right: 15px;
  }

  /* MainVisual-차단지원 */
  .main_map {
    width: 430px;
    height: 220px;
    margin-left: -215px;
  }
  .main_map .world_name .name01 {
    position: absolute;
    top: 87px;
    left: 140px;
  }
  .main_map .world_name .name02 {
    position: absolute;
    top: 60px;
    left: 15px;
  }
  .main_map .world_name .name03 {
    position: absolute;
    top: 80px;
    left: 190px;
  }
  .main_map .world_name .name04 {
    position: absolute;
    top: 105px;
    left: 110px;
  }
  .main_map .world_name .name05 {
    position: absolute;
    top: 120px;
    left: 150px;
  }
  .main_map .world_name .name06 {
    position: absolute;
    top: 100px;
    left: 162px;
  }
  .main_map .world_name .name07 {
    display: none;
  }
  .main_map .world_name .name08 {
    display: none;
  }
  .main_map .world_name .name09 {
    position: absolute;
    top: 130px;
    left: 150px;
  }
  .main_map .world_name .name10 {
    display: none;
  }
  .main_map .world_name .name12 {
    position: absolute;
    top: 77px;
    left: 330px;
  }
  .main_map .world_name .name13 {
    position: absolute;
    top: 123px;
    left: 370px;
  }
  .main_map .world_name .name14 {
    position: absolute;
    top: 140px;
    left: 385px;
  }
  .main_map .world_name .name15 {
    position: absolute;
    top: 76px;
    left: 34px;
  }
  .main_map .world_name .name16 {
    position: absolute;
    top: 78px;
    left: 14px;
  }
  .main_map .world_name .name17 {
    position: absolute;
    top: 159px;
    left: 180px;
  }

  .shop_box {
    display: block;
    margin-top: -30px;
  }
  .shop_box .tit_area .tit01 br {
    display: none;
  }
  .shop_box .shop_in_list {
    width: 100%;
  }
  .shop_box .shop_in_list ul li {
    width: 47%;
  }

  /* MainVisual-무단선점 */
  .slide_item02 .slide_con .tit_cont {
    padding: 50px 0 50px 30px;
  }
  .country_card {
    margin: 260px 20px 0 20px;
  }
  .country_card .tit01 .num,
  .country_card .tit01 .num.large {
    font-size: 16px;
  }
  .country_card .country_count .tit01 .num {
    font-size: 20px;
  }
  .country_card .tip01,
  .country_card .tip02 {
    font-size: 13px;
  }
  .country_card .tip03 {
    font-size: 13px;
    margin-top: 0;
  }
  .country_card .box:nth-child(2) {
    padding: 20px 25px 15px 25px;
  }
  .slide_item.slide_item02 .canvas {
    top: 170px;
    left: 50%;
    right: auto;
    width: 328px;
    height: 328px;
    margin-left: -164px;
  }
  .slide_item.slide_item02 .canvas::before {
    top: 15px;
    left: 13px;
    width: 296px;
    height: 296px;
    background: url(../../images/front/main/earth03.png) no-repeat center center;
  }
  #worldMapChart {
    width: 100%;
    height: 320px;
  }
  .slide_con .tit_cont .tit_in .btn_more {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
  .slide_con .tit_cont .tit_in .btn_more::before {
    width: 30px;
    height: 30px;
  }
  .slide_item.slide_item02 .slide_con .tit_cont .tit_in .tit02 {
    width: 66%;
  }
  .main_visual_slide_wrap .slide_pagination {
    top: 70px;
    right: 0;
    background: none;
  }

  /* 메인컨텐츠 */
  .home-content {
    margin-top: 0;
  }
  .main_contents {
    padding: 32px 0 40px;
  }
  .main_con .conts01 {
    margin-bottom: 40px;
  }
  .main_contents .btn_more {
    font-size: 15px;
    padding-right: 13px;
    background-size: 7px;
  }
  .main_contents .tit_area h2 {
    font-size: 20px;
  }

  .home-row-summary {
    padding: 12px 0 8px;
  }
  .home-summary-frame {
    width: calc(100% - 40px);
  }
  .home-summary-title-block {
    align-items: flex-end;
  }
  .home-summary-title-area h2,
  .home-summary-list-title-area h2 {
    font-size: 20px;
    line-height: 1.35;
    padding-top: 2px;
  }
  .home-summary-category {
    font-size: 20px;
  }
  .home-summary-chart-card,
  .home-summary-list-card {
    min-height: 300px;
  }
  .home-summary-chart-card {
    padding: 18px 16px 16px;
  }
  .home-summary-chart-wrap {
    height: 260px;
  }
  .home-globe-filter-panel {
    display: block;
  }
  .home-map-filter-group {
    margin-bottom: 10px;
  }
  .home-map-filter-box-category .home-map-filter-select {
    width: 100%;
  }
  .home-stage,
  .home-hidden-corner {
    min-height: 500px;
  }
  .home-summary-list-item {
    min-height: 64px;
    padding: 12px 16px 12px 18px;
  }
  .home-summary-list-title {
    font-size: 0.96rem;
  }
  .home-summary-badge {
    min-width: 62px;
    height: 26px;
    font-size: 0.78rem;
  }
}

@media screen and (max-width: 345px) {
  /* mobile version */

  .main_visual_slide .slide_item {
    height: 1100px;
  }
  /* MainVisual-차단지원 */
  .shop_box {
    top: 40px;
  }
  .shop_box .shop_in_list ul {
    height: 500px;
  }
  .shop_box .tit_area .tit02 {
    position: static;
    margin-top: 5px;
  }

  /* MainVisual-무단선점 */
  .slide_item.slide_item02 .canvas {
    top: 200px;
    left: 50%;
    right: auto;
    width: 328px;
    height: 328px;
    margin-left: -164px;
  }
  .slide_item.slide_item02 .canvas::before {
    top: 15px;
    left: 13px;
    width: 296px;
    height: 296px;
    background: url(../../images/front/main/earth03.png) no-repeat center center;
  }
  #worldMapChart {
    width: 100%;
    height: 320px;
  }
  .country_card {
    margin: 380px 10px 0 10px;
  }
  .main_map .world_name .name02 {
    display: none;
  }
  .main_map .world_name .name13 {
    display: none;
  }
  .main_map .world_name .name14 {
    display: none;
  }
}

/* Home hero layout */
.home-content {
  width: 100%;
  --home-risk-high: #f87171;
  --home-risk-caution: #ff8f3f;
  --home-risk-low: #f5d138;
  --home-risk-safe: #56f076;
}

.home-content[data-globe-theme="cyber"] {
  --home-risk-high: #ff2e63;
  --home-risk-caution: #f97316;
  --home-risk-low: #eab308;
  --home-risk-safe: #34d399;
}

.home-content[data-globe-theme="enterprise"] {
  --home-risk-high: #991b1b;
  --home-risk-caution: #9a3412;
  --home-risk-low: #b45309;
  --home-risk-safe: #10b981;
}

.home-content[data-globe-theme="astral"] {
  --home-risk-high: #ff4d4d;
  --home-risk-caution: #fb923c;
  --home-risk-low: #fde047;
  --home-risk-safe: #4ade80;
}

.home-content[data-globe-theme="solar"] {
  --home-risk-high: #dc2626;
  --home-risk-caution: #f59e0b;
  --home-risk-low: #fde68a;
  --home-risk-safe: #65a30d;
}

.home-content[data-globe-theme="polar"] {
  --home-risk-high: #f43f5e;
  --home-risk-caution: #38bdf8;
  --home-risk-low: #a7f3d0;
  --home-risk-safe: #22c55e;
}

.main_contents {
  max-width: 1500px;
  width: auto;
  margin: 0 auto 20px auto;
  padding: 56px 0 70px;
}

.home-hero-con {
  display: block;
  width: 100vw;
  margin-top: -56px;
  margin-left: calc(50% - 50vw);
  margin-bottom: 0;
}

.home-stage-play-toggle {
  position: relative;
  display: inline-flex;
}

.home-globe-filter-panel {
  display: flex;
  pointer-events: auto;
}

.home-stage-header {
  align-items: center;
  gap: 10px;
  z-index: 6;
}

.home-stage-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

.home-stage-action-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
  width: max-content;
  min-width: 0;
  max-width: 100%;
}

.slide_item.slide_item02 {
  position: relative;
}

.home-globe-theme-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  pointer-events: auto;
}

.home-globe-theme-switcher button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(215, 221, 229, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #173864;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(56, 86, 124, 0.08);
}

.home-globe-theme-switcher button.is-active {
  border-color: #5c7398;
  background: #5c7398;
  color: #fff;
}

.slide_item.slide_item02 > .home-stage-header {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 42px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  z-index: 20;
  pointer-events: none;
}

.slide_item.slide_item02 > .home-stage-header .home-globe-theme-switcher,
.slide_item.slide_item02 > .home-stage-header .home-stage-action-area,
.slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel,
.slide_item.slide_item02 > .home-stage-header .home-risk-legend-row,
.slide_item.slide_item02 > .home-stage-header .home-stage-play-toggle,
.slide_item.slide_item02 > .home-stage-header .home-risk-legend {
  pointer-events: auto;
}

.slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
  min-height: 38px;
}

.slide_item.slide_item02 > .home-stage-header .home-stage-play-toggle {
  flex: 0 0 38px;
  margin-left: 2px;
}

.slide_item.slide_item02 > .home-stage-header .home-risk-legend {
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  justify-content: flex-start;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 10px;
  border-color: #173864;
  background: #173864;
  box-shadow: 0 8px 18px rgba(56, 86, 124, 0.08);
}

.slide_item.slide_item02 > .home-stage-header .home-risk-legend-item {
  gap: 5px;
  color: #fff;
  font-size: 11px;
}

.slide_item.slide_item02 > .home-stage-header .home-risk-legend-item i {
  width: 8px;
  height: 8px;
}

@media (max-width: 1500px) {
  .main_contents {
    width: calc(100% - 60px);
  }

  .home-globe-layout {
    grid-template-columns: minmax(500px, 0.98fr) minmax(460px, 1.02fr);
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .main_visual_slide_wrap > .slide_item {
    margin-top: 75px;
  }

  .slide_item.slide_item02 > .home-stage-header {
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    max-width: none;
    padding: 28px 32px 0;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-controls {
    width: auto;
    max-width: 100%;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-action-area {
    max-width: calc(100% - 160px);
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend-row {
    width: auto;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    width: auto;
    max-width: calc(100vw - 64px);
  }

  .home-globe-theme-switcher {
    flex-direction: row;
  }

  .home-globe-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding-top: 52px;
  }

  .home-stage {
    width: 100%;
    grid-template-rows: 48px minmax(0, 480px);
    min-height: 480px;
    order: 2;
  }

  .home-hidden-corner,
  .home-stage-detail-panel {
    height: var(--home-panel-height);
    min-height: 0;
  }

  .home-globe-copy {
    order: 1;
  }

  .home-hero-con + .main_con {
    margin-top: 60px;
  }

  .home-scene {
    inset: 0;
  }
}

@media screen and (max-width: 640px) {
  .slide_item.slide_item02 > .home-stage-header {
    top: auto;
    right: auto;
    left: auto;
    max-width: none;
    padding: 22px 18px 0;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-action-area {
    width: 100%;
    max-width: 100%;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-controls {
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .home-globe-theme-switcher {
    gap: 6px;
    flex-direction: row;
  }

  .home-globe-theme-switcher button {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
    flex: 1 1 calc(100% - 46px);
    min-width: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend-row {
    align-items: stretch;
    justify-content: flex-end;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: end;
    gap: 6px 10px;
    width: max-content;
    max-width: calc(100vw - 36px);
    padding: 8px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend-item {
    font-size: 10px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-play-toggle {
    margin-left: 0;
  }

  .main_visual_slide_wrap > .slide_item {
    margin-top: 65px;
  }

  .main_contents {
    padding: 32px 0 40px;
  }

  .home-hero-con {
    margin-top: -32px;
  }

  .home-hero-con + .main_con {
    margin-top: 40px;
  }

  .home-globe-block {
    min-height: 0;
  }

  .home-globe-layout {
    padding: 34px 18px 42px;
  }

  .home-stage-header-copy {
    margin-bottom: 28px;
  }

  .home-stage-title {
    font-size: 34px;
  }

  .home-stage-header-copy span {
    font-size: 16px;
  }

  .home-globe-summary-grid {
    grid-template-columns: 1fr;
  }

  .home-hidden-corner,
  .home-stage-detail-panel {
    padding: 20px 18px;
  }

  .home-stage {
    width: 100%;
    max-width: 100%;
    grid-template-rows: minmax(0, 380px);
    min-height: 380px;
  }

  .home-hidden-corner,
  .home-stage-detail-panel {
    height: auto;
    min-height: 0;
  }

  .home-stage-play-toggle {
    width: 38px;
    height: 36px;
    min-width: 38px;
  }
}

@media screen and (max-width: 480px) {
  .slide_item.slide_item02 > .home-stage-header {
    align-items: stretch;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-action-area {
    width: 100%;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-controls {
    position: relative;
    padding-right: 46px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
    flex: 1 1 100%;
    justify-content: flex-end;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-play-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    margin-top: 0;
  }
}

/* Home globe responsive layout override */
.main_visual_slide_wrap > .slide_item.slide_item02 {
  height: auto;
  min-height: 790px;
  padding: 0;
  overflow: hidden;
}

.slide_item.slide_item02 > .home-stage-header,
.slide_item.slide_item02 .slide_con {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.slide_item.slide_item02 > .home-stage-header {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 32px 42px 0;
  pointer-events: none;
}

.slide_item.slide_item02 > .home-stage-header .home-globe-theme-switcher {
  justify-self: start;
  gap: 4px;
  padding: 4px;
  border: 1px solid rgba(215, 221, 229, 0.28);
  border-radius: 999px;
  background: rgba(9, 18, 44, 0.36);
  backdrop-filter: blur(8px);
}

.slide_item.slide_item02
  > .home-stage-header
  .home-globe-theme-switcher
  button {
  width: 34px;
  height: 34px;
  border-color: transparent;
  box-shadow: none;
}

.slide_item.slide_item02 > .home-stage-header .home-stage-action-area {
  justify-self: end;
  width: min(100%, 780px);
  align-items: flex-end;
  gap: 8px;
}

.slide_item.slide_item02 > .home-stage-header .home-stage-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
  padding: 0;
}

.slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
  display: flex;
  width: auto;
  min-width: 0;
  min-height: 38px;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.slide_item.slide_item02 > .home-stage-header .home-map-filter-group {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}

.slide_item.slide_item02 > .home-stage-header .home-stage-play-toggle {
  position: static;
  top: auto;
  right: auto;
  flex: 0 0 38px;
  margin: 0;
}

.slide_item.slide_item02 > .home-stage-header .home-risk-legend {
  display: flex;
  width: auto;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 10px;
  margin: 0;
  padding: 7px 10px;
}

.slide_item.slide_item02 .home-globe-layout {
  min-height: 0;
  padding-top: 30px;
}

.slide_item.slide_item02 .home-stage {
  grid-template-rows: minmax(0, 630px);
}

.slide_item.slide_item02 .home-scene,
.slide_item.slide_item02 .home-card-layer,
.slide_item.slide_item02 .home-globe-loading {
  grid-row: 1;
}

@media (max-width: 1200px) {
  .main_visual_slide_wrap > .slide_item.slide_item02 {
    min-height: 0;
    margin-top: 75px;
  }

  .slide_item.slide_item02 > .home-stage-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 26px 32px 0;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-action-area {
    justify-self: stretch;
    width: 100%;
    align-items: stretch;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-controls,
  .slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel,
  .slide_item.slide_item02 > .home-stage-header .home-risk-legend-row,
  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    justify-content: flex-start;
  }

  .slide_item.slide_item02 .home-globe-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 32px 48px;
  }

  .slide_item.slide_item02 .home-globe-copy {
    order: 1;
  }

  .slide_item.slide_item02 .home-stage {
    order: 2;
    grid-template-rows: minmax(0, 500px);
    min-height: 500px;
  }

  .slide_item.slide_item02 .home-globe-summary-grid {
    --home-panel-height: 430px;
  }
}

@media (max-width: 800px) {
  .slide_item.slide_item02 > .home-stage-header {
    padding: 22px 24px 0;
  }

  .slide_item.slide_item02 > .home-stage-header .home-stage-controls {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: start;
    gap: 8px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
    display: grid;
    grid-template-columns: max-content minmax(150px, 1fr);
    align-items: start;
    gap: 8px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    justify-content: start;
    width: max-content;
  }

  .slide_item.slide_item02 .home-globe-layout {
    padding: 28px 24px 42px;
  }

  .slide_item.slide_item02 .home-globe-summary-grid {
    grid-template-columns: 1fr;
    --home-panel-height: auto;
  }

  .slide_item.slide_item02 .home-hidden-corner,
  .slide_item.slide_item02 .home-stage-detail-panel {
    height: auto;
    min-height: 0;
  }

  .slide_item.slide_item02 .home-stage {
    grid-template-rows: minmax(0, 430px);
    min-height: 430px;
  }
}

@media screen and (max-width: 640px) {
  .main_visual_slide_wrap > .slide_item.slide_item02 {
    margin-top: 65px;
  }

  .slide_item.slide_item02 > .home-stage-header {
    padding: 18px 18px 0;
  }

  .slide_item.slide_item02
    > .home-stage-header
    .home-globe-theme-switcher
    button {
    width: 31px;
    height: 31px;
    font-size: 12px;
  }

  .slide_item.slide_item02 > .home-stage-header .home-globe-filter-panel {
    grid-template-columns: 1fr;
  }

  .slide_item.slide_item02 > .home-stage-header .home-map-filter-group {
    width: 100%;
  }

  .slide_item.slide_item02 > .home-stage-header .home-map-filter-box-category,
  .slide_item.slide_item02
    > .home-stage-header
    .home-map-filter-box-category
    .home-map-filter-select {
    width: 100%;
  }

  .slide_item.slide_item02 > .home-stage-header .home-risk-legend {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
  }

  .slide_item.slide_item02 .home-globe-layout {
    padding: 24px 18px 38px;
  }

  .slide_item.slide_item02 .home-stage-title {
    font-size: 34px;
  }

  .slide_item.slide_item02 .home-stage {
    grid-template-rows: minmax(0, 380px);
    min-height: 380px;
  }
}

@media screen and (max-width: 480px) {
  .slide_item.slide_item02 .home-stage-title {
    font-size: 30px;
  }

  .slide_item.slide_item02 .home-stage-header-copy {
    margin-bottom: 22px;
  }

  .slide_item.slide_item02 .home-map-filter-select {
    height: 36px;
    font-size: 13px;
  }

  .slide_item.slide_item02 .home-stage {
    grid-template-rows: minmax(0, 340px);
    min-height: 340px;
  }
}
