@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  filter: none;
}
button {
  background-color: inherit;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}
.w-480 {
  width: 100%;
  max-width: 480px;
  min-width: 300px;
  margin: 0 auto;
}
html, body {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
  overflow-x: hidden;
  max-width: 2200px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
}

input, select, textarea {
  font-family: "Noto Sans KR", sans-serif;
  color: #000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.top_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_line h2 {
  font-size: 18px;
  line-height: 18px;
  width: 120px;
  position: relative;
  top: -1px;
}

.top_line p {
  width: calc(100% - 120px);
  height: 1px;
}

.top_contents {
  height: 360px;
}
.top_contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-radius: 0 0 475px 0;
}
.top_contents .main_banner_effect {
  position: relative;
  right: 0;
  height: 350px;
}
.top_contents .main_banner_effect .swiper-slide {
  position: relative;
}
.top_contents .main_banner_effect .swiper-slide img {
  width: 250px;
}

.contents img {
  border-radius: 7px;
}

.info_bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
}
.info_bottom .conetents {
  width: 48%;
}

.main_banner_effect {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: -100px;
  height: 430px;
  display: flex;
  justify-content: center;
}
.main_banner_effect .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.main_banner_effect .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main_banner_effect .swiper-slide img {
  width: 330px;
}

.mid_contents {
  position: relative;
  padding: 25px 16px;
}
.mid_contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}

.header {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
}
.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
}
.header .logo img {
  width: 55%;
  max-height: 50px;
  object-fit: contain;
}
.header .w-480 > button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  cursor: pointer;
}

.top_contents .main_banner {
  width: 100%;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
}
.top_contents .main_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.top_contents .main_banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top_contents .main_banner .swiper-wrapper .swiper-slide img {
  width: 260px;
}
.top_contents .main_banner01 {
  width: 100%;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
}
.top_contents .main_banner01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.top_contents .main_banner01 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.top_contents .main_banner01 .swiper-slide img {
  width: 260px;
}
.top_contents .main_banner01 .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
}
.top_contents .main_banner01 .swiper-pagination-bullet {
  border: 1px solid;
  background-color: transparent;
  margin: 0 2px;
  opacity: 1;
}
.top_contents .main_banner01 .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.top_contents .prev, .top_contents .next {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.top_contents .prev span:first-child, .top_contents .next span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
}
.top_contents .prev span:last-child, .top_contents .next span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
}
.top_contents .next {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 20px;
}

.copy_txt {
  width: 100%;
  padding: 40px 16px;
}
.copy_txt p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.link {
  width: 100%;
  padding: 40px 16px;
  position: relative;
  margin-bottom: 100px;
}
.link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 60px;
  border: 1px solid;
  border-radius: 10px;
  margin: 10px auto;
  padding: 0 15px;
  /* display: none; */
}
.link a:first-child {
  margin: 0 auto;
}
.link a img {
  width: 80px;
}
.link a svg {
  width: 80px;
}
.link a .icon_right {
  position: relative;
  width: 40px;
  height: 40px;
}
.link a .icon_right span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-radius: 2px;
}
.link a .icon_right span:nth-child(2) {
  position: absolute;
  top: 15px;
  right: -1px;
  transform: rotate(35deg);
  width: 13px;
  height: 2px;
  border-radius: 2px;
}
.link a .icon_right span:nth-child(3) {
  position: absolute;
  top: 22px;
  right: -1px;
  transform: rotate(-35deg);
  width: 13px;
  height: 2px;
  border-radius: 2px;
}
.link button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 60px;
  border: 1px solid;
  border-radius: 10px;
  margin: 10px auto 0;
  padding: 0 15px;
  display: none;
}
.link button h2 {
  font-size: 17px;
  position: relative;
  top: -1px;
}
.link button .icon_right {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 7.5px;
}
.link button .icon_right span:nth-child(1) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
}
.link button .icon_right span:nth-child(2) {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 17px;
  border-radius: 2px;
}
.link button .icon_right span:nth-child(3) {
  position: absolute;
  bottom: 10px;
  left: 35%;
  transform: translateX(-50%) rotate(45deg);
  width: 13px;
  height: 2px;
  border-radius: 2px;
}
.link button .icon_right span:nth-child(4) {
  position: absolute;
  bottom: 10px;
  left: 67%;
  transform: translateX(-50%) rotate(-45deg);
  width: 13px;
  height: 2px;
  border-radius: 2px;
}

.info {
  width: 100%;
  padding: 40px 16px;
}
.info .line {
  width: 300px;
  height: 1px;
  margin: 40px auto 20px;
}
.info .contents {
  display: flex;
  width: 300px;
  margin: 0 auto 8px;
  position: relative;
}
.info .contents:last-child {
  margin-bottom: 0;
}
.info .contents h2 {
  font-size: 12px;
  width: 70px;
}
.info .contents p {
  font-size: 12px;
  width: calc(100% - 70px);
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info .contents span {
  position: absolute;
  top: 20px;
  left: 70px;
  display: block;
  width: 40px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
}

#career {
  position: relative;
  width: 100%;
  padding: 40px 16px;
}
#career .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
#career .w-480 > h2 {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
#career .contents {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
#career .contents:last-child {
  margin-bottom: 0;
}
#career .contents h2 {
  font-size: 12px;
  width: 65px;
}
#career .contents div {
  width: calc(100% - 65px);
}
#career .contents p {
  font-size: 12px;
  word-break: keep-all;
}

.region {
  width: 100%;
  padding: 40px 16px;
}
.region .line {
  width: 100%;
  height: 1px;
  margin: 25px auto;
}
.region .contents h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
}
.region .contents .check {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.region .contents .check div {
  display: flex;
  align-items: center;
  gap: 3px;
  width: 15.4%;
}
.region .contents .check div:nth-child(6n) {
  width: 23%;
}
.region .contents .check div span {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  position: relative;
  top: 1px;
}
.region .contents .check div p {
  font-size: 13px;
}

.mc_contents {
  width: 100%;
  padding: 40px 16px;
  position: relative;
}
.mc_contents > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.mc_contents .mc_cate {
  display: flex;
  gap: 10px;
  height: 20px;
  margin: 20px 0 20px;
  position: relative;
}
.mc_contents .mc_cate .con {
  display: flex;
  gap: 4px;
  align-items: center;
}
.mc_contents .mc_cate .con p {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
}
.mc_contents .mc_cate .con h2 {
  font-size: 12px;
  width: 0px;
  opacity: 0;
  position: relative;
  top: -2px;
  font-weight: 500;
}
.mc_contents .mc_cate .con.on h2 {
  width: auto;
  opacity: 1;
}
.mc_contents .slide_inner {
  position: relative;
  width: 100%;
}
.mc_contents .slide_inner .middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.mc_contents .slide_inner .middle h2 {
  font-size: 18px;
  width: 230px;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mc_contents .slide_inner .middle p {
  font-size: 14px;
}
.mc_contents .slide_inner .swiper_box {
  width: 280px;
  margin: 0 auto;
  display: none;
}
.mc_contents .slide_inner .swiper_box.active {
  display: block;
}
.mc_contents .slide_inner .swiper_box.active img {
  border-radius: 10px;
  width: 100%;
  height: 420px;
  object-fit: contain;
}
.mc_contents .slide_inner .swiper_box.active .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 480px;
}
.mc_contents .slide_inner .swiper_box .prev_btn, .mc_contents .slide_inner .swiper_box .next_btn {
  position: absolute;
  top: 54%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.mc_contents .slide_inner .swiper_box .prev_btn span:first-child, .mc_contents .slide_inner .swiper_box .next_btn span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
}
.mc_contents .slide_inner .swiper_box .prev_btn span:last-child, .mc_contents .slide_inner .swiper_box .next_btn span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
}
.mc_contents .slide_inner .swiper_box .next_btn {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0px;
}

.review {
  width: 100%;
  padding: 40px 16px;
}
.review .slide_inner {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.review .slide_inner .review_slide {
  width: 260px;
  margin: 0 auto;
}
.review .slide_inner img {
  border-radius: 10px;
}
.review .slide_inner .prev_btn, .review .slide_inner .next_btn, .review .mc_contents .slide_inner .swiper_box .next_btn, .mc_contents .review .slide_inner .swiper_box .next_btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.review .slide_inner .prev_btn span:first-child, .review .slide_inner .next_btn span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
}
.review .slide_inner .prev_btn span:last-child, .review .slide_inner .next_btn span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
}
.review .slide_inner .next_btn {
  left: unset;
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}

.introduce {
  width: 100%;
  padding: 40px 16px;
  position: relative;
}
.introduce > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.introduce h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 30px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.introduce h3 {
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.introduce .slide_inner {
  position: relative;
  width: 100%;
}
.introduce .slide_inner .introduce_slide {
  position: relative;
  width: 260px;
  margin: 0 auto;
}
.introduce .slide_inner .introduce_slide .swiper-slide {
  width: 100%;
}
.introduce .slide_inner .introduce_slide .swiper-slide img {
  width: 100%;
}
.introduce .slide_inner .prev_btn, .introduce .slide_inner .next_btn, .introduce .mc_contents .slide_inner .swiper_box .next_btn, .mc_contents .introduce .slide_inner .swiper_box .next_btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.introduce .slide_inner .prev_btn span:first-child, .introduce .slide_inner .next_btn span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
}
.introduce .slide_inner .prev_btn span:last-child, .introduce .slide_inner .next_btn span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
}
.introduce .slide_inner .next_btn {
  left: unset;
  right: 0px;
  transform: translateY(-50%) rotate(180deg);
}

.gallery {
  position: relative;
  width: 100%;
  padding: 40px 0 0px;
}
.gallery .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.gallery .top_line {
  margin-bottom: 30px;
  padding: 0 16px;
}
.gallery .contents {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 11px;
}
.gallery .contents img {
  width: 107px;
  height: 107px;
  object-fit: cover;
  cursor: pointer;
}
.gallery .gal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 101;
  display: none;
}
.gallery .gal_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 343px;
  height: 343px;
  border-radius: 20px;
  background-color: #fff;
  z-index: 102;
  display: none;
}
.gallery .gal_pop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  object-fit: cover;
}
.gallery .gal_pop .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.gallery .gal_pop .close span:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}
.gallery .gal_pop .close span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
}

.bottom {
  position: relative;
  width: 100%;
  padding: 40px 16px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bottom a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 40px;
  border: 2px solid;
  border-radius: 10px;
  padding: 0 10px;
  display: none;
}
.bottom a div {
  position: relative;
  width: 20px;
  height: 20px;
}
.bottom a div span:first-child {
  position: absolute;
  top: 5px;
  left: 4px;
  transform: rotate(-45deg);
  width: 11px;
  height: 2px;
  border-radius: 2px;
}
.bottom a div span:last-child {
  position: absolute;
  top: 12px;
  left: 4px;
  transform: rotate(45deg);
  width: 11px;
  height: 2px;
  border-radius: 2px;
}
.bottom a:nth-child(2) div {
  transform: rotate(180deg);
}
.bottom a h2 {
  font-size: 11px;
  position: relative;
  top: -1px;
}

.footer, footer {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 2200px;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  padding: 10px 0;
}
.footer .inner, footer .inner {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer .inner a, footer .inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
.footer > a, footer > a {
  display: block;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  margin-top: 5px;
}
.footer .visitor, footer .visitor {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  gap: 10px;
  margin-top: 5px;
}

footer {
  position: fixed;
}

.footer {
  position: absolute;
}

.mc_contents01 .box .mc_cate {
  display: block;
  height: auto;
  margin: 0;
}

.mc_contents01 .box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.mc_contents01 .box .mc_cate {
  display: block;
  height: auto;
  margin: 0;
}
.mc_contents01 .box .mc_cate .con {
  width: 80px;
  height: 25px;
  border: 1px solid;
  border-radius: 25px;
  position: relative;
  margin-bottom: 8px;
}
.mc_contents01 .box .mc_cate .con h2 {
  width: calc(100% - 16px);
  opacity: 1;
  position: absolute;
  top: 46%;
  left: 8px;
  transform: translateY(-50%);
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 11px;
}
.mc_contents01 .box .mc_cate .con.on h2 {
  width: calc(100% - 16px);
}
.mc_contents01 .slide_inner01 {
  width: 240px;
}
.mc_contents01 .slide_inner01 .swiper_box {
  width: 240px;
}
.mc_contents01 .slide_inner01 .swiper_box .mc_slide .swiper-slide {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.mc_contents01 .slide_inner01 .swiper_box .mc_slide .swiper-slide .middle {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.mc_contents01 .slide_inner01 .swiper_box .mc_slide .swiper-slide .middle h2 {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
.mc_contents01 .slide_inner01 .swiper_box .mc_slide .swiper-slide .middle p {
  font-size: 12px;
}

.example03 .top_contents {
  border-radius: 0 0 80px 0;
  height: 400px;
}
.example03 .top_contents .header {
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.example03 .top_contents .header .logo {
  position: unset;
  transform: translate(0);
  justify-content: unset;
}
.example03 .top_contents .header > img {
  position: unset;
  transform: translate(0);
  height: 25px;
}
.example03 .top_contents .copy_txt {
  position: relative;
  padding: 0 0 20px 16px;
}
.example03 .top_contents .copy_txt p {
  text-align: left;
  font-size: 28px;
  line-height: 32px;
}
.example03 .top_contents .info {
  padding: 0 16px 50px;
}
.example03 .top_contents .info .line {
  width: 100%;
}
.example03 .top_contents .info .contents {
  width: 100%;
}
.example03 .top_contents .info .contents span {
  position: unset;
}
.example03 .top_contents .info .info_bottom {
  width: 100%;
}
.example03 .top_contents .info .info_bottom .contents {
  width: 48%;
}
.example03 .top_contents .info > .contents:nth-child(3) p {
  width: calc(100% - 110px);
  padding-right: 10px;
}
.example03 .region {
  position: relative;
}
.example03 .region .contents h2 {
  font-size: 16px;
}
.example03 .region .contents .check {
  flex-direction: column;
}
.example03 .region .contents .check div {
  gap: 8px;
  width: 85px;
  display: none;
}
.example03 .region .contents .check div.on {
  display: flex;
}
.example03 .region .contents .check div span {
  width: 11px;
  height: 11px;
}
.example03 .region .contents .check div p {
  font-size: 14px;
}
.example03 .main_banner_effect {
  height: 440px;
}
.example03 .main_banner_effect .swiper-slide img {
  width: 340px;
}
.example03 .main_banner_effect .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 66%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
}
.example03 .main_banner_effect .swiper-pagination-bullet {
  border: 1px solid;
  background-color: transparent;
  margin: 0 2px;
  opacity: 1;
}
.example03 .main_banner_effect .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

/*# sourceMappingURL=style03.css.map */
