﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom_list_text {
    -webkit-appearance: none;
    outline: 0;
    border: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px;
    background-color: #EFEFEF;
}

.top {
    background-color: #E0F0EC;
    padding: 80px;
}

.middle {
    background-color: #2FA999;
    padding: 20px;
}

.logo {
    margin-bottom: 16px;
    font-size: 20px;
}

.text-red {
    color: #E60012;
}

.pointContainer {
    max-width: 1200px;
    margin: 0px auto;
    text-align: center;
}

.pointsAll {
    overflow: auto;
    margin: 24px 0px;
}

.pointStatementLeft {
    width: 100%;
    text-align: right;
    padding: 20px;
    font-size: 16px;
}

.pointStatementRight {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 16px;
}

.pointImage {
    margin-left: 24px;
    margin-top: 20px;
}

.pointDetail {
    display: inline-flex;
    margin: 4px;
}

#psl01:after, #psl02:after, #psl03:after, #psl04:after {
    content: url(blackCarrot.png);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(180deg);
    margin-top: -50px;
    margin-left: 20px;
    display: none;
}


#psl05:after, #psl06:after, #psl07:after {
    content: url(blackCarrot.png);
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #fff transparent transparent;
    margin-top: -70px;
    margin-left: -30px;
    display: none;
}


.pointStatementTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.pointStatementContent {
    color: #E0F0EC;
}

.pointDetail05 {
    margin-top: 120px;
}

.middleTitle {
    font-size: 30px;
    margin-bottom: 12px;
    color: #ffffff;
	text-align: center;
}

.middleDetail {
    display: flex;
    justify-content:center;
    width: 80%;
    margin: 0px auto;
}

.middleContainer {
    background-image: url('/img/products/bs/i40bs/big_data.svg');
    background-repeat: no-repeat;
    background-position: bottom right 0px;
}

.middleStatement {
    text-align: left;
}

.middleContent {
    background-color: #E0F0EC;
    padding: 10px 20px;
    margin: 12px;
    font-size: 18px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

    .middleContent span {
        color: #2FA999;
    }

    .middleContent:hover {
        background-color: #FFFFFF;
    }

.buttom {
    padding: 50px;
    background-color: #ffffff;
}

.buttomDetail {
    max-width: 800px;
    margin: 0px auto;
    text-align: left;
}

.buttomTitle {
    font-size: 32px;
    font-weight: bold;
}

.buttomDetail > .row > .col-6 > span, .buttomDetail > .row > .col-12 > span {
    /*color: #E60012;*/
}

.buttomDetail > .row > .col-6 > input[type=text], .buttomDetail > .row > .col-12 > input[type=text] {
    border: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px;
    width: 100%;
    background-color: #EFEFEF;
}

.donebuttomDetail {
    padding: 100px;
}

.bottom_list > div {
    margin: 10px;
    display: flex;
    align-items: center;
}

.bottom_list > blockquote span input[type=radio], input[type=checkbox] {
    width: 17px;
    height: 17px;
}

.bottom_list > blockquote span input[type=text], .bottom_list > div textarea {
    border: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px;
    width: 100%;
    background-color: #EFEFEF;
}

.privacy_link {
    text-decoration: underline;
    color: #009942;
}

.green_button_autowidth {
    padding: 10px 40px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    background-color: #009944;
    width: auto;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    white-space: normal;
}

    .green_button_autowidth:hover {
        background-color: #E60012;
        cursor: pointer;
    }

/*    swiper Slider      */
.pointSlider {
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: auto;
    /*background: #000;*/
}

.swiper-slide {
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.parallax-bg {
    position: relative;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
    font-weight: bold;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.pointsAll {
    /*display: block;*/
}

.pointSlider {
    display: none;
}

@media only screen and (max-width: 768px) {
    .pointsAll {
        display: none;
    }

    .pointSlider {
        display: block;
    }

    .pointContainer h1 {
        font-size:1.2rem;
    }

    .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: auto!important;
    }

    .swiper-button-next, .swiper-button-prev{
        top: 30%!important;
    }
}


@media only screen and (max-width: 540px) {
    .col-6 {
        width: 100%;
    }

    .top {
        padding: 30px 20px;
    }

    .pointDetail {
        /*display: inline-block;*/
    }

    .pointDetail05 {
        margin-top: 0px;
    }

    .pointStatementLeft, .pointStatementRight {
        width: 80%;
        text-align: left;
        background-color: #FFFFFF;
    }

        .pointStatementLeft > div {
            text-align: left;
        }

        .pointStatementLeft:after {
            display: none;
        }

        .pointStatementRight:after {
            display: none;
        }

    .pointStatementContent {
        color: black;
    }

    .donebuttomDetail {
        padding: 50px 10px;
    }

    .middleDetail {
        display: block;
        width: 100%;
		text-align: center;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 40% !important;
    }
}

@media only screen and (max-width: 375px) {

    .pointDetail {
        /*display: inline-block;*/
    }

    .pointDetail05 {
        margin-top: 0px;
    }

    .pointStatementLeft, .pointStatementRight {
        width: 80%;
        text-align: left;
        background-color: #FFFFFF;
    }

        .pointStatementLeft > div {
            text-align: left;
        }

        .pointStatementLeft:after {
            margin-top: -150px;
            margin-left: 183px;
        }

        .pointStatementRight:after {
            margin-top: -120px;
        }

    .pointStatementContent {
        color: black;
    }

    .donebuttomDetail {
        padding: 50px 10px;
    }

    .middleDetail {
        display: block;
        width: 100%;
    }
}
