﻿/* Features block */
.features-section .container .row{
    padding-left:50px;
    padding-right:50px;
}
@media (min-width: 992px) {
    .features-section .row {
        margin-top: 90px;
    }
    .features-section .row:first-child {
        margin-top: 0px;
    }
}
@media (max-width: 991.98px) {
    .features-section .row .col-md-6 {
        margin-top: 90px;
    }
    .features-section .row:first-child col-md-6:first-child {
        margin-top: 0px;
    }
}
.features-section p,.features-section small{
    color: #495056;
}
.features-section h2 {
    font-size: 36px;
    letter-spacing: -0.12px;
    font-weight: bold;
}
.features-main{
    background-image:url('../../images/page-top-bg.png');
    background-size:cover;
    height: 675px;
}

.features-main main {
    transform: translateY(-50%);
    top: 50%;
    position: relative;
}

.features-main-section .maxst-button-white {
    width: 206px;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    border: none;
    letter-spacing: 0.2px;
}

.features-main-section__intro{
    text-align:center;
    margin-top:10px;
}
.features-main-section__intro h1{
    font-size:48px;
    color:#fff;
    margin-bottom: 16px;
    margin-top: 0;
}
.features-main-section__intro h5{
    font-size:20px;
    color:#fff;
    margin-bottom: 10px;
}
.features-main-section__intro-desc{
    line-height: 1.33;
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
}
.features-section .resent-news-list > ul li{
    list-style:none;
    padding: 10px 0 14px 0;
    border-bottom:1px solid #ededed;
}
.features-section h5 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.07px;
    line-height: 1.25;
}
.features-section p {
    font-size: 16px;
    line-height: 1.31;
    letter-spacing: -0.44px;
}
.features-section__title{
    margin-bottom:90px;
}
.features-section p{
    margin-bottom: 22px;
}
.features-section p + ul{
    margin-left:30px;
}
.features-section__desc{
    margin-bottom:40px;
}
.features-trusted-section__logos{
    text-align:center;
    margin-bottom: 25px;
}
.features-trusted-section__title{
    color:#fff;
}
.features-section .features-section__img-info {
    text-align: center;
}
.features-section__img-info .features-section__img-title {
    margin-top: 0;
    margin-bottom: 14px;
    text-align:left;
}
.features-section__img-info .features-section__img-desc{
    text-align:left;
}
.features-section-download{
    background-image:url('../../images/features_bg_img01.png');
    background-size:cover;
    height:815px;
}
.features-section__btn{
    margin-top:50px;
}
/*About MAXST AR SDK*/
.features-section .container.about-container .row {
    padding: 0;
}
.features-section .about-container .features-section__img-info {
    display: inline-block;
    width: 320px;
    vertical-align: top;
    margin: 0 34px;
    text-align: left;
}
.features-section .about-container .features-section__img-info > img{
    margin-bottom: 14px;
    width: 320px;
}
.features-section .about-container .features-section__img-info p {
    line-height: 1.31;
}
/*Inside MAXST AR SDK*/
.features-section.inside-section {
    background-repeat: no-repeat;
    background-image: url(../../images/inside-maxst-ar-sdk-bg.png);
    background-size: cover;
    background-color: #00c3b3;
}
.features-section.inside-section .inside-container .features-section__title h2 {
    color: #fff;
}
.features-section.inside-section .inside-container .maxst-button-white {
    padding: 7px 11px;
}
.features-section.inside-section .inside-container .inside-card {
    display: inline-block;
    width: 360px;
    height: 470px;
    background: #fff;
    border-radius: 4px;
    vertical-align: top;
    margin: 9px 8px;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.19);
    padding: 10px 30px 30px 30px;
}
.features-section.inside-section .inside-container .inside-card .ar-icon-default {
    margin-bottom: 5px;
}
.features-section.inside-section .inside-container .inside-card .ar-icon-gif {
    display: none;
}
.features-section.inside-section .inside-container .inside-card p {
    height: 115px;
    margin-bottom: 22px;
}
.features-section.inside-section .inside-container .inside-card .maxst-button-white-border {
    margin-top: 5px;
}
.features-section.inside-section .inside-container h3 {
    padding-bottom: 0;
}
.features-section.inside-section .inside-container .fusion-icon {
    width: 91px;
}

.features-section.inside-section .inside-container img:not(.fusion-icon) {
    width: 200px;
}
/*Which AR Tracker You Should Choose*/
.features-section__choose {
    background: #212529;
}
.features-section__choose h2 {
    color: #fff;
}
.features-section .features-section__title {
    margin-bottom: 50px;
}
/* end Features block */



/*슬라이드*/
.choose-container {box-sizing:border-box}

/* Slideshow container */
.choose-container .slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.choose-container .mySlides {
  display: none;
  text-align: center;
}

/* Next & previous buttons */
.choose-container .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    user-select: none;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 45px;
    text-align: center;
    padding-left: 0px;
    padding-right: 2px;
}

/* Position the "next button" to the right */
.choose-container .next {
    right: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 0;
    text-align: center;
    line-height: 45px;
    padding-left: 2px;
    padding-right: 0px;
}

/* On hover, add a black background color with a little bit see-through */
.choose-container .prev:hover, .next:hover {
    opacity: 0.5;
    text-decoration: none;
    color: #fff;
}

/* Caption text */
.choose-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.choose-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.choose-container .dot {
   cursor: pointer;
    height: 9px;
    width: 9px;
    margin: 0 9px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.choose-container .active, .dot:hover {
    background-color: #fff;
}

/* Fading animation */
.choose-container .slide-fade {
    -webkit-animation-name: slidefade;
    -webkit-animation-duration: 1.5s;
    animation-name: slidefade;
    animation-duration: 1.5s;
    height: 472px;
}

@-webkit-keyframes slidefade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes slidefade {
  from {opacity: .4}
  to {opacity: 1}
}
.choose-container .mySlides .image_wrapper {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
}
.choose-container .mySlides .image_wrapper img {
    width: 100%;
    cursor: pointer;
}
.choose-container .mySlides .image_description {
    display: inline-block;
    text-align: left;
    padding: 100px 0 0 0;
    width: 50%;
}

.choose-container .mySlides .image_description.text-left {
    text-align: left;
}
.choose-container .mySlides .image_description h4 {
    color: #fff;
    font-weight: 400;
    padding: 0;
    line-height: 1.25;
    letter-spacing: -0.07px;
}
.choose-container .mySlides .image_description p {
    color: #fff;
    font-size: 16px;
    padding: 14px 0 20px;
    line-height: 1.33;
    letter-spacing: -0.16px;
}
.choose-container .mySlides .choose-icon-default {

}
.choose-container .mySlides video {
    width: 100%;
}
.choose-container .mySlides .choose-icon-video {
    display: none;
    cursor: pointer;
}
.choose-container .mySlides .maxst-button-basic {
    padding: 13px 50px;
    font-size: 16px;
}