body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header.hover {
  background-color: #fff;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.header.hover a {
  color: #000 !important;
}
.header.hover a svg g text {
  fill: #000;
}
.header .wrapper {
  font-size: 18px;
  display: grid;
  grid-template-columns: 1fr 5fr 1fr;
  align-items: center;
}
.header .wrapper .header_left {
  padding-top: 10px;
  box-sizing: border-box;
}
.header .wrapper .header_center {
  display: flex;
  justify-content: center;
}
.header .wrapper .header_center .nav {
  width: 70%;
}
.header .wrapper .header_center .nav ul {
  display: flex;
  justify-content: space-around;
}
.header .wrapper .header_center .nav ul li {
  border-bottom: 2px solid transparent;
  text-align: center;
}
.header .wrapper .header_center .nav ul li a {
  color: #fff;
  font-family: Pretendard-Bold;
  padding-top: 25px;
  padding-bottom: 22px;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
.header .wrapper .header_center .nav ul li a:hover {
  border-bottom: 2px solid #ee7019;
}
.header .wrapper .header_right {
  display: flex;
  justify-content: center;
}
.header .wrapper .header_right a {
  color: #fff;
  font-size: 15px;
  font-family: Pretendard-Bold;
}
.header .wrapper .header_right svg {
  display: none;
}
.header .sub_menu {
  background-color: #fff;
}
.header .sub_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 50px;
  padding: 30px 0;
  box-sizing: border-box;
  display: none;
}
.header .sub_menu ul li a {
  font-family: Pretendard-Regular;
  font-size: 16px;
  color: #3e4147;
}

.side_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 100;
  padding: 30px;
  box-sizing: border-box;
}
.side_menu .side_menu_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 30px;
}
.side_menu .side_menu_logo img {
  width: 30px;
  height: 30px;
}
.side_menu .side_menu_wrapper ul li {
  padding: 10px;
  box-sizing: border-box;
}
.side_menu .side_menu_wrapper ul li .sub_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side_menu .side_menu_wrapper ul li .sub_title p {
  font-family: Pretendard-Bold;
  font-size: 24px;
}
.side_menu .side_menu_wrapper ul li .sub_title img {
  transform: rotate(-90deg);
}
.side_menu .side_menu_wrapper ul li .sub_title img.clicked {
  animation: flipIcon 0.3s both;
}
.side_menu .side_menu_wrapper ul li .sub_title img.removed {
  animation: reverseIcon 0.3s both;
}
.side_menu .side_menu_wrapper ul li ul {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}
.side_menu .side_menu_wrapper ul li ul li {
  padding: 10px 0;
  box-sizing: border-box;
}
.side_menu .side_menu_wrapper ul li ul li a {
  font-size: 20px;
  font-family: Pretendard-Medium;
  color: rgb(105, 105, 105);
}
.side_menu .side_menu_wrapper ul li.clicked > ul {
  animation: openSubMenu 0.5s ease-in-out both;
}
.side_menu .side_menu_wrapper ul li.clicked > .sub_title > img {
  transform: rotate(90deg);
  transition: 0.3s;
}

.content section:not(.section01, .section06) {
  padding: 150px 0;
  box-sizing: border-box;
}
.content section .section_title {
  padding-bottom: 50px;
  box-sizing: border-box;
  word-break: keep-all;
}
.content section .section_title .big {
  font-family: Helvetica-ExtraBold;
  font-size: 54px;
  letter-spacing: 8px;
  line-height: 72px;
  color: #000;
}
.content section .section_title .big span {
  letter-spacing: 0;
}
.content section .section_title .small .description {
  font-family: Pretendard-Medium;
  font-size: 20px;
}
.content section .section_title .small .shortcut a {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.content section .section_title .small .shortcut a p {
  font-family: Pretendard-ExtraBold;
  font-size: 16px;
}
.content .section01 {
  width: 100%;
  height: 100vh;
}
.content .section01 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.content .section01 .swiper .swiper-wrapper .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .small {
  font-family: Helvetica-Medium;
  font-size: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .big {
  font-family: Pretendard-Bold;
  font-size: 56px;
  letter-spacing: -1px;
  line-height: 70px;
  max-width: 700px;
}
.content .section01 .swiper .swiper-wrapper .slide01 {
  background-image: url("/static/img/web/main/rolling_banner1.png");
}
.content .section01 .swiper .swiper-wrapper .slide02 {
  background-image: url("/static/img/web/main/rolling_banner2.png");
}
.content .section01 .swiper .swiper-wrapper .slide03 {
  background-image: url("/static/img/web/main/rolling_banner3.png");
}
.content .section01 .swiper .swiper-pagination {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
  width: auto;
  height: min-content;
}
.content .section01 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
}
.content .section01 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.content .section01 .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.content .section02 .wrapper .section_title {
  display: flex;
  column-gap: 50px;
  justify-content: center;
  align-items: center;
}
.content .section02 .wrapper .section_title .small .shortcut {
  padding-top: 20px;
  box-sizing: border-box;
}
.content .section02 .wrapper .section_content {
  background-image: url("/static/img/web/main/banner_1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}
.content .section02 .wrapper .section_content .content_wrapper {
  margin: 0 40px;
  display: flex;
  justify-content: space-evenly;
  color: #fff;
  border-left: 1px solid rgba(244, 246, 250, 0.4);
  border-right: 1px solid rgba(244, 246, 250, 0.4);
}
.content .section02 .wrapper .section_content .content_wrapper > div:not(:last-child) {
  border-right: 1px solid rgba(244, 246, 250, 0.4);
}
.content .section02 .wrapper .section_content .content_wrapper > div {
  width: 100%;
  height: 500px;
  position: relative;
}
.content .section02 .wrapper .section_content .content_wrapper > div.hover > .title {
  opacity: 0;
  transition: 0.3s;
}
.content .section02 .wrapper .section_content .content_wrapper > div.hover .hidden {
  opacity: 1;
  transition: 0.3s;
}
.content .section02 .wrapper .section_content .content_wrapper > div > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  position: absolute;
}
.content .section02 .wrapper .section_content .content_wrapper .title {
  font-family: Pretendard-ExtraBold;
  font-size: 34px;
}
.content .section02 .wrapper .section_content .content_wrapper .hidden {
  opacity: 0;
  padding: 0 70px;
  box-sizing: border-box;
}
.content .section02 .wrapper .section_content .content_wrapper .hidden .intro {
  font-family: Pretendard-Regular;
  font-size: 18px;
  word-break: keep-all;
  padding: 50px 0;
  box-sizing: border-box;
  line-height: 28px;
}
.content .section02 .wrapper .section_content .content_wrapper .hidden .more a {
  display: inline-block;
}
.content .section03 {
  background-image: url("/static/img/web/main/bg_1.png");
  background-repeat: no-repeat;
  background-position-x: -10%;
  background-size: 30%;
}
.content .section03 .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content .section03 .section_title {
  padding-top: 0;
}
.content .section03 .section_title .small {
  padding-top: 20px;
  box-sizing: border-box;
}
.content .section03 .section_content {
  display: flex;
  column-gap: 20px;
}
.content .section03 .section_content .news {
  flex-basis: 25%;
  background-color: #1b1815;
  padding: 40px;
  box-sizing: border-box;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .section03 .section_content .news .news_text {
  color: #fff;
}
.content .section03 .section_content .news .news_text .title {
  font-family: Pretendard-Bold;
  font-size: 34px;
  line-height: 46px;
}
.content .section03 .section_content .news .news_text .description {
  font-family: Pretendard-Medium;
  font-size: 16px;
  padding: 20px 0;
  box-sizing: border-box;
}
.content .section03 .section_content .news .news_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .section03 .section_content .news .news_nav .date {
  font-family: Pretendard-Regular;
  font-size: 14px;
  color: #a8a7a6;
}
.content .section03 .section_content .news .news_nav .more {
  padding: 13px 11px 10px 11px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #444444;
}
.content .section04 {
  background-image: url("/static/img/web/main/bg_2.png");
  background-repeat: no-repeat;
  background-position: 110% 0;
  background-size: 30%;
}
.content .section04 .wrapper .section_title {
  display: flex;
  column-gap: 50px;
}
.content .section04 .wrapper .section_title > div {
  width: 100%;
}
.content .section04 .wrapper .section_title .small {
  padding-top: 20px;
  box-sizing: border-box;
}
.content .section04 .wrapper .section_title .small .shortcut {
  padding-top: 20px;
  box-sizing: border-box;
}
.content .section04 .wrapper .section_content {
  border-top: 1px solid black;
}
.content .section04 .wrapper .section_content .media {
  padding: 40px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 7fr 1fr;
  border-bottom: 1px solid #e7e9ec;
}
.content .section04 .wrapper .section_content .media .category {
  font-family: Pretendard-Medium;
  font-size: 14px;
  color: #f07622;
}
.content .section04 .wrapper .section_content .media .title .title_text {
  font-family: Pretendard-Bold;
  font-size: 22px;
  word-break: keep-all;
}
.content .section04 .wrapper .section_content .media .title .link {
  padding-top: 20px;
  box-sizing: border-box;
}
.content .section04 .wrapper .section_content .media .title .link a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.content .section04 .wrapper .section_content .media .title .link a p {
  font-family: Pretendard-Regular;
  font-size: 14px;
  color: #10141a;
}
.content .section04 .wrapper .section_content .media .date {
  line-height: 38px;
  text-align: center;
}
.content .section04 .wrapper .section_content .media .date .small {
  font-family: Pretendard-Medium;
  font-size: 16px;
  color: #797e86;
}
.content .section04 .wrapper .section_content .media .date .big {
  font-family: Helvetica-Bold;
  font-size: 46px;
  color: #fff;
  text-shadow: -1px 0px #797e86, 0px 1px #797e86, 1px 0px #797e86, 0px -1px #797e86;
}
.content .section04 .wrapper .section_content .media .date .middle_mobile_date{
  display: none;
}
.content .section05 {
  background-color: #f0f1f5;
}
.content .section05 .wrapper .section_title {
  text-align: center;
}
.content .section05 .wrapper .section_title .small {
  font-family: Helvetica-ExtraBold;
  font-size: 20px;
  letter-spacing: 4px;
}
.content .section05 .wrapper .section_content .swiper {
  position: relative;
  padding: 0 25px 40px;
  box-sizing: border-box;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  height: 340px;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .img_wrapper {
  width: 100%;
  height: 70%;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .img_wrapper img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper {
  padding: 20px;
  box-sizing: border-box;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .title {
  font-family: Pretendard-Bold;
  font-size: 20px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .date {
  font-family: Pretendard-Regular;
  font-size: 16px;
  color: #909398;
}
.content .section05 .wrapper .section_content .swiper .swiper-button-prev,
.content .section05 .wrapper .section_content .swiper .swiper-button-next {
  position: absolute;
}
.content .section05 .wrapper .section_content .swiper .swiper-button-prev::after,
.content .section05 .wrapper .section_content .swiper .swiper-button-next::after {
  display: none;
}
.content .section05 .wrapper .section_content .swiper .swiper-button-prev {
  left: 15px;
}
.content .section05 .wrapper .section_content .swiper .swiper-button-next {
  right: 15px;
}
.content .section05 .wrapper .section_content .swiper03,
.content .section05 .wrapper .section_content .swiper04 {
  display: none;
}
.content .section05 .wrapper .section_content .banner {
  padding: 0 25px;
  box-sizing: border-box;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper {
  background-color: #fb7f2a;
  color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  word-break: keep-all;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_title {
  font-family: Pretendard-Bold;
  font-size: 30px;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_description {
  font-family: Pretendard-Medium;
  font-size: 18px;
  padding: 8px 0 30px;
  box-sizing: border-box;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper .text .more a {
  color: #fff;
  font-family: Pretendard-Regular;
  font-size: 15px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  transition: 0.2s;
}
.content .section05 .wrapper .section_content .banner .banner_wrapper .text .more a:hover {
  background-color: #fff;
  color: #fb7f2a;
  font-family: Pretendard-Medium;
}
.content .section06 {
  height: 100px;
  position: relative;
}
.content .section06 .wrapper ul {
  width: max-content;
  display: flex;
  column-gap: 10px;
  position: absolute;
  top: 25%;
  animation: bannerSlide 30s linear both infinite;
}
.content .section06 .wrapper ul li a {
  display: block;
  width: 180px;
  height: 50px;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #e9eaeb;
  border-radius: 10px;
  background-image: url("/static/img/web/main/footer_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}

.footer {
  padding: 40px 0;
  box-sizing: border-box;
  background-color: #151b1f;
  font-size: 15px;
  line-height: 30px;
}
.footer,
.footer a {
  color: rgba(177, 184, 194, 0.7);
}
.footer .footer_top {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.footer .footer_top span {
  position: relative;
  top: -2px;
  width: 1px;
  height: 10px;
  background-color: rgba(177, 184, 194, 0.3);
}
.footer .copyright p {
  font-size: 14px;
  color: rgba(177, 184, 194, 0.5);
}

@keyframes openSubMenu {
  0% {
    max-height: 0;
    height: 0;
  }
  100% {
    max-height: 500px;
    height: 100%;
  }
}
@keyframes bannerSlide {
  0% {
    transform: translateX(60%);
  }
  100% {
    transform: translateX(-1980px);
  }
}
@media (max-width: 1400px) {
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .small {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .big {
    font-size: 40px;
    line-height: 55px;
  }
  .content .section02 .wrapper .section_content .content_wrapper {
    margin: 0;
    border: none;
  }
  .content .section02 .wrapper .section_content .content_wrapper > div {
    height: 400px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .title {
    font-size: 26px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden {
    padding: 0 50px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden .intro {
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden .more a {
    width: 30px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden .more a img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .header .wrapper {
    font-size: 14px;
  }
  .header .wrapper .header_left .logo svg {
    width: 150px;
  }
  .header .wrapper .header_center {
    display: flex;
    justify-content: center;
  }
  .header .wrapper .header_center .nav {
    width: 80%;
  }
  .header .wrapper .header_right a {
    font-size: 14px;
  }
  .header .sub_menu ul {
    column-gap: 30px;
    display: none;
  }
  .header .sub_menu ul li a {
    font-size: 14px;
  }
  .content .section01 .swiper .swiper-pagination {
    position: absolute;
    top: 80%;
  }
  .content .section05 .wrapper .section_content .swiper02,
  .content .section05 .wrapper .section_content .swiper04 {
    display: none;
  }
  .content .section05 .wrapper .section_content .swiper03 {
    display: block;
  }
}
@media (max-width: 850px) {
  .header {
    border-bottom: none;
  }
  .header .wrapper {
    padding: 10px 20px;
    font-size: 14px;
    grid-template-columns: repeat(2, 1fr);
  }
  .header .wrapper .header_left .logo svg {
    width: 150px;
  }
  .header .wrapper .header_center {
    display: none;
  }
  .header .wrapper .header_right {
    justify-content: right;
  }
  .header .wrapper .header_right a {
    display: none;
  }
  .header .wrapper .header_right svg {
    display: block;
    width: 40px;
  }
  .header .sub_menu {
    display: none;
  }
  .content section .section_title .big {
    font-size: 40px;
    line-height: 50px;
  }
  .content section .section_title .small .description {
    font-size: 16px;
  }
  .content section .section_title .small .shortcut a p {
    font-size: 12px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .small {
    font-size: 24px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .big {
    font-size: 34px;
    line-height: 50px;
    width: 500px;
  }
  .content .section02 .wrapper .section_content .content_wrapper > div {
    height: 400px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .title {
    font-size: 22px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden {
    padding: 0 20px;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden .intro {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 0;
  }
  .content .section04 .wrapper .section_content .media {
    column-gap: 20px;
  }
  .content .section04 .wrapper .section_content .media .category {
    font-size: 12px;
  }
  .content .section04 .wrapper .section_content .media .title .title_text {
    font-size: 18px;
  }
  .content .section04 .wrapper .section_content .media .title .link a p {
    font-size: 12px;
  }
  .content .section04 .wrapper .section_content .media .date {
    line-height: 30px;
  }
  .content .section04 .wrapper .section_content .media .date .small {
    font-size: 14px;
  }
  .content .section04 .wrapper .section_content .media .date .big {
    font-size: 40px;
  }
  .content .section05 .wrapper {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .content section .section_title .big {
    font-size: 30px;
    line-height: 40px;
  }
  .content section .section_title .small .description {
    font-size: 14px;
  }
  .content .section02 .wrapper {
    padding: 0;
  }
  .content .section02 .wrapper .section_title {
    padding: 0 40px 50px;
  }
  .content .section02 .wrapper .section_content .content_wrapper {
    display: block;
  }
  .content .section02 .wrapper .section_content .content_wrapper > div {
    padding: 0;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .content .section02 .wrapper .section_content .content_wrapper > div:first-child {
    background-image: url("/static/img/web/main/banner_1.png");
  }
  .content .section02 .wrapper .section_content .content_wrapper > div:nth-child(2) {
    background-image: url("/static/img/web/main/banner_2.png");
  }
  .content .section02 .wrapper .section_content .content_wrapper > div:last-child {
    background-image: url("/static/img/web/main/banner_3.png");
  }
  .content .section02 .wrapper .section_content .content_wrapper > div > .title {
    opacity: 0;
  }
  .content .section02 .wrapper .section_content .content_wrapper > div .hidden {
    opacity: 1;
  }
  .content .section02 .wrapper .section_content .content_wrapper .hidden .intro {
    max-width: 400px;
  }
  .content .section04 .wrapper .section_title .small {
    padding-top: 0;
  }
  .content .section04 .wrapper .section_content .media {
    padding: 20px 0 10px;
    display: block;
  }
  .content .section04 .wrapper .section_content .media .category {
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .content .section04 .wrapper .section_content .media .title .link {
    display: none;
  }
  .content .section04 .wrapper .section_content .media .date {
    text-align: left;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .content .section04 .wrapper .section_content .media .date .big,    .content .section04 .wrapper .section_content .media .date .small{
    display: none;
  }
  .content .section04 .wrapper .section_content .media .date .middle_mobile_date{
    display: block;
  }
  .content .section05 .wrapper .section_content .swiper02,
  .content .section05 .wrapper .section_content .swiper03 {
    display: none;
  }
  .content .section05 .wrapper .section_content .swiper04 {
    display: block;
  }
  .content .section05 .wrapper .section_content .swiper {
    padding: 0 100px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper {
    padding: 20px;
    box-sizing: border-box;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .title {
    font-size: 16px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .date {
    font-size: 14px;
  }
  .content .section05 .wrapper .section_content .banner {
    margin-top: 50px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_title {
    font-size: 22px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_description {
    font-size: 16px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .icon {
    display: none;
  }
  .footer {
    padding: 20px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .footer .wrapper {
    padding: 0 20px;
  }
  .footer .wrapper .footer_top {
    display: block;
  }
  .footer .copyright p {
    width: 90%;
    font-size: 10px;
    padding-top: 10px;
  }
  .side_menu {
    padding: 20px;
  }
  .side_menu .side_menu_logo {
    padding: 0 10px 0 0;
  }
  .side_menu .side_menu_logo .side_logo a svg {
    width: 150px;
  }
  .side_menu .side_menu_logo img {
    width: 20px;
    height: 20px;
  }
  .side_menu .side_menu_wrapper ul li .sub_title p {
    font-size: 18px;
  }
  .side_menu .side_menu_wrapper .no_subMenu {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
  .side_menu .side_menu_wrapper ul li ul {
    padding: 0 10px;
  }
  .side_menu .side_menu_wrapper ul li ul li {
    padding: 5px 0;
    box-sizing: border-box;
  }
  .side_menu .side_menu_wrapper ul li ul li a {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .content .section02 .wrapper .section_title,
  .content .section04 .wrapper .section_title {
    display: block;
  }
  .content .section02 .wrapper .section_title .small,
  .content .section04 .wrapper .section_title .small {
    padding-top: 20px;
  }
  .content .section02 .wrapper .section_title .big,
  .content .section04 .wrapper .section_title .big {
    letter-spacing: 5px;
  }
}
@media (max-width: 420px) {
  .wrapper {
    padding: 0 20px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .small {
    font-size: 18px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .big {
    font-size: 24px;
    line-height: 40px;
    width: 400px;
  }
  .content .section02 .wrapper .section_title {
    padding: 0 20px 50px;
  }
  .content .section04 .wrapper .section_content .media .category {
    font-size: 12px;
  }
  .content .section04 .wrapper .section_content .media .title .title_text {
    font-size: 14px;
  }
  .content .section04 .wrapper .section_content .media .date .small {
    font-size: 12px;
  }
  .content .section05 .wrapper .section_content .swiper {
    padding: 0 50px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide {
    height: 250px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .title {
    font-size: 14px;
    padding-bottom: 0;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .title_wrapper .date {
    font-size: 12px;
  }
  .content .section05 .wrapper .section_content .swiper .swiper-wrapper .swiper-slide .img_wrapper {
    height: 76%;
  }
  .content .section05 .wrapper .section_content .banner {
    margin-top: 30px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper {
    padding: 20px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_title {
    font-size: 16px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_description {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .more a {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  .header .wrapper {
    padding: 5px 20px 0;
  }
  .header .wrapper .header_left .logo svg {
    width: 120px;
  }
  .header .wrapper .header_right svg {
    width: 30px;
  }
  .content section .section_title .big {
    font-size: 26px;
    line-height: 30px;
  }
  .content section .section_title .small .description {
    font-size: 12px;
  }
  .content section .section_title .small .shortcut a p {
    font-size: 10px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .small {
    font-size: 14px;
  }
  .content .section01 .swiper .swiper-wrapper .swiper-slide .text_wrapper .big {
    font-size: 20px;
    line-height: 30px;
    width: 300px;
  }
  .content .section05 .wrapper .section_title {
    text-align: left;
    padding: 0 0 30px 20px;
  }
  .content .section05 .wrapper .section_title .small {
    font-size: 10px;
    letter-spacing: 3px;
  }
  .content .section05 .wrapper .section_content .banner {
    margin-top: 30px;
    padding: 0 15px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper {
    padding: 15px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_title {
    font-size: 14px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .banner_description {
    font-size: 12px;
    padding-bottom: 15px;
  }
  .content .section05 .wrapper .section_content .banner .banner_wrapper .text .more a {
    padding: 5px 10px;
    font-size: 10px;
  }
  .footer {
    font-size: 10px;
  }
  .footer .copyright p {
    line-height: 14px;
  }
  .side_menu {
    padding-top: 15px;
  }
  .side_menu .side_menu_logo .side_logo a svg {
    width: 120px;
  }
}
