@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");



body {
  margin: 0;
  font-family: "Montserrat";
  overflow: hidden;
  background-color: #2a2a2a;
  font-family: 'Inter', sans-serif;
}

pre {
  background-color: #3a3a3a;
  padding: 20px;
  border-radius: 5px;
}

.token.string,
.token.number,
.token.comment,
.token.keyword,
.token.attr-value {
  opacity: 0.6;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  color: #fff;
  position: relative;
}
/*배경*/
#page-1 .text, #page-1-clone .text {
  background:url('img/main_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#page-2 .text {
  background-color:#F8F8F8;
}

#jucha_service .text{
  background: url("img/service_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* max-width: 100%;
  height: 100vh; */
}

#page-3 .text {
  background-color:#F8F8F8;
}
#page-4 .text {
  background:url('img/scan_img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#page-5 .text {
  background-color:#F8F8F8;
}


#page-6 .text, #page-6-clone .text {
  background-color:#F8F8F8;
}

#page-7 .text {
  background-color:#F8F8F8;
}
.pg-wrapper{
    overflow: hidden;
}
.scroller {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 40px;
  height: 65px;
  border: 4px solid #5a5a5a;
  border-radius: 30px;
}
.scroller::after {
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5a5a5a;
  -webkit-animation: 1200ms ease 0ms forwards infinite scroll;
          animation: 1200ms ease 0ms forwards infinite scroll;
  content: "";
  z-index:10;
}
.scroller small {
  position: absolute;
  width: 174px;
  left: -64px;
  top: -34px;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    opacity: 0;
  }
}
.juchalogo{
  position: fixed;  
  top:25px;
  left:50px;
  z-index: 101;
  color:#fff;
}
.juchalogo a{
  color:#fff;
  text-decoration: none;
}
.anchors {
  position: fixed;
  top: 20px;
  right: 50px;
  z-index: 100;
}
.anchors .socialbox ul {
  margin: 0;
}
.anchors ul li {
  float: left;
  list-style: none;
}
.anchors ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.anchors ul li a img{
  width: 110px;
}

.text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  overflow: hidden;
}

/*animation*/
.main-bgcnt img{
  position: absolute;
  top:17%;
  right:14%;
  width:760px;
  animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
 -webkit-animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
}

@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 10px;}
}

-webkit-@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 10px;}
}
/*공통*/
.text{font-family: 'Inter', sans-serif;}
.text h1{
  font-weight: 600;
  font-size: 48px;
  color:#222;
}

/*page1(상단)*/
.topmain{
  /* display: flex; */
  width: 100%;
  height: 100%;
}


.main_top{
  width: 1800px;
  height: 500px;
  display: flex;
  justify-content: center;
  /* background-color: red; */
  margin-top: 250px;
  /* margin-bottom: 100px; */
}
.main_top .typo{
  /* background-color: violet; */
  margin-right: 100px;
  margin-left: 150px;
}
.main_top .typo img{
  width: 800px;
  margin-bottom: 200px;
}
.main_top .main_mockup{
  /* background-color: turquoise; */
  width: 680px;
  height: 600px;
  margin-left: 150px;
  margin-top: 80px;
  position: relative;
}
.main_top .main_mockup > img{
  width: 650px;
}
.main_mockup .deco img{
  animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
	-webkit-animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
}
.main_mockup .deco img:first-child{
  position: absolute;
  top: -30px;
  left: 100px;
}
.main_mockup .deco img:nth-child(2){
  position: absolute;
  right: 0px;
  top: 300px;
}
.main_mockup .deco img:last-child{
  position: absolute;
  top: 530px;
  left: 400px;
  z-index: 9999;
}
.main_bottom{
  width: 100%;
  height: 550px;
  /* background-color: teal; */
  display: flex;
}
.main_bottom .illustration{
  width: 900px;
  height: 100%;
  /* background-color: yellow; */
  position: relative;
}
.main_bottom .illustration img{
  margin-top: -50px;
  margin-left: -150px;
}
.main_bottom .illustration::after{
  content: "";
  background-image: url("img/gate.png");
  width: 300px;
  height: 300px;
  /* background-color: #217dfd; */
  position: absolute;
  top:100px;
  left: -100px;
}

.main_bottom .down{
  margin-left: 300px;
  margin-top: 220px;
}
.main_bottom .down img{
  width: 260px;
  margin: 0 20px;
}



/* .main_top{
  float: left;
  width: 1000px;
  height: 100%;
  text-align: center;
  margin-bottom: 250px;
  margin-right: 50px;
  position: relative;
}
.main_left .typo img{
  width: 80%;
}

.main_right{
  float: left;
  width: 600px;
  height: 700px;
}
.main_mockup{
  position: relative;
}
.main_mockup > img{
  width: 110%;
  position: absolute;
  top: 90px;
  left: 30px;
}
.main_mockup .deco img{
  animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
	-webkit-animation: motion 0.8s linear 0s infinite alternate; margin-top: 0;
}
.main_mockup .deco img:first-child{
  position: absolute;
  top: 0px;
  left: 150px;
}
.main_mockup .deco img:nth-child(2){
  position: absolute;
  right: -30px;
  top: 300px;
}
.main_mockup .deco img:last-child{
  position: absolute;
  top: 550px;
  left: 80px;
  z-index: 9999;
}

.main_right .down{
  position: absolute;
  bottom: 10px;
  right: -65px;
}
.main_right .down img{
  width: 260px;
  margin: 0 20px;  
}

.illustration{
  position: absolute;
  left: -200px;
  bottom: -80px;
}
.illustration img:last-child{
  position: absolute;
  left: 50px;
  bottom: 0px;
} */



/*page2*/

/*동영상*/
.juchavideoWrap{
  width: 100%;
  height: 100%;
  
}
.video-container{
  width:1080px;
  height:607px;
  /* overflow: hidden; */
  background: url("img/ad_thumbnail.png");
  margin: 0 auto;
  justify-content: center;
}
/* .video-container iframe{
  width:100%;
  height: 100%;
} */
.juchaInfoWrap{
  display: flex;
  width:1200px;
  justify-content: center;
  color:#222;
}
.juchaTitle{
  padding-top:40px;  
}

.juchaTitle p{
  font-size:21px;
}
.deviceInfo{
  margin:25px 0 20px 30px;
}

/* jucha_service(주차 플랫폼 서비스) */
.platform .platform_cnt{
  display: flex;
  color: #222;
  position: relative;
  justify-content: center;
}

.platform .platform_cnt h1{
  width: 1500px;
  text-align: center;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 800;
  font-size: 50px;
}
.platform .platform_cnt h1.m_title{display: none;}
.platform .platform_cnt h1 span{
  color: #217cfd;
}

.platform .platform_cnt img{
  width: 80%;
  padding-top: 100px;
}
.m_platform{display: none;}

/*page3(유저)*/
.userWrap{
  display: flex;
  color:#222;
  background: url('img/app_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.userWrap h1{
  position: relative;
  margin-top: 80px;
  margin-bottom: 70px;
  font-weight: 800;
  font-size: 50px;
}

.userApp_cnt ul{
  overflow: hidden;
}
.userApp_cnt ul li{
  float: left;
  margin: 0 20px;
  /* margin-top: 50px; */
  /* background-color: wheat; */
}
.userApp_cnt ul li:first-child{
  width: 285px;
}
.userApp_cnt ul li:first-child .user_app p{
  width: 250px;
}
.userApp_cnt ul li .user_app img{
  width: 100%;
  /* background-color: tomato; */
}
/* .userApp_cnt ul li .user_app p{
  color: #fff;
  font-weight: bold;
  width: 300px;
  height: 80px;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  background-color:  violet;
} */
.userApp_cnt ul li:first-child .user_app p,
.userApp_cnt ul li:nth-child(3) .user_app p{
  color: #fff;
  font-weight: bold;
  width: 285px;
  height: 80px;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  /* background-color:  violet; */
} 
.userApp_cnt ul li:nth-child(3) .user_app p{
  padding-top: 5px;
  line-height: 28px;
}
.userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p{
  display: inline-block;
  color: #fff;
  font-weight: bold;
  width: 285px;
  height: 80px;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  /* background-color:  violet; */
}
.userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
  margin-left: 85px;
}
.user_app.mobile{
  display: none;
}



/*page4(스캔이미지-배경)*/
.scanImgText{
  position: relative;
}
.scanImgText p{
  position: absolute;
  bottom: 8%;
  left: 5%;
  font-size:90px;
  text-shadow:#000;
  line-height: 110px;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(35, 35, 35, 0.3);
}

/*page5(어드민)*/
.adminWrap{
  display: flex;
  color:#222;
  background: url('img/app_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.adminWrap h1{
  position: relative;
  margin-top: 70px;
  font-weight: 800;
  font-size: 50px;
}
.adminWrap h1.mobile{
  display: none;
}
.adminApp_cnt ul{
  overflow: hidden;
  /* margin-top: 20px; */
}
.adminApp_cnt ul li{
  float: left;
  margin: 0 30px;
  /* background-color: wheat; */
  width: 300px;
}

.adminApp_cnt ul li .admin_app img{
  /* width: 93%; */
  /* margin: 0 auto; */
  margin-top: 30px;
  margin-left: 15px;
}
.adminApp_cnt ul li .admin_app p{
  color: #fff;
  font-weight: bold;
  width: 300px;
  height: 80px;
  /* background-color: yellow; */
  font-size: 25px;
  text-align: center;
  margin-top: 40px;
}
.adminApp_cnt ul li:nth-child(2){
  width: 420px;
}
.adminApp_cnt ul li:nth-child(2) .admin_app img{
  margin-left: 0;
}
.adminApp_cnt ul li:nth-child(2) .admin_app p{
  margin: 0 auto;
  margin-top: 25px;
}

/* mainsystem */
.mainsystemWrap{
  display: flex;
  color:#222;
  background: url('img/mainsystem_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.mainsystemWrap h1{
  /* position: relative; */
  /* margin-top: 270px; */
  font-weight: 800;
  font-size: 50px;
  position: absolute;
  top: 100px;
  /* background-color: greenyellow; */
}
.mainsystemWrap h1 span{
  color: #217cfd;
}

.mainsystem_cnt{
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  /* background-color: red; */
  margin-top: 170px;
}
.mainsystem_cntimg{
  width: 800px;
  margin-top: 60px;
  margin-left: -50px;
  /* background-color: palegreen; */
}
.mainsystem_cntimg img{
  width: 1000px;
  /* background-color: pink; */
}
.mainsystem_cnt .mainsystem_txt{
  text-align: right;
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  width: 700px;
  height: 300px;
  margin-left: 150px;
  margin-top: 150px;
  /* background-color: yellow; */
}
.mainsystem_cnt .mainsystem_txt p:last-child{
  color: #217cfd;
  font-weight: 800;
}
.mainsystem_bottom{
  width: 100%;
  height: 280px;
  /* background-color: orange; */
  /* margin-top: 0px; */
  /* margin-bottom: 300px; */
  position: relative;
}
.mainsystem_bottom::after{
  content: "Các địa điểm phù hợp với Hệ Thống Chính JUCHA";
  position: absolute;
  top: 0; right: 10%;
  color: #217dfd;
  background-color: #fff;
  font-size: 32px;
  font-weight: 600;
  width: 800px;
  text-align: center;
  height: 70px;
  border: 2px solid #217cfd;
  border-radius: 15px;
  line-height: 60px;
}
.mainsystem_bottom .place_img{
  width: 1800px;
  height: 300px;
  /* background-color: wheat; */
  display: flex;
  margin: 0 auto;
  margin-top: 70px;
  justify-content: center;
}
.mainsystem_bottom .place_img .place_box{
  width: 150px;
  height: 200px;
  /* background-color: yellowgreen; */
  margin: 0 80px;
  margin-top: 10px;
}
.mainsystem_bottom .place_img .place_box img{
  width: 150px;
  filter: drop-shadow(1px 1px 5px #3c3c3c4e);
}
.mainsystem_bottom .place_img p{
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  line-height: 25px;
}









/*page6(메인시스템)*/
.systempage{
  display: flex;
  width: 100%;
  height: 100%;
}
.systemWrap{
  color:#222;
  justify-items: center;
  text-align: center;
}
.systemVideo{
  width: 1040px;
  height: 585px;
  margin: 0 auto;
  background: url("img/thumbnail.png");
}
.systemTitle{
  padding:20px 0;
}
.systemTitle h1{margin-bottom: 20px;}
.systemTitle p{
  font-size:21px;
}
/* .systemImg{
  display: flex;
  justify-content: center;
}
.systemImg img{
  width:180px;
  margin-left:20px;
} */


.partnerWrap{
  overflow: hidden;
  background-image: url('https://jucha-bucket-01.s3.ap-southeast-1.amazonaws.com/front/img/JUCHA_partner.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}




/*contact*/
.contactWrap{
  color: #222;
  position: relative;
  justify-content: center;
}
.contactBox{
  width:600px;
  margin-bottom:300px;
}
.btn{
  width:600px;
  height:50px;
  margin-top:35px;
}
.contactmenu{
  margin-top:10px;
}

footer{
  color:#fff;
  position: absolute;
  bottom:0;
  width:100%;
  height:250px;
  background-color: #111;
  padding:30px 200px 10px 200px;
}
footer .row{
  margin-left:10%;
}
footer a{
  text-decoration: none;
  color:#59a7ff;
}
footer a:hover{
  text-decoration: none;
  color:#9ccaff;
}
.footerlogo img{
  width:120px;
}
.footericon img{
  padding:10px 20px 0 0;
}
.footerLeft{
  display: flex;
}
.address{
  padding-left:50px;
}
/*우측 nav*/
nav {
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul li a span {
  background: #fff;
}

nav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

nav span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border-radius: 100%;
  transition: 0.3s;
}

nav li .active span {
  background: #fff;
  position: absolute;
}

nav li .active span:after {
  top: -6px;
  left: -6px;
  bottom: -6px;
  right: -6px;
}

nav ul {
  margin: 0;
  padding: 0;
  background:rgba(26, 26, 26, 0.5);
  border-radius:20px;
}

nav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

nav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

nav ul li a.active span,
nav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

nav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

nav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}



.mb-bar {
  background-color: #fff;
}

.mb-track-y {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.2);
}

#scroll {
  height: 90vh;
}



@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
            transform: rotate3d(0, 0, 1, 360deg);
  }
}
.checkbox, .radio {
  align-items: center;
  display: flex;
  min-height: 35px;
  position: relative;
}

.radio input,
.checkbox input {
  border: 0 none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.radio > input + label,
.checkbox > input + label {
  cursor: pointer;
  padding: 3px 0 0 30px;
  position: relative;
  color: #fff;
}

.radio > input:disabled + label,
.checkbox > input:disabled + label {
  opacity: 0.6;
  cursor: not-allowed;
}

.radio > input + label::before,
.radio > input + label::after,
.checkbox > input + label::before,
.checkbox > input + label::after {
  font-family: "Material Design Icons";
  font-size: 21px;
  height: 25px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 25px;
  font-weight: normal;
}

.checkbox > input + label::after {
  content: "";
}

.checkbox > input:checked + label::after {
  content: "";
}

.radio > input + label::after {
  content: "";
}

.radio > input:checked + label::after {
  content: "";
}

.rangeable-container {
  margin: 20px 0 20px 0;
}

.rangeable-handle {
  border-color: transparent;
  width: 18px;
  height: 18px;
}

.rangeable-progress {
  height: 2px;
  background-color: #fff;
}

.rangeable-tooltip {
  background-color: transparent;
}
.rangeable-tooltip::before {
  border-color: transparent;
}

.rangeable-track {
  height: 8px;
  width: 100%;
  border-radius: 4px;
  border: 3px solid #fff;
  box-sizing: border-box;
  background-color: transparent;
}

.selectr-selected {
  background-color: transparent;
  border: 3px solid #fff;
  color: #fff;
  font-weight: bold;
  padding: 7px 28px 7px 18px;
}
.selectr-selected::before {
  border-color: #fff transparent transparent;
}

.selectr-options {
  padding: 8px;
  overflow: hidden;
}

.selectr-option {
  border-radius: 2px;
  padding: 6px 10px;
}

.selectr-container.native-open .selectr-selected::before, .selectr-container.open .selectr-selected::before {
  border-color: transparent transparent #000;
}

.selectr-container.open .selectr-selected {
  color: #000;
  background-color: #fff;
  border-color: #fff #fff transparent;
}

.selectr-options-container {
  border-width: 0 3px 3px;
  border-color: transparent #fff #fff;
}

.progress {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100vw - 20px);
  height: 5px;
}
.progress .bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  background-color: #fff;
}

.page-progress {
  width: 40px;
  height: 40px;
  position: fixed;
  left: 10px;
  top: 20px;
}

svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

circle {
  stroke: #fff;
  fill: transparent;
  stroke-dasharray: 87.9645943005 87.9645943005;
  stroke-dashoffset: 87.9645943005;
}


/* 가로 2560px 이상인 와이드 모니터에서도 보일 수 있도록 */
@media screen and (min-width: 2501px){

  /* jucha-service */
  .platform .platform_cnt h1{
    /* background-color: yellowgreen; */
    top: 100px;
  }
  .platform .platform_cnt img{
    width: 70%;
    padding-top: 70px;
  }

  /* page3(userWrap) */

  .userWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .userWrap h1{
    margin-top: 50px;
  }
  .userApp_cnt ul li .user_app p{
    color: #fff;
  }
  .userApp_cnt ul li:last-child .user_app p{
    margin-top: 40px;
  }

  /* page5(adminWrap) */
  .adminWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .adminApp_cnt ul li .admin_app p{
    color: #fff;
  }

  /* mainsystem */
  .mainsystemWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainsystem_cntimg{
    margin-top: 30px;
  }
  .mainsystem_bottom::after{
    top: -40px;
    font-size: 31px;
  }

  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }



}

@media screen and (min-width: 1921px) and (max-width: 2500px){
  /* page3(user) */
  .userWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .userWrap h1{
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 65px;
  }
  .userApp_cnt ul li{
    margin: 0 40px;
  }
  .userApp_cnt ul li .user_app img{
    width: 90%;
  }
  .userApp_cnt ul li .user_app p{
    font-size: 30px;
    margin-left: 25px;
    margin-top: 0px;
    width: 280px;
  }
  .userApp_cnt ul li:last-child .user_app p{
    margin-top: 40px;
  }

  /* page5(admin) */
  .adminWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .adminWrap h1{
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 65px;
  }
  .adminApp_cnt ul li{
    margin: 0 40px;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 90%;
  }
  .adminApp_cnt ul li .admin_app p{
    font-size: 30px;
    margin-left: 25px;
    width: 280px;
  }

  /* mainsystem */
  .mainsystemWrap{
    background: url(img/app_bg_wide.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mainsystem_cntimg{
    margin-top: 30px;
  }
  .mainsystem_bottom::after{
    top: -25px;
    font-size: 31px;
  }
  .mainsystemWrap h1{
    font-size: 65px;
    top: 150px;
  }

  .mainsystem_bottom .place_img{
    width: 2000px;
    margin-top:50px;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 200px;
    height: 250px;
    margin: 0 100px;
    margin-top: 40px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 200px;
  }
  .mainsystem_bottom .place_img p{
    font-size: 25px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 30px;
  }

  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }



}



@media screen and (min-width: 1280px) and (max-width: 1919px){

  /* page1(메인) */
  .main_top{
    width: 1250px;
    margin: 0 auto;
    margin-top: 230px;
  }
  .main_top .typo{
    margin-left: 150px;
  }
  .main_top .typo img{
    width: 600px;
    margin-top: 100px;
  }
  .main_top .main_mockup{
    margin-top: 100px;
    margin-left: -100px;
  }
  .main_top .main_mockup > img{
    width: 550px;
  }
  .main_mockup .deco img{
    width: 60px;
  }
  .main_mockup .deco img:nth-child(2){
    right: 40px;
    top: 200px;
  }
  .main_mockup .deco img:last-child{
    width: 50px;
    position: absolute;
    top: 450px;
    left: 330px;
    z-index: 9999;
  }
  .main_bottom .illustration{
    width: 700px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 190%;
    margin-left: -80px;
    margin-top: 0px;
  }
  .main_bottom .illustration::after{
    width: 300px;
    height: 250px;
    /* background-color: #59a7ff; */
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 150px;
  }
  .main_bottom .down{
    margin-left: 450px;
    margin-top: 150px;
  }
  .main_bottom .down img{
    width: 220px;
    margin: 10px 0;
  }

  
  /* page2 */
 
  
  /* jucha-service */
  .platform .platform_cnt h1{
    font-size: 45px;
    top: 50px;
  }
  .platform .platform_cnt img{
    width: 1200px;
  }

  /* page3(user) */

  .userWrap h1{font-size: 45px; margin-top: 70px; margin-bottom: 70px;}
  .userApp_cnt ul{
    width: 1200px;
    height: 600px;
    overflow: hidden;
    /* background: cadetblue; */
    margin-top: 30px;
  }
  .userApp_cnt ul li{
    /* background-color: yellowgreen; */
    margin: 0;
  }
  .userApp_cnt ul li:first-child{
    margin-left: -10px;
    width: 220px;
  }
  .userApp_cnt ul li:nth-child(2){
    margin-left: 50px;
    width: 500px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app img{
    width: 500px;
  }
  .userApp_cnt ul li .user_app img{
    width: 100%;
  }

  .userApp_cnt ul li:first-child .user_app p{
    width: 220px;
    font-size: 20px;
    padding-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit{
    /* background-color: yellow; */
    height: 105px;
    margin-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p{
    width: 200px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 28px;
    width: 220px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
    display: inline;
    /* margin-left: 50px; */
  }

  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
    margin-left: 50px;
  }
  .userApp_cnt ul li:nth-child(3){
    margin-left: 50px;
    width: 340px;
  }
  .userApp_cnt ul li:nth-child(3) .user_app img{
    width: 340px;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    width: 220px;
    font-size: 20px;
    line-height: 20px;
    padding-top: 35px;
  }
  

  /* page4(scanImg) */
  .scanImgText p{
    font-size: 80px;
    bottom: 5%;
  }

  /* page5(admin) */
  .adminWrap h1{font-size: 45px; margin-top: 50px;}
  .adminApp_cnt ul li{
    /* background-color: yellowgreen; */
    width: 220px;
    margin: 0 30px;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 100%;
    /* margin-top: 0; */
    margin-left: 0;
  }
  .adminApp_cnt ul li .admin_app p{
    /* background-color: tomato; */
    font-weight: 600;
    margin-right: 100px;
    width: 220px;
    margin-top: 40px;
  }

  .adminApp_cnt ul li:nth-child(2){
    width: 330px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    margin-left: 0;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{
    margin: 0 auto;
    margin-top: 30px;
  }

  /* mainsystem */
  .mainsystemWrap h1{font-size: 45px;}
  .mainsystem_cntimg{
    width: 600px;
    margin-left: 50px;
    /* margin-top: 150px; */
    /* background-color: red; */
  }
  .mainsystem_cnt img{
    width: 700px;
    /* background-color: pink; */
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 35px;
    line-height: 40px;
    margin-right: 50px;
  }
  .mainsystem_bottom::after{
    top: -80px; right: 5%;
    font-size: 28px;
    width: 700px;
  }
  .mainsystem_bottom .place_img{
    width: 1200px;
    /* background-color: yellowgreen; */
    margin-top: 30px;
  }
  .mainsystem_bottom .place_img .place_box{
    margin: 0 50px;
  }
  
  /* jucha_partner */
.partnerWrap{
  background-size: contain;
}

/* footer */
footer{font-size: 14px;}

footer .row .footerlogo{
  margin-left: -50px;
}
footer .row ul{
  /* background-color: tomato; */
  margin-left: -10px;
  width: 500px;
}
.address{padding-left: 10px;}
footer .row .footermenu{
  margin-left: 50px;
}
footer .row .footericon img{
  width: 55px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1279px){

  /* juchalogo */
  .juchalogo img{
    width: 85px;
  }
  .anchors ul li a img{
    width: 100px;
  }

  /* page1(main) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top{
    width: 1000px;
    margin: 0 auto;
    margin-top: 230px;
    /* background-color: red; */
  }
  .main_top .typo{
    margin: 0 auto;
  }
  .main_top .typo img{
    width: 700px;
  }
  .main_top .main_mockup{
    display: none;
  }
  
  .main_bottom .illustration{
    width: 700px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 190%;
    margin-left: -8%;
    margin-top: 0px;
  }
  .main_bottom .illustration::after{
    width: 400px;
    height: 300px;
    /* background-color: #59a7ff; */
    background-size: contain;
    background-repeat: no-repeat;
    left: -10%;
    top: 120px;
  }
  .main_bottom .down{
    display: flex;
    /* background-color: yellow; */
    width: 450px;
    height: 80px;
    margin-top: -90px;
    margin-left: -420px;
    /* margin-left: 450px; */
    /* margin-top: 150px; */
  }
  .main_bottom .down img{
    width: 200px;
    margin: 0 10px;
  }

  /* page2(jucha_promotion_video) */

  .video-container{
    width:980px;
    height:551px;
    background: url('img/ad_thumbnail_980.png');
  }
  .video-container video{
    width:980px;
    height:551px;
  }
  .juchaTitle h1{
    font-size: 42px;
  }
  .juchaTitle p{
    font-size: 18px;
  }
  .deviceInfo img{
    width: 120px;
  }

  /* jucha_platform_service */
  .platform .platform_cnt img{
    width: 1000px;
  }
  .platform .platform_cnt h1{
    font-size: 40px;
    top: 0;
  }

  /* page3(user) */
  .userWrap h1{font-size: 40px; margin-top: 50px;}
  .userApp_cnt ul{
    width: 1000px;
    height: 450px;
    margin-top: 50px;
    /* background-color: wheat; */
  }
  .userApp_cnt ul li{
    /* background-color: yellowgreen; */
    margin: 0;
    margin-right: 35px;
    height: 450px;
  }
  .userApp_cnt ul li:first-child{
    width: 180px;
    margin-left: -5px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    width: 180px;
  }
  .userApp_cnt ul li:first-child .user_app p{
    font-size: 18px;
    width: 180px;
    padding-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2){
    width: 410px;
  }
  .userApp_cnt ul li:nth-child(2) img{
    width: 415px;
  }

  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit{
    /* background-color: violet; */
    height: 105px;
    margin-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p{
    font-size: 18px;
    width: 200px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
    display: inline;
    /* margin-left: 50px; */
  }

  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
    margin-left: 50px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 310px;
    margin-right: 0;
  }
  .userApp_cnt ul li:nth-child(3) .user_app img{
    width: 290px;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    font-size: 18px;
    line-height: 18px;
    padding-top: 20px;
  }
  


  /* page4(scanImg) */
  #page-4 .text{
    background: url('img/m_scan_img_1100.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 70px;
    bottom: 3%;
    line-height: 100px;
    left: 7%;
  }


  /* page5(admin) */
  .adminWrap h1{font-size: 40px; margin-top: 100px;}

  .adminApp_cnt ul li{
    /* background-color: red; */
    width: 180px;
    margin: 0 20px;
    margin-top: 100px;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 100%;
    margin-left: 0;
  }
  .adminApp_cnt ul li .admin_app p{
    font-weight: 600;
    width: 180px;
    font-size: 20px;
  }
  .adminApp_cnt ul li:nth-child(2){
    width: 270px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    margin-left: 0;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{
    margin: 0 auto;
    margin-top: 35px;
  }

  /* mainsystem */
  .mainsystemWrap h1{font-size: 40px; margin-top: 50px;}
  .mainsystem_cntimg{
    width: 400px;
    margin-left: 50px;
    /* background-color: red; */
  }
  .mainsystem_cnt img{
    width: 600px;
    /* background-color: pink; */
    margin-top: 100px;
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 25px;
    line-height: 30px;
    margin-right: 50px;
    margin-top: 200px;
    /* background-color: yellow; */
  }
  .mainsystem_bottom::after{
    top: -80px; right: 5%;
    font-size: 22px;
    width: 580px;
  }
  .mainsystem_bottom .place_img{
    width: 900px;
    height: 200px;
    /* background-color: yellowgreen; */
    margin-top: 50px;
  }
  .mainsystem_bottom .place_img .place_box{
    margin: 0 30px;
    width: 130px;
    /* background-color: wheat; */
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 130px;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:980px;
    height:551px;
    background: url("img/thumbnail_980.png");
  }
  .systemVideo video{
    width:980px;
    height:551px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:50px 0 20px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:21px;
  }
  .systemTitle h1{
    font-size: 35px;
  }

    /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* page7(contact) */
  .contactBox{
    width: 500px;
    margin-bottom: 250px;
  }
  .btn{
    width: 500px;  
  }
  .contact.mt-2 h1{
    font-size: 40px;
  }

  /* footer */
  footer{font-size: 14px;}
  footer .row{
    margin-left: -165px;
    /* background-color: thistle; */
    width: 950px;
  }
  footer .row ul{
    /* background-color: tomato; */
    margin-left: -10px;
    width: 500px;
  }
  .address{padding-left: 10px;}
  footer .row .footermenu{
    margin-left: 20px;
    /* background-color: wheat; */
    width: 250px;
  }
  footer .row .footericon{
    /* background-color: yellowgreen; */
    width: 240px;
  }
  footer .row .footericon img{
    width: 55px;
  }


}

@media screen and (min-width: 768px) and (max-width: 1023px){
  /* juchalogo */
  .juchalogo{
    left: 30px;
  }
  .juchalogo img{
    width: 75px;
  }
  .anchors{
    right: 30px;
    top: 10px;
  }
  .anchors ul li a img{
    width: 90px;
  }

  /* page1(main) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 700px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 200px;
  }
  .main_top .typo img{
    width: 600px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .main_bottom .illustration{
    width: 600px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 190%;
    margin-left: -20%;
    margin-top: 0px;
  }
  .main_bottom .illustration::after{
    width: 300px;
    height: 300px;
    /* background-color: #59a7ff; */
    background-size: contain;
    background-repeat: no-repeat;
    left: -20%;
    top: 130px;
  }
  .main_bottom .down{
    display: flex;
    /* background-color: yellow; */
    width: 450px;
    height: 80px;
    margin-top: -110px;
    margin-left: -470px;
  }
  .main_bottom .down img{
    width: 200px;
    margin: 0 10px;
    margin-top: 10px;
  }

  /* page2(promotionVideo) */
  .video-container{
    width:735px;
    height:413px;
    background: url('img/ad_thumbnail_735.png');
  }
  .video-container video{
    width:735px;
    height:413px;
  }
  .juchaTitle h1{
    font-size: 35px;
  }
  .juchaTitle p{
    font-size: 15px;
  }
  .deviceInfo img{
    width: 100px;
  }

  /* page3(jucha_platform_service) */
  .platform .platform_cnt img{display: none;}
  .platform .platform_cnt h1{
    font-size: 30px;
    top: 0;
  }
  .m_platform{
    display: block;
    width: 700px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .m_platform > img{
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .m_platform .m_platform_cnt img{
    width: 150px;
    margin: 0 10px;
  }

  /* page3(user) */
 
  .userWrap h1{
    font-size: 40px;
    /* margin-bottom: 100px; */
  }
  .userApp_cnt ul{
    overflow: visible;
    margin-top: 120px;
    width: 750px;
    height: 400px;
    /* background-color: wheat; */
    display: flex;
    justify-content: center;
  }
  .userApp_cnt ul li{
    /* margin: 0 10px; */
    /* background-color: violet; */
  }

  .userApp_cnt ul li:first-child{
    width: 140px;
    margin: 0;
    /* margin-left: 80px; */
    margin-left: 40px;
  }
  .userApp_cnt ul li:first-child .user_app p{
    width: 140px;
    font-size: 16px;
    padding-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2){
    width: 250px;
    margin: 0;
    /* margin-left: 0px; */
    margin-left: 20px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app img{
    width: 325px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit{
    margin-top: 20px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p{
    margin-left: 0;
    font-size: 16px;
    /* background-color: yellow; */
    width: 325px;
    height: 30px;
  }
  .userApp_cnt ul li:nth-child(2) .user_app .user_app_tit p:last-child{
    margin-left: 0;
    margin-top: 0;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 225px;
    margin: 0;
    /* margin-left: 20px; */
    margin-left: 90px;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    font-size: 16px;
    width: 240px;
    padding-top: 20px;

  }



  /* page4(scanImg) */
  #page-4 .text{
    background: url('img/m_scan_img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 70px;
    bottom: 3%;
    line-height: 100px;
    left: 7%;
  }

  /* page5(admin) */
  .adminWrap h1{
    /* font-size: 40px; */
    display: none;
    /* margin-bottom: 100px; */
  }
  .adminWrap h1.mobile{
    display: block;
    font-size: 40px;
    text-align: center;
  }
  .adminApp_cnt ul{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 740px;
    /* background-color: wheat; */
    overflow: visible;
  }
  .adminApp_cnt ul li{
    width: 150px;
    margin: 0;
    margin: 0 11px;
    /* background-color: violet; */
  }
  .adminApp_cnt ul li:first-child{
    margin-left: -25px;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 150px;
    margin-left: 0px;
    /* background-color: violet; */
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    width: 225px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{
    margin-top: 35px;
  }
  .adminApp_cnt ul li .admin_app p{
    width: 150px;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    margin-left: -10px;
    /* background-color: violet; */
  }


  /* mainsystem */
  .mainsystemWrap h1{
    font-size: 40px;
  }
  .mainsystem_cnt{
    margin-top: 70px;
  }
  .mainsystem_cntimg{
    margin-left: 50px;
    width: 100px;
  }
  .mainsystem_cntimg img{
    width: 500px;
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 30px;
    width: 550px;
    margin-right: 50px;
    line-height: 40px;
    margin-top: 250px;
  }
  .mainsystem_bottom::after{
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    width: 550px;
  }
  .mainsystem_bottom .place_img{
    width: 700px;
    height: 300px;
    margin-top: 100px;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 110px;
    margin: 0 20px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 110px;
  }
  .mainsystem_bottom .place_img p{
    font-size: 18px;
    font-weight: 500;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:735px;
    height:413px;
    background: url("img/thumbnail_735.png");
  }
  .systemVideo video{
    width:735px;
    height:413px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:40px 0 20px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:18px;
  }
  .systemTitle h1{
    font-size: 32px;
  }

  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* contact */
  .contact.mt-2 h1{
    font-size: 30px;
  }
  .contactBox{
    width: 400px;
    margin-bottom: 230px;
  }
  .btn{
    width: 400px;
  }

  /* footer */
  footer{font-size: 12px;}
  footer .row{
    margin-left: -120px;
    width: 550px;
    height: 200px;
  }
  footer .row .footerlogo{
    width: 90px;
  }
  footer .row .footerlogo img{
    width: 90px;
  }
  footer .row ul{
    margin-left: 80px;
    margin-top: -100px;
    width: 450px;
  }
  .footermenu .submenutext{
    display: flex;
    margin-left: 130px;
  }
  .footermenu .submenutext p{
    margin-right: 20px;
  }
  .footericon{
    display: block;
    width: 50px;
    margin-top: -200px;
    margin-left: 550px;
  }
  .footericon img{
    width: 30px;
    padding: 10px 0px;
  }
  

}

/* 원래 : @media screen and (main-width: 640px) and (max-width: 767px) 이었음! */
@media screen and (min-width: 718px) and (max-width: 767px) {
    /* juchalogo */
    .juchalogo{
      left: 20px;
    }
    .juchalogo img{
      width: 65px;
    }
    .anchors{
      right: 20px;
      top: 10px;
    }
    .anchors ul li a img{
      width: 80px;
    }

  /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 600px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 200px;
  }
  .main_top .typo img{
    width: 550px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .main_bottom .illustration{
    width: 600px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 190%;
    margin-left: -30%;
    margin-top: 0px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    /* background-color: yellow; */
    width: 450px;
    height: 80px;
    margin-top: -130px;
    margin-left: -480px;
  }
  .main_bottom .down img{
    width: 160px;
    margin: 0 10px;
  }

  /* page2(juchaVideo) */
  .video-container{
    width:620px;
    height:348px;
    background: url('img/ad_thumbnail_620.png');
  }
  .video-container video{
    width:620px;
    height:348px;
  }
  .juchaTitle h1{
    font-size: 30px;
  }
  .juchaTitle p{
    font-size: 12px;
  }
  .deviceInfo img{
    width: 95px;
  }

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    font-size: 25px;
    top: 30px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 600px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .m_platform > img{
    width: 400px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .m_platform .m_platform_cnt img{
    width: 180px;
    margin: 15px 30px;
  }

  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background-color: thistle; */
  }
  .userApp_cnt ul{
    /* background-color: wheat; */
    width: 550px;
    height: 800px;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 157px;
    height: 370px;
    /* background-color: violet; */
    margin-left: -20px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 20px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 250px;
    height: 370px;
    /* background-color: violet; */
    margin-left: 90px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 16px;
    padding-top: 7px;
  }
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 250px;
    height: 370px;
    /* background-color: violet; */
    margin: 0;
    margin-top: 40px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: -20px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 20px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    margin-left: 25px;
    margin-top: 20px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }


/* page4(scanImg) */
#page-4 .text{
  background: url('img/m_scan_img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.scanImgText p{
  font-size: 60px;
  bottom: 3%;
  line-height: 70px;
  left: 7%;
  text-shadow: 2px 2px 8px rgba(94, 94, 94, 0.7);
}

/* page5(admin) */
.adminWrap{
  background: url('img/m_app_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.adminWrap h1{
  display: none;
}
.adminWrap h1.mobile{
  display: block;
  font-size: 25px;
  text-align: center;
  /* margin-bottom: 0; */
  margin-top: 0;
}
.adminApp_cnt ul{
  /* background-color: wheat; */
  width: 550px;
  height: 760px;
  margin-top: 0;
}
.adminApp_cnt ul li{
  width: 200px;
  height: 360px;
  margin-bottom: 30px;
  /* background-color: violet; */
  text-align: center;
  margin-left: 0;
}
.adminApp_cnt ul li:nth-child(2){
  width: 200px;
}
.adminApp_cnt ul li:nth-child(2) .admin_app img{
  width: 120%;
}
.adminApp_cnt ul li:nth-child(2) .admin_app p{
  margin-top: 5px;
}
.adminApp_cnt ul li .admin_app img{
  width: 160px;
  margin-top: 0;
  margin-left: 0;
}
.adminApp_cnt ul li .admin_app p{
  color: #217cfd;
  font-size: 16px;
  font-weight: 600;
  width: 200px;
  height: 50px;
  line-height: 45px;
  background-color: #fff;
  border: 1.5px solid #217cfd;
  border-radius: 10px;
  z-index: 999;
  margin-top: 10px;
}
.adminApp_cnt ul li:nth-child(2),
.adminApp_cnt ul li:nth-child(4){
  margin-left: 30px;
}
.adminApp_cnt ul li:nth-child(4) .admin_app p{
  line-height: 16px;
  padding-top: 8px;
}


/* mainsystem */
.mainsystemWrap{
  background: url('img/m_app_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainsystemWrap h1{
  font-size: 25px;
}
.mainsystem_cnt{
  width: 100%;
  margin: 0 auto;
  margin-top: 70px;
  /* background-color: yellowgreen; */
}
.mainsystem_cntimg{
  width: 100px;
  height: 250px;
  margin-top: 50px;
  margin-left: 100px;
  /* background-color: red; */
}
.mainsystem_cntimg img{
  width: 500px;
}
.mainsystem_cnt .mainsystem_txt{
  font-size: 20px;
  width: 400px;
  height: 150px;
  line-height: 35px;
  margin-top: 280px;
  margin-right: 100px;
  /* background-color: violet; */
}
.mainsystem_bottom::after{
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  width: 500px;
  height: 50px;
  line-height: 45px;
}
.mainsystem_bottom .place_img{
  width: 600px;
  height: 250px;
  margin-top: 45px;
  color: #217cfd;
  background-color: #ffffffa6;
  border: 2px solid #217cfd;  
  border-radius: 20px;  
}
.mainsystem_bottom .place_img .place_box{
  width: 90px;
  margin: 0 13px;
  margin-top: 60px;
}
.mainsystem_bottom .place_img .place_box img{
  width: 90px;
}
.mainsystem_bottom .place_img p{
  font-size: 14px;
  font-weight: 00;
  color: #222;
  width: 90px;
}
.mainsystem_bottom .place_img .place_box:nth-child(1) p,
.mainsystem_bottom .place_img .place_box:nth-child(2) p,
.mainsystem_bottom .place_img .place_box:nth-child(3) p{
  margin-top: 20px;
}

/* page6(systemVideo) */
.systemVideo{
  width:620px;
  height:348px;
  background: url("img/thumbnail_620.png");
}
.systemVideo video{
  width:620px;
  height:348px;
}
/*▲ -------------------------------------비디오 끝*/
.systemTitle{
  padding:30px 0 20px 0;
}
.systemTitle h1{margin-bottom: 20px;}
.systemTitle p{
  font-size:16px;
}
.systemTitle h1{
  font-size: 29px;
}

/* jucha_partner */
.partnerWrap{
  background-size: contain;
}

/* page7(contact us) */
.contact.mt-2 h1{
  font-size: 30px;
}
.contactBox{
  width: 400px;
  margin-bottom: 230px;
}
.btn{
  width: 400px;
}

/* footer */
footer{font-size: 10px;}
footer .row{
  margin-left: -120px;
  width: 500px;
  height: 200px;
  /* background-color: yellow; */
}
footer .row .footerlogo{
  width: 70px;
}
footer .row .footerlogo img{
  width: 70px;
}
footer .row ul{
  margin-left: 80px;
  margin-top: -100px;
  width: 350px;
  /* background-color:#217cfd; */
}
.footermenu .submenutext{
  display: flex;
  margin-left: 130px;
}
.footermenu .submenutext p{
  margin-right: 20px;
}
.footericon{
  display: block;
  width: 50px;
  margin-top: -200px;
  margin-left: 460px;
}
.footericon img{
  width: 30px;
  padding: 10px 0px;
}
}

/* ▼ 갤럭시 폴드 펼쳤을 때 기준  */
@media screen and (min-width: 640px) and (max-width: 717px){

    /* juchalogo */
    .juchalogo{
      left: 25px;
    }
    .juchalogo img{
      width: 55px;
    }
    .anchors{
      right: 20px;
      top: 10px;
    }
    .anchors ul li a img{
      width: 65px;
    }

  /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 600px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 400px;
  }
  .main_top .typo img{
    width: 400px;
    margin-left: -50px;
    margin-top: 100px;
  }
  .main_bottom .illustration{
    width: 600px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 110%;
    margin-left: 0px;
    margin-top: -130px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    /* background-color: yellow; */
    width: 320px;
    height: 50px;
    margin-top: -170px;
    margin-left: -460px;
  }
  .main_bottom .down img{
    width: 140px;
    margin: 0 10px;
  }

  /* page2(juchaVideo) */
  .video-container{
    margin-top: 30px;
    width:500px;
    height: 281px;
    background: url('img/ad_thumbnail_500.png');
  }
  .video-container video{
    width:500px;
    height:281px;
  }
  .juchaInfoWrap{
    width: 550px;  
  }
  .juchaTitle{
    margin-top: 0;
    padding-top: 30px;
  }
  .juchaTitle h1{
    font-size: 25px;
    margin-top: 0;
  }
  .juchaTitle p{
    font-size: 11px;
  }
  .deviceInfo{
    margin-left: 0px;
  }
  .deviceInfo img{
    width: 65px;
  }

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    font-size: 25px;
    top: 60px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 600px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .m_platform > img{
    width: 300px;
    margin-top: 60px;
    /* margin-bottom: 20px; */
  }
  .m_platform .m_platform_cnt img{
    width: 120px;
    margin: 15px 10px;
    margin-bottom: 50px;
  }

  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg_717.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background-color: thistle; */
  }
  .userApp_cnt ul{
    /* background-color: wheat; */
    overflow: visible;
    width: 650px;
    height: 300px;
    margin-top: 0;
    display: flex;
    flex-wrap: nowrap;
    align-content: center
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 95px;
    height: 300px;
    /* background-color: violet; */
    margin-left: -35px;
    margin-right: 50px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 30px;
  }
  .userApp_cnt ul li:nth-child(3){
    margin-right: 40px;
  }
  .userApp_cnt ul li:nth-child(3),
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 150px;
    height: 300px;
    /* background-color: violet; */
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 16px;
    padding-top: 7px;
  }

  .userApp_cnt ul li:nth-child(4){
    margin-left: -20px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 0px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    /* margin-left: 25px; */
    margin-top: 20px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p{
    line-height: 16px;
    padding-top: 8px;
  }
  .userApp_cnt ul li:nth-child(4) .user_app p{
    font-size: 15px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  /* .userApp_cnt ul{
    width: 650px;
    height: 350px;
    display: flex;
    margin-top: -10px;
  }
  .userApp_cnt ul li{
    width: 140px;
    height: 280px;
    text-align: center;
    margin-left: -5px;
  }
  .userApp_cnt ul li:first-child{
    margin-left: -10px;
  }
  .userApp_cnt ul li .user_app img{
    width: 140px;
    margin-top: 0;
  }
  .userApp_cnt ul li .user_app p{
    color: #217cfd;
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(2) .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    margin-top: 10px;
  } 
  .userApp_cnt ul li:nth-child(3) .user_app p,
  .userApp_cnt ul li:last-child .user_app p{
    line-height: 15px;
    padding-top: 8px;
    margin-top: 10px;
  } */


/* page4(scanImg) */
#page-4 .text{
  background: url('img/m_scan_img.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.scanImgText p{
  font-size: 40px;
  bottom: 2%;
  line-height: 50px;
  left: 5%;
  text-shadow: 2px 2px 8px rgba(94, 94, 94, 0.7);
}

/* page5(admin) */
.adminWrap{
  background: url('img/m_app_bg_717.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.adminWrap h1{
  display: none;
}
.adminWrap h1.mobile{
  display: block;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}
.adminApp_cnt ul{
  width: 620px;
  height: 350px;
  display: flex;
  margin-top: -20px;
  /* background-color: wheat; */
}
.adminApp_cnt ul li{
  width: 130px;
  height: 280px;
  text-align: center;
  margin-left: -20px;
  /* background-color: violet; */
}

.adminApp_cnt ul li:first-child{
  margin-left: -30px;
}
.adminApp_cnt ul li:nth-child(2) .admin_app img{
  width: 195px;
}
.adminApp_cnt ul li .admin_app img{
  width: 130px;
  margin-top: 0;
  margin-left: 0;
}
.adminApp_cnt ul li .admin_app p{
  color: #217cfd;
  font-size: 12px;
  font-weight: 600;
  width: 130px;
  height: 50px;
  line-height: 45px;
  background-color: #fff;
  border: 1.5px solid #217cfd;
  border-radius: 10px;
  z-index: 999;
  margin-top: 10px;
  /* word-break: keep-all; */
}
.adminApp_cnt ul li:nth-child(2) .admin_app p,
.adminApp_cnt ul li:nth-child(3) .admin_app p,
.adminApp_cnt ul li:nth-child(4) .admin_app p{
  line-height: 15px;
  padding-top: 10px;
}
.adminApp_cnt ul li:nth-child(2) .admin_app p{
  margin-top: 5px;
}



/* mainsystem */
.mainsystemWrap{
  background: url('img/m_app_bg_717.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainsystemWrap h1{
  font-size: 25px;
  top: 30px;
}
.mainsystem_cnt{
  width: 100%;
  margin-top: 70px;
  height: 200px;
  /* background-color: yellowgreen; */
}
.mainsystem_cntimg{
  width: 80px;
  height: 250px;
  margin-top: 30px;

  margin-left: 0px;
  /* background-color: red; */
}
.mainsystem_cntimg img{
  width: 300px;
}
.mainsystem_cnt .mainsystem_txt{
  font-size: 16px;
  width: 200px;
  height: 100px;
  line-height: 10px;
  margin-top: 70px;
  margin-left: 250px;
  /* background-color: violet; */
}
.mainsystem_bottom::after{
  top: 00px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  width: 450px;
  height: 50px;
  line-height: 45px;
}
.mainsystem_bottom .place_img{
  width: 600px;
  height: 200px;
  margin-top: 25px;
  color: #217cfd;
  background-color: #ffffffa6;
  border: 2px solid #217cfd;  
  border-radius: 20px;  
}
.mainsystem_bottom .place_img .place_box{
  width: 90px;
  margin: 0 13px;
  margin-top: 55px;
}
.mainsystem_bottom .place_img .place_box img{
  width: 80px;
}
.mainsystem_bottom .place_img p{
  font-size: 14px;
  font-weight: 500;
  color: #222;
  width: 80px;
  line-height: 15px;
}

.mainsystem_bottom .place_img .place_box:nth-child(2) p,
.mainsystem_bottom .place_img .place_box:nth-child(3) p{
  margin-top: 20px;
}



/* page6(systemVideo) */
.systemVideo{
  margin-top: 50px;
  width:500px;
  height: 281px;
  background: url("img/thumbnail_500.png");
}
.systemVideo video{
  width:500px;
  height:281px;
}
/*▲ -------------------------------------비디오 끝*/
.systemTitle{
  padding:30px 0 20px 0;
}
.systemTitle h1{margin-bottom: 20px;}
.systemTitle p{
  font-size:16px;
}
.systemTitle h1{
  font-size: 20px;
  margin-bottom: 10px;
}
.systemTitle p{
  font-size: 15px;
}

/* jucha_partner */
.partnerWrap{
  background-size: contain;
}

/* page7(contact us) */
.contact.mt-2 h1{
  font-size: 20px;
  margin-bottom: 20px;
}
.contactBox{
  width: 400px;
  margin-bottom: 150px;
  /* background-color:yellowgreen; */
}
.btn{
  width: 400px;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 0;
}
.btn #value{font-size: 15px;}
.contact.mt-2 h1{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}
.form-label{
  font-size: 14px;
}
.contactmenu .form-control{
  height: 30px;
  /* background-color: red; */
}
.contactmenu:nth-child(5) .form-control{
  resize: vertical;
  height: 50px;
  margin-top: -5px;
}
.contactmenu .input-group{
  margin-bottom: -10px;
  margin-top: -5px;
}
.contactmenu .input-group .input-group-text{
  height: 30px;
}

/* footer */
footer{
  font-size: 10px;
  height: 150px;
}
footer .row{
  margin-left: -120px;
  margin-top: 0px;
  width: 400px;
  height: 200px;
  display: flex;
}
footer .row .footerlogo{
  width: 50px;
}
footer .row .footerlogo img{
  width: 50px;
}
footer .row ul{
  margin-left: 70px;
  margin-top: -80px;
  width: 320px;
  padding-left: 0;
}
.footermenu{
  width: 100px;
  height: 100px;
}
.footermenu .submenutext{
  width:150px;
  height: 100px;
  margin-left: 400px;
  margin-top: -130px;
  line-height: 10px;
}

.footericon{
  display: flex;
  margin-top: -20px;
  margin-left: 395px;
}
.footericon img{
  width: 35px;
  padding: 0px 5px;
}



}

@media screen and (min-width: 480px) and (max-width: 639px){

    nav{display: none;}
    .scroller{display: none;}

    /* juchalogo */
    .juchalogo{
      left: 20px;
    }
    .juchalogo img{
      width: 55px;
    }
    .anchors{
      right: 15px;
      top: 10px;
    }
    .anchors ul li a img{
      width: 70px;
    }
    /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 450px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 200px;
  }
  .main_top .typo img{
    width: 420px;
    margin-left: -50px;
    margin-top: 50px;
  }
  .main_bottom .illustration{
    width: 450px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 200%;
    margin-left: -220px;
    margin-top: -220px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #ffffff5c;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 450px;
    height: 200px;
    padding-top: 30px;
    margin-top: 150px;
    margin-left: -440px;
    position: relative;
  }
  .main_bottom .down::after{
    content: "Download";
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 1px #217cfd;
    font-weight: 700;
    font-size: 30px;
    top: 25px;
  }
  .main_bottom .down img{
    width: 180px;
    margin: 0 10px;
    margin-top: 40px;
  }

  /* page2(juchaVideo) */

  /* ▼ -------------해상도별로 썸네일 이미지 및 비디오 사이즈 조정*/
  .video-container{
    width:460px;
    height:259px;
    background: url('img/ad_thumbnail_460.png');
  }
  .video-container video{
    width:460px;
    height:259px;
  }
  /* ▲ -------------------------------------비디오 끝*/
  .juchaInfoWrap{
    width: 460px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .juchaTitle h1{
    font-size: 30px;
  }
  .juchaTitle p{
    font-size: 12px;
  }
  .deviceInfo{    
    margin:10px 0 0 0;
  }
  .deviceInfo img{
    width: 95px;
  }

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    font-size: 20px;
    top: 50px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 450px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .m_platform > img{
    width: 350px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .m_platform .m_platform_cnt img{
    width: 150px;
    margin: 15px 20px;
  }

  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background-color: thistle; */
  }
  .userApp_cnt ul{
    /* background-color: wheat; */
    width: 450px;
    height: 820px;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    /* background-color: wheat; */
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 125px;
    height: 370px;
    /* background-color: violet; */
    margin-left: -15px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 30px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 200px;
    height: 370px;
    /* background-color: violet; */
    margin-left: 65px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 180px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 16px;
    padding-top: 7px;
  }
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 200px;
    height: 370px;
    /* background-color: violet; */
    margin: 0;
    margin-top: 60px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: -20px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 20px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    margin-left: 10px;
    margin-top: 20px;
    width: 180px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  /* .userApp_cnt ul{
    width: 450px;
    height: 820px;
    margin-top: -30px;
  }
  .userApp_cnt ul li{
    width: 180px;
    height: 360px;
    margin: 0 10px;
    margin-bottom: 40px;
    text-align: center;

  }
  .userApp_cnt ul li .user_app img{
    width: 170px;
    margin-top: 0;
  }
  .userApp_cnt ul li .user_app p{
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 180px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3),
  .userApp_cnt ul li:nth-child(4){
    margin-top: 20px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(2) .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    margin-top: 10px;
  } 
  .userApp_cnt ul li:last-child .user_app p{
    line-height: 15px;
    padding-top: 10px;
    margin-top: 10px;
  } */

  /* page4(scanImg) */
  #page-4 .text{
    background: url('img/m_scan_img_500.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 50px;
    line-height: 70px;
    text-shadow: 2px 2px 8px rgba(35, 35, 35, 0.728);
    left: 10%;
    bottom: 5%;
  }

  /* page5(admin) */
  .adminWrap{
    background: url('img/m_app_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .adminWrap h1{
    display: none;
  }
  .adminWrap h1.mobile{
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .adminApp_cnt ul{
    /* background-color: wheat; */
    width: 440px;
    height: 760px;
    margin-top: -30px;
  }
  .adminApp_cnt ul li{
    width: 180px;
    height: 360px;
    margin: 0 10px;
    margin-left: -30px;
    margin-bottom: 20px;
    /* background-color: violet; */
    text-align: center;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 150px;
    margin: 0 auto;
  }
  .adminApp_cnt ul li:nth-child(2){
    width: 200px;
    /* margin-right: 10px; */
    margin-left: -100px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    width: 225px;
  }
  .adminApp_cnt ul li .admin_app p{
    color: #217cfd;
    font-size: 15px;
    font-weight: 600;
    width: 180px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
    margin-top: 10px;
  }
  .adminApp_cnt ul li:nth-child(3),
  .adminApp_cnt ul li:nth-child(4){
    margin-top: 20px;
  }
  .adminApp_cnt ul li:nth-child(2){
    margin-left: 10px;
  }
  .adminApp_cnt ul li:nth-child(4){
    margin-left: 25px;
    margin-right: 0;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p,
  .adminApp_cnt ul li:nth-child(4) .admin_app p{
    line-height: 15px;
    padding-top: 10px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{
    margin-top: 5px;
  }

  /* mainsystem */
  .mainsystemWrap{
    background: url('img/m_app_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainsystemWrap h1{
    font-size: 25px;
    top: 70px;
  }
  .mainsystem_cnt{
    width: 450px;
    height: 450px;
    /* background-color: yellowgreen; */
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainsystem_cntimg{
    width: 450px;
    height: 230px;
    /* background-color: red; */
    margin: 0;
  }
  .mainsystem_cntimg img{
    width: 450px;
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 20px;
    margin: 0;
    width: 350px;
    height: 150px;
    line-height: 35px;
    /* background-color: violet; */
    margin-top: 30px;
  }
  .mainsystem_bottom::after{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    width: 400px;
    height: 50px;
    line-height: 45px;
  }
  .mainsystem_bottom .place_img{
    width: 450px;
    height: 350px;
    margin-top: 20px;
    color: #217cfd;
    background-color: #ffffffa6;
    border: 2px solid #217cfd;  
    border-radius: 20px;  
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 90px;
    height: 120px;
    margin: 0 20px;
    margin-top: 30px;
    /* background-color: turquoise; */
  }
  .mainsystem_bottom .place_img .place_box:nth-child(4),
  .mainsystem_bottom .place_img .place_box:nth-child(5){
    margin-top: -20px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 90px;
  }
  .mainsystem_bottom .place_img p{
    font-size: 14px;
    font-weight: 00;
    color: #222;
    width: 90px;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(1) p,
  .mainsystem_bottom .place_img .place_box:nth-child(2) p,
  .mainsystem_bottom .place_img .place_box:nth-child(3) p{
    margin-top: 10px;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(4) p,
  .mainsystem_bottom .place_img .place_box:nth-child(5) p{
    /* margin-top: 0px; */
    line-height: 15px;
    margin-top: 10px;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:460px;
    height:259px;
    background: url("img/thumbnail_460.png");
  }
  .systemVideo video{
    width:460px;
    height:259px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:30px 0 20px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:13px;
  }
  .systemTitle h1{
    font-size: 25px;
  }

  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* page7(contact) */
  .contactBox{
    width: 400px;
    margin-bottom: 200px;
  }
  .btn{
    width: 400px;
  }
  .contact.mt-2 h1{
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  
  /* footer */
  footer{font-size: 10px;}
  footer .row{
    margin-left: -180px;
    width: 500px;
    height: 200px;
    /* background-color: yellow; */
  }
  footer .row .footerlogo{
    width: 50px;
  }
  footer .row .footerlogo img{
    width: 50px;
  }
  footer .row ul{
    margin-left: 20px;
    margin-top: -100px;
    width: 350px;
    /* background-color:#217cfd; */
  }
  .footermenu .submenutext{
    display: flex;
    margin-left: 70px;
    margin-top: -20px;
  }
  .footermenu .submenutext p{
    margin-right: 20px;
  }
  .footericon{
    display: block;
    width: 50px;
    margin-top: -200px;
    margin-left: 390px;
  }
  .footericon img{
    width: 25px;
    padding: 10px 0px;
  }

}

@media screen and (min-width: 376px) and (max-width: 479px){
  nav{display: none;}
  .scroller{display: none;}

   /* juchalogo */
   .juchalogo{
    left: 20px;
    top: 20px;
  }
  .juchalogo img{
    width: 45px;
  }
  .anchors{
    right: 15px;
    top: 10px;
  }
  .anchors ul li a img{
    width: 60px;
  }

  /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 380px;
    height: 500px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 200px;
  }
  .main_top .typo img{
    width: 350px;
    margin-left: -50px;
    margin-top: 70px;
  }

  .main_bottom .illustration{
    width: 380px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 210%;
    margin-left: -30px;
    margin-top: -200px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #ffffff5c;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 300px;
    height: 180px;
    padding-top: 30px;
    margin-top: 120px;
    margin-left: -27.8%;
    position: relative;
  }
  .main_bottom .down::after{
    content: "Download";
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 1px #217cfd;
    font-weight: 700;
    font-size: 22px;
    top: 10px;
  }
  .main_bottom .down img{
    width: 160px;
    margin: 0;
    margin-top: 10px;
  }

  /* page2(juchaVideo) */

  /* ▼ -------------해상도별로 썸네일 이미지 및 비디오 사이즈 조정*/
  .video-container{
    width:350px;
    height:197px;
    background: url('img/ad_thumbnail_350.png');
  }
  .video-container video{
    width:350px;
    height:197px;
  }
  /* ▲ -------------------------------------비디오 끝*/
  .juchaInfoWrap{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .juchaTitle{
    padding-top:30px;  
  }
  .juchaTitle h1{
    font-size: 28px;
  }
  .juchaTitle p{
    font-size: 12px;
  }
  .deviceInfo{    
    margin:10px 0 0 0;
  }
  .deviceInfo img{
    width: 95px;
  } 

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    font-size: 20px;
    /* background-color: yellow; */
    top: 100px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 320px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
  }
  .m_platform > img{
    width: 320px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .m_platform .m_platform_cnt{
    margin-top: 40px;
  }
  .m_platform .m_platform_cnt img{
    width: 120px;
    margin: 15px 10px;
  }
  
  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg_400.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background-color: thistle; */
  }
  .userApp_cnt ul{
    width: 360px;
    height: 700px;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    /* background-color: wheat; */
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 80px;
    height: 300px;
    /* background-color: violet; */
    margin-left: -25px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 30px;
    width: 100px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 160px;
    height: 300px;
    /* background-color: violet; */
    margin-left: 70px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 14px;
    font-weight: 600;
    width: 160px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 16px;
    padding-top: 7px;
  }
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 160px;
    height: 300px;
    /* background-color: violet; */
    margin: 0;
    margin-top: 60px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: -25px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 10px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    margin-top: 20px;
    width: 160px;
    font-size: 14px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }


  /* page4(scanImg) */
  #page-4 .text{
    background: url('img/m_scan_img_400.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 45px;
    line-height: 60px;
    text-shadow: 2px 2px 8px rgba(35, 35, 35, 0.728);
    left: 10%;
    bottom: 7%;
  }

    /* page4(admin) */
  .adminWrap{
    background: url('img/m_app_bg_400.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .adminWrap h1{
    display: none;
  }
  .adminWrap h1.mobile{
    display: block;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .adminApp_cnt ul{
    /* background-color: wheat; */
    width: 360px;
    height: 750px;
    margin-top: -50px; 
    margin-left: 0px;   
  }
  .adminApp_cnt ul li{
    width: 140px;
    height: 360px;
    /* margin: 0 10px; */
    /* margin-left: -20px; */
    margin-left: 0;
    margin-bottom: 40px;
    /* background-color: violet; */
    text-align: center;
  }
  .adminApp_cnt ul li:nth-child(2){
    margin-right: 0;
    width: 210px;
    margin-left: -20px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    width: 195px;
  }
  .adminApp_cnt ul li:nth-child(4){
    margin-left: 20px;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 130px;
    margin-left: 0;
    margin-top: 0;
  }
  .adminApp_cnt ul li .admin_app p{
    color: #217cfd;
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }

  .adminApp_cnt ul li:nth-child(2),
  .adminApp_cnt ul li:nth-child(1){
    margin-top: 20px;
    margin-bottom: 0;
  }

  .adminApp_cnt ul li:nth-child(3),
  .adminApp_cnt ul li:nth-child(1){
    margin-left: -30px;
    margin-right: 25px;
    margin-bottom: 0px;
  }

  .adminApp_cnt ul li:first-child .admin_app p,
  .adminApp_cnt ul li:nth-child(2) .admin_app p,
  .adminApp_cnt ul li:nth-child(3) .admin_app p,
  .adminApp_cnt ul li:last-child .admin_app p{
    margin-top: 10px;
  } 
  .adminApp_cnt ul li:nth-child(2) .admin_app p,
  .adminApp_cnt ul li:nth-child(3) .admin_app p,
  .adminApp_cnt ul li:nth-child(4) .admin_app p{
    line-height: 15px;
    padding-top: 10px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{
    margin-top: 5px;
  }

  /* mainsystem */
  .mainsystemWrap{
    background: url('img/m_app_bg_400.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainsystemWrap h1{
    font-size: 20px;
    top: 70px;
  }
  .mainsystem_cnt{
    width: 320px;
    height: 350px;
    /* z-index: 999; */
    /* background-color: turquoise; */
    margin-top: -40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainsystem_cntimg{
    width: 300px;
    height: 160px;
    /* background-color: red; */
    margin: 0;
    margin-top: 0px;
  }
  .mainsystem_cntimg img{
    width: 300px;
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 18px;
    margin: 0;
    width: 300px;
    height: 110px;
    padding-top: 10px;
    line-height: 20px;
    /* background-color: violet; */
  }
  .mainsystem_bottom{
    /* background-color: yellowgreen; */
    /* margin-top: 0px; */
    margin-top: 30px;
    margin-left: -10px;
  }
  .mainsystem_bottom::after{
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    width: 280px;
    height: 60px;
    line-height: 25px;
    padding-top: 5px;
  }
  .mainsystem_bottom .place_img{
    width: 320px;
    height: 400px;
    margin-top: -20px;
    color: #217cfd;
    background-color: #ffffffa6;
    border: 2px solid #217cfd;  
    border-radius: 15px;  
    display: flex;
    flex-direction: column;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 270px;
    height: 60px;
    /* background-color: turquoise; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(1){
    margin-top: 40px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 70px;
    height: 60px;
    filter: drop-shadow(1px 1px 2px #3c3c3c4e);

  }
  .mainsystem_bottom .place_img p{
    font-size: 14px;
    font-weight: 00;
    color: #222;
    /* background-color: tomato; */
    margin-top: 0;
    margin-left: 0px;
    width: 120px;
    height: 60px;
    line-height: 60px;
  }
  .mainsystem_bottom .place_img .place_box::after{
    content: "";
    width: 220px;
    height: 1px;
    background-color: #cae0fdb3;
    position: absolute;
    bottom: -5px;
  }
  .mainsystem_bottom .place_img .place_box:last-child:after{display: none;}

  .mainsystem_bottom .place_img .place_box:nth-child(1) p,
  .mainsystem_bottom .place_img .place_box:nth-child(4) p,
  .mainsystem_bottom .place_img .place_box:nth-child(5) p{
    line-height: 15px;
    padding-top: 15px;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:350px;
    height:197px;
    background: url("img/thumbnail_350.png");
  }
  .systemVideo video{
    width:350px;
    height:197px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:25px 0 15px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:11px;
  }
  .systemTitle h1{
    font-size:20px;
  }

  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* page7(contact) */
  .contactBox{
    width: 300px;

  }
  .btn{
    width: 300px;
    margin-top: 20px;

  }
  .contact.mt-2 h1{
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }

/* footer */
footer{
  font-size: 11px;
  height: 300px;
}
footer .row{
  margin-left: -170px;
  width: 350px;
  height: 290px;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  /* background-color: tomato; */
}
footer .row .footerlogo{
  width: 55px;
  height: 55px;
  margin: 0 auto;
}
footer .row .footerlogo img{
  width: 60px;
  margin-left: -12px;
  margin-top: 0px;
}
footer .row ul{
  width: 350px;
  /* background-color: red; */
  padding-left: 0;
  margin-left: -12px;
  margin-bottom: 0;
}
.footermenu{
  width: 350px;
  height: 15px;
  /* background-color: violet; */
}
.footermenu .submenutext{
  display: flex;
  margin-left: -12px;
  margin-top: 0px;
  width: 350px;
  /* background-color: pink; */
}
.footermenu .submenutext p{
  margin-right: 5px;
  width: 100px;
  height: 30px;
  /* background-color: yellowgreen; */
}
.footermenu .submenutext p:first-child{
  width: 150px;
}
.footericon{
  width: 350px;
  height: 30px;
  margin-left: -12px;
  /* background-color: turquoise; */
  margin-top: -30px;
  display: flex;
  justify-content: center;
}
.footericon img{
  width: 50px;
}

}

@media screen and (min-width: 360px) and (max-width: 375px){

  nav{display: none;}
  .scroller{display: none;}

   /* juchalogo */
   .juchalogo{
    left: 20px;
    top: 20px;
  }
  .juchalogo img{
    width: 45px;
  }
  .anchors{
    right: 15px;
    top: 10px;
  }
  .anchors ul li a img{
    width: 60px;
  }

  /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 320px;
    height: 450px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 350px;
  }
  .main_top .typo img{
    width: 300px;
    margin-left: -50px;
    margin-top: 70px;
  }

  .main_bottom .illustration{
    width: 450px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 130%;
    margin-left: 100px;
    margin-top: -250px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #ffffff5c;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 280px;
    height: 150px;
    padding-top: 30px;
    margin-top: 3%;
    margin-left: -31%;
    position: relative;
  }
  .main_bottom .down::after{
    content: "Download";
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 1px #217cfd;
    font-weight: 700;
    font-size: 22px;
    top: 20px;
  }
  .main_bottom .down img{
    width: 120px;
    margin: 0;
    margin: 0 5px;
    margin-top: 10px;
  }

  /* page2(juchaVideo) */

  /* ▼ -------------해상도별로 썸네일 이미지 및 비디오 사이즈 조정*/
  .video-container{
    width:350px;
    height:197px;
    background: url('img/ad_thumbnail_350.png');
  }
  .video-container video{
    width:350px;
    height:197px;
  }
  /* ▲ -------------------------------------비디오 끝*/
  .juchaInfoWrap{
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .juchaTitle{
    padding-top:30px;  
  }
  .juchaTitle h1{
    font-size: 28px;
  }
  .juchaTitle p{
    font-size: 12px;
  }
  .deviceInfo{    
    margin:10px 0 0 0;
  }
  .deviceInfo img{
    width: 95px;
  } 

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    font-size: 18px;
    top: 90px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 320px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
  }
  .m_platform > img{
    width: 320px;
    margin-top: 140px;
    margin-bottom: 0px;
  }
  .m_platform .m_platform_cnt{
    margin-top: 0px;
  }
  .m_platform .m_platform_cnt img{
    width: 100px;
    margin: 10px 10px;
  }
  
  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg_370.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .userApp_cnt ul{
    width: 320px;
    height: 520px;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    /* background-color: wheat; */
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 50px;
    height: 240px;
    /* background-color: violet; */
    margin-left: -25px;
    margin-right: 35px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 30px;
    width: 88px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 140px;
    height: 240px;
    /* background-color: violet; */
    margin-left: 65px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 14px;
    font-weight: 600;
    width: 140px;
    height: 40px;
    line-height: 38px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 14px;
    padding-top: 5px;
  }
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 140px;
    height: 240px;
    /* background-color: violet; */
    margin: 0;
    margin-top: 40px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: -25px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 10px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    margin-top: 20px;
    width: 140px;
    font-size: 14px;
    line-height: 38px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p{
    line-height: 14px;
    word-break: break-all;
    padding-top: 5px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 40px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
 

  /* page4(scanImg) */
  #page-4 .text{
    background: url('img/m_scan_img_370.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 40px;
    line-height: 60px;
    text-shadow: 2px 2px 8px rgba(35, 35, 35, 0.728);
    left: 10%;
    bottom: 5%;
  }

    /* page4(admin) */
    .adminWrap{
      background: url('img/m_app_bg_370.png');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
    }
    .adminWrap h1{
      display: none;
    }
    .adminWrap h1.mobile{
      display: block;
      font-size: 18px;
      text-align: center;
      margin-bottom: 70px;
      margin-top: 20px;
    }
    .adminApp_cnt ul{
      /* background-color: wheat; */
      width: 320px;
      height: 520px;
      margin-top: -80px;  
    }
    .adminApp_cnt ul li{
      width: 125px;
      height: 250px;
      margin-right: 50px;
      margin-left: -10px;
      margin-bottom: 20px;
      /* background-color: violet; */
      text-align: center;
    }
    .adminApp_cnt ul li:nth-child(2){
      width: 125px;
    }
    .adminApp_cnt ul li:nth-child(2) .admin_app img{
      width: 150px;
      margin-left: -15px;
    }
    .adminApp_cnt ul li:nth-child(3),
    .adminApp_cnt ul li:last-child{
      margin-bottom: 0;
    }
    .adminApp_cnt ul li .admin_app img{
      width: 100px;
      margin: 0 auto;
    }
    .adminApp_cnt ul li .admin_app p{
      color: #217cfd;
      font-size: 14px;
      font-weight: 600;
      width: 125px;
      height: 40px;
      line-height: 15px;
      padding-top: 5px;
      background-color: #fff;
      border: 1.5px solid #217cfd;
      border-radius: 10px;
      z-index: 999;
    }
  
    .adminApp_cnt ul li:nth-child(3),
    .adminApp_cnt ul li:nth-child(1){
      margin-left: -20px;
      margin-right: 25px;
    }
    .adminApp_cnt ul li:nth-child(2),
    .adminApp_cnt ul li:nth-child(4){
      /* margin-left: -20px; */
      margin-left: 15px;
      margin-right: 0px;
    }
  
    .adminApp_cnt ul li:first-child .admin_app p,
    .adminApp_cnt ul li:nth-child(2) .admin_app p,
    .adminApp_cnt ul li:nth-child(3) .admin_app p{
      margin-top: 10px;
    } 
    .adminApp_cnt ul li:nth-child(2) .admin_app p{
      margin-top: 5px;
    }
    .adminApp_cnt ul li:last-child .admin_app p{
      margin-top: 10px;
    }

  /* mainsystem */
  .mainsystemWrap{
    background: url('img/m_app_bg_370.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainsystemWrap h1{
    font-size: 18px;
    top: 50px;
  }
  .mainsystem_cnt{
    width: 320px;
    height: 230px;
    /* background-color: yellowgreen; */
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainsystem_cntimg{
    width: 300px;
    height: 150px;
    /* background-color: red; */
    margin: 0;
    margin-top: -30px;
    display: flex;
    justify-content: center;
  }
  .mainsystem_cntimg img{
    width: 280px;

  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 16px;
    margin: 0;
    width: 300px;
    height: 80px;
    line-height: 15px;
    /* background-color: violet; */
    margin-top: -20px;
  }
  .mainsystem_bottom::after{
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    width: 280px;
    height: 60px;
    line-height: 25px;
    padding-top: 5px;
  }
  .mainsystem_bottom .place_img{
    width: 320px;
    height: 300px;
    margin-top: 20px;
    color: #217cfd;
    background-color: #ffffffa6;
    border: 2px solid #217cfd;  
    border-radius: 15px;  
    display: flex;
    flex-direction: column;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 270px;
    height: 40px;
    /* background-color: turquoise; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(1){
    margin-top: 40px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 50px;
    filter: drop-shadow(1px 1px 2px #3c3c3c4e);

  }
  .mainsystem_bottom .place_img p{
    font-size: 14px;
    font-weight: 00;
    color: #222;
    /* background-color: tomato; */
    margin-top: 0;
    margin-left: 20px;
    width: 120px;
    height: 60px;
    line-height: 40px;
  }
  .mainsystem_bottom .place_img .place_box::after{
    content: "";
    width: 220px;
    height: 1px;
    background-color: #cae0fdb3;
    position: absolute;
    bottom: -5px;
  }
  .mainsystem_bottom .place_img .place_box:last-child:after{display: none;}

  .mainsystem_bottom .place_img .place_box:nth-child(1) p,
  .mainsystem_bottom .place_img .place_box:nth-child(4) p,
  .mainsystem_bottom .place_img .place_box:nth-child(5) p{
    line-height: 15px;
    padding-top: 5px;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:350px;
    height:197px;
    background: url("img/thumbnail_350.png");
  }
  .systemVideo video{
    width:350px;
    height:197px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:25px 0 15px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:11px;
  }
  .systemTitle h1{
    font-size:20px;
  }


    /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* page7(contact) */
  .contactBox{
    width: 280px;
    margin-bottom: 150px;
    /* background-color: yellow; */
  }
  .btn{
    width: 280px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
    /* border-radius: 30px; */
  }
  .contact.mt-2 h1{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }
  .form-label{
    font-size: 14px;
    /* background-color: yellow; */
    /* margin-bottom: 0; */
  }
  /* .contactmenu{margin-bottom: 0;} */
  .contactmenu .form-control{
    height: 30px;
  }
  .contactmenu:nth-child(5) .form-control{
    resize: vertical;
    height: 80px;
    /* background-color:#217cfd; */
  }
  .contactmenu .input-group{
    margin-bottom: -10px;
    margin-top: -5px;
  }
  .contactmenu .input-group .input-group-text{
    height: 30px;
  }

  /* footer */
  footer{
    font-size: 10px;
    height: 240px;
  }
  footer .row{
    margin-left: -170px;
    width: 350px;
    height: 270px;
    margin-top: -45px;
    display: flex;
    flex-direction: column;
    /* background-color: tomato; */
  }
  footer .row .footerlogo{
    width: 50px;
    height: 50px;
    /* background-color: #F8F8F8; */
    margin: 0 auto;
  }
  footer .row .footerlogo img{
    width: 50px;
    margin-left: -8px;
    margin-top: 15px;
  }
  footer .row ul{
    width: 350px;
    /* background-color: red; */
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .footermenu{
    width: 350px;
    height: 15px;
    /* background-color: violet; */
  }
  .footermenu .submenutext{
    display: flex;
    margin-left: 0px;
    margin-top: 0px;
    width: 350px;
    /* background-color: pink; */
  }
  .footermenu .submenutext p{
    margin-right: 5px;
    width: 100px;
    height: 30px;
    /* background-color: yellowgreen; */
  }
  .footermenu .submenutext p:first-child{
    width: 150px;
  }
  .footericon{
    width: 350px;
    height: 30px;
    margin-left: -12px;
    /* background-color: turquoise; */
    margin-top: -30px;
    display: flex;
    justify-content: center;
  }
  .footericon img{
    width: 50px;
  }


}

/* @media screen and (min-width: 280px) and (max-width: 359px){} */
@media screen and (max-width: 359px){

  nav{display: none;}
  .scroller{display: none;}

  /* juchalogo */
  .juchalogo{
    left: 15px;
    top: 15px;
  }
  .juchalogo img{
    width: 35px;
  }
  .anchors{
    right: 10px;
    top: 10px;
  }
  .anchors ul li a img{
    width: 45px;
  }

  /* page1(topmain) */
  #page-1 .text, #page-1-clone .text{
    background: url('img/main_bg_tablet.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .main_top .main_mockup{
    display: none;
  }
  .main_top{
    width: 250px;
    /* background-color: red; */
    margin: 0 auto;
    margin-top: 400px;
  }
  .main_top .typo img{
    width: 230px;
    margin-left: -50px;
    margin-top: 70px;
  }
  .main_bottom .illustration{
    width: 450px;
    /* background-color: yellow; */
  }
  .main_bottom .illustration img{
    width: 140%;
    margin-left: -170px;
    margin-top: -380px;
  }
  .main_bottom .illustration::after{display: none;}
  .main_bottom .down{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    background-color: #ffffff5c;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 240px;
    height: 180px;
    padding-top: 30px;
    margin-top: -45px;
    margin-left: -445px;
    position: relative;
  }
  .main_bottom .down::after{
    content: "Download";
    position: absolute;
    color: #fff;
    -webkit-text-stroke: 1px #217cfd;
    font-weight: 700;
    font-size: 20px;
    top: 10px;
  }
  .main_bottom .down img{
    width: 150px;
    margin: 0;
    margin-top: 10px;
  }


  /* page2(juchaVideo) */
  /* ▼ -------------해상도별로 썸네일 이미지 및 비디오 사이즈 조정*/
  .video-container{
    width:275px;
    height:155px;
    background: url('img/ad_thumbnail_275.png');
  }
  .video-container video{
    width:275px;
    height:155px;
  }
  /* ▲ -------------------------------------비디오 끝*/
  .juchaInfoWrap{
    width: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .juchaTitle{
    padding-top:30px;  
    margin-left: 5px;
  }
  .juchaTitle h1{
    font-size: 25px;
  }
  .juchaTitle p{
    font-size: 14px;
  }
  .deviceInfo{    
    margin:10px 0 0 0;
  }
  .deviceInfo img{
    width: 85px;
  }

  /* jucha_platform_service */
  .platform .platform_cnt h1{
    display: none;
  }
  .platform .platform_cnt h1.m_title{
    display: block;
    font-size: 17px;
  }
  .platform .platform_cnt img{display: none;}
  .m_platform{
    display: block;
    width: 250px;
    height: 800px;
    /* background-color: red; */
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .m_platform > img{
    width: 200px;
    margin-top: 120px;
    margin-bottom: 20px;
  }
  .m_platform .m_platform_cnt{
    margin-top: 0px;
  }
  .m_platform .m_platform_cnt img{
    width: 100px;
    margin: 10px 10px;
  }
  
  /* page3(user) */
  .userWrap{
    background: url('img/m_app_bg_280.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .userWrap h1{
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    /* background-color: thistle; */
  }
  .userApp_cnt ul{
    width: 270px;
    height: 500px;
    margin-top: -20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    /* background-color: wheat; */
  }
  .userApp_cnt ul li:nth-child(2){
    display: none;
  }
  .user_app.mobile{
    display: block;
  }
  .userApp_cnt ul li:first-child{
    width: 75px;
    height: 220px;
    /* background-color: violet; */
    margin-left: -25px;
    margin-right: 30px;
  }
  .userApp_cnt ul li:first-child .user_app img{
    margin-left: 25px;
    width: 75px;
  }
  .userApp_cnt ul li:nth-child(3){
    width: 120px;
    height: 220px;
    /* background-color: violet; */
    margin-left: 10px;
  }
  .userApp_cnt ul li:nth-child(3) .user_app img{
    margin-left: 15px;
  }
  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    height: 40px;
    line-height: 37px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  .userApp_cnt ul li:nth-child(3) .user_app p{
    line-height: 12px;
    padding-top: 7px;
    margin-left: 15px;
  }
  .userApp_cnt ul li:nth-child(4),
  .userApp_cnt ul li:nth-child(5){
    width: 120px;
    height: 220px;
    /* background-color: violet; */
    margin: 0;
    margin-top: 40px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: -25px;
  }
  .userApp_cnt ul li:nth-child(5){
    margin-left: 10px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p,
  .userApp_cnt ul li:nth-child(4) .user_app p{
    margin-top: 20px;
    height: 40px;
    width: 120px;
    font-size: 12px;
  }
  .userApp_cnt ul li:nth-child(4) .user_app p{
    line-height: 35px;
  }
  .userApp_cnt ul li:nth-child(5) .user_app p{
    line-height: 12px;
    word-break: break-all;
    padding-top: 10px;
  }
  .userApp_cnt ul li img{
    width: 100%;
  }
  .userApp_cnt ul li .user_app p{
    text-align: center;
    color: #217cfd;
    font-size: 16px;
    font-weight: 600;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }
  /* .userApp_cnt ul{
    width: 270px;
    height: 540px;
    margin-top: -70px;
    display: flex;
  }
  .userApp_cnt ul li{
    width: 120px;
    height: 250px;
    text-align: center;
  }
  .userApp_cnt ul li .user_app img{
    width: 100px;
    margin-top: 0;
  }
  .userApp_cnt ul li .user_app p{
    color: #217cfd;
    font-size: 13px;
    font-weight: 600;
    width: 120px;
    height: 40px;
    line-height: 35px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }

  .userApp_cnt ul li:nth-child(3){
    margin-left: -285px;
    margin-top: 280px;
  }
  .userApp_cnt ul li:nth-child(4){
    margin-left: 5px;
    margin-top: 280px;
  }

  .userApp_cnt ul li:nth-child(1){
    margin-left: -30px;
    margin-right: 5px;
  }

  .userApp_cnt ul li:first-child .user_app p,
  .userApp_cnt ul li:nth-child(2) .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p{
    margin-top: 10px;
  } 
  .userApp_cnt ul li:nth-child(2) .user_app p,
  .userApp_cnt ul li:nth-child(3) .user_app p,
  .userApp_cnt ul li:last-child .user_app p{
    line-height: 13px;
    padding-top: 7px;
    margin-top: 10px;
  } */

  /* page4(scanImg) */

  #page-4 .text{
    background: url('img/m_scan_img_280.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .scanImgText p{
    font-size: 31px;
    line-height: 45px;
    text-shadow: 1px 1px 5px rgba(35, 35, 35, 0.58);
    left: 10%;
    bottom: 8%;
  }
  
  /* page3(user) */
  .adminWrap{
    background: url('img/m_app_bg_280.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .adminWrap h1{
    display: none;
  }
  .adminWrap h1.mobile{
    display: block;
    font-size: 17px;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 50px;
  }
  .adminApp_cnt ul{
    /* background-color: wheat; */
    width: 270px;
    height: 540px;
    margin-top: -100px;
    display: flex;
    overflow: visible;
  }
  .adminApp_cnt ul li{
    width: 120px;
    height: 250px;
    /* background-color: violet; */
    text-align: center;
  }
  .adminApp_cnt ul li .admin_app img{
    width: 90px;
    margin: 0 auto;
  }
  .adminApp_cnt ul li .admin_app p{
    color: #217cfd;
    font-size: 12px;
    font-weight: 600;
    width: 120px;
    height: 40px;
    line-height: 35px;
    background-color: #fff;
    border: 1.5px solid #217cfd;
    border-radius: 10px;
    z-index: 999;
  }

  .adminApp_cnt ul li:nth-child(3){
    margin-left: -302px;
    margin-top: 270px;
  }

  .adminApp_cnt ul li:nth-child(4){
    margin-left: 0px;
    margin-top: 270px;
  }

  .adminApp_cnt ul li:nth-child(1){
    margin-left: -30px;
    margin-right: 5px;
  }
  .adminApp_cnt ul li:nth-child(2){
    margin-left: 8px;
  }

  .adminApp_cnt ul li:nth-child(2) .admin_app img{
    width: 135px;
  }

  .adminApp_cnt ul li:first-child .admin_app p,
  .adminApp_cnt ul li:nth-child(2) .admin_app p,
  .adminApp_cnt ul li:nth-child(3) .admin_app p{
    margin-top: 10px;
  } 
  .adminApp_cnt ul li:nth-child(3) .admin_app p{
    font-size: 11px;
  }
  .adminApp_cnt ul li:last-child .admin_app p{
    margin-top: 10px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p,
  .adminApp_cnt ul li:nth-child(3) .admin_app p,
  .adminApp_cnt ul li:nth-child(4) .admin_app p{
    line-height: 15px;
    padding-top: 5px;
  }
  .adminApp_cnt ul li:nth-child(2) .admin_app p{margin-top: 5px;}

  /* mainsystem */
  .mainsystemWrap{
    background: url('img/m_app_bg_280.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainsystemWrap h1{
    font-size: 18px;
    top: 60px;
  }
  .mainsystem_cnt{
    width: 220px;
    height: 150px;
    /* background-color: yellowgreen; */
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainsystem_cntimg{
    width: 220px;
    height: 120px;
    /* background-color: red; */
    margin: 0;
    margin-top: -50px;
  }
  .mainsystem_cntimg img{
    width: 220px;
  }
  .mainsystem_cnt .mainsystem_txt{
    font-size: 14px;
    margin: 0;
    width: 220px;
    height: 70px;
    line-height: 10px;
    font-weight: 500;
    margin-top: -15px;
    /* background-color: violet; */
  }
  .mainsystem_bottom::after{
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    width: 200px;
    height: 50px;
    line-height: 20px;
    padding-top: 5px;
  }
  .mainsystem_bottom .place_img{
    width: 250px;
    height: 330px;
    margin-top: 20px;
    color: #217cfd;
    background-color: #ffffffa6;
    border: 2px solid #217cfd;  
    border-radius: 15px;  
    display: flex;
    flex-direction: column;
  }
  .mainsystem_bottom .place_img .place_box{
    width: 240px;
    height: 45px;
    /* background-color: turquoise; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(1){
    margin-top: 40px;
  }
  .mainsystem_bottom .place_img .place_box:nth-child(1) p{
    margin-top: 8px;
  }
  .mainsystem_bottom .place_img .place_box img{
    width: 50px;
    height: 45px;
    filter: drop-shadow(1px 1px 2px #3c3c3c4e);

  }
  .mainsystem_bottom .place_img p{
    font-size: 15px;
    font-weight: 500;
    color: #222;
    /* background-color: tomato; */
    margin-top: 0;
    margin-left: 10px;
    width: 120px;
    height: 60px;
    line-height: 45px;
  }
  .mainsystem_bottom .place_img .place_box::after{
    content: "";
    width: 180px;
    height: 1px;
    background-color: #cae0fdb3;
    position: absolute;
    bottom: -5px;
  }
  .mainsystem_bottom .place_img .place_box:last-child:after{display: none;}
  .mainsystem_bottom .place_img .place_box:first-child p{
    /* line-height: 20px; */
    /* line-height: 10; */
    line-height: 10px;
    padding-top: 10px;
    /* padding-top: 0; */
  }
  .mainsystem_bottom .place_img .place_box:nth-child(4) p,
  .mainsystem_bottom .place_img .place_box:nth-child(5) p{
    line-height: 15px;
    padding-top: 5px;
  }

  /* page6(systemVideo) */
  .systemVideo{
    width:275px;
    height:155px;
    background: url("img/thumbnail_275.png");
  }
  .systemVideo video{
    width:275px;
    height:155px;
  }
  /*▲ -------------------------------------비디오 끝*/
  .systemTitle{
    padding:25px 0 15px 0;
  }
  .systemTitle h1{margin-bottom: 20px;}
  .systemTitle p{
    font-size:10px;
  }
  .systemTitle h1{
    font-size:18px;
  }
  
  /* jucha_partner */
  .partnerWrap{
    background-size: contain;
  }

  /* page7(contact) */
  .contactBox{
    width: 250px;
    margin-bottom: 210px;
    /* background-color: yellow; */
  }
  .btn{
    width: 250px;
    height: 35px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .btn #value{font-size: 15px;}
  .contact.mt-2 h1{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
  }
  .form-label{
    font-size: 14px;

  }

  .contactmenu .form-control{
    height: 25px;
  }
  .contactmenu:nth-child(5) .form-control{
    resize: vertical;
    height: 50px;
  }
  .contactmenu .input-group{
    margin-bottom: -10px;
    margin-top: -5px;
  }
  .contactmenu .input-group .input-group-text{
    height: 25px;
  }

  /* footer */
  footer{
    font-size: 10px;
    height: 280px;
  }
  footer .row{
    margin-left: -125px;
    width: 250px;
    height: 290px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    /* background-color: yellow; */
  }
  footer .row .footerlogo{
    width: 30px;
    height: 30px;
    /* background-color: #000; */
    margin: 0 auto;
  }
  footer .row .footerlogo img{
    width: 35px;
    margin-left: -10px;
    margin-top: -20px;
  }
  footer .row ul{
    width: 260px;
    /* background-color: red; */
    padding-left: 0;
    margin-left: -14px;
    margin-bottom: 0;
    margin-top: -15px;
  }
  .footermenu{
    width: 250px;
    height: 15px;
    /* background-color: violet; */
  }
  .footermenu .submenutext{
    display: flex;
    margin-left: -14px;
    margin-top: 0px;
    width: 250px;
  }
  .footermenu .submenutext p{
    margin-right: 5px;
    width: 85px;
    /* background-color: yellowgreen; */
  }
  .footericon{
    width: 250px;
    height: 30px;
    margin-left: -12px;
    /* background-color: turquoise; */
    margin-top: -20px;
    display: flex;
    justify-content: center;
  }
  .footericon img{
    width: 40px;
  }




}
