@charset "UTF-8";
@import "./tokens.css";

/* ---- 콘텐츠 타이틀 ---- */
#container .main-tit-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--gap-2) var(--gap-5);
  flex-wrap: wrap;
  margin-bottom: var(--gap-5);
}

#container .main-tit-wrap h2,
#container .main-tit-wrap .tit {
  font-size: var(--pc-fs-heading-large);
}

#container .main-tit-wrap h2 span {
  color: var(--primary-50);
}

@media (max-width: 767px) {
  #container .main-tit-wrap h2,
#container .main-tit-wrap .tit {
    font-size: var(--mobile-fs-heading-large);
  }
}

/* -- 콘텐츠 타이틀 - 더보기 버튼 -- */
.main-tit-wrap .btn.text {
  gap: var(--gap-2);
  height: 3.2rem;
}

.main-tit-wrap .btn.text:hover .svg-icon,
.btn.text:hover .svg-icon.ico-more {
  transform: rotate(90deg);
}


/* ---- 비주얼 ---- */
#visual {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--gap-10);
  padding-top: 4rem;
  position: relative;
}

/* -- 비주얼 - 배경 -- */
.visual-bg {
  position: absolute;
  content: '';
  top: 365px;
  left: 0;
  height: 320px;
  width: calc(((100% - 1440px) / 2) + 1200px);
  border-radius: 0 200px 55px 0;
  background: linear-gradient(92deg, rgba(243, 243, 243, 0.00) -43.33%, #F4F4F4 100.77%);
  z-index: -1;
}

/* -- 비주얼 - 배너 -- */
.main-banner {
  width: 600px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.main-banner .vb-swiper {
  position: relative;
  height: 373px;
}

.main-banner .vb-swiper .swiper {
  border-radius: 20px 60px 60px 60px;
  box-shadow: 0px 4px 18.4px 0px rgba(93, 99, 104, 0.44);
}

.main-banner .vb-swiper .swiper-slide {
  height: 300px;
  overflow: hidden;
  border-radius: 20px 60px 60px 60px;
}

.main-banner .vb-swiper .swiper-slide .text {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 1.0938rem;
  gap: var(--pc-gap-title-body-large);
  font-weight: var(--font-weight-bold);
}

.main-banner .vb-swiper .swiper-slide .text .tit {
  font-size: var(--pc-fs-display-small);
  letter-spacing: var(--typo-letter-spacing-1);
}

.main-banner .vb-swiper .swiper-slide .text .txt {
  font-size: var(--pc-fs-body-large);
  font-weight: var(--font-weight-regular);
}

.main-banner .vb-swiper .swiper-slide .text .btn {
  margin-top: var(--gap-5);
}

.main-banner .vb-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-banner .vb-swiper .swiper-slide .im {
  flex-basis: 35%;
  flex-shrink: 0;
  margin-right: auto;
  text-align: right;
}

.main-banner .vb-swiper .swiper-slide .im img {
  width: 100%;
  max-width: 21.25rem;
}

.main-banner .vb-swiper .swiper-slide .im svg {
  width: 100%;
  height: fit-content;
}

.main-banner .vb-swiper .swiper-indicator {
  justify-content: flex-start;
  padding-top: var(--padding-9);
}

.main-banner .vb-swiper .swiper-indicator .swiper-button-prev,
.main-banner .vb-swiper .swiper-indicator .swiper-button-next {
  width: var(--size-height-6);
  height: var(--size-height-6);
}

.main-banner .vb-swiper .swiper-indicator .swiper-pagination {
  position: relative;
  border: none;
  background: transparent;
}

.main-banner .vb-swiper .swiper-indicator .swiper-pagination .swiper-pagination-current {
  color: #1753D7;
}

/* -- 비주얼 - 검색 -- */
#visual .search-wrap {
  margin-right: 4rem;
}

#visual .search-wrap .main-tit-wrap {
  padding-left: var(--gap-5);
}

#visual .search-wrap .search-in {
  position: relative;
}

#visual .search-wrap .search-in:before {
  content: '';
  display: block;
  width: 140px;
  height: 108px;
  background: url(../../../images/2025/portal/main/cha_visual.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 5rem;
  top: -2.15rem;
  z-index: 2;
}

#visual .search-wrap .sch-input {
  width: 530px;
}

#visual .search-wrap .sch-input input {
  border-radius: 100px;
  border: 2px solid var(--primary-50);
  box-shadow: 0px 4px 18.4px 0px rgba(29, 73, 91, 0.28);
  padding: 0 4.5rem 0 var(--padding-9);
}

#visual .sch-input .ico-search {
  right: var(--gap-8);
}

/* -- 비주얼 - 바로가기 -- */
#visual .direct-wrap {
  width: 80%;
  border-radius: 100px;
  height: 140px;
  background: var(--white);
  box-shadow: 0px 4px 16.4px 0px rgba(0, 0, 0, 0.12);
  padding: 1rem 3rem 1rem 24rem;
}

#visual .direct-wrap ul {
  height: 100%;
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
}

#visual .direct-wrap ul li {
  height: 80%;
}

#visual .direct-wrap ul li a {
  height: 100%;
  text-align: center;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 1.21875rem */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
  position: relative;
}

#visual .direct-wrap ul li .icon-wrap {
  transition: all 0.3s;
}

#visual .direct-wrap ul li:not(:first-child):hover .icon-wrap {
  transform: translateY(-10px);
}

#visual .direct-wrap ul li.round-point .icon-wrap {
  border-radius: 100px;
  background: linear-gradient(270deg, #F66C21 0%, #F68921 100%);
  box-shadow: 7px 9px 18.4px 0px rgba(112, 112, 112, 0.18);
  width: 98px;
  height: 98px;
  position: absolute;
  left: 50%;
  top: -55px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

#visual .direct-wrap ul li.round-point:hover .icon-wrap {
  background: linear-gradient(50deg, #f55b09 0%, #F68921 100%);
  transform: translateX(-50%) translateY(-10%);
}

@media screen and (max-width: 1350px) {
  #visual .search-wrap .sch-input {
    width: 490px;
  }
}

@media screen and (max-width: 1280px) {
  #visual .search-wrap {
    margin-right: 2rem;
  }

  #visual .search-wrap .sch-input {
    width: 440px;
  }

  #visual .direct-wrap {
    padding: 1rem 2rem 1rem 27rem;
  }

  #visual .direct-wrap ul {
    gap: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  #visual {
    padding-top: 3rem;
    gap: var(--gap-1);
    flex-direction: row;
    flex-wrap: wrap
  }

  .main-banner {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
  }

  .main-banner .vb-swiper,
  .main-banner .vb-swiper .swiper-slide {
    height: unset;
  }

  .main-banner .vb-swiper .swiper-indicator {
    justify-content: flex-end;
  }

  #visual .search-wrap {
    width: calc((100% - 2rem) / 2);
    margin-right: 0;
  }

  #visual .search-wrap .sch-input {
    width: 100%;
  }

  #visual .direct-wrap {
    position: absolute;
    right: -31%;
    bottom: 0;
    margin-top: var(--gap-8);
    padding: 1rem 23rem 1rem 4rem;
  }

  #visual .direct-wrap ul {
    gap: 2.2rem;
  }

  #visual .direct-wrap ul li a {
    white-space: nowrap;
  }

  .visual-bg {
    top: 705px;
    left: -300px;
    border-radius: 0 200px 200px 0;
  }

  #upperSearchForm {
    width: 100%;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 1080px) {
  #visual {
    gap: var(--gap-11);
  }

  #visual .direct-wrap {
    height: unset;
    border-radius: 200px;
    bottom: -10px;
    right: -34%;
    padding: 2rem 25rem 2rem 6rem;
  }

  #visual .direct-wrap ul {
    flex-wrap: wrap;
    gap: 2rem 3rem;
  }

  #visual .direct-wrap ul li {
    width: calc((100% - 3rem) / 2);
    height: 88px;
  }

  .visual-bg {
    top: 480px;
  }

  #visual .search-wrap .search-in:before {
    width: 120px;
    right: 3rem;
    top: -1.7rem;
  }
}

@media screen and (max-width: 991px) {
  #visual .direct-wrap {
    padding: 2rem 22rem 2rem 6rem;
  }
}

@media screen and (max-width: 880px) {
  #visual .direct-wrap {
    padding: 2rem 18rem 2rem 5rem;
  }
}

@media screen and (max-width: 800px) {
  #visual {
    margin-bottom: 280px;
    gap: unset;
  }

  .main-banner .vb-swiper .swiper,
  .main-banner .vb-swiper .swiper-slide {
    border-radius: 10px 40px 40px 40px;
  }

  #visual .search-wrap {
    width: 100%;
  }

  #visual .direct-wrap {
    width: 900px;
    bottom: -230px;
    right: -200px;
    padding: 2rem 22rem 2rem 8rem;
  }

  #visual .direct-wrap ul {
    flex-wrap: nowrap;
    gap: 4rem;
  }

  #visual .direct-wrap ul li {
    width: unset;
    height: 88px;
  }

  .visual-bg {
    top: 300px;
  }

  #upperSearchForm {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #visual {
    margin-bottom: 0;
    gap: var(--gap-1);
    padding-top: 2rem;
  }

  #visual .search-wrap {
    margin-top: var(--gap-8);
  }

  #visual .direct-wrap {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    padding: 2rem 4rem;
    margin-top: 3rem;
  }

  #visual .search-wrap .search-in:before {
    right: 4rem;
    top: -2.5rem;
  }
}

@media screen and (max-width: 700px) {
  #visual .direct-wrap {
    padding: 2rem 4rem;
    border-radius: 20px;
  }

  #visual .direct-wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
  }
}

@media screen and (max-width: 640px) {
  #visual .direct-wrap ul li {
    width: calc((100% - 3rem) / 2);
  }
}

@media screen and (max-width: 464px) {
  #visual .direct-wrap {
    padding: 2rem;
  }

  #visual .direct-wrap ul {
    gap: 1.5rem;
  }

  #visual .direct-wrap ul li {
    width: calc((100% - 1.5rem) / 2);
  }

  .visual-bg {
    top: 255px;
    height: 200px;
  }

  #visual .search-wrap .search-in:before {
    width: 100px;
    right: 2.5rem;
    top: -2rem;
  }
}

@media screen and (max-width: 430px) {
  .visual-bg {
    top: 30%;
    height: 20%;
    left: -400px;
  }
}

@media screen and (max-width: 340px) {
  #visual .search-wrap .search-in:before {
    width: 80px;
    right: 2.5rem;
    top: -1.7rem;
  }
}


/* ---- cts - 콘텐츠 공통 ---- */
.main-sect {
  margin-top: var(--gap-11);
}

.main-sect .inner {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--pc-gap-title-body-large);
}

.main-sect.bg {
  padding-top: var(--gap-11);
  padding-bottom: var(--gap-11);
  background-color: var(--surface-secondary-subtler);
}

.main-sect.bg .contents-wrap .contents-text {
  background-color: #dfe7ef;
}

.main-sect .tab-area {
  gap: var(--gap-7);
}

.main-sect .tab-area .basic_tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--gap-2) var(--gap-5);
  width: 100%;
}

.main-sect .tab-area .basic_tab .btn.text {
  height: auto;
}

.main-sect .tab-area .basic_tab .btn.text.ico-plus {
  margin-left: auto;
  flex-shrink: 0;
}

.main-box-row {
  display: grid;
  grid-template-columns: 1fr 23.5rem;
  gap: var(--gap-9);
}

.main-box-row.reverse {
  grid-template-columns: 23.5rem 1fr;
}

@media screen and (max-width: 1200px) {
  .main-box-row {
    gap: var(--gap-8);
  }
}

@media screen and (max-width: 767px) {
  .main-sect {
    margin-top: var(--gap-9);
  }
}


/* ---- cts01 - 분야별 민원 ---- */
#cts01 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #cts01.main-sect {
    margin-top: var(--gap-9);
  }
}

.main-sect .menu-list {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--gap-7);
}

.main-sect .menu-list-rel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: var(--gap-7);
}

.main-sect .menu-list-rel li>a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  font-size: 1.0625rem;
  font-weight: var(--font-weight-bold);
  width: 99.4%;
  height: 110px;
  padding: var(--pc-padding-card-small) var(--pc-padding-card-small) 0.8rem;
  border: 1px solid #B1B8BE;
  background-color: var(--white);
  border-radius: 30px 12px 30px 30px;
  gap: 0.8rem;
  transition: all 0.3s;
  text-align: center;
}

.main-sect .menu-list-rel li .ico-compl img {
  transition: all 0.3s;
}

.main-sect .menu-list-rel li:hover>a {
  border-color: var(--primary-50);
}

.main-sect .menu-list-rel li:hover .ico-compl img {
  animation-name: icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}

.menu-list-swiper {
  display: none;
}

@keyframes icon-up {

  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@media screen and (max-width: 1000px) {
  .main-sect .menu-list-rel {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 464px) {
  .main-sect .menu-list-rel {
    display: none;
    grid-template-columns: 1fr;
  }

  .menu-list-swiper {
    display: block;
    position: relative;
  }

  .main-sect .menu-list-rel.swiper-wrapper {
    display: flex;
    grid-gap: unset;
  }

  .menu-list-swiper .swiper {
    width: 60%;
  }

  .menu-list-swiper .swiper-indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  .menu-list-swiper .swiper-indicator .swiper-navigation {
    width: 100%;
    justify-content: space-between;
  }

  .menu-list-swiper .swiper-button-next,
  .menu-list-swiper .swiper-button-prev {
    width: var(--swiper-navigation-size);
  }
}

@media screen and (max-width: 360px) {
  .menu-list-swiper .swiper {
    width: 50%;
  }

  .main-sect .menu-list-rel li>a {
    height: 130px;
    justify-content: center;
  }
}


/* ---- cts02 - 사용자별 서비스 ---- */
#cts02 {
  margin-top: 90px;
}

@media screen and (max-width: 640px) {
  #cts02.main-sect {
    margin-top: var(--gap-10);
  }
}

#cts02>div::after {
  content: '';
  display: block;
  clear: both;
}

#cts02 .user-service .item {
  width: 50%;
  float: left;
}

#cts02 .user-service .item h2 {
  font-size: 24px;
  width: 100%;
  height: 80px;
  color: white;
  text-align: left;
  border-radius: 50px 50px 50px 0px;
  background: linear-gradient(270deg, #1553C3 0%, #2179C8 100%);
  box-shadow: 0px 4px 18.4px 0px rgba(72, 72, 72, 0.16);
  line-height: 90px;
  font-weight: 400;
  padding-left: 190px;
  position: relative;
  margin-bottom: -30px;
  z-index: 2;
}

#cts02 .user-service .item h2:before {
  content: '';
  display: block;
  width: 99px;
  height: 123px;
  background: url(../../../images/2025/portal/main/cha_user-serv01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 2.5rem;
  top: -2.4rem;
  z-index: 2;
}

#cts02 .user-service .item:nth-child(2) h2:before {
  width: 138px;
  height: 123px;
  background: url(../../../images/2025/portal/main/cha_user-serv02.png) no-repeat center center;
  background-size: contain;
  right: unset;
  left: 2rem;
  top: -2.6rem;
}

#cts02 .user-service .item h2 span {
  margin-left: 10px;
  font-family: "Paperlogy";
  font-weight: 800;
  font-size: 2rem;
}

#cts02 .user-service .item>div {
  background-color: #FFF9F4;
  border-radius: 40px 0 40px 40px;
  padding: 54px 24px 24px 24px;
  position: relative;
}

#cts02 .user-service .item:nth-child(2)>div {
  background-color: #F3F9FF;
  border-radius: 0 40px 40px 40px;
}

#cts02 .user-service .swiper {
  padding: 1rem;
}

#cts02 .user-service ul li {
  float: left;
  width: 25%;
  text-align: center;
  color: #080808;
}

#cts02 .user-service ul li a {
  display: block;
}

#cts02 .user-service ul li a em {
  margin: 0 auto 15px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

#cts02 .user-service ul li:hover a em {
  transform: translateY(-10px);
}

#cts02 .user-service ul li a span {
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 130%;
}

#cts02 .user-service ul li:hover a span {
  color: var(--primary-50);
}

#cts02 .user-service ul::after {
  content: '';
  display: block;
  clear: both;
}

#cts02 .user-service .item:nth-child(1) h2 {
  background: linear-gradient(267deg, #FF9A27 2.28%, #F66C21 100.88%);
  border-radius: 50px 50px 0 50px;
  text-align: right;
  padding-right: 190px;
  padding-left: 0;
}

#cts02 .user-service .swiper-navigation {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  top: -0.65rem;
  left: 4rem;
}

#cts02 .user-service .user-busi-swiper .swiper-navigation {
  left: unset;
  right: 4rem;
}

#cts02 .user-service .swiper-navigation .swiper-button-prev,
#cts02 .user-service .swiper-navigation .swiper-button-next {
  width: var(--size-height-7);
  height: var(--size-height-7);
  position: relative;
  top: unset;
  left: unset;
  right: unset;
}

@media (max-width: 1200px) {
  #cts02 .user-service .item:first-child {
    margin-bottom: 3rem;
  }

  #cts02 .user-service .item {
    width: 100%;
  }

  #cts02 .user-service .item:nth-child(1) h2 {
    padding-left: 190px;
    padding-right: 0;
    text-align: left;
  }

  #cts02 .user-service .item h2:before {
    right: unset;
    left: 4rem;
  }

  #cts02 .user-service .user-con-swiper .swiper-navigation {
    left: unset;
    right: 4rem;
  }

  #cts02 .user-service ul li {
    width: unset;
  }

  #cts02 .user-service .swiper-navigation .swiper-button-prev,
  #cts02 .user-service .swiper-navigation .swiper-button-next {
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
  }
}

@media (max-width: 767px) {
  #cts02 .user-service .item h2 span {
    font-size: 1.7rem;
  }
}

@media (max-width: 640px) {
  #cts02 .user-service .item h2 {
    height: 76px;
    line-height: 80px;
  }

  #cts02 .user-service .item h2,
  #cts02 .user-service .item:nth-child(1) h2 {
    padding-left: 40px;
  }

  #cts02 .user-service .item h2:before {
    left: 9rem;
    width: 75px;
    height: 100px;
    top: -0.9rem;
  }

  #cts02 .user-service .item:nth-child(2) h2:before {
    left: 8rem;
    width: 110px;
    height: 100px;
    top: -1.2rem;
  }

  #cts02 .user-service .item h2 span {
    font-size: 1.5rem;
  }

  #cts02 .user-service .user-busi-swiper .swiper-navigation,
  #cts02 .user-service .user-con-swiper .swiper-navigation {
    right: 2rem;
    top: -0.5rem;
  }
}

@media (max-width: 480px) {
  #cts02 .user-service .item:first-child {
    margin-bottom: 2rem;
  }

  #cts02 .user-service .item h2:before {
    left: 8.5rem;
    width: 60px;
    height: 70px;
    top: 0.5rem;
  }

  #cts02 .user-service .item:nth-child(2) h2:before {
    left: 8rem;
    width: 75px;
    height: 70px;
    top: 0.5rem;
  }
}

@media (max-width: 390px) {
  #cts02 .user-service .swiper {
    width: 60%;
    padding: 1rem 0;
  }

  #cts02 .user-service .user-busi-swiper .swiper-navigation,
  #cts02 .user-service .user-con-swiper .swiper-navigation {
    width: 90%;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    justify-content: space-between;
  }

  #cts02 .user-service .item h2:before {
    width: 60px;
    height: 70px;
    top: 0.5rem;
    left: unset;
    right: 2rem;
  }

  #cts02 .user-service .item:nth-child(2) h2:before {
    width: 75px;
    top: 0.5rem;
    left: unset;
    right: 2rem;
  }
}


/* ** cts03 공지사항 및 바로가기 ** */
/* -- cts03 - 공지사항 -- */
#cts03 .tab-area {
  gap: 0;
}

#cts03 .tab-area .main-tit-wrap ul {
  gap: var(--gap-8);
  width: fit-content;
  overflow-x: visible;
}

#cts03 .tab-area .main-tit-wrap ul li:not(.active) {
  opacity: 0.6;
}

#cts03 .tab-area .main-tit-wrap ul li:not(:last-child):after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: var(--gray-30);
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: -1.2rem;
}

#cts03 .main-box-responsive>div {
  flex: 1;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
}

#cts03 .main-box-responsive .in {
  height: 100%;
  padding: var(--pc-padding-card-small) var(--pc-padding-card-medium);
  border-radius: var(--radius-xlarge2);
  background-color: var(--light-color-surface-secondary-subtler);
}

#cts03 .main-box-responsive .in.outline {
  display: flex;
  flex-direction: column;
  gap: var(--gap-7);
  border: var(--width-variable-regular) solid var(--border-gray);
}

#cts03 .main-sect.notice .main-box-responsive .in.outline {
  min-height: 273.5px;
}

#cts03 .main-sect .news-tbl-list {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--gap-2);
}

#cts03 .main-sect .news-tbl-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  padding: var(--padding-3) 0;
  gap: var(--gap-5);
}

#cts03 .main-sect .news-tbl-list li .tit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#cts03 .main-sect .news-tbl-list li .date {
  flex-shrink: 0;
  color: var(--gray-50);
}

/* -- cts03 - 바로가기 -- */
#cts03 .main-sect.direct {
  border-radius: var(--radius-xlarge1);
  background: linear-gradient(180deg, #FBDDC3 0%, #C3DDFB 100%);
  padding: 1rem;
}

#cts03 .main-sect.direct .main-d-links {
  height: 100%;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

#cts03 .main-sect.direct .main-d-links .btn.text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: var(--padding-5) var(--padding-6);
  background-color: var(--background-white);
  color: #1E2124;
  font-size: 1.0625rem;
  font-weight: 700;
}

#cts03 .main-sect.direct .main-d-links .btn.text .ico-more {
  transition: all 0.3s;
}

#cts03 .main-sect.direct .main-d-links .btn.text:hover .ico-more {
  transform: translateX(8px);
}

@media screen and (max-width: 1200px) {
  #cts03.main-box-row {
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    gap: var(--gap-8);
  }

  #cts03 .main-sect.direct {
    margin-top: 0;
  }

  #cts03 .main-sect.direct .main-d-links {
    gap: 1rem;
  }
}

@media (max-width: 600px) {
  #cts03 .main-tit-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  #cts03 .tab-area .main-tit-wrap ul {
    width: 100%;
    overflow-x: auto;
    gap: var(--gap-7);
  }

  #cts03 .tab-area .main-tit-wrap ul li:not(:last-child):after {
    right: -0.85rem;
  }
}

@media (max-width: 480px) {
  #cts03 .main-box-responsive .in.outline {
    padding: var(--pc-padding-card-small);
  }

  #cts03 .main-sect .news-tbl-list li {
    flex-direction: column;
    gap: var(--gap-2);
  }
}


/* ---- cts04 - 실시간 검색어, 자주 보는 메뉴 ---- */
/* -- cts04 - 공통 -- */
#cts04 {
  position: relative;
}

#cts04 .main-sect {
  margin-top: var(--gap-12);
}

@media screen and (max-width: 991px) {
  #cts04 .main-sect {
    margin-top: var(--gap-11);
  }
}

@media screen and (max-width: 767px) {
  #cts04 .main-sect {
    margin-top: var(--gap-9);
  }
}

#cts04 .trends {
  height: 300px;
  padding: 2.5rem;
}

#cts04 .trends ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: auto;
  gap: 15px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#cts04 .trends ul li {
  display: flex;
  align-items: center;
  font-size: 1.0625rem;
}

#cts04 .trends ul li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

#cts04 .trends ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

#cts04 .trends ul li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

#cts04 .trends ul li:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

#cts04 .trends ul li:nth-child(5) {
  grid-column: 1;
  grid-row: 5;
}

#cts04 .trends ul li:nth-child(6) {
  grid-column: 2;
  grid-row: 1;
}

#cts04 .trends ul li:nth-child(7) {
  grid-column: 2;
  grid-row: 2;
}

#cts04 .trends ul li:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}

#cts04 .trends ul li:nth-child(9) {
  grid-column: 2;
  grid-row: 4;
}

#cts04 .trends ul li:nth-child(10) {
  grid-column: 2;
  grid-row: 5;
}

#cts04 .trends ul li .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#cts04 .trends ul li span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(83deg, #0057A4 3.97%, #2E8DE0 107.64%);
  color: #fff;
  border-radius: 50%;
  font-weight: 400;
}

#cts04 .trends ul li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
  transition: all 0.2s;
}

#cts04 .trends ul li:hover a {
  color: #00539c;
}

/* -- cts04 - 실시간 검색어 -- */
#cts04 .trendsList .trends {
  border-radius: 3.125rem 1.25rem 3.125rem 3.125rem;
  border: 13px solid rgba(151, 151, 151, 0.12);
}

/* -- cts04 - 자주 보는 메뉴 -- */
#cts04 .oftenMenu .trends {
  border-radius: 0.75rem 3.125rem 3.125rem 0.75rem;
  border: 1px solid #C6C6C6;
  background: white;
  display: flex;
  gap: 3rem;
  align-items: center;
  padding: 1.7rem;
}

#cts04 .oftenMenu .trends ul li span {
  background: linear-gradient(83deg, #0080A4 3.97%, #2EC0E0 107.64%);
}

#cts04 .oftenMenu .trends ul li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

/* -- cts04 - 배경 -- */
.cts04-bg {
  position: absolute;
  bottom: -40px;
  left: -150vw;
  width: 300vw;
  height: 237px;
  background-color: #F9F9F9;
  z-index: -1;
}

.cts04-bg::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 38.8%;
  transform: translateX(-50%);
  width: calc(((100% - 1440px) / 3) + 500px);
  height: 440px;
  background-color: #F9F9F9;
  border-radius: 0 203px 80px 0;
}

@media screen and (max-width: 1280px) {
  #cts04 .oftenMenu .trends ul li a {
    max-width: 120px;
  }
}

@media screen and (max-width: 1180px) {
  #cts04 .oftenMenu .trends ul li a {
    max-width: 90px;
  }
}

@media screen and (max-width: 991px) {
  #cts04.main-box-row.reverse {
    grid-template-columns: 1fr;
  }

  #cts04 .main-sect.oftenMenu {
    margin-top: 0;
  }

  #cts04 .trends ul li a {
    max-width: 200px;
  }

  #cts04 .oftenMenu .trends ul li a {
    max-width: 180px;
  }

  .cts04-bg::before {
    bottom: 80px;
    left: 45%;
  }
}

@media screen and (max-width: 860px) {
  #cts04 .trendsList .trends {
    justify-content: center;
    display: flex;
  }

  #cts04 .trends ul li a {
    min-width: 140px;
  }

  #cts04 .trends ul li a,
  #cts04 .oftenMenu .trends ul li a {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  #cts04 .oftenMenu .trends {
    flex-direction: column;
    height: unset;
  }

  .cts04-bg {
    height: 400px;
  }

  .cts04-bg::before {
    bottom: 150px;
    left: 45%;
    height: 600px;
  }
}

@media screen and (max-width: 530px) {
  #cts04 .trends ul li a {
    min-width: 100px;
  }

  #cts04 .trends ul li a,
  #cts04 .oftenMenu .trends ul li a {
    max-width: 100px;
  }
}

@media screen and (max-width: 430px) {
  #cts04 .trends ul {
    grid-template-columns: repeat(1, auto);
  }

  #cts04 .trends ul li {
    grid-column: unset !important;
    grid-row: unset !important;
  }

  #cts04 .trendsList .trends {
    height: unset;
    justify-content: flex-start;
    padding: 1.7rem;
  }

  #cts04 .oftenMenu .trends {
    align-items: flex-start;
    gap: 1.5rem;
  }

  #cts04 .oftenMenu .trends .oftenMenuGraph,
  #cts04 .oftenMenu .trends .oftenMenuGraph img {
    width: 100%;
  }

  #cts04 .trends ul li a,
  #cts04 .oftenMenu .trends ul li a {
    max-width: 200px;
  }
}

@media screen and (max-width: 360px) {

  #cts04 .trends ul li a,
  #cts04 .oftenMenu .trends ul li a {
    max-width: 170px;
  }
}

@media screen and (max-width: 310px) {

  #cts04 .trends ul li a,
  #cts04 .oftenMenu .trends ul li a {
    max-width: 140px;
  }
}


/* ---- cts05 - 알림·교육 ---- */
#cts05 .basic_tab.line-ellipse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#cts05 .basic_tab.line-ellipse .btn-tab {
  padding: 0 1.5625rem;
  border: 1px solid #C6C6C6;
  border-radius: var(--radius-max);
  font-size: 1.125rem;
  font-weight: var(--font-weight-6);
}

#cts05 .basic_tab.line-ellipse li.active .btn-tab {
  color: var(--gray-0);
  background-color: var(--primary-50);
  border-color: var(--primary-50);
}

#cts05 .conList {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: var(--gap-8)
}

#cts05 .conList li {
  width: calc((100% - (var(--gap-8) * 3)) / 4);
}

#cts05 .conList li a {
  display: block;
  width: 100%;
}

#cts05 .conList li .thumnail {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 0.3s;
  border: 1px solid #B1B8BE;
}

#cts05 .conList li .thumnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#cts05 .conList li .txtArea h5 {
  width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 5px;
}

#cts05 .conList li .txtArea p {
  font-size: 1.0625rem;
  color: var(--gray-50);
}

#cts05 .conList li:hover .thumnail {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

#cts05 .conList li:hover .txtArea h5 {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  #cts05 .basic_tab>ul {
    width: 100%;
  }

  #cts05 .basic_tab.line-ellipse {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  #cts05 .basic_tab>ul {
    width: 100%;
  }

  #cts05 .conList {
    flex-wrap: wrap;
  }

  #cts05 .conList li {
    width: calc((100% - (var(--gap-8))) / 2);
  }

  #cts05 .conList li .thumnail {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  #cts05.main-sect {
    margin-top: var(--gap-11);
  }
}

@media (max-width: 600px) {
  #cts05 .conList li:not(:first-child) {
    display: none;
  }

  #cts05 .conList li {
    width: 100%;
  }

  #cts05 .conList li .thumnail {
    height: unset;
  }
}


/* ---- cts06 - 신고/보고 ---- */
#cts06 {
  margin-top: var(--gap-12);
  margin-bottom: var(--gap-2);
}

#cts06 .report-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 7rem;
  position: relative;
}

/* 260219
#cts06 .report-wrap::before {
  content: '';
  display: block;
  width: 330px;
  height: 250px;
  background: url(../../../images/2025/portal/main/cha_call.png) no-repeat top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -1rem;
}
*/

#cts06 .report-wrap>li {
  position: relative;
  width: 100%;
}

#cts06 .report-wrap>li:first-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #C6C6C6;
  position: absolute;
  top: 0;
  right: -3.5rem;
}

#cts06 .report-wrap>li .txtArea {
  width: 100%;
  position: relative;
}

#cts06 .report-wrap>li .txtArea:before {
  content: '';
  display: block;
  width: 64px;
  height: 72px;
  background: url(../../../images/2025/portal/main/ico_report01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
}

#cts06 .report-wrap>li:nth-child(2) .txtArea:before {
  background: url(../../../images/2025/portal/main/ico_report02.png) no-repeat center center;
  background-size: contain;
}

#cts06 .report-wrap>li .txtArea p {
  color: #464C53;
  font-size: 1.38394rem;
  font-weight: 400;
}

#cts06 .report-wrap>li .txtArea b {
  color: #0057A4;
  font-size: 2rem;
  font-weight: 800;
}

#cts06 .report-wrap>li:nth-child(2) .txtArea b {
  color: #F66D21;
}

#cts06 .report-wrap>li .btnArea {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
  width: 100%;
}

#cts06 .report-wrap>li .btnArea div {
  flex: 1;
}

#cts06 .report-wrap>li .btnArea a {
  display: block;
  padding: 0.7rem 2rem;
  border-radius: 30px 30px 0 30px;
  background: linear-gradient(270deg, #0057A4 0%, #2179C8 100%);
  box-shadow: 0px 4px 10.2px 0px rgba(0, 0, 0, 0.14);
  color: #FFF;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}

#cts06 .report-wrap>li:nth-child(2) .btnArea a {
  border-radius: 30px 30px 30px 0;
  background: linear-gradient(270deg, #F66C21 0%, #F68921 100%);
}

#cts06 .report-wrap>li .btnArea a:hover {
  box-shadow: none;
}

#cts06 .report-wrap>li .btnArea a:after {
  position: absolute;
  display: flex;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(270deg, #00539c 0%, #0844b4 100%);
  border-radius: 30px 30px 0 30px;
  transition: all 0.5s ease;
}

#cts06 .report-wrap>li .btnArea a:hover:after {
  left: 0;
  width: 100%;
}

#cts06 .report-wrap>li:nth-child(2) .btnArea a:after {
  background: linear-gradient(270deg, #f79515 0%, #ff6822 100%);
  border-radius: 30px 30px 30px 0;
}

#cts06 .report-wrap>li .btnArea a:focus {
  box-shadow: var(--box-shadow-outline-inset);
  outline-offset: -4px;
}

@media (max-width: 1280px) {
  #cts06 .report-wrap:before {
    display: none;
  }

  #cts06 .report-wrap>li {
    width: calc((100% - 7em) / 2);
  }

  #cts06 .report-wrap>li .txtArea,
  #cts06 .report-wrap>li .btnArea {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #cts06 .report-wrap {
    gap: 6rem;
  }

  #cts06 .report-wrap>li {
    width: calc((100% - 4em) / 2);
  }

  #cts06 .report-wrap>li:first-child:before {
    right: -2rem;
  }
}

@media (max-width: 830px) {
  #cts06 .report-wrap {
    flex-wrap: wrap;
  }

  #cts06 .report-wrap>li {
    width: 100%;
  }

  #cts06 .report-wrap>li:first-child:before {
    height: 1px;
    width: 100%;
    right: 0;
    top: unset;
    bottom: -3rem;
  }

  #cts06 .report-wrap>li .txtArea p {
    font-size: 1.1rem;
  }

  #cts06 .report-wrap>li .btnArea a {
    font-size: 1rem;
  }

  #cts06 .report-wrap>li .txtArea b {
    font-size: 1.6rem;
  }

  #cts06 .report-wrap>li .txtArea:before {
    width: 50px;
    height: 60px;
    top: unset;
    right: 0.8rem;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  #cts06 {
    margin-top: var(--gap-10);
  }

  #cts06 .report-wrap {
    gap: 5rem;
  }

  #cts06 .report-wrap>li:first-child:before {
    bottom: -2.5rem;
  }
}

@media screen and (max-width: 380px) {
  #cts06 .report-wrap>li .btnArea {
    flex-wrap: wrap;
  }

  #cts06 .report-wrap>li .btnArea div {
    width: 100%;
    flex: unset;
  }

  #cts06 .report-wrap>li .txtArea:before {
    width: 30px;
    height: 40px;
  }
}


/* 260219 자주보는 메뉴 그래프 */
.favmnNew {
    width: 100%;
}

.favmnNew .wordRank {
    position: relative;
    width: 100%;
    min-height: 275px;
}

.favmnNew .wordRank>p {
    width: 80px;
    height: 80px;
    border-radius: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-direction: alternate;
    opacity: 0;
    font-size: 0;
}

.favmnNew .wordRank>p>span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.favmnNew .animate .wordRank>p.rank1 {
    animation: rankAni1 0.2s 0.3S forwards, shake 2s 0.3s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(255, 216, 216, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank2 {
    animation: rankAni2 0.2s 0.3s forwards, shake 2s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(211, 236, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank3 {
    animation: rankAni3 0.4s 0.5s forwards, shake 3.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(230, 249, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank4 {
    animation: rankAni4 0.5s 0.5s forwards, shake 2.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(215, 237, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank5 {
    animation: rankAni5 0.5s 0.6s forwards, shake 3.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(218, 237, 179, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank6 {
    animation: rankAni6 0.5s 0.7s forwards, shake 2.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(211, 232, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank7 {
    animation: rankAni7 0.5s 0.8s forwards, shake 2.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(220, 237, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank8 {
    animation: rankAni8 0.5s 1s forwards, shake 4.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(176, 232, 250, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank9 {
    animation: rankAni9 0.5s 1.2s forwards, shake 2.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(252, 234, 181, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank10 {
    animation: rankAni10 0.5s 1s forwards, shake 4.5s 1s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(250, 228, 165, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank11 {
    animation: rankAni11 0.5s 1.6s forwards, shake 2.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(248, 232, 160, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.favmnNew .animate .wordRank>p.rank12 {
    animation: rankAni12 0.5s 1.8s forwards, shake 3.5s 2s ease-in-out infinite;
    font-size: 0;
    background: rgb(255, 216, 216);
    background: radial-gradient(circle, rgba(251, 232, 178, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

@keyframes rankAni1 {
    from {
        margin: 0;
    }

    to {
        width: 110px;
        height: 110px;
        border-radius: 110px;
        opacity: 1;
        font-size: 1em;
    }
}

@keyframes rankAni2 {
    from {
        margin: 0;
    }

    to {
        width: 90px;
        height: 90px;
        border-radius: 90px;
        margin-left: -20%;
        margin-top: -17%;
        opacity: 1;
    }
}

@keyframes rankAni3 {
    from {
        margin: 0;
    }

    to {
        width: 95px;
        height: 95px;
        border-radius: 95px;
        margin-left: 11%;
        margin-top: -23%;
        /*transform:translate(-50%, -50%) translateY(-6.5em);*/
        opacity: 1;
    }
}

@keyframes rankAni4 {
    from {
        margin: 0;
    }

    to {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        margin-left: 41%;
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes rankAni5 {
    from {
        margin: 0;
    }

    to {
        width: 100px;
        height: 100px;
        border-radius: 100px;
        margin-left: 22%;
        margin-top: 20%;
        opacity: 1;
    }
}

@keyframes rankAni6 {
    from {
        margin: 0;
    }

    to {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin-left: -23%;
        margin-top: 4%;
        opacity: 1;
    }
}

@keyframes rankAni7 {
    from {
        margin: 0;
    }

    to {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin-top: 22%;
        opacity: 1;
    }
}

@keyframes rankAni8 {
    from {
        margin: 0;
    }

    to {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        margin-left: -19%;
        margin-top: 23%;
        opacity: 1;
    }
}

@keyframes rankAni9 {
    from {
        margin: 0;
    }

    to {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        margin-left: -40%;
        margin-top: -10%;
        opacity: 1;
    }
}

@keyframes rankAni10 {
    from {
        margin: 0;
    }

    to {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        margin-left: 33%;
        margin-top: -21%;
        opacity: 1;
    }
}

@keyframes rankAni11 {
    from {
        margin: 0;
    }

    to {
        width: 65px;
        height: 65px;
        border-radius: 65px;
        margin-left: 20%;
        margin-top: -6%;
        opacity: 1;
    }
}

@keyframes rankAni12 {
    from {
        margin: 0;
    }

    to {
        width: 70px;
        height: 70px;
        border-radius: 70px;
        margin-top: 11%;
        margin-left: -40%;
        opacity: 1;
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translate(-50%, -50%) translateY(-5px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(5px);
    }
}
/* 260219 자주보는 메뉴 그래프 */
