.camera-section {
  position: relative;
  color: #fff;
  padding-top: 53px; }

@media (min-width: 60em) {
  .camera-section {
    padding-top: 40px; } }

.camera-section [class*=h] {
  color: inherit !important; }

.camera-section .desc {
  display: block;
  color: inherit !important;
  font-size: 1.4rem;
  text-align: left;
  opacity: 0.7; }

.camera-section .desc.copy {
  text-align: right;
  margin: 1rem 0; }

@media (max-width: 59.99em) {
  .camera-section .desc {
    font-size: 1.2rem; } }

.camera-section .swiper-pagination {
  text-align: center; }

.camera-section .swiper-pagination-bullet {
  border: 0 !important;
  padding-top: 3px !important;
  height: auto !important;
  background: #fff; }

.camera-section .swiper-pagination-bullet:hover, .camera-section .swiper-pagination-bullet:focus {
  background: rgba(255, 255, 255, 0.5) !important; }

.camera-section .swiper-pagination-bullet-active, .camera-section .swiper-pagination-bullet-active:hover, .camera-section .swiper-pagination-bullet-active:focus {
  background: #000; }

.camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
  color: inherit !important;
  font-size: 3rem;
  font-weight: bold; }

@media (min-width: 45em) {
  .camera-section .swiper-button-prev::before, .camera-section .swiper-button-next::before {
    font-size: 5rem; } }

.hero-section {
  position: relative;
  overflow: hidden;
  height: 500px; }

@media (min-width: 45em) {
  .hero-section {
    height: 600px; } }

@media (min-width: 60em) {
  .hero-section {
    height: calc(100vh - 140px); } }

.hero-section .swiper-slide {
  position: relative; }

.hero-section .swiper-pagination {
  position: absolute;
  z-index: 5;
  bottom: 5%; }

.hero-section__slider {
  height: 100%; }

.hero-section__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 60em) {
  .hero-section__slider {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.hero-section__cont {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0; }

@media (max-width: 59.99em) {
  .hero-section__cont {
    bottom: 15%;
    text-align: center; }
  .hero-section__cont img {
    max-width: 200px; } }

@media (min-width: 60em) {
  .hero-section__cont {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hero-section__cont img {
    max-width: 280px; } }

.cont__section {
  position: relative;
  padding: 5rem 0; }

.cont__section span {
  display: inline-block; }

.cont__section .flexible-obj {
  z-index: 3; }

@media (min-width: 60em) {
  .cont__section {
    padding: 8rem 0; } }

@media (min-width: 75em) {
  .cont__section {
    padding: 10rem 0; } }

.cont__head {
  text-align: center;
  margin: 0 auto 3rem auto; }

.cont__head .separator {
  max-width: 700px;
  margin: 2rem auto;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(255, 255, 255, 0)), color-stop(20%, #bdbdbd), color-stop(80%, #bdbdbd), color-stop(95%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 5%, #bdbdbd 20%, #bdbdbd 80%, rgba(255, 255, 255, 0) 95%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, #bdbdbd 20%, #bdbdbd 80%, rgba(255, 255, 255, 0) 95%);
  height: 2px;
  border: 0; }

@media (min-width: 60em) {
  .cont__head {
    margin-bottom: 4rem; }
  .cont__head .separator {
    margin-bottom: 4rem; } }

@media (min-width: 75em) {
  .cont__head {
    margin-bottom: 5rem; } }

.style__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.style__items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  height: 100%; }

.row-style__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.row-style__items .set-two {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.row-style__items .set-one {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.row-style__items img {
  width: 100%; }

.reverse__items .thumb {
  position: relative; }

.reverse__items .thumb img {
  width: 100%; }

.reverse__items .cont {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem; }

.reverse__items .over {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(12%, -55%);
      -ms-transform: translate(12%, -55%);
          transform: translate(12%, -55%);
  color: #e5e5e5;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Manrope", "NanumSquare", "Malgun Gothic", sans-serif; }

.reverse__items .over-w {
  color: #fff; }

.reverse__items .item + .item {
  margin-top: 3rem; }

@media (min-width: 60em) {
  .reverse__items .rotate {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5; }
  .reverse__items .video,
  .reverse__items .thumb {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .reverse__items .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4rem; }
  .reverse__items .over {
    font-size: 7rem; }
  .reverse__items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .reverse__items .item + .item {
    margin-top: 5rem; }
  .reverse__items .item:nth-child(even) .cont {
    padding-right: 0; }
  .reverse__items .item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .reverse__items .item:nth-child(odd) .cont {
    padding-left: 0; }
  .reverse__items--reverse .item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .reverse__items--reverse .item:nth-child(even) .cont {
    padding-right: 4rem;
    padding-left: 0; }
  .reverse__items--reverse .item:nth-child(odd) {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit; }
  .reverse__items--reverse .item:nth-child(odd) .cont {
    padding-left: 4rem;
    padding-right: 0; } }

.normal__items {
  overflow: hidden;
  margin-left: -2rem; }

.normal__items .item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 2rem;
  margin-bottom: 2rem; }

.normal__items .cont {
  margin-top: 2rem; }

@media (max-width: 44.99em) {
  .normal__items .item:last-child {
    margin-bottom: 0; } }

@media (min-width: 45em) {
  .normal__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .normal__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; } }

@media (min-width: 60em) {
  .normal__items {
    margin-left: -4rem; }
  .normal__items .item {
    padding-left: 4rem;
    margin-bottom: 4rem; } }

.images__items {
  position: relative; }

.images__items .swiper-button-prev, .images__items .swiper-button-next {
  z-index: 3;
  width: auto;
  height: auto;
  line-height: 1;
  margin-top: 0;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%); }

.images__items .swiper-button-prev::before, .images__items .swiper-button-next::before {
  color: #000;
  font-size: 3rem; }

.images__items .swiper-button-prev {
  left: 5%; }

.images__items .swiper-button-next {
  right: 5%; }

.images__items .swiper-slide img {
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.images__items .swiper-slide .desc {
  display: block;
  color: #000;
  text-align: right;
  margin-top: 1rem; }

.images__items .swiper-slide .cont,
.images__items .swiper-slide .mark {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.images__items .swiper-slide-active img,
.images__items .swiper-slide-active .cont,
.images__items .swiper-slide-active .mark {
  opacity: 1; }

.images__items .thumb img {
  width: 100%; }

.images__items .cont {
  margin-top: 2rem; }

.images__items .mark {
  width: 70px;
  margin: 0 auto; }

.images__items .mark + .info {
  padding: 0;
  margin-top: 2rem; }

@media (min-width: 60em) {
  .images__items .swiper-button-prev::before, .images__items .swiper-button-next::before {
    font-size: 5rem; }
  .images__items .cont {
    margin-top: 4rem; }
  .images__items .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .images__items .info .cont {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 4rem;
    margin-top: 0; }
  .images__items .mark {
    width: 150px; }
  .images__items .mark + .info {
    text-align: left;
    padding-left: 3rem;
    margin-top: 0; } }

.cmos__items {
  margin-left: -2rem;
  margin-right: -2rem; }

.cmos__items .item {
  position: relative;
  margin: 2rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center; }

@media (min-width: 60em) {
  .cmos__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .cmos__items .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 4rem; } }

.cmos-sub-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.cmos-sub-item li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0.5rem;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #e5e5e5; }

.cmos-sub-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.cover__section {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 100px); }

.cover__section .cont__head {
  margin-bottom: 0; }

@media (min-width: 60em) {
  .cover__section {
    height: calc(100vh - 140px); } }

.cover__cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.cover__bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh; }

.cover__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.cover__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3); }

.full__section {
  position: relative;
  overflow: hidden; }

.full__section .cont__head {
  margin-bottom: 0; }

.full__cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.full__bg {
  position: relative;
  z-index: 1; }

.full__bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3); }

.compare-slider .slider-btn {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1px;
  height: 100%;
  z-index: 50;
  overflow: visible;
  cursor: ew-resize; }

.compare-slider .slider-btn::before, .compare-slider .slider-btn::after {
  content: '';
  position: absolute;
  left: 1px;
  width: 1px;
  background: #000;
  height: 50%; }

.compare-slider .slider-btn::before {
  top: 0; }

.compare-slider .slider-btn::after {
  bottom: 0; }

.compare-slider .slider-btn__before, .compare-slider .slider-btn__after {
  position: absolute;
  top: calc(50% - 0.5em);
  white-space: nowrap;
  color: #fff; }

.compare-slider .slider-btn__before {
  right: calc(50% + 40px); }

.compare-slider .slider-btn__after {
  left: calc(50% + 40px); }

.compare-slider .slider-btn-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  color: white;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.compare-slider .slider-btn-arrow:before {
  content: '\ea0c';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none; }

.compare-slider .slider-btn-arrow:after {
  content: '\ea14';
  display: inline-block;
  font-family: 'icon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none !important;
  text-transform: none; }

.compare-slider .slider-btn-arrow::before, .compare-slider .slider-btn-arrow::after {
  font-size: 1.4rem; }

.compare-slider .slider-btn:focus::before, .compare-slider .slider-btn:focus::after {
  background: #0a0a0a; }

.compare-slider .slider-btn:focus .slider-btn-arrow {
  color: #0a0a0a;
  border-color: #0a0a0a; }
