@charset "UTF-8";
/* Contents Style */
body {
  padding: 0;
  margin: 0;
  width: 100%;
  font-family: 'Nanum Gothic', 'verdana';
  font-size: 12px;
  color: #000;
  overflow-x: hidden;
}
ul {
  list-style-type: none;
}

a {
  text-decoration-line: none;
}

a:visited {
  /* color: gray; */
}

html {
  background-color: #a5a5a5;
}

body.ver01 {
  background: url('/front.v2/img/bg_top.gif') left top repeat-x #000000;
} /* background - red */
body.ver02 {
  background: url('/front.v2/img/bg_top_grey.gif') left top repeat-x #000000;
} /* background - black */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
}
img.map,
map area {
  outline: none;
}

/* #lnb ul li .lst p a:hover {
  background: none;
  color: #dffffc;
} */

.main-image {
  background-repeat: no-repeat;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bottom-menu {
}

.shortCut {
  overflow: hidden;
  /* width: 720px; */
  /* height: 40px; */
  /* padding: 30px 0; */
  /* display: flex; */
  /* justify-content: center; */
  _zoom: 1;
  /* padding-left: 450px; */
  /* display: flex; */
  /* justify-content: center; */
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.shortCut li {
  float: left;
  margin-right: 4px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: right;
  border-right: 10px solid transparent;
}
.shortCut li a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #9b9b9b;
  font-size: 10pt;
  font-weight: bold;
  padding-left: 10px;
}
.shortCut li.link01 {
  background-image: url('/front.v2/images/icon_brochures.png');
}
.shortCut li.link02 {
  background-image: url('/front.v2/images/icon_manual.png');
}
.shortCut li.link03 {
  background-image: url('/front.v2/images/icon_spec.png');
}
.shortCut li.link04 {
  background-image: url('/front.v2/images/icon_faq.png');
}
.shortCut li.link05 {
  background-image: url('/front.v2/images/icon_map.png');
}
.shortCut li.link06 {
  background-image: url('/front.v2/images/icon_collections.png');
  margin: 0;
}

.visualWrap .mainVisual {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 0px;
}
.visualWrap .mainVisual .copy {
  position: absolute;
  left: 3px;
  top: 48px;
  opacity: 0;
}
.swiper {
  width: 300vw;
  height: 530px;
  position: relative;
  top: -65px;
  background-color: #242021;
}
.swiper .swiper-slide {
  text-align: center;
  display: flex; /* 내용을 중앙정렬 하기위해 flex 사용 */
  align-items: center; /* 위아래 기준 중앙정렬 */
  justify-content: center; /* 좌우 기준 중앙정렬 */
}
.swiper-slide img {
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-pagination {
  color: white;
  font-size: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .main-btn img {
  cursor: pointer;
  border: 7px solid gray;
}

.main-btn img:hover {
  border: 7px solid black;
} */

.swiper-button-prev {
  left: 420px;
}
.swiper-button-next {
  left: 1460px;
}

.bottom-menu {
  padding-top: 10px;
  width: 100%;
  max-width: 973px;
  max-height: 1000px;
  margin: auto;
}

.bottom-left {
  float: left;
  width: 50%;
  height: 300px;
  padding-right: 20px;
}
.bottom-left .news {
  float: left;
}

.bottom-left .more {
  float: right;
}

.bottom-right {
  float: right;
  width: 50%;
  height: 280px;
}

.bottom-right button {
  z-index: 100;
}

.container {
  width: 300vw;

  transition: transform 0.5s;
}

.inner {
  width: 100vw;
  float: left;
}

.inner img {
  width: 20%;
  height: 100%;
}
/* 
.shortCut li.link01 {
  background-image: url('/front.v2/images/icon_brochures.png');
}
.shortCut li.link02 {
  background-image: url('/front.v2/images/icon_manual.png');
}
.shortCut li.link03 {
  background-image: url('/front.v2/images/icon_spec.png');
}
.shortCut li.link04 {
  background-image: url('/front.v2/images/icon_faq.png');
}
.shortCut li.link05 {
  background-image: url('/front.v2/images/icon_map.png');
}
.shortCut li.link06 {
  background-image: url('/front.v2/images/icon_collections.png');
  margin: 0;
} */
