/* ################# section : portfolio_introduce ################# */


.portfolio_introduce{}
.portfolio_introduce-inner {
  width: 1300px;
  margin: auto;
}
.portfolio_introduce-content {
  /* height: 500px; */
  overflow: hidden;
}
.portfolio_introduce-content>div {
  width: 50%;
  /* height: 100%; */
  float: left;
}
.portfolio_introduce-content > div:first-of-type {
  padding: 0 50px;
}
.portfolio_introduce-content > div:last-of-type {
  overflow: hidden;
}
.portfolio_introduce-content > div:last-of-type img {
  width: 100%;
}
.portfolio_introduce-content>div h2 {
  font: inherit;
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 10px;
}
.portfolio_introduce-content>div h3 {
  font: inherit;
  font-size: 1.2em;
  color: #666;
  font-weight: 700;
  margin-top: 20px;
}
.portfolio_introduce-content>div p {
  font: inherit;
}
.portfolio_introduce-content>div:last-of-type {
  height: 100%;
}
.portfolio_introduce-content>div:last-of-type img{
  scale: 1.3;
}

/* ################# section : app_introduce ################# */

.app_introduce{}
.app_introduce-inner {
  width: 1300px;
  margin: auto;
}
.app_introduce-content {
  overflow: hidden;
}
.app_introduce-content > div {
  float: left;
  width: 50%;
}
.app_slider {
  text-align: center;
}
.slider-mockup {
  display: inline-block;
  position: relative;
}
.mockup-slider {
  /* border: 3px solid red; */
  position: absolute;
  width: 85%;
  height: 550px;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}

/* .app_txt {
  padding-right: 100px;
} */
.app_txt h2{
  font-family: 'kanit', sans-serif; 
  font-size: 3em;
  font-weight: 500;
}
.app_txt h2 span {
  color: #97BC62;
}
.app_txt h3 {
  font: inherit;
  color: #666;
  font-weight: 700;
  font-size: 1.4em;
  margin-top: 40px;
}
.app_txt p {
  margin-top: 30px;
  font: inherit;
}
.app_btn {
  margin-top: 60px;
  display: inline-block;
  line-height: 40px;
  width: 150px;
  text-align: center;
  font-family: 'Kanit', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
}

/* ################# section : portfolio_service ################# */

.portfolio_service{
  padding-bottom: 120px;
}
.portfolio_service-inner {
  width: 1300px;
  margin: auto;
}
.portfolio_service-content {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
}
.portfolio_service-item {
  width: 24%;
  display: inline-block;
}
.portfolio_service-item h3 {
  font: inherit;
  font-size: 1.2em;
  font-weight: 700;
}
.portfolio_service-item p {
  font: inherit;
}

/* ################# section : apply ################# */

.apply {
  padding-bottom: 120px;
  background-color: #eee;
}
.apply-inner {
  width: 1200px;
  margin: auto;
}
.wrap {
  width: 100%;
  position: relative;
  transition: 0.5s;
  height: 765px;
}
.box {
  position: absolute;
  width: 370px;
  cursor: pointer;
  overflow: hidden;
}
.box:nth-of-type(1){left: 0; top: 0;}
.box:nth-of-type(2){left: 415px; top: 0;}
.box:nth-of-type(3){right: 0; top: 0;}
.box:nth-of-type(4){left: 0; bottom: 0;}
.box:nth-of-type(5){left: 415px; bottom: 0;}
.box:nth-of-type(6){right: 0; bottom: 0;}

.box .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 12px);
  background-color: rgba(0,0,0,0.5);
  padding: 30px;
  opacity: 0; transition: 0.3s;
  text-align: center;
}
.box:hover .info {
  opacity: 1;
}
.info h3 {
  font: inherit;
  color: #97BC62;
  font-weight: 700;
  font-size: 1em;
}
.info p {
  font: inherit;
  color: #fff;
  margin: 10px 0;
}
.info span {
  font: inherit;
  color: #fff;
  font-size: 0.8em;
}



/* ################# section : history ################# */

.history {
  position: relative;
  overflow: hidden;
}
.history-inner {
  width: 768px;
  margin: auto;
}
.history-headline {
  background: url(../images/about_history.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.history-title {
  width: 768px;
  display: flex;
  padding: 50px 0 0 0;
}
.history-title>.history-txt {
  margin-top: -50px;
}
.history-title>.history-icon {
  position: relative;
}
.history-title>.history-icon:after {
  content: '';
  position: absolute;
  height: 4000px;
  width: 3px;
  background-color: #97BC62;
  opacity: 0.5;
  top: 20px;;
  left: 35%;
}
.history-title span {
  font: inherit;
  font-size: 1.2em;
  font-weight: 400;
}
.history-title h3 {
  font: inherit;
  font-size: 2.5em;
  font-weight: 700;
  margin-top: 20px;
}
.history-title p {
  font: inherit;
  font-weight: 700;
}
.history-item {
  /* width: 100%; */
  padding: 50px 0px;
  display: flex;
}
.history-icon {
  width: 10%;
}
.history-txt {
  width: 90%;
  margin-top: 7px;
}
.history-item h3 {
  font: inherit;
  font-size: 1.5em;
  font-weight: 700;
}
.history-item p {
  font: inherit;
  line-height: 3em;
  color: #666;
  margin-top: 60px;
  margin-left: 30px;
}





/* ################# responsive ################# */

@media (max-width: 768px) {
  .portfolio_introduce-inner {
    width: 100%;
  }
  .portfolio_introduce-content>div {
    width: 100%;
  }
  .portfolio_introduce-content > div:last-of-type {
    height: 400px;
    overflow: hidden;
  }
  .portfolio_introduce-content > div:last-of-type img{
    width: 100%;
    height: auto;
  }
  .portfolio_introduce-content > div:first-of-type {
    padding: 0;
  }
  .app_introduce-inner {
    width: 100%;
  }
  .app_introduce-content>div {
    float: none;
    width: 100%;
  }
  .portfolio_introduce-content>div p {
    /* font-size: 0.9em;
    line-height: 1.4em; */
  }
  .app_slider {
    margin-bottom: 30px;
  }
  .app_txt {
  }
  .app_txt h2{
    font-size: 2em;
  }
  .app_txt h3 {
    font: inherit;
    color: #666;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 20px;
  }
  .app_txt p {
    margin-top: 30px;
  }
  .app_btn {
    margin-top: 20px;
    display: inline-block;
    line-height: 40px;
    width: 150px;
    text-align: center;
    font-family: 'Kanit', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    transition: 0.3s;
  }

  .portfolio_service-inner {
    width: 100%;
  }
  .portfolio_service-content {
    display: block;
   }
  .portfolio_service-item {
    width: 45%;
    /* margin-top: 30px; */
  }

  .apply {
    /* display :none; */
  }
  .apply-inner {
    width: 100%;
  }
  .apply-content {
    display: block;
  }
  .wrap {
    margin-top: 30px;
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
  }

  .box {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .box .info {
    height: 100%;
    padding: 20px;
  }
  .pic img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .box:nth-of-type(2){left: 0px; top: 0;}
  .box:nth-of-type(5){left: 0; top: 0;}
}
