

* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500; 
}
p { 
  margin: 0; 
} 
#quick_menual {
  display: none;
} 
body {  
  position: relative;
  margin: 0;  
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
} 
.wrapper {
  height: 100% !important;
  height: 100%;  
  margin: 0 auto;  
  overflow: hidden;
}
.main { 
  float: left;
  width: 100%;
  margin: 0 auto; 
}
.main section  {
  overflow: hidden;box-sizing:border-box;
}




 
body, html { 
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .ops-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.onepage-pagination {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
  margin: 30px 0;
}
.onepage-pagination li a { 
  width: 8px;
  height: 8px;
  display: block;
}
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: rgba(221,221,221,.9);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
 
.onepage-pagination li a.active:before{
  width: 8px;
  height: 8px;
  background: rgba(144, 29, 204, .9);
  margin-top: 0px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .ops-section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important; 
  min-height: 100%;
}


.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

.pshow_txt {
  font-size: 20px;
}

/* 페이지 0 */
.sama_main, .sama-history {
  width:100vw;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sama_main > img{margin:0; padding:0; box-sizing:border-box;}
.sama_main > img {
  position: absolute;
  height: auto;
}
.sama_main .Layer1 {
  top: 15%;
  left: 19%;
  width: 13vw;
}
.sama_main .Layer2 {
  top: 15%;
  left: 70%; 
  z-index: 10;
  width: 12vw;
  opacity: .9;
}
.sama_main .Layer3 { 
  top: 51%;
  left: 49%;
  width: 13.2vw;
}
.sama_main .Layer4 {
  top: 37%;
  left: -1.5%;
  width: 13vw;
}
.sama_main .Layer5 {
  top: 12%;
  left: 50%;
  width: 5vw;
}
.sama_main .Layer6 {
  top: 68%;
  left: 62%;
  width: 29vw;
}
.sama_main .Layer7 { 
  top: 64%; 
  left: 90%;
  width: 5vw;
}
.sama_main .Layer8 {
  top: 7%;
  left: 60%;
  width: 20vw;
}
.sama_main .Layer9 {
  top: 76%;
  left: 7%;
  width: 28vw; 
}
.page0 .sama_main .main__top {
  z-index: 1;
} 
.page0 .sama_main .main__txt {
  font-size: 3rem; 
  text-align: center;
  font-weight: 800;
  letter-spacing: var(--main-letter-spacing);
  line-height: var(--main-line-height);
  margin: 0;
} 
.main-tit h4, .main-tit p {
  opacity: 0; transform: translateY(50px);
} 
.animated .main-tit h4, .animated .main-tit p {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s both;
} 
.page0.animated .sama_main .main__txt {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.page0 .sama_main .main__top > div {
  display: flex; 
  justify-content: center; 
  margin-top: 30px; 
  margin-bottom: 80px; 
}  
.page0 .sama_main .main__top > div > a {
  margin-right: 8px;
}
.page0.animated .sama_main .main__top > div > a:first-of-type {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .3s both;
} 
.page0.animated .sama_main .main__top > div > a {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
}

@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
      opacity: 1.0;
      filter: Alpha(opacity=100);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}
@keyframes img__left{
            0%{
              opacity: 0;
              clip-path: inset(0 100% 0 0);}
            100%{
              opacity: 1.0;
              clip-path: inset(0 0 0 0);}
        } 

/* 페이지 1 */
.page1 { 
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.page1 .pageOne__top {
  width: 100%;
  background: #f6f6f6;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page1 .pageOne__top p {
  font-size: 1.5rem;
  padding: 4vw 0;
  margin: 0;
  font-weight: 800; 
  line-height: 1.8;
} 
.page1 .pageOne__bt { 
  display: flex;
  align-items: center;
}
.page1 .pageOne__div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1280px;
  margin: 0 auto;
}
.page1 .pageOne__div .cate__list {
  width: 240px;
}
.page1 .pageOne__div .cate__list .cate__top {
  height: 100px;  
  display: flex;
  align-items: center;
  padding-left: 30px;
}
.page1 .pageOne__div .cate__list .cate__top p {
  color: #fff;
  font-size: 18px;
}
.page1 .pageOne__div .cate__list .cate__top p span {
  font-size: 1rem;
  margin-left: 10px;
  color: #bebebe;
} 
.page1 .pageOne__div .cate__list .cate__list__item {
  padding: 0 14px;
}
.page1 .pageOne__div .cate__list .cate__list__item li {
  margin-top: 38px;
}
.page1 .pageOne__div .cate__list .cate__list__item li img {
  opacity: 0;
  transition: all .3s;
}
.page1 .pageOne__div .cate__list .cate__list__item li:hover img {
  opacity: 1;
}
.page1 .pageOne__div .cate__list li > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 13.6px; 
  font-weight: 400;
  color: #787878; 
}
.page1 .pageOne__div .cate__list li > div p {
  font-size: 1rem;
  font-weight: 700;
  color: #191919;
}
.page1 .pageOne__div .cate__list li > div span {
  margin: 0 10px;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
}
.page1 .pageOne__div .cate__list li > div span.sticker {
  margin: 0;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
}
.page1 .pageOne__div .cate__list li > div:last-child {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
.page1 .pageOne__div .cate__list {
  opacity: 0; transform: translateY(50px);
}
.page1.animated .pageOne__div .cate__list {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
/* .page1.animated .pageOne__div .cate__list .cate__top {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s both;
}
.page1.animated .pageOne__div .cate__list .cate__list__item li {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
} */

 


/* 페이지 2 */
.page2 { 
  display: flex; 
  justify-content: center;
  align-items: center; 
  position: relative;
  flex-wrap: wrap; 
}
.page2 .swiper {
  width: 1260px;
  margin: 0px auto;
  position: relative;
  overflow: initial;
}

.page2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  overflow: hidden;
  height: 696px;
  transition: all 2s ease .5s;
  /* width: 1000px !important; */
  width: auto;
}
.page2 .swiper-slide img {
  display: block;
}
.main-tit {
  width: 1280px;
  display:flex; 
  gap:50px;
  align-items: self-end;
  margin: 0 auto; 
  margin-bottom: 40px;
}
.main-tit h4 {
  font-size: 42px; 
  font-weight: 800;
  letter-spacing: -0.3px; 
  color: #121212;
  margin: 0;
}
.main-tit p {
  line-height: var(--main-line-height);
}
.intro-pagination {
  bottom: 34px !important;
  width: 100%;
} 



.moving__area__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.intro-pagination {
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  width: 200px !important;
  height: 60px; 
  border-radius: 30px;
  position: relative !important;
  top: 0 !important;
  margin-right: 20px;
}
.intro-pagination .swiper-pagination-bullet {
  transition:.5s;
  border-radius: 4px;
  background:#787878;
  overflow: hidden;
  margin: auto 5px;
  width: 10px; 
  height: 10px;
  border-radius: 5px;
  margin: 0 7px !important;
}
.intro-pagination .swiper-pagination-bullet-active {
  width: 70px;
  border-radius: 5px;
  background:#787878;
}
.intro-pagination .swiper-pagination-bullet-active .pro_bar {
  background:#191919;
  border-radius: 5px;
  width: 0%;
  height: 100%; 
  animation: gage 5s linear forwards; 
}
@keyframes gage {
  0% {
  width: 0%;
  } 

  100% {
  width: 100%;
  }
}

#main_controller .play img {
  width: 18px;
}
#main_controller .swiper-pagination {
  font-size: 16px;
  position: relative;
  bottom: 0;
  color: #d3d3d3;
  text-align: center; 
  padding-top: 8px;
  padding-right: 15px;
  width: 100%;
}
#main_controller .swiper-pagination span {
  color: #d3d3d3;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
#main_controller .swiper-pagination span.swiper-pagination-current {
  color: #fff;
}
.ex_con {
  margin: 0 auto; 
  display: flex; 
  position: relative;
}
.ex_con .swiper-pagination {
  height: 60px;
  border-radius: 30px;
  background: rgb(232 232 237/70%);
}
.ex_con .play {
  cursor: pointer;
  z-index: 10;
  text-align: center;
  display: block; 
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  background: #f6f6f6;
}
.ex_con .play > div {
  height: 58px; 
  width: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moving__area {
  width: 696px;
  height: 696px;
  border-radius: 350px;
  transition: all .5s ease 1s;
  overflow: hidden; 
  margin: 0 auto; 
} 
.page2.active .moving__area {
  width: 100%;
  height: 696px;
  border-radius: 0px; 
}
.page2 .moving__area .slide1 {
  position: relative;
}
.page2 .moving__area .slide1 img {
  position: absolute;
  z-index: 2;
}
.page2 .moving__area .slide1 .slidebg {
  position: absolute;
  top: 275px; 
  right: 76px;
  z-index: 1; 
}

.animate-up {
  animation-name: slideUp;  
  animation-delay: 2s;
  animation-duration: 3s;  
}

@keyframes slideUp {
  0% {
      transform: translateY(0px); 
  }
  100% {
      transform: translateY(-560px); 
  }
}
.page2 .videoSlide {
  position: relative;
}
.page2 .videoSlide .text {
  position: absolute;
  top: 43px;
  left: 43px; 
  color: #191919;
  font-weight: 800;
  font-size: 28px;
  text-align: left;
  line-height: 39px;
  letter-spacing: -1px;
}
.page2 .videoSlide .text p {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
}


/* 3페이지 연혁 */

.area-box {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}
.history-con { 
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap; 
  max-width: 1280px;
  overflow: hidden;
  margin: 0 auto; 
}
.history-left-con {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  background: #fff;
  z-index: 10; 
}

.history-ul li{
  display: block;
  padding: 0 4% 0 0;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -.5px;
  color: #dddddd;
  line-height: 1.5;
  transition: all 0.3s;
  cursor: pointer;
}
.history-ul li.selected{
  color:#901dcc;
}

.main-history-list{
  margin-bottom: 2.5rem;
}
.page3 .main-history-list.swiper-wrapper{
  transition-timing-function: linear;
}
.history-right-con{
  position: relative;
  width: 75%;
  box-sizing: border-box;
} 

.history-con .swiper-container {
  overflow: visible;
  margin: 0; 
  height: 30vh;
}
.main-history-list {
    position: relative;
    width: 100%;
    height: 100%; 
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    align-items:start;
}


.main-history-list .main-history-box.swiper-slide-active {
  padding-left: 0;
}

/* .main-history-list .main-history-box.swiper-slide-active .main-history-box-month {
  color: #901dcc;
}

.main-history-list .main-history-box .main-history-box-month {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.040em;
    color: #bbbbbb;
    transition: all 0.3s;
} */

.sama-history .history-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.040em;
    margin-bottom: 3rem;
}
.sama-history .history-title b {
    color: #901dcc;
    font-weight: 700;
}

.main-history-list .main-history-box .main-history-box-tit {
  opacity: 1;
  overflow: hidden;
  color: #121212;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.050em;
  width: 80%;
  line-height: 35px;
}

/* .main-history-list .main-history-box .main-history-box-tit {
    opacity: 0;
    height: 0;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.050em;
    color: #bbbbbb;
    line-height: 1.25;
    margin-top: 20px;
} */

.main-history-list .main-history-box.swiper-slide-active .main-history-box-txt {
  color: #121212;
}
.main-history-list .main-history-box .main-history-box-txt {
    margin-top: 20px;
    width: 80%; 
}
.main-history-list .main-history-box .main-history-box-txt .txt {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.040em;
    color: #bbbbbb;
    line-height: 2;
    padding-left: 0.9rem;
    overflow: hidden;
    word-break: keep-all;
    transition: all 0.3s;
} 
.main-history-list .main-history-box .main-history-box-txt .txt:before {
    position: absolute;
    left: 0;
    top:0;
    content: '·';
}

.main-history-btn-box{
  padding: 4rem 0 1rem;
  display: flex;
  gap:10px;
}
.prev-btn{
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #d1d1d1;
  border-radius: 18px;
  background: url(/common/image/arrow/arrow_g.svg) #fff no-repeat center center/7px 12px;
  top: 60%;
  transform: rotate(180deg);
  cursor: pointer;
}
.next-btn{
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid #d1d1d1;
  border-radius: 18px;
  background: url(/common/image/arrow/arrow_g.svg) #fff no-repeat center center/7px 12px;
  top: 60%;
  cursor: pointer;
}

.area-box .main-service-tit {
  font-size: 42px;
  width: 100%;
  margin-bottom: 30px;
  font-weight: 800;
} 
 

/* 4 페이지 성장률 */
.page4 {
  background: url(/common/image/sama/main/bg.png) no-repeat center / cover;
}
.page4 .main-tit {
  display: block;
  color: #dddddd;
  margin-bottom: 50vh;
} 
.page4 .main-tit h4 {
  color: #fff;
  margin-bottom: 30px;
}  
.page4 .graph__img {
  display: block;
  position: absolute;
  width: 100%; 
  height: 100%;
  border-radius: inherit;
  image-rendering: auto;
}
.page4 img.graph {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
}

.page4 h4, .page4 p, .page4 .graph{
  opacity: 0; transform: translateY(50px);
}
.page4.animated h4 {
  animation: text-active-animation .5s cubic-bezier(0.4, 0, 0.2, 1)  both;
}
.page4.animated p { 
  animation: text-active-animation .5s cubic-bezier(0.4, 0, 0.2, 1) .3s both;
}
.page4.animated .graph {
  animation: text-active-animation .5s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
}


/* 5 페이지 성장률 */ 
.page5 {
  background: #000000;
}
.page5 .main-tit {
  display: block;
  color: #dddddd;
  margin-bottom: 50vh;
} 
.page5 .main-tit h4 {
  color: #fff;
  margin-bottom: 30px;
}  
.page5 .graph__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  image-rendering: auto;
}
.page5 img.graph { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
  transition: 3s;
  clip-path: inset(0 100% 0 0);
}
.page5 h4, .page5 p, .page5 .graph{
  opacity: 0; transform: translateY(50px);
}
.page5.animated h4 {
  animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.page5.animated p {
  animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) .3s both;
}
.page5.animated .graph {
  animation: img__left 1s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
}
 

/* 6페이지 */
.page6 .sq__Wrap {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translate(0,-50%);
}
.page6 .main-tit h4 {
  margin-bottom: 30px;
}
.page6 .bigSq{
  width: calc(100% - 28px);
  aspect-ratio: 1.875 / 1;
  position: absolute;
  display: flex;
  align-items: flex-end;
} 
.page6 .Sq{
  border:1px solid #efefef;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: 1.5s;
}
.page6 .leftCir{
  border:1px solid #efefef;
  width:53.4%;
  aspect-ratio: 1.0005599104143337 / 1;
  border-radius:50%;
  position: absolute;
  top:0;
  left: 0;
}
.page6 .rightCir{
  border:1px solid #efefef;
  width:53.4%;
  aspect-ratio: 1.0005599104143337 / 1;
  border-radius:50%;
  position: absolute;
  top:0;
  right: 0;
}
.page6 .midSq{
  border-top:1px solid #efefef;
  width:100%; 
  height: 50%;
  display: flex;
  align-items: flex-end;
}
.page6 .bottomSq{
  border-top:1px solid #efefef;
  width:100%;
  height: 50%;
  display: flex;
}
.page6 .smSq{
  border:0px;
  border-right:1px solid #efefef;
  width:calc(100% / 7);
  height: 100%;
}
.page6 .smSq:last-child{border:none;}

.page6 .main-tit {
  display: block;
  position: relative;
  z-index: 2;
  margin-bottom: 50vh;
}
.page6 .sub{
  position: absolute; 
  top:0;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
  max-width: 1280px;
  height: 100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
  z-index: 1;
}
.page6 .sub .txt_box{
  width:calc(100% / 3);
  text-align:center;
  padding-top:27px;
}
.page6 .sub .txt h4{
  font-size:24px;
  font-weight:900;
  margin-bottom:30px;
}
.page6 .sub .txt p{
  font-size:18px;
  font-weight:300;
  line-height:1.5em;
  color:#b4b4b4;
}

.page6.active .Sq{
  opacity: 1;
} 

.page6.active .midSq{
  animation: line-ani 1s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
}
.page6.active .bottomSq{
  opacity: 1;
}
.page6 .leftCir, .page6 .rightCir, .page6 .smSq {
  transform: scale(0);
} 
.page6.animated .leftCir{
  animation: cir 1s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}
.page6.animated .rightCir{
  animation: cir 1s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}

.page6.animated .smSq{
  animation: height .2s linear 2s both;
}
.page6 {
  margin: 0;
}
@keyframes line-ani {
  0%{transform: scaleX(0);}
  100%{transform: scaleX(1);}
}
@keyframes cir {
  0%{transform: scale(0);}
  100%{transform: scale(1);}
}
@keyframes height {
  0%{height: 0; transform: scaleY(0);}
  10%{height:100%;}
  100%{transform: scaleY(1);}
}

/* page7 */
.page7 {
  display: flex;
  flex-wrap: wrap;
}
.page7 .mq{
  width: 1920px;
  display:flex;
  align-items:center;
  margin: 0 auto;
} 
.page7 .mq_cont{
  width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
.page7 footer{
  width: 100%;
  height: 55%;
  background:#323131;
  color:#fff;
}
.page7 .row {margin-bottom:25px;}
.page7 .row:last-child {margin-bottom: 0;}
.page7 li {width:100%;}
.page7 li img {width:1920px;}
.page7 ul li:nth-child(2){
  position: absolute;
  top:0;
  left: 1920px;
}
.page7 .row2 ul li:nth-child(2){
  position: absolute; 
  top:0;
  left: -1920px;
}
.page7 .row ul{
  animation: scrolling 50s linear infinite;
}
.page7 .row2 ul{
  animation: scrolling2 50s linear infinite;
}

@keyframes scrolling {
  0%{transform:translateX(0);}
  100%{transform:translateX(-1920px);}
}

@keyframes scrolling2 {
  0%{transform:translateX(0);}
  100%{transform:translateX(1920px);}
}




.animate-upmob {
  animation-name: slideUpMob;  
  animation-delay: 2s;
  animation-duration: 3s;   
}
@keyframes slideUpMob {
  0% {
      transform: translateY(0px); 
  }
  100% {
      transform: translateY(-50%); 
  }
} 



.page_wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrapper_div {
  width: 100%;
  margin-top: 2%;
}
.page7 .page_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}





.pshow {
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mshow {
  display: none;
} 



.mshow_txt {
  display: none;
}
/* 1280px reponsive */
@media screen and (max-width : 1280px) {
  .main-tit {
    padding: 0 14px;
  }
  .page1 .pshow {
    display: none;  
  }
  .page1 .mshow {
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 100px; 
  }  
  .onepage-pagination {
    display: none; 
    opacity: 0;
  }
 
  .page0 .sama_main .main__txt {
    font-size: 1.8rem;
    word-break: keep-all;
    padding: 0 50px;
  }
  .page0 .sama_main .main__top > div { 
    margin: 20px auto;
    margin-bottom: 0;
    width: 60%;
    justify-content: space-between;
  }
  .page0 .sama_main .main__top > div a {
    width: 48.5%;
    margin-right: 0px;
  }
  .page0 .sama_main .main__top > div a img {
    width: 100%;
  }


  .page1 .pageOne__top p {
    font-size: 16px; 
    padding: 10vh 8vh;
  }
  .page1 .pageOne__div {
    width: 100%;
    padding: 0;
  }
  .page1 .pageOne__div .cate__list .cate__top {
    padding-left: 0;
    margin-bottom: 3vh;
    position: relative;
    height: auto;
  }
  .page1 .pageOne__div .cate__list .cate__top img {
    width: 100%;
  }
  .page1 .pageOne__div .cate__list .cate__top p {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
  }
  .page1 .pageOne__div .cate__list .cate__top .arrow {
    position: absolute;
    top: 50%;
    right: 10%; 
    transform: translate(0, -50%);
  }
  .page1 .pageOne__div .cate__list .cate__top p span {
    font-size: 14px;
  }
  .page1 .pageOne__div .cate__list li > div p {
    font-size: 14px;
  }
  .page1 .pageOne__div .cate__list li > div {
    font-size: 12px;
  }
  .page1 .pageOne__div .cate__list .cate__list__item {
    padding: 0 10px;
  }
  .page1 .pageOne__div .cate__list .cate__list__item li {
    margin-top: 2vh;
  }
  .page1 .pageOne__div .cate__list .cate__list__item li:first-child {
    margin-top: 0;
  }
  .page1 .pageOne__div .cate__list li > div span {
    margin: 0 8px;
  }
  .page1 .pageOne__div .cate__list li > div span.sticker {
    padding: 0 6px;
  }
  .page1 .pageOne__div .cate__list li > div {
    margin-bottom: 5px;
  }







  /* 3page */
  .history-left-con {
    padding-left: 14px;
  }
  .history-left-con {
    width: 25%;
  } 
  .history-ul li {
    font-size: 25px;
  } 
  .history-right-con {
    width: 75%;
    padding-left: 15%;
    padding-right: 14px;
  }
  .history-con {
    align-items: flex-start; 
  }
  .history-con .swiper-container {
    overflow: hidden;
    height: 30vh;
  }
  .sama-history .history-title {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5vh;
  }
  .main-history-list .main-history-box .main-history-box-tit {
    font-size: 15px;
    height: auto;
  }
  .main-history-list .main-history-box .main-history-box-txt {
    margin-top: 5px;
  }
  .main-history-btn-box {
    padding: 0;
  }
  .main-history-list .main-history-box .main-history-box-txt .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .sama-history {
    align-items: flex-start;
  } 
  .sama-history h4 {
    padding: 0 14px;
  }
  .area-box .main-service-tit {
    padding-left: 14px;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .page3 .page_wrapper {
    padding: 100px 0;
  }

  /* 4page */
  .page4 .main-tit {
    margin-top: 0vh;
  }  
  .main-tit h4 {
    font-size: 32px;
  } 
  .main-tit p {
    font-size: 18px;
  } 
  .page4 img.graph {
    /* height: 80%; */
    bottom: 0;
    top: auto;
  }

  .page4 .page_wrapper, .page5 .page_wrapper { 
    padding: 10vh 0 0vh 0;
  }
  .page6 .page_wrapper {
    height: auto;
  }
  /* 5page */
  .page5 .main-tit {
    margin-top: 0vh;
  }  
  .page5 img.graph {
    /* height: 80%; */
    bottom: 0;
    top: auto;
  }

  /* 6page */
  .page6 {
    margin: 5vh 0;
  }
  .page6 .main-tit {
    margin-top: 0vh;
    padding:45px 14px 68vh;
  }   
  .page6 .sub .txt_box {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  .page6 .sub .txt h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
  } 
  .page6 .sub .txt p { 
    font-size: 14px; 
    line-height: 18px;
  }
  .page6 .sub_txt {
    display: flex;
    align-items: center; 
    width: 100%;
    height: 100%;
  }


   
  .page2 .pshow {
    display: none;  
  } 
  .page2 .mshow {
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 14px;
  } 
  .page2 .swiper-slide {
    height: auto;
  }
  .page2 .swiper-slide img {
    width: 100%;
  }
  .page2 .moving__area .slide1 .slidebg {
    position: absolute;
    top: 58%;
    right: 15%;
    width: 68%;
    z-index: 1;
  }
  .page2 .moving__area {
    margin: 14px 0;
    height: auto !important;
  }
  .moving__area {
    height: auto;
  }
}    
 
@media screen and (max-width : 960px) {
  .page1 .pageOne__div .cate__list .cate__top p {
    font-size: 18px;
  }
}
 
/* 780px reponsive */
@media screen and (max-width : 760px) {
  .main-tit h4 {
    font-size: 30px;
    margin-bottom: 20px;
  } 
  .page4 .main-tit h4, .page5 .main-tit h4, .page6 .main-tit h4 {
    font-size: 24px;
  }
  .main-tit p { 
    font-size: 16px;
  }
  .page6 .main-tit h4{
    margin-bottom: 18px;
  } 
  .page6 .bigSq {
    width: calc(100vw - 28px);
    height: calc(100% - 28px);
  } 
  .page6 .leftCir {
    width: 100%;
  }
  .page6 .rightCir { 
    width: 100%;
    bottom: 0;
    top: auto;
  }
  .area-box .main-service-tit {
    margin: 50px 0 2vh 0;
  }
  .page6 .sub {
    display: block;
    height: 38vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .sama_main .Layer1 {
    top: 16%;
    left: 1%;
    width: 27vw; 
  }
  .sama_main .Layer2 {
    top: 15%;
    left: 90%; 
    z-index: 10;
    width: 26vw;
  }
  .sama_main .Layer3 {
    top: 61%;
    left: 57%;
    width: 25vw;
  }
  .sama_main .Layer4 {
    top: 60%;
    left: -8%;
    width: 26vw;
  }
  .sama_main .Layer5 { 
    top: 11%;
    left: 51%;
    width: 11vw;
  }
  .sama_main .Layer6 {
    top: auto;
    bottom: -7%;
    right: -23%;
    left: auto;
    width: 54vw;
  }
  .sama_main .Layer7 {
    top: 61%;
    left: auto;
    right: -2%;
    width: 10vw;
  }
  .sama_main .Layer8 {
    top: 9%;
    left: 68%;
    width: 41vw;
  }
  .sama_main .Layer9 {
    top: auto;
    bottom: -16%;
    left: -10%;
    width: 58vw;
  }


  /* 2page */
  .page2 .main-tit{
    margin-top: 88px;
  }
  .main-tit {
    width: 100%;
    display: block;
    padding: 0 14px;
    margin: 15vh 0 2vh 0;
  }
  .page6 .main-tit{margin:0;}
  .main-tit h4 {
    font-size: 30px; 
    margin-bottom: 10px;
  }
  .main-tit p {
    font-size: 15px; 
  }
  .page2 .swiper {
    width: 100%;
  }
  .page2 .swiper-slide {  
    height: fit-content;
    align-items: flex-start; 
  } 
  .page2 .moving__area .slide1 img {
    position: relative;
    z-index: 2;
  }
  .intro-pagination {
    width: 40% !important;
    height: 40px; 
    margin-right: 10px;
  }
  .ex_con .play {
    width: 40px;
    height: 40px; 
  }
  .ex_con .play > div { 
    width: 40px;
    height: 40px;
  }
  #main_controller .play img {
    width: 10px;
  }
  .intro-pagination .swiper-pagination-bullet-active {
    width: 40px !important;
  }
  .intro-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
  }
  .moving__area {
    width: 100%;
    border-radius: 0px;
  }

  .page4 .pshow, .page5 .pshow, .page6 .pshow {
    display: none;  
  } 
  .page4 .mshow, .page5 .mshow, .page6 .mshow {
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  } 

  .page4 {
    background: url(/common/image/sama/main/m_bg.png) no-repeat center / cover;
  }

}

@media(max-width:720px){
  .history-con .swiper-container {
    height: 40vh;
  }  
  .main-history-list .main-history-box .main-history-box-txt {
    width: 100%;
  }
  .main-history-list .main-history-box .main-history-box-tit {
    width: 100%;
    line-height: 20px;
  }
  .main-history-list.swiper-wrapper{
    transition-timing-function: linear;
  }
}



@media(max-width:650px){
  .pshow_txt {
    display: none;
  }
  .mshow_txt {
    display: block;
  }
  
}

@media(max-width:560px){
  .main-tit h4 { 
    font-size: 30px;
    margin-bottom: 20px;
  } 
  .main-tit p {
    font-size: 14px;
  } 
  .page4 .main-tit p, .page5 .main-tit p {
    width: 85% !important;
  }
  .page7 .cont{
    padding: 4% 0;
  }
}

@media(max-width:450px){
  .page0 .pshow {
    display: none;
  }
  .page0 .mshow {
    display: block;
  }
  .page7 .row{
    margin-bottom: 0px;
  }
}


@media(max-width:370px){
  .page1 .pageOne__div .cate__list .cate__list__item {
    padding: 0 4px;
  }
} 
    
    

#fp-nav ul li .fp-tooltip {
  top: 2px !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
  margin-bottom: 15px !important;
} 
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: rgba(221,221,221,.9) !important;
  margin: 0 !important;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a span {
  background: rgba(144, 29, 204, .9) !important;
  margin: 0 !important;
  margin-bottom: 15px !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  height: 8px !important;
  width: 8px !important;
}