@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;
}

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;
}

.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;
}

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

.header {
  position: relative;
  width: 100%;
  height: 80px;
  display: flex;
}
header button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
}
.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 > img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 25px;
  cursor: pointer;
}

.main_banner {
  width: 100%;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
}
.main_banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.main_banner .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main_banner .swiper-slide img {
  width: 260px;
  aspect-ratio: 750/960;
}
.main_banner .prev, .main_banner .next {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.main_banner .prev span:first-child, .main_banner .next span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
}
.main_banner .prev span:last-child, .main_banner .next span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
}
.main_banner .next {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 20px;
}

.main_banner01 {
  width: 100%;
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
}
.main_banner01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
}
.main_banner01 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main_banner01 .swiper-slide img {
  width: 260px;
}
.main_banner01 .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
}
.main_banner01 .swiper-pagination-bullet {
  border: 1px solid;
  background-color: transparent;
  margin: 0 2px;
  opacity: 1;
}
.main_banner01 .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}

.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;
}
.link a {
  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 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;
}
.link a .icon_right span:nth-child(3) {
  position: absolute;
  top: 22px;
  right: -1px;
  transform: rotate(-35deg);
  width: 13px;
  height: 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 .contents {
  display: flex;
  width: 100%;
  margin: 0 auto 8px;
  position: relative;
}
.info .contents:last-child {
  margin-bottom: 0px;
}
.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 button {
  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;
}
.info .line {
  width: 100%;
  height: 1px;
  margin: 40px auto 20px;
}
.info .info_bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.info .info_bottom .contents {
  width: 48%;
}

#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: 0px;
}
#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;
  cursor: pointer;
}
.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 .prev_btn, .mc_contents .slide_inner .next_btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.mc_contents .slide_inner .prev_btn span:first-child, .mc_contents .slide_inner .next_btn span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
  border-radius: 2px;
}
.mc_contents .slide_inner .prev_btn span:last-child, .mc_contents .slide_inner .next_btn span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
  border-radius: 2px;
}
.mc_contents .slide_inner .next_btn {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0px;
}
.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 img {
  border-radius: 10px;
  width: 100%;
  height: 420px;
  object-fit: contain;
}
.mc_contents .slide_inner .swiper_box .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 480px;
}

.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 {
  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;
  border-radius: 2px;
}
.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;
  border-radius: 2px;
}
.review .slide_inner .next_btn {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0px;
}

.voice {
  width: 100%;
  padding: 40px 16px;
}
.voice h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 30px;
}
.voice h3 {
  font-size: 16px;
  line-height: 16px;
}
.voice .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.voice .contents h2 {
  font-size: 18px;
}
.voice .contents .right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.voice .contents .right > div {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
}
.voice .contents .right .play p {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 0px solid transparent;
}
.voice .contents .right .pause span {
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.voice .contents .right .pause span:first-child {
  left: 8px;
}
.voice .contents .right .pause span:last-child {
  left: 13px;
}
.voice .voice_slide .swiper-slide {
  width: 100%;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.voice .voice_slide .swiper-slide > div {
  position: relative;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%;
}
.voice .voice_slide .swiper-slide .play p {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 0px solid transparent;
}
.voice .voice_slide .swiper-slide .pause span {
  display: block;
  position: absolute;
  width: 2px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.voice .voice_slide .swiper-slide .pause span:first-child {
  left: 8px;
}
.voice .voice_slide .swiper-slide .pause span:last-child {
  left: 13px;
}
.voice .slide_inner {
  position: relative;
  width: 100%;
}
.voice .slide_inner .prev_btn, .voice .slide_inner .next_btn {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 11;
  cursor: pointer;
}
.voice .slide_inner .prev_btn span:first-child, .voice .slide_inner .next_btn span:first-child {
  position: absolute;
  top: 0px;
  left: 12px;
  transform: rotate(45deg);
  width: 3px;
  height: 19px;
  border-radius: 2px;
}
.voice .slide_inner .prev_btn span:last-child, .voice .slide_inner .next_btn span:last-child {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: rotate(-45deg);
  width: 3px;
  height: 19px;
  border-radius: 2px;
}
.voice .slide_inner .next_btn {
  transform: translateY(-50%) rotate(180deg);
  left: unset;
  right: 0px;
}

.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: 300;
  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: 350;
  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;
}
.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;
  z-index: 200;
}
.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;
}

.hori.total {
  padding: 40px 0;
}
.hori.total .top {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}
.hori.total .top > p {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.hori.total .top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hori.total .top_title a {
  width: auto;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.hori.total .top_title .divi_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.hori.total .slide_divi {
  position: relative;
  width: 100%;
  height: 465px;
  margin: 0 auto;
}
.hori.total .slide_divi .slide_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 465px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.hori.total .slide_divi .slide_inner.onon {
  opacity: 1;
  z-index: 101;
}
.hori.total .slide_divi .slide_inner .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.hori.total .slide_divi .slide_inner .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hori.total .slide_divi .slide_inner .prev_btn, .hori.total .slide_divi .slide_inner .next_btn {
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.hori.total .slide_divi .slide_inner .prev_btn, .hori.total .slide_divi .mc_contents .slide_inner .next_btn, .mc_contents .hori.total .slide_divi .slide_inner .next_btn, .hori.total .slide_divi .review .slide_inner .next_btn, .review .hori.total .slide_divi .slide_inner .next_btn, .hori.total .slide_divi .voice .slide_inner .next_btn, .voice .hori.total .slide_divi .slide_inner .next_btn {
  left: 16px;
}
.hori.total .slide_divi .slide_inner .prev_btn p, .hori.total .slide_divi .mc_contents .slide_inner .next_btn p, .mc_contents .hori.total .slide_divi .slide_inner .next_btn p, .hori.total .slide_divi .review .slide_inner .next_btn p, .review .hori.total .slide_divi .slide_inner .next_btn p, .hori.total .slide_divi .voice .slide_inner .next_btn p, .voice .hori.total .slide_divi .slide_inner .next_btn p {
  position: absolute;
  top: 50%;
  left: 39%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
}
.hori.total .slide_divi .slide_inner .next_btn {
  right: 16px;
}
.hori.total .slide_divi .slide_inner .next_btn p {
  position: absolute;
  top: 50%;
  left: 64%;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 0px;
  height: 0px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
}
.hori.total .hori_slidee {
  width: 100%;
}
.hori.total .hori_slidee img {
  width: 100%;
}
.hori.total .ver_slidee {
  width: 100%;
}
.hori.total .ver_slidee img {
  width: 100%;
}
.hori .top .top_title .division {
  position: relative;
  width: 55px;
  height: 25px;
  border-radius: 20px;
  border: 2px solid;
  cursor: pointer;
}
.hori .top .top_title .division p {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 10px;
}
.hori .hori_slidee .swiper-slide div {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.hori .hori_slidee .swiper-slide div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hori .ver_slidee .swiper-slide div {
  width: 100%;
  height: 0;
  padding: 89.5%;
}
.hori .ver_slidee .swiper-slide div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}
.hori .swiper-wrapper {
  padding-bottom: 45px;
}
.hori .swiper-pagination {
  bottom: 0;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
}
.hori .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 20px;
}
.hori.total .slide_inner .prev_btn, .hori.total .slide_inner .next_btn {
  z-index: 1000;
}
.hori.total .slide_inner .prev_btn p, .hori.total .slide_inner .next_btn p {
  border-bottom: 6px solid transparent !important;
  border-top: 6px solid transparent !important;
  border-left: 4px solid transparent;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  margin: 0 4px !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

/* 접근성을 위한 숨김 텍스트 */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 시맨틱 태그 기본 스타일 */
main {
  display: block;
  width: 100%;
}

nav {
  display: block;
}

article {
  display: block;
}

section {
  display: block;
}

/* dl, dt, dd 스타일 */
.info dl {
  width: 100%;
  margin: 0;
}

.info dt {
  font-size: 12px;
  width: 70px;
  font-weight: bold;
}

.info dd {
  font-size: 12px;
  width: calc(100% - 70px);
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

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