* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500;
  margin: 0;
}
body, html { 
  margin: 0;
  /* overflow: hidden; */
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  color: #191919;
}


body, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
}
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; 
  height: 100%;  
  position: relative; 
  transition: all 800ms ease 0s; 
} 
.main section  {
  overflow: hidden; 
  box-sizing:border-box;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .ops-section {
  width: 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;
}
/* 세팅 */
#quick_menual {display: none;}
.main-tit{
  margin: 0 auto;
  width: 100%;
  max-width: 1280px
}
.main-tit h4{
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #121212; 
  margin: 0;
  margin-bottom: 30px;
}
.main-tit p{font-size: 1rem; font-weight:400; line-height: var(--main-line-height);}
.container::before{display: none;}
.container::after{display: none;}
.page_wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page7 .page_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 0;
}
/* 애니메이션 */ 
@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-active-animation {
  0% {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: scale(0);
  }
  100% {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    transform: scale(1);
  }
}

@keyframes bounce {
  0%{transform: translateY(0);}
  30%{transform: translateY(5%);}
  100%{transform: translateY(0);}
}

@keyframes scrolling {
  0%{transform:translateX(0);}
  100%{transform:translateX(-1920px);}
}

@keyframes scrolling2 {
  0%{transform:translateX(0);}
  100%{transform:translateX(1920px);}
}


.page_wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
}
.wrapper_div {
  width: 100%;
}

/* page0*/
.sama_main{
  width:100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-image: url(/common/image/sama/company/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.sama_main > img{
  margin:0; 
  padding:0; 
  box-sizing:border-box;
  position: absolute;
  height: auto;
}
.page0 .sama_main .main__top {
  z-index: 1;
} 
.page0 .sama_main .main__txt {
  font-size: 3rem; 
  text-align: center; 
  font-weight: 700;
  letter-spacing: var(--main-letter-spacing);
  line-height: var(--main-line-height);
  margin: 0;
  color:#fff;
}
.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;
}
 


.main-tit h4, .main-tit p{opacity: 0; transform: translateY(50px);}
/* page1 */
.page1{
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
}
.page1 .bottom .main-tit{
  width: auto;
  margin: 0;
}
.page1 .top {
  width: 100%;
  height: 65%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5% 0;
}
.page1 .bottom{
  background-color: #f6f6f6;
  width: 100%;
  height: 35%;
}
.page1 .wel_group{
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  gap: 20px;
  align-items: flex-end;
  margin-top: 5%;
}
.page1 .wel_txt h3{ 
  font-size: 22.5px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page1 .wel_txt h4{
  font-size: 17px;
  font-weight: 500;
  color: #b4b4b4;
}
.page1 .wel_txt p{
  font-size: 1rem;
  font-weight: 400;
  margin-top: 14px;
  line-height: 1.2em;
  letter-spacing: 0;
}
.page1 .wel{
  background: #f4e1f7;
  text-align: center;
  position: relative;
  width: calc(100% / 5 - 10px);
  border-radius: 10px;
}
.page1 .wel:nth-child(2){
  background: #eae1f7;
}
.page1 .wel:nth-child(3){
  background: #e1e6f7;
}
.page1 .wel:nth-child(4){
  background: #e1ecf7;
}
.page1 .wel:nth-child(5){
  background: #e1f1f7;
}
.page1 .wel img{
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 50%;
  transform: translate(-50%,50%);
  max-width: 115px;
}
.page1 .wel .wel_txt{
  padding: 57px 0px 30px;
}
.page1 .bottom .cont{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto ;
  padding:80px 0;
}
.page1 .btn{
  background: black;
  color:#fff;
  font-size: 23px;
  font-weight: 700;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  display: block;
  padding: 0 !important;
}
.wel-slide{
  width: 100%;
  padding: 60px 0 30px;
  display: none;
}
.page1.animated .main-tit h4{animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both}
.page1.animated .main-tit p{animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both .5s}

/* page2 */
.page2 { 
  background: #191919;
  position: relative;
}
.page2 .fp-tableCell{
  display: block;
}
.page2 .main-tit {
  display: block;
  color: #dddddd; 
  position: relative;
  z-index: 5;
  margin-bottom: 30vh;
} 
.page2 .main-tit h4 {
  color: #fff;
  margin-bottom: 30px;
}  
.page2 .main-tit p {
  color: #656565;
} 
.page2 .graph__img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page2 img.graph {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  image-rendering: auto;
}
.page2 img.graph2 {
  display: none;
}
.page2 h4, .page2 p, .page2 .graph, .page2 .main-tit h4 {
  opacity: 0; 
  animation: none;
} 
.page2.animated h4 {
  animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.page2.animated p {
  animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
}
.page2.animated .graph {
  animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
}
.page2 .calc-container{
  margin: 70px 0 50px;
  display: flex;
  width: 45%;
  max-width: 540px;
  flex-wrap: wrap;
  gap: 20px 6%;
}
.page2 .calc-container .stats:nth-child(1),
.page2 .calc-container .stats:nth-child(3){
  width: 55%;
}
.page2 .stats h5{
  font-size: 1rem;
}
.page2 .counting{
  position: relative;
  color: #fff;
  display: inline;
}
.page2 .pplNum{
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.page2 .digit-con,
.page2 .comma{
  height: 2.8rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.page2 .counting span{
  position: relative;
  font-weight: 700;
  text-align: center;
}
.page2 .plus{
  display: inline;
  font-size: 2.5rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 700;
}

/* page3 */
.page3{
  display: flex;
  justify-content: center;
  align-items: center;
}
.page3 .cont{
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
.page3 .txt{
  text-align: center;
}
.page3 .txt h4 {
  font-size: 1.2rem;
  color: #656565;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(50px);
}
.page3 .txt p {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 3rem;
  opacity: 0;
  transform: translateY(50px);
  margin: 0;
}
.page3 .txt p:nth-child(1){
  color:#bfbfbf;
}
.page3 .txt p:nth-child(2){
  color:#a7a7a7;
}
.page3 .txt p:nth-child(3){
  color:#878787;
}
.page3 .txt p:nth-child(4){
  color:#666666;
}
.page3 .txt p:nth-child(5){
  color:#3d3d3d;
}
.page3 .image{
  margin: 90px auto 0;
  display: flex;
  justify-content: space-between;
}
.page3 .image img{
  transform:scale(0);
}
.page3.animated .txt h4 {animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both}
.page3.animated .txt p {animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both .5s}
.page3.animated .image img{
  animation: img-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both .7s
}

/* page4 */
.page4{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page4 img{
  display: block;
}
.page4 .page4-group{ 
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.page4 .main-tit{
  width: 100%;
  margin-bottom: 30px;
}
.page4 .cont{
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.page4 .cell{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.page4 .cell .color{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transition:0.5s;
  transition-timing-function: cubic-bezier(0.1, 0, 0.1, 0.3);
  opacity: 0;
}
.page4 .cell .color.on{
  opacity: 1;
  top: 0%;
  left: 0%;
}
.page4 .cell .color1{
  background-color: rgba(255, 41, 42, .8);
}
.page4 .cell .color2{
  background-color: rgba(255, 178, 57, .8);
}
.page4 .cell .color3{
  background-color: rgba(64, 64, 64, .8);
}
.page4 .cell .color4{
  background-color: rgba(60, 135, 238, .8);
}
.page4 .cell .color5{
  background-color: rgba(255, 141, 57, .8);
}
.page4 .cell .color6{
  background-color: rgba(19, 116, 179, .8);
}
.page4 .cell .color7{
  background-color: rgba(230, 89, 89, .8);
}
.page4 .cell .color8{
  background-color: rgba(104, 211, 101, .8);
}
.page4 .cell .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.page4 .main-tit h4 {margin-bottom: 18px;}
.page4 .cell h5{font-size: 1.2rem; margin-bottom: 20px;}
.page4 .cell p{font-size: 1rem; line-height: 1.8em; font-weight: 400; white-space: nowrap; letter-spacing: 0;}

.page4.animated .main-tit h4{animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both}
.page4.animated .main-tit p{animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both .5s}
.page4 .cell_slide_group {display: none;}
.page4 .swiper-slide img{
  width: 100%;
  object-fit: cover;
}

/* page5 */
.page5 {
  background-image: url(/common/image/sama/company/background3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center; 
}
.page5 .page_wrapper {
  height: 85%;
}
.page5 .main-tit {
  display: flex;
}
.page5 h4{
  margin-right: 50px;
}
.page5.animated .main-tit h4{animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both .2s}
.page5.animated .main-tit p{animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both .4s}
.page5 .slide-group{
  width: 100%;
}
.page5 .certi-slide{
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.page5 .certi-slide{
  display: none;
}
.page5 .certi-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    gap: 30px 20px;
}
.page5 .certi-wrap .item{
  text-align: center;
}
.page5 .certi-wrap .item:nth-child(1){
  margin-left: 20%;
}
.page5 .certi-wrap .item:nth-child(3){
  margin-right: 20%;
}
.page5 .certi-wrap .item p{
  text-align: center;
  margin-top: 10px;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
}
.page5 .swiper-slide img{width: 100%;}
.page5 .swiper-slide p{
  text-align: center;
  margin-top: 10px;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
}

/* page6 */
.page6{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page6 .big_group{
  position: relative;
}
.page6 .big_group::before{
  content: '';
  width: 6.2rem;
  height: 6rem;
  background: url(/common/image/sama/company/bubble.png) no-repeat 0 0 / cover;
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  z-index: 2;
}
.page6 .big{opacity: 0;}
.page6.animated .big{
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.page6 .cur { 
  width: 0px;
  height: 0px;
  background: url(/common/image/sama/company/pointer.png) no-repeat 0 0 / cover;
  position: absolute;
  top: 50%;
  left: 50%; 
  z-index: 200;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: all 0.2s ease-out;
}
.cur_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cur.over {
  transform: translate(-50%, -50%) scale(1);
  width: 10.2rem;
  height: 10rem;
  opacity: .95;
}

/* page7 */
.page7 {
  display: flex;
  flex-wrap: wrap;
}
.page7 .mq{
  width: 1920px;
  height: 35%;
  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;
}



.pshow {
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mshow {
  display: none;
} 


/* 미디어쿼리 */
@media(max-width:1420px){
  .page4 .cell_w{
    display: none;
  }
  .page4 .swiper-wrapper{
    margin-bottom: 20px;
  }
  .page4 .cell_slide_group{
    display: block;
    width: 100%;
  }
}

@media(max-width:1280px){
  .page4-group {
    padding: 0 14px;
  }
  .page_wrapper {
    padding: 0 14px;
  } 
  .pagination {
    display: none;
  }
  .sama_main{
    background-position: right;
  }
  .onepage-pagination{
    display: none!important;
  }
  .main-tit h4{
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .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%;
  }
  .page0 .sama_main .main__txt{
    font-size: 1.8rem;
    word-break: keep-all;
    padding: 0 50px;
  }
  .page1 .wel_group{
    display: none;
  }
  .page1 .wel-slide{
    display: block;
    margin-top: 4%;
  }
  .page1 .wel_txt h3{
    font-size: 18px;
  }
  .page1 .wel_txt h4{
    font-size: 15px;
  }
  .page1 .wel_txt p{
    font-size: 14px;
  }
  .page1 .wel .wel_txt {
    padding: 30px 0px 30px;
  }
  .page1 .main-tit h4{
    margin-bottom: 20px;
  }
  .page1 .bottom .cont{
    padding-top: 30px;
    display: block;
  }
  .page1 .bottom .main-tit{
    width: auto;
  }
  .page1 .btn{
    position: relative;
    margin-top: 30px;
  }
  .page2 .calc-container{
    margin: 50px 0 30px;
    max-width: 410px;
  }
  .page2 .calc-container .stats:nth-child(1),
  .page2 .calc-container .stats:nth-child(3){
    width: 55%;
  }  
  .page2 .pplNum{
    font-size: 24px;
    line-height: 26px;
  }
  .page2 .digit-con, .page2 .comma{
    height: 26px;
  }
  .page2 .plus{
    font-size: 28px;
    line-height: 28px;
  }
  #fullpage .page2.fp-section .fp-tableCell{
    padding: 10vh 0 25vh;
  }
  .page3 .cont{
    padding:8vh 0;
  }
  .page3 .txt h4{
    font-size: 1rem;
  }
  .page3 .txt p{
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
  .page3 .image{
    margin: 50px auto 0;
    display: table;
  }
  .page3 .image img{
    width: 13rem;
    float: left;
    margin:10px;
  }
  .page3 .image img:nth-child(3){
    clear: both;
  }
  .page4 {
    padding: 8vh 0;
  }
  /* .page5 {
    padding: 8vh 0;
  } */
  .page5 .certi-wrap .item:nth-child(1){
    margin-left: 15%;
  }
  .page5 .certi-wrap .item:nth-child(3){
    margin-right: 15%;
  }
  .page6{
    padding: 10vh 0;
  }
  .page6 .big_group{
    text-align: center;
  }
  .page6 .cur{
    display: none;
  }
  .page6 .big{
    width: 90%;
  }
  .page6 .big_group::after{
    content: '';
    display: block;
    background: url(/common/image/sama/company/pointer.png) no-repeat 0 0 / cover;
    position: absolute;
    width: 12.3rem;
    height: 12rem;
    bottom: 0%;
    right: 0%;
    animation: bounce 1.5s  infinite;
  }


}



@media(min-width:1280px){
  html {
    height: 100%;
  }
}  
@media(max-width:1228px){
  .wel-slide{
    padding: 45px 0 40px;
  }
}

@media(min-width:1228px){
.page5 .swiper-slide img{
    width: auto;
  }
}
@media(max-width:1024px){
  .page5 .certi-slide{
    display: block;
    transform: translateY(0);
  }
  .page5 .certi-wrap{
    display: none;
  }
}
@media(max-width:900px){
  .main-tit h4{
    font-size: 26px;
  }
  .page2 .calc-container .stats:nth-child(1),
  .page2 .calc-container .stats:nth-child(3){
    width: 150px;
  }    
  .page5 .main-tit h4{
    margin-bottom: 18px;
  }
}

@media(max-width:760px){
  .page5 {
    padding: 10vh 0 30vh 0;
  }
  .page5 .main-tit {
    margin-bottom: 10%;
  }
  .page5 .page_wrapper {
    height: 100%;
  }
  .page0 .pshow {
    display: none;   
  } 
  .page0 .mshow {
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
  } 
  .main-tit h4{
    font-size: 26px;
    line-height: 30px;
  }
  .main-tit p{
    font-size: 14px;
  }
  .page1 .top{
    padding-top: 70px;
  }
  .page1 .main-tit h4{
    margin-bottom: 20px;
  }
  .page1 .bottom .cont{
    padding-top: 45px;
    display: block;
  }
  .page1 .bottom .main-tit{
    width: auto;
  }
  .page1 .btn{
    width: 60%;
    height: 50px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 50px;
  }
  /* .page2 .main-tit{
    margin-top: 100px;
  } */
  /* .page2 .pplNum{
    font-size: 20px;
    line-height: 24px;
  }
  .page2 .digit-con, .page2 .comma{
    height: 24px;
  }
  .page2 .plus{
    font-size: 22px;
    line-height: 24px;
  } */
  .page2 img.graph2 {
    display: block;
  }
  .page2 img.graph1 {
    display: none;
  }
  .page5 {
    background-image: url(/common/image/sama/company/background2_m.jpg);
  }
  .page5 .main-tit{
    display: block;
  }
  .page5 .swiper-slide p{
    font-size: 14px;
  }
}

@media(max-width:590px){
  .page4 .cell h5{
    font-size: 1rem;
  }
  .page4 .cell p{
    font-size: 14px;
  }
}

@media(max-width:580px){
  /* .main-tit h4{
    font-size: 18px;
    line-height: 24px;
  } */
  .sama_main{
    background-image: url(/common/image/sama/company/background_m.jpg);
    background-position: center;
  }
  .page2 .calc-container{
    margin: 30px 0 10px;
    width: 100%;
  }
  /* .page2 .pplNum{
    font-size: 16px;
    line-height: 18px;
  }
  .page2 .digit-con, .page2 .comma{
    height: 18px;
  }
  .page2 .plus{
    font-size: 16px;
    line-height: 18px;
  } */
  .page3 .image img{
    width: 10rem;
  }
  .page3 .txt h4{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .page3 .txt p{
    font-size: 16px;
    line-height: 26px;
  }
  .page6 .big_group::before{
    width: 4.1rem;
    height: 4rem;
  }
  .page6 .big_group::after{
    width: 7.2rem;
    height: 7rem;
  }
  .page6 .big_group::before{
    left: 24px;
  }
  .page6 .big_group::after{
    right: 30px;
  }
  .page7 .mq{
    height: 35%;
  }
  .page7 .cont{
    padding: 4% 0;
  }
}

@media(max-width:480px){
  .page3 .image img{
    width: 9rem;
    padding: 5px;
  }
}

@media(max-width:450px){
  .page7 .mq{
    height: 31%;
  }
  .page7 .row{
    margin-bottom: 10px;
  }
} 

@media(max-width: 420px){
  /* .page1 .main-tit h4{
    font-size: 20px!important;
    margin-bottom: 14px!important;
  }
  .page1 .main-tit p {
    font-size: 13px!important;
  } */
}

/* @media(max-width:412px){
  .page4 .main-tit{
    padding-top: 10vh;
  }
} */



.main{
  height: 100%;
  transition: transform 1s, -webkit-transform 1s;
}
#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;
}


@media(max-width:360px){
  .page3 .image img{
    width: 8rem;
  }
}