.mobile{
	display: none !important;
}
.hidden{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.m10{
    margin:10px !important;
}
.m20{
    margin:20px !important;
}
.mt20{
    margin-top:20px;
}
.mb30{
	margin-bottom:30px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.ml100{
    margin-left:100px;
}
.mr100{
    margin-right: 100px;
}
.pb0{
    padding-bottom:0 !important;
}
.pb50{
    padding-bottom:50px !important;
}
.pb100{
    padding-bottom:100px !important;
}
.pt10{
	padding-top:1px !important;
}
.pt100{
	padding-top:100px !important;
}
.sectionFirst{
    margin-top:var(--header-height);
}
.sectionSecond{
    margin-top:calc(var(--header-height) + 50px);
}
div#headerWrapper0{
    width:100%;
    min-width: var(--min-width);
    background:var(--orange-color);
    background:#efefef;
    height: calc(100px + 8px + 54px);
    position: fixed;
    top:0;
    z-index: 1000;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
}
div#headerWrapper{
    width:100%;
    min-width: var(--min-width);
    background:var(--blue-color);
    height: 100px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.35);
    border-bottom:8px solid var(--green-color);
}
div#header{
    width:100%;
    min-width: var(--min-width);
    max-width: var(--max-width);
    height: 100px;
    margin:auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding:0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#header h1{
    margin-top:18px;
    margin-left:10px;
    float: left;
    font-weight: bold;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background:url("../images/logo.svg") left center no-repeat;
    background-size:276px;
    width:276px;
    height: 27px;
}
div#header h1 a{
    width:100%;
    height: 100%;
    display: block;
}
p.scsk{
    width:89px;
    height: 25px;
    margin-top:15px;
}
p.scsk img{
    width:89px;
    height: 25px;
}
ul.nav{
    width:780px;;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top:25px;
}
ul.nav li{
    position: relative;
    /*width:calc((100% / 7) - 5px);*/
    text-align: center;
    line-height: 30px;
}
ul.nav li::after{
    content: "";
    width:0;
    height: 2px;
    background:#fff;
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav li:hover::after,
ul.nav li.active::after{
    width:100%;
    height: 2px;
    background:#fff;
    position: absolute;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    transition: all 0.2s;
}
ul.nav li a{
    display: block;
    width:100%;
    height: 100%;
    color:#fff;
}
ul.nav a:hover{
    border-bottom: none !important;
    color:#fff;
}
ul.nav li.active a{
    border-bottom: none !important;
    color:#fff;
}
ul.nav li.active::after,
ul.nav li:hover::after{
    width:100%;
    transition: all 0.2s;
}
ul.nav li.active a{
    color:#fff;
}
ul.nav li span{
    font-size:10px;
    display: inline-block;
    color:var(--blue-color);
    padding:5px 6px 3px;
    text-align: center;
    position: absolute;
    right:-20px;
    top:-20px;
    background:#fff;
    line-height: 1em;
    font-weight: bold;
    font-style: italic;
}
div.subHeaderWrapper{
    width:100%;
    min-width:var(--min-width);
    max-width: var(--max-width);
    height: 54px;
    margin:auto;
}
div.subHeader{
    width:var(--min-width);
    height: 54px;
    margin:auto;
    display: flex;
    align-items: center;
}
div.ticker{
    width:70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:16px;
}
p.tickerTitle{
    font-size:14px;
    display: inline-block;
    padding:4px 16px;
    background:var(--blue-color);
    color:#fff;
    text-align: center;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.35);
    margin-right: 15px;
    width:90px;
}
div.tickerWrapper{
    display: inline-block;
    width:calc(100% - 100px);
}
div.googleSearch{
    width:30%;
}
.gsc-control-cse {
     background-color: transparent!important; 
     border: none !important; 
}
.gsc-search-button-v2{
    border:none !important;
    background-color:var(--blue-color) !important;
}
div.top{
    width:100%;
    min-width:var(--min-width);
    margin-top:var(--header-height);
    margin-top:182px;
}
div.topWrapper {
    width:var(--min-width);
    margin:auto;
    height: 456px;
    position: relative;
    padding-top:30px;
    margin-bottom: 30px;
}
div.slides{
    width:100%;
    height: 456px ;
    position: relative;
    display: none;
    /*overflow: hidden;*/
    box-shadow: 0 0 60px rgb(0 30% 71 / 15%);
}

div.slides img{
    position: absolute;
    object-position: center center;
    width:var(--min-width);
    height: 456px;
    object-fit: cover;
    z-index: 1
}
div.slides p{
    position: absolute;
    text-align: center;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    z-index: 2;
    width:100%;
    height: 2em;
    line-height: 2em;
    font-size:min(3vw,48px);
    font-weight: bold;
    font-family: serif;
    background:rgba(255,255,255,0.35)
}
/*slick*/
button.slick-prev {
	background: url("../images/arrow_prev.svg") no-repeat;
	background-size: 30px;
	left: 10px;
}
div.presenWrapper button.slick-prev{
	left: 35px;
}
button.slick-prev:hover {
	background-image: url(../images/arrow_prev_on.svg) !important;
}
button.slick-next {
	background: url("../images/arrow_next.svg") no-repeat;
	background-size: 30px;
	right: 10px;
}
div.presenWrapper button.slick-next{
	right: 35px;
}
button.slick-next:hover {
	background-image: url(../images/arrow_next_on.svg) !important;
}
button.slick-arrow {
	text-indent: -9999px;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 1;
	border: none;
	cursor: pointer;
}
button.slick-arrow{
    top:calc(280px - 35px);
}
ul.slick-dots {
	width: 100%;
	height: 20px;
	text-align: center;
	position: absolute;
	bottom: -25px;
}
ul.slick-dots li {
	text-indent: -9999px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--blue-color);
	border-radius: 10px;
	margin: 5px;
}
li.slick-active {
	background-color: var(--green-color) !important;
}
/*end of slick*/
section.bg{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
}
section.bg::before{
    content: "";
    width:calc(100vw - 5vw);
    height: calc(100% - 150px);
    background:var(--lightblue-color);
    position: absolute;
    top:150px;
}
div.wrapper{
    width: 100%;
    min-width: var(--min-width);
    overflow: hidden;
    position: relative;
    padding-top:10px;
    padding-bottom:50px;
}
section.bg.left::before{
    left:0;
}
section.bg.right::before{
    right:0;
}
div.inner{
    width:var(--min-width);
    margin:auto;
    box-sizing: border-box;
    padding:50px;
    background-color:#fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.35);
    display: flex;
    justify-content: space-between;
    position: relative;
}
div.inner.noflex{
    display:block !important;
}
div.inner.tri_left{
    background-image:url("../images/tri_left.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: left top;
}
div.inner.tri_right{
    background-image:url("../images/tri_right.svg");
    background-size:25px;
    background-repeat: no-repeat;
    background-position: right top;
}
div.info,
div.automl{
    width:calc(50% - 30px);
}
div.info h3{
    color:var(--blue-color);
    font-size:24px;
    padding-left:80px;
    margin-bottom:30px;
    position: relative;
    font-weight: bold;
}
div.info h3::before{
    content: "";
    width:60px;
    height: 2px;
    background:var(--blue-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
div.automl{
    padding-bottom:100px;
    position: relative;
}
div.info ul{
    margin-left:60px;
}
div.info ul li{
    display: flex;
    justify-content: flex-start;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ccc;
}
div.info ul li div{
    width:120px;
    margin-right: 20px;
    font-size:12px;
}
div.info ul li span{
    display: block;
}
div.info ul li a{
    display: inline-block;
    width:calc(100% - 140px)
}
div.info ul li span.category{
    padding:2px 6px;
    border:1px solid #ccc;
    text-align: center;
    margin-top:1em;
}
div.automl h3,
div.top_product h3{
    font-size:32px;
    text-align: center;
    padding-top:220px;
    background-repeat:no-repeat;
    background-position: center top;
    background-size:180px;
    font-weight: bold;
    color:var(--blue-color);
    margin-bottom:30px;
}
div.automl h3.ai{
    background-image:url("../images/icon_ai.svg");
}
div.automl h3.automl{
    background-image:url("../images/icon_automl.svg");
}
div.top_product.ai h3{
    background-image:url("../images/icon_ai.svg");
}
div.top_product.products h3{
    background-image:url("../images/icon_products.svg");
}
div.top_product h3 + p{
    width:50%;
    margin:auto;
}
p.afterH3{
    width:90% !important;
    margin:0 auto !important;
    text-align: justify;
    line-height: 1.8em;
    box-sizing: border-box;
}
ul.afterH3{
    width:60% !important;
    margin:0 auto 10px !important;
    text-align: justify;
    line-height: 1.8em;
}
ul.afterH3 li{
    margin-bottom:20px;
    position: relative;
}
ul.afterH3 li:before{
    content: "";
    width:50px;
    height:2px;
    background:var(--blue-color);
    position:absolute;
    top:12px;
    left:-70px;
}
a.tomore{
    display: block;
    width:300px;
    height: 40px;
    line-height: 40px;
    background-color:var(--blue-color);
    background-image:
        url("../images/tomore_start.svg"),
        url("../images/tomore_end.svg");
    background-position: 
        left 10px center,
        right 10px center;
    background-repeat: no-repeat;
    background-size:
        62px,
        54px;
    text-align: center;
    color:#fff;
    border-radius: 20px;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
a.tomore:hover{
    background-color:var(--blue1-color);
    color:#fff;
}
div.top_productsWrapper{
    width:80%;
    height: auto;
    margin:auto;
    display: flex;
    justify-content: space-around;
    padding:50px 0;

}
div.top_productsWrapper div{
    width:calc(50% - 20px);
    height: auto;
}
div.top_productsWrapper div img{
    width: 100%;
    height: auto;
    margin-bottom:20px;
}
div.top_productsWrapper div p{
    text-align: center;
    font-size:20px;
    color:var(--blue-color);
    font-weight: bold;
}
div#footerWrapper {
    width:100%;
    min-width:var(--min-width);
    margin-top:200px;
    background-color:var(--blue-color);
    border-top:5px solid var(--green-color);
    padding:50px 0
}
div#footer{
    width:var(--min-width);
    text-align: center;
    margin:auto;
    color:#fff;
}
div#footer img{
    margin-bottom:20px;
}
div#footer ul{
    margin:50px auto;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: flex;
    justify-content: space-between;
    padding:30px 0;
}
div#footer ul a{
    color:#fff;
}
div#footer p.copy{
    font-size:12px;
}
p#totop{
    width:50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image:url("../images/totop.svg");
    background-size:50px;
    background-position: center top;
    position: fixed;
    right:20px;
    bottom:20px;
}
p#totop a{
    display: block;
    width:100%;
    height: 100%;
}
p#totop:hover{
    background-position: center bottom;
}
div.h2Wrapper{
    width:100%;
    min-width:var(--min-width);
    height: 120px;
    margin-top:162px;
    background-image: repeating-linear-gradient(315deg, rgba(0,0,0,0.08),transparent,rgba(0,0,0,0.02),rgba(0,0,0,0.05),rgba(0,0,0,0.01),rgba(0,0,0,0.07),rgba(0,0,0,0.05),rgba(0,0,0,0.02),rgba(0,0,0,0.04),rgba(0,0,0,0.04),rgba(0,0,0,0.02),rgba(0,0,0,0.1),rgba(0,0,0,0.07),rgba(0,0,0,0.02),rgba(0,0,0,0.07) 3px),linear-gradient(405deg, rgb(90,150,250),rgb(26,39,146));
}
div.h2Wrapper h2{
    width:var(--min-width);
    margin:auto;
    line-height: 120px;
    color:#fff;
    overflow: hidden;
    position: relative;


}
div.h2Wrapper h2 span.h2{
    font-weight: bold;
    font-size:36px;
    border-left:4px solid #fff;
    padding-left:30px;
}
div.h2Wrapper h2 span.en{
    font-size:36px;
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    font-style: italic;
    font-family: serif;
    opacity: 0.6;
}

p.pankuzu {
    width:var(--min-width);
    margin:30px auto 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
p.pankuzu span.arrow{
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent var(--blue-color);
    margin:0 20px
}
p.pankuzu span.current{
    border-bottom:2px solid var(--blue-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 701px;
}

h4.line {
    width:calc(100% - 200px);
    margin:30px auto 10px;
    font-size:20px;
    color:var(--blue-color);
    text-align: center;
    position: relative;
    height: 30px;
    font-weight: bold;
}
h4.line::before{
    content:"";
    width:100%;
    height: 2px;
    background-color:var(--blue-color);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    z-index: -0
}
h4.line span{
    padding:0 30px;
    width:300px;
    background:#fff;
    display: inline-block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
div.picture{
    width:calc(100% - 100px);
    margin:20px auto;
    text-align: center;
}
div.picture img{
    
}
h4.stripe{
    width:100%;
    height: 60px;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.06),transparent,rgba(0,0,0,0.08),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.06),rgba(0,0,0,0.04),transparent,rgba(0,0,0,0.07),rgba(0,0,0,0.06),rgba(0,0,0,0.1) 3px),linear-gradient(90deg, rgb(90,150,250),rgb(222,234,254));
    line-height: 60px;
    font-size:22px;
    text-indent: 30px;
    color:#fff;
    margin:60px 0 30px;
    position: relative;
}
h4.stripe::before{
    content:"";
    width:5px;
    height: 40px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    left:10px;
    margin:auto;
}

ol.aboutAoutMl {
    margin:30px 80px;
    box-sizing: border-box;
    padding:50px 50px 30px 80px;
    background-image: linear-gradient(145deg, rgba(22, 22, 22, 0.02) 0%, rgba(22, 22, 22, 0.02) 58%,rgba(249, 249, 249, 0.02) 58%, rgba(249, 249, 249, 0.02) 90%,rgba(197, 197, 197, 0.02) 90%, rgba(197, 197, 197, 0.02) 93%,rgba(243, 243, 243, 0.02) 93%, rgba(243, 243, 243, 0.02) 99%,rgba(107, 107, 107, 0.02) 99%, rgba(107, 107, 107, 0.02) 100%),linear-gradient(311deg, rgba(157, 157, 157, 0.02) 0%, rgba(157, 157, 157, 0.02) 2%,rgba(234, 234, 234, 0.02) 2%, rgba(234, 234, 234, 0.02) 47%,rgba(57, 57, 57, 0.02) 47%, rgba(57, 57, 57, 0.02) 84%,rgba(181, 181, 181, 0.02) 84%, rgba(181, 181, 181, 0.02) 98%,rgba(128, 128, 128, 0.02) 98%, rgba(128, 128, 128, 0.02) 100%),linear-gradient(97deg, rgba(231, 231, 231, 0.02) 0%, rgba(231, 231, 231, 0.02) 35%,rgba(53, 53, 53, 0.02) 35%, rgba(53, 53, 53, 0.02) 46%,rgba(114, 114, 114, 0.02) 46%, rgba(114, 114, 114, 0.02) 71%,rgba(55, 55, 55, 0.02) 71%, rgba(55, 55, 55, 0.02) 99%,rgba(202, 202, 202, 0.02) 99%, rgba(202, 202, 202, 0.02) 100%),linear-gradient(90deg, rgb(250, 250, 250),rgb(243, 243, 243));
}
ol.aboutAoutMl dl{
    width:100%;
    overflow: hidden;

}
ol.aboutAoutMl dt{
    font-size:20px;
    font-weight: bold;
    color:var(--blue-color);
    width:160px;
    float: left;
    padding-left:40px;
}
ol.aboutAoutMl dd{
    margin-bottom:20px;
    width:calc(100% - 200px);
    display: block;
    height: auto;
    float: right;
    text-align: justify;
}
ol.aboutAoutMl li{
    list-style: none;
    background-repeat:no-repeat;
    background-position:left top;
    background-size:30px;
}
ol.aboutAoutMl li:nth-child(1){
    background-image:url("../images/num1.svg");
}
ol.aboutAoutMl li:nth-child(2){
    background-image:url("../images/num2.svg");
}
ol.aboutAoutMl li:nth-child(3){
    background-image:url("../images/num3.svg");
}
div.logicFrame {
    box-sizing: border-box;
    margin:50px 100px;
    border:4px solid var(--lightblue-color);
    padding:50px;
    position: relative;
    border-radius: 8px;
}
div.logicFrame h5{
    font-size:20px;
    font-weight: bold;
    color:var(--blue-color);
    height: 30px;
    line-height: 30px;
    width:200px;
    background:#fff;
    position:absolute;
    text-align: center;
    left:0;
    right:0;
    top:-15px;
    margin:auto;
}
div.logicWrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div.logic{
    width:30%;
    box-sizing: border-box;
    padding:25px;
    border:4px solid var(--blue-color);
    border-radius: 8px;
    position: relative;
    min-height: 180px;
    text-align: center;
    align-items: center;
    background-repeat:no-repeat;
    background-position: center center;
    background-size:100px;
}
div.logic:nth-child(1){
    background-image:url("../images/ml01.svg");
}
div.logic:nth-child(2){
    background-image:url("../images/ml02.svg");
}
div.logic:nth-child(3){
    background-image:url("../images/ml03.svg");
}
div.logic h6{
    font-size:20px;
    font-weight: bold;
    color:var(--blue-color);
    height: 30px;
    line-height: 30px;
    width:160px;
    background:#fff;
    position:absolute;
    text-align: center;
    left:0;
    right:0;
    top:-15px;
    margin:auto;
}
div.logic p{
    position: absolute;
    width:100%;
    height: 3em;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    color:#000;
    font-size:24px;
}

div.lernWrapper {
    margin:20px 100px 100px;
    display: flex;
    justify-content: space-between;
}
div.learn{
    width:30%;
    text-align: center;
    background-color:var(--lightblue-color);
    background-repeat:no-repeat;
    background-position: top 40px center;
    background-size:100px;
    padding:180px 10px 10px
}
div.learn1 div:nth-child(1){
    background-image: url("../images/l01.svg");
}
div.learn1 div:nth-child(2){
    background-image: url("../images/l02.svg");
}
div.learn1 div:nth-child(3){
    background-image: url("../images/l03.svg");
    background-size:60px;
}
div.learn2 div:nth-child(1){
    background-image: url("../images/l04.svg");
}
div.learn2 div:nth-child(2){
    background-image: url("../images/l05.svg");
}
div.learn2 div:nth-child(3){
    background-image: url("../images/l06.svg");
}
div.learn p{
    font-size:20px;
    color:var(--blue-color);
    font-weight: bold;
}

dl.strong {
    width:640px;
    margin:50px auto;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}
dl.strong dt,
dl.strong dd{
    width:100%;
    font-size:22px;
    color:var(--blue-color);
    font-weight: bold;
    padding:40px;
    background:var(--lightblue-color);
}
dl.strong dt{
    text-align: right;
    padding:25px;
    width:calc(30% - 50px);
    float:left;
}
dl.strong dt::after{
    content: "=";
    padding-left:20px;
}
dl.strong dd{
    text-align: left;
    padding:25px 25px 25px 5px;
    width:calc(70% - 40px);
    float:right;
}





ul.subMenu{
    width:780px;
    color:#fff;
    display: flex;
    justify-content: space-around;
    margin:30px auto;
}
ul.subMenu li{
    width:220px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 45px;
    box-shadow: 0 0 8px rgba(0,0,0,0.35) inset;
    text-align: center;
    margin-right: 20px;
}
ul.subMenu li a{
    display: block;
    width:100%;
    height: 100%;
    color:var(--blue-color);
}
ul.subMenu li:hover,
ul.subMenu li.active{
    background:var(--blue-color);
    box-shadow: 0 0 8px rgba(0,0,0,0.35);
}
ul.subMenu li a:hover,
ul.subMenu li.active a{
    color:#fff;
}

div.step {
    width:1000px;
    height: 253px;
    background:url("../images/aboutautoml01.svg") no-repeat;
    background-size:1000px;
    margin:20px auto 50px;
    display: flex;
    justify-content: space-between;
    padding:0;
}
div.step2 {
    width:1000px;
    height: 327px;
    background:url("../images/aboutautoml03.svg") no-repeat;
    background-size:1000px;
    margin:20px auto 50px;
    display: flex;
    justify-content: space-between;
    padding:0;
    position: relative;
}


div.step div,
div.step2 div{
    width:170px;
    padding:15px;
}
div.step h4{
    font-weight: bold;
    text-align: left;
    padding-left:20px;
    margin:30px auto;
    position: relative;
}
div.step2 h4{
    font-weight: bold;
    text-align: left;
    padding-left:20px;
    margin:40px auto;
    position: relative;
}
div.step p{
    font-size:16px;
    margin:30px 25px;
    text-align: justify;
}
p.result{
    position: absolute;
    width:600px;
    height: 160px;
    line-height: 160px;
    font-size:24px;
    text-align: center;
    bottom:0;
    right:0;
    font-weight: bold;
    color:#fff;
    background-image: linear-gradient(90deg, rgba(6, 6, 6, 0.01) 0%, rgba(6, 6, 6, 0.01) 1%,rgba(131, 131, 131, 0.01) 1%, rgba(131, 131, 131, 0.01) 14%,rgba(250, 250, 250, 0.01) 14%, rgba(250, 250, 250, 0.01) 26%,rgba(30, 30, 30, 0.01) 26%, rgba(30, 30, 30, 0.01) 62%,rgba(117, 117, 117, 0.01) 62%, rgba(117, 117, 117, 0.01) 66%,rgba(248, 248, 248, 0.01) 66%, rgba(248, 248, 248, 0.01) 76%,rgba(39, 39, 39, 0.01) 76%, rgba(39, 39, 39, 0.01) 100%),linear-gradient(90deg, rgba(57, 57, 57, 0.06) 0%, rgba(57, 57, 57, 0.06) 4%,rgba(227, 227, 227, 0.06) 4%, rgba(227, 227, 227, 0.06) 26%,rgba(67, 67, 67, 0.06) 26%, rgba(67, 67, 67, 0.06) 27%,rgba(126, 126, 126, 0.06) 27%, rgba(126, 126, 126, 0.06) 39%,rgba(103, 103, 103, 0.06) 39%, rgba(103, 103, 103, 0.06) 72%,rgba(16, 16, 16, 0.06) 72%, rgba(16, 16, 16, 0.06) 76%,rgba(21, 21, 21, 0.06) 76%, rgba(21, 21, 21, 0.06) 88%,rgba(69, 69, 69, 0.06) 88%, rgba(69, 69, 69, 0.06) 100%),linear-gradient(90deg, rgba(156, 156, 156, 0.05) 0%, rgba(156, 156, 156, 0.05) 12%,rgba(54, 54, 54, 0.05) 12%, rgba(54, 54, 54, 0.05) 48%,rgba(169, 169, 169, 0.05) 48%, rgba(169, 169, 169, 0.05) 59%,rgba(104, 104, 104, 0.05) 59%, rgba(104, 104, 104, 0.05) 62%,rgba(165, 165, 165, 0.05) 62%, rgba(165, 165, 165, 0.05) 68%,rgba(124, 124, 124, 0.05) 68%, rgba(124, 124, 124, 0.05) 77%,rgba(189, 189, 189, 0.05) 77%, rgba(189, 189, 189, 0.05) 85%,rgba(173, 173, 173, 0.05) 85%, rgba(173, 173, 173, 0.05) 100%),linear-gradient(90deg, rgba(182, 182, 182, 0.07) 0%, rgba(182, 182, 182, 0.07) 22%,rgba(122, 122, 122, 0.07) 22%, rgba(122, 122, 122, 0.07) 28%,rgba(62, 62, 62, 0.07) 28%, rgba(62, 62, 62, 0.07) 44%,rgba(89, 89, 89, 0.07) 44%, rgba(89, 89, 89, 0.07) 61%,rgba(110, 110, 110, 0.07) 61%, rgba(110, 110, 110, 0.07) 83%,rgba(185, 185, 185, 0.07) 83%, rgba(185, 185, 185, 0.07) 86%,rgba(192, 192, 192, 0.07) 86%, rgba(192, 192, 192, 0.07) 100%),linear-gradient(90deg, rgba(8, 8, 8, 0.06) 0%, rgba(8, 8, 8, 0.06) 54%,rgba(48, 48, 48, 0.06) 54%, rgba(48, 48, 48, 0.06) 57%,rgba(245, 245, 245, 0.06) 57%, rgba(245, 245, 245, 0.06) 86%,rgba(12, 12, 12, 0.06) 86%, rgba(12, 12, 12, 0.06) 94%,rgba(225, 225, 225, 0.06) 94%, rgba(225, 225, 225, 0.06) 100%),linear-gradient(90deg, rgb(53, 169, 225) 0%,rgb(1, 145, 219) 80%,rgb(26, 221, 247) 100%);
}
div.issue {
    width:800px;
    margin:50px auto;
    box-sizing: border-box;
    padding-left:200px;
    background:url("../images/aboutautoml02.svg") left center no-repeat;
    background-size:180px;
}
dl.issue{
    width:700px;
    display: flex;
    justify-content: space-between;
    margin-bottom:25px;
    align-items: center;
    background:var(--lightblue-color)
}
dl.issue dt{
    width:150px;
    height: 80px;
    text-align: center;
    color:#fff;
    background:var(--orange-color);
    line-height: 80px;
}
dl.issue dt span{
    font-size:32px;
    padding-left:10px;
    font-style: italic;
}
dl.issue dd{
    width:550px;
    text-align: left;
    text-indent: 20px;
    font-weight: bold;
}

div.valueFrame {
    width:1000px;
    margin:50px auto;
    border:20px solid var(--lightblue-color);
    position: relative;
    border-radius: 10px;
}
div.valueFrame h4{
    width:360px;
    background:#fff;
    position: absolute;
    left:0;
    right:0;
    top:-30px;
    margin:auto;
    font-size:24px;
    text-align: center;
    color:var(--blue-color);
    font-weight: bold;
}
div.valueWrapper{
    display: flex;
    justify-content: space-around;
    margin:50px 15px 25px;
}
div.value{
    width:calc(33% - 60px);
    padding:20px;
    padding-top:150px;
    background-color:var(--lightblue-color);
    font-weight: bold;
    border-top:15px solid var(--blue-color);
    background-size:100px;
    background-repeat: no-repeat;
    background-position: center top 30px;
}
div.v1{
    background-image:url("../images/v1.svg");
}
div.v2{
    background-image:url("../images/v2.svg");
}
div.v3{
    background-image:url("../images/v3.svg");
}






div.column2{
    overflow: hidden;
}
div.main{
    width:calc(100% - 260px);
    float: right;
}
div.side{
    width:220px;
    float: left;
}
div.blogListWrapper {
    width:100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.blogListWrapper a{
    display: block;
    width:calc(33% - 20px);
    margin:0 20px 20px 0;
    height: 300px;
}
div.blogList{
    position: relative;
    width:100%;
    height: 100%;
    box-shadow: 3px 3px 6px rgba(0,0,0,0);
    transition: all 0.2s;
    overflow: hidden;
}
div.blogList:hover{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.35);
    transition: all 0.2s;
}
div.blogList img{
    position: absolute;
    width:100%;
    height: 100%;
    display: block;
    top:0;
    left:0;
    object-fit: cover;
    z-index: 1;
    transform: scale(1.05);
    transition: transform 0.2s;
}
div.blogList:hover img{
    transform: scale(1);
    transition: transform 0.2s;
}
div.blogList::before{
    content: "";
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 2;
    transition: background 0.2s;
}
div.blogList:hover::before{
    content: "";
    width:100%;
    height: 100%;
    background:rgba(0,0,0,0);
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: 2;
    transition: background 0.2s;
}
div.blogList p.date{
    position: absolute;
    z-index: 3;
}
div.blogList p.new{
    position: absolute;
    z-index: 3;
}
div.blogList p.date{
    font-size:14px;
    width:100px;
    text-align: center;
    height: 21px;
    background:var(--blue-color);
    color:#fff;
    position: absolute;
    top:10px;
    left:10px;
}
div.blogList p.new{
    width:50px;
    height: 21px;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    background-color:#A90F11;
    position: absolute;
    top:10px;
    right:10px;
}
div.blogList p.title{
    /*display: flex;*/
    align-items: center;
    position: absolute;
    z-index: 3;
    width:100%;
    height: 80px;
    padding:10px;
    box-sizing: border-box;
    background:rgba(255,255,255,0.7);
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    font-size:    16px;
    transition:background 0.2s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
div.blogList:hover p.title{
    background:rgba(255,255,255,1);
    transition:background 0.2s;
}
div.movieList{
    width:250px;
    position: relative;
    padding:5px;
    background:var(--lightblue-color);
    height: 100%;
}
div.movieList p.date{
    position: absolute;
    font-size:14px;
    color:#fff;
    background:var(--blue-color);
    line-height: 1.5em;
    width:120px;
    text-align: center;
    bottom:5px;
    left:5px;
}
div.movieList p.new{
    position: absolute;
    font-size:14px;
    color:#fff;
    background:var(--red-color);
    line-height: 1.5em;
    width:80px;
    text-align: center;
    bottom:5px;
    right:5px;
}
div.movieList p.title{
    color:var(--blue-color);
    padding:10px;
    font-size:16px;
    text-align: justify;
}
div.movieList img{
    width:250px;
    height: auto;
}
div.side h3{
    font-weight: bold;
    color:var(--blue-color);
    border-bottom:2px solid var(--blue-color);
    margin-bottom: 20px;
}
div.side ul{
    font-size:16px;
    margin-bottom: 50px;
}
div.side ul li{
    padding-left:16px;
    position: relative;
    margin-bottom:0.5em;
}
div.side ul li::before{
    content: "";
    width:8px;
    height: 8px;
    border-radius: 4px;
    background:var(--blue-color);
    position: absolute;
    left:0;
    top:0.4em;
}
div.page {
	width: calc(100% - 10px);
	padding: 5px;
	text-align: center;
	margin: 50px auto 0;
	display: flex;
	overflow: hidden;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
    font-family: proxima-nova,proxima nova,open sans,Arial,Helvetica,sans-serif;
}
div.page span.current_page {
	background: var(--blue-color);
	padding: 1px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    color:#fff;
}
div.page a,
a.link_next,
a.link_before{
	display: block;
	background: #CCC;
	padding: 1px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
a.link_next {
    padding-left:10px !important;
    padding-right: 10px !important;
    margin-left:4px;
}
a.link_before {
    padding-left:10px !important;
    padding-right: 10px !important;
    margin-right:4px;
}
div.page span:last-child{
}
div.page a:hover {
	background: var(--blue-color);
	color: #fff;
}
h3.stripe{
    width:100%;
    height: 60px;
    background-image: repeating-linear-gradient(45deg, rgba(0,0,0,0.06),transparent,rgba(0,0,0,0.08),rgba(0,0,0,0.1),rgba(0,0,0,0.1),rgba(0,0,0,0.06),rgba(0,0,0,0.04),transparent,rgba(0,0,0,0.07),rgba(0,0,0,0.06),rgba(0,0,0,0.1) 3px),linear-gradient(90deg, rgb(26,39,146),rgb(90,150,250));
    line-height: 60px;
    font-size:22px;
    text-indent: 30px;
    color:#fff;
    margin:0 0 50px;
}

h3.blogTitle {
    font-size:32px;
    color:var(--blue-color);
    border-bottom:2px solid var(--blue-color);
    margin-bottom:10px;
}
div.entryInfo2 {
    width:calc(100% - 20px);
    overflow: hidden;
    margin-bottom:30px;
    padding:10px;
    font-size:16px;

}
div.entryInfo2Category{
    width:calc(100% - 120px);
    float: right;
}
div.entryInfo2Category a{
    display: inline-block;
    padding:5px 10px;
    margin-right: 5px;
    margin-bottom:5px;
    background:var(--lightblue-color);
    border-radius: 4px;
    color:var(--blue-color);
}
div.entryInfo2Category a:hover{
    background:var(--blue-color);
    color:var(--lightblue-color);
}
time.entryInfo2Date{
    width:100px;
    height: 80px;
    border-radius: 10px;
    background:#efefef;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-weight: bold;
}
time.entryInfo2Date p.year{
    line-height: 30px;
    height: 30px;
    background:#666;
    color:#fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
time.entryInfo2Date p.month{
    width:45px;
    float: left;
    line-height: 50px;
    font-size:22px;
    margin-left:5px;
    
}
time.entryInfo2Date p.date{
    width:45px;
    float: right;
    line-height: 50px;
    font-size:22px;
    margin-right: 5px;
}
time.entryInfo2Date span{
    font-size:12px;
    font-weight: normal;
}
div.entryBody img{
    max-width:100%;
    height: auto;
    margin:15px auto;
}
div.entryBody h1{
    font-size:28px;
    margin:20px 0;
    font-weight: bold;
}
div.entryBody h2{
    font-size:24px;
    margin:16px 0;
    font-weight: bold;
}
div.entryBody h3{
    font-size:20px;
    margin:12px 0;
    font-weight: bold;
    border-bottom:1px solid var(--blue-color);
    color:var(--blue-color);
}
div.entryBody h4{
    font-size:20px;
    margin:12px 0;
    font-weight: bold;
}
div.entryBody ul,
div.entryBody ol{
    margin:10px 10px 10px 40px;
    font-size:16px;
}
div.entryBody ul li{
    list-style: disc;
}
div.entryBody p{
    font-size:16px;
    margin-bottom:1em;
    margin-left:10px;
}
div.entryBody table{
    width:100%;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}
div.entryBody table td{
    padding:10px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
}
div.prevnext{
	clear: both;
	margin:30px auto;
	padding-top:15px;
	border-top:1px solid var(--blue-color);
	overflow: hidden;
}
div.prevnext div{
	width:calc(45% - 15px);
	background-repeat: no-repeat;
	background-size:10px;
}
div.prevnext a{
    color:var(--blue-color) !important;
}
div.prevnext a:hover{
}
div.prev{
	padding-left:15px;
	background-image:url("../images/arrow_prev_on.svg");
	background-position: left top 0.4em;
	float: left;
}
div.next{
	padding-right:15px;
	background-image:url("../images/arrow_next_on.svg");
	background-position: right top 0.4em;
	text-align: right;
	float: right;
}
div.newsListWrapper {
    
}
div.newsList{
    margin-bottom:20px;
    margin-left:50px;
    border-left:4px solid var(--lightblue-color);
    padding-left:20px;
}
div.newsList p.date{
    font-size:14px;
    background:var(--lightblue-color);
    width:100px;
    text-align: center;
    margin-bottom:10px;
}
div.newsList span{
    background:var(--blue-color);
    font-size:12px;
    padding:2px 5px;
    color:#fff;
    font-style: italic;
}
div.caseStudy {
    padding:20px;
    box-sizing: border-box;
    background:#efefef;
    overflow: hidden;
    margin-bottom:20px;
    position: relative;
}
div.caseStudy img{
    width:220px;
    height: 220px;
    object-fit: cover;
    display: block;
    float: left;
}
div.caseStudy p.new{
    width:50px;
    height: 21px;
    font-size:13px;
    font-weight: bold;
    text-align: center;
    color:#fff;
    background-color:#A90F11;
    position: absolute;
    top:10px;
    right:10px;
}
div.caseStudy div.right{
    width:calc(100% - 260px);
    float: right;
}
div.caseStudy h3{
    font-size:24px;
    border-bottom:2px solid var(--blue-color);
    margin-bottom:20px;
}

div.download {
    padding:20px 20px 30px;
    background:#efefef;
    overflow: hidden;
    margin-bottom:20px;
}
div.download div.right{
    width:calc(100% - 380px);
    float: right;
}
div.download div.right h3{
    font-size:24px;
    border-bottom:2px solid var(--blue-color);
    margin-bottom:20px;
}
div.card {
    width:340px;
    height: 200px;
    cursor: pointer;
    position: relative;
    --offset-multiplier: 4px;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    --translate: 0;
    -webkit-transform: translate(var(--translate), var(--translate));
    transform: translate(var(--translate), var(--translate));
    float: left;
}
div.card img{
    width:320px;
    height: 180px;
    object-fit: cover;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: auto;
}
div.card:hover {
    --offset-multiplier: 6px;
}
div.card:hover {
    --translate: calc(-1px * (var(--cards) - 1));
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

div.card div.child {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px -4px 8px rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    -webkit-transition: inherit;
    transition: inherit;
    --translate: calc(var(--offset) * var(--offset-multiplier));
    -webkit-transform: translate(var(--translate), var(--translate));
    transform: translate(var(--translate), var(--translate));
    z-index: 5;
}
div.card div.child:nth-child(1) {
    --offset: 0;
    z-index: 4;
}
div.card div.child:nth-child(2) {
    --offset: 1;
    z-index: 3;
}
div.card div.child:nth-child(3) {
    --offset: 2;
    z-index: 2;
}
div.card div.child:nth-child(4) {
    --offset: 3;
    z-index: 1;
}
div.card div.child:nth-child(5) {
    --offset: 4;
    z-index: 0;
}
div.card p.newMark{
    display: block;
    width:50px;
    height: 19px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background:url("../images/icon_new.svg") no-repeat;
    background-size:50px;
    position: absolute;
    top:20px;
    right:20px;
    z-index: 10;
}
div.card h3{
    position: absolute;
    z-index: 12;
    left:0;
    right:0;
    bottom:10px;
    padding:10px;
    padding-bottom:25px;
    width:270px;
    height: 2.5em;
    margin:auto;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap;*/
    background:#00cddc;
    color:#fff;
}
h5.scsk {
    font-size:32px;
    text-align: center;
    color:var(--blue-color);
    margin-top:100px;
    margin-bottom:20px;
    border-bottom:5px solid var(--lightblue-color);
    font-weight: bold;
}
h5.scsk > span{
    display: block;
    font-size:24px;
    width:100px;
    height: 100px;
    border-radius: 50px;
    margin:auto auto 20px;
    background:var(--blue-color);
    text-align: center;
    line-height: 100px;
    color:#fff;
}
h5.scsk + p{
    padding:160px 40px 20px;
    /*background-color:var(--lightblue-color);*/
    background-color:#9F9FEF;
    background-repeat:no-repeat;
    background-position: center top 30px;
    background-size:100px;
    color:#fff;
    font-size:20px;
}
p.scsk01{
    background-image:url("../images/scsk01.svg") !important;
}
p.scsk02{
    background-image:url("../images/scsk02.svg") !important;
}
p.scsk03{
    background-image:url("../images/scsk03.svg") !important;
}
p.scsk04{
    background-image:url("../images/scsk04.svg") !important;
}



div.movieEntry {
    width:100%;
    height: 480px;
}

h2.product {
    width:600px;
    height: 100px;
    margin:50px auto;
    background-position:  center center;
    background-repeat:no-repeat;
    background-size:600px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}
h2.product.amateras{
    background-image:url("../images/AnyData.svg");
    background-size:auto 53px;
}
h2.product.h2o{
    background-image:url("../images/H2O_Logo.png");
    width:400px;
    height: 400px;
    background-size:400px;
}
p.amateras{
    color:var(--blue-color);
    font-size:24px;
    margin-bottom:50px;
}
h3.products{
    background-repeat: no-repeat;
    background-position: center top;
    background-size:120px !important;
    padding-top:140px !important;
}
h3.products.feature{
    background-image:url("../images/icon_ama1.svg") !important;
}
h3.products.step123{
    background-image:url("../images/icon_ama2.svg") !important;
}
h3.products.overview{
    background-image:url("../images/icon_h2o1.svg") !important;
}
h4.products{
    text-align: center;
    font-size:20px;
    border-bottom:4px solid var(--lightblue-color);
    margin-bottom:30px;
    font-weight: bold;
}
div.feature{
    display: flex;
    justify-content: space-between;
}
dl.feature{
    width:calc(33% - 20px);
    
}
dl.feature dt{
    height: 50px;
    background:var(--blue-color);
    line-height: 50px;
    text-align: center;
    color:#fff;
    position: relative;
}
dl.feature dt::after{
    content: "";
    width:50px;
    height: 50px;
    background:url("../images/icon_downArrow.svg") center center no-repeat;
    background-size:35px;
    position: absolute;
    left:0;
    right:0;
    bottom:-60px;
    margin: auto;
}
dl.feature dd{
    font-size:24px;
    text-align: center;
    color:var(--blue-color);
    padding-top:60px;
    background:#efefef;
    padding-bottom:20px;
    margin-bottom:30px;
}

dl.step {
    width:100%;
    display: flex;
    justify-content: space-between;
}
dl.step div{
    width:calc(33% - 20px);
    background:#efefef;
    position: relative;
}
dl.step div:nth-child(1)::after,
dl.step div:nth-child(2)::after{
    content: "";
    width:20px;
    height: 20px;
    background:url("../images/icon_rightArrow.svg") center center no-repeat;
    background-size:20px;
    position: absolute;
    top:0;
    bottom:0;
    right:-30px;
    margin:auto;
}
dl.step dt{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:20px;
    font-weight: bold;
    background:var(--blue-color);
    color:var(--lightblue-color);
}
dl.step dd{
    padding:20px;
    color:var(--blue-color);
}
a.toOtherPage{
    width:500px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color:var(--red-color);
    color:#fff;
    margin:50px auto;
    display: block;
}
a.toOtherPage:hover{
    background-color:var(--blue-color);
}
ul.yellow{
    width:700px;
    margin:50px auto;
    font-size:20px;
    font-weight: bold;
}
ul.yellow li{
    background:var(--yellow-color);
    line-height: 3em;
    margin-bottom:20px;
    position: relative;
    text-align: center;
    text-indent: 0 !important;
}
ul.yellow li::before{
    content:"";
    width:18px;
    height: 18px;
    border-radius: 9px;
    background:#000;
    position: absolute;
    top:0;
    bottom:0;
    left:15px;
    margin:auto;
}
ul.yellow li::after{
    content:"";
    width:18px;
    height: 18px;
    border-radius: 9px;
    background:#000;
    position: absolute;
    top:0;
    bottom:0;
    right:15px;
    margin:auto;
}
ul.blue{
    width:700px;
    margin:50px auto;
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
ul.blue li{
    background:var(--blue-color);
    line-height: 3em;
    margin-bottom:20px;
    position: relative;
    color: #fff;
    text-indent: 0 !important;
}
ul.blue li::before{
    content:"";
    width:18px;
    height: 18px;
    border-radius: 9px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    left:15px;
    margin:auto;
}
ul.blue li::after{
    content:"";
    width:18px;
    height: 18px;
    border-radius: 9px;
    background:#fff;
    position: absolute;
    top:0;
    bottom:0;
    right:15px;
    margin:auto;
}
ol.flow {
    width:960px;
    margin:50px auto;
    height: 70px;
    background:url("../images/flowBg.svg") no-repeat;
    background-size:cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
ol.flow li{
    list-style: none;
    width:calc(960px / 5);
    text-align: center;
    font-size:16px;
    font-weight: bold;
}
ol.flow2 {
    width:997px;
    margin:50px auto;
    height: 50px;
    padding-top:221px;
    background:url("../images/flowBg2.svg") no-repeat;
    background-size:997px;
    position: relative;
    align-items:center;
}
ol.flow2 li{
    list-style: none;
    font-size:16px;
    font-weight: bold;
    position: absolute;
    top:251px;
}
ol.flow2 li:nth-child(1){
    left:0;
    top:275px;
}
ol.flow2 li:nth-child(2){
    left:280px;
    top:275px;
}
ol.flow2 li:nth-child(3){
    top:205px;
    left:400px;
}
ol.flow2 li:nth-child(4){
    top:205px;
    left:600px;
}
ol.flow2 li:nth-child(5){
    top:205px;
    left:740px;
}
ol.flow2 li:nth-child(6){
    top:205px;
    left:870px;
}
ol.flow2 li:nth-child(7){
    top:65px;
    left:450px;
}
ol.flow2 li:nth-child(8){
    top:65px;
    left:520px;
}
ol.flow2 li:nth-child(9){
    font-size:20px;
    top:9px;
    left:580px;
}
p#inquiry {
    background-image:url("../images/inquiryBg.png");
    background-repeat: no-repeat;
    background-position: left center;
    width:183px;
    height: 180px;
    position: fixed;
    right:0;
    top:calc(50vh - 90px);
    text-align: center;
    font-size:12px;
    font-weight: bold;
    z-index: 10;
}
span.inquiry{
    display: inline-block;
    margin-top:83px;
    margin-left:20px;
}
p#inquiry:hover{
    background-position: right center;
}
p#inquiry a{
    display: block;
    width:100%;
    height: 100%;
    color:#000;
}
p#inquiry span.arrow::after{
    content: "";
    display: inline-block;
    width: 17px;
    height: 14px;
    margin-bottom: -2px;
    background-image:url("../images/arrow-right.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size:cover;
    /*background: url(../images/arrow-right.png) 100% 0/cover no-repeat;*/
}

div.productWrapper {
    width:100%;
    border:1px solid #ccc;
    border-radius: 4px;
}

div.pic_scsk {
    width:90%;
    margin:auto;
    margin-top:-10px;
    padding:20px 0;
    /*background-color:var(--lightblue-color);*/
    background-color:#9F9FEF;
    background-repeat:no-repeat;
    background-position: center top 30px;
    background-size:100px;
    color:#fff;
    font-size:20px;
    position: relative;
}
div.pic_scsk img{
    width:100%;
    height: auto;
}
div.pic_scsk a{
    display: block;
    position: absolute;
}


.scskFlow {
    margin:0 20px;
    padding-bottom: 0px;
}
div.scskFlow ol{
    position: relative;
    height: 390px;
    padding-bottom: 60px
}
div.scskFlow dl{
    position: relative;
    height: 320px;
}
div.scskFlow dl dd{
    background:#fff;
    height: calc(390px - 70px -  70px);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden;
}
div.scskFlow dl dd > a{
    width:calc(100% - 18px);
    height: 85px;
    /*text-align: center;*/
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: absolute;
    background:url("../images/icon_link.svg") right 10px top 10px no-repeat;
    background-size: 18px;
    margin:5px;
    border-radius: 8px;
}
div.scskFlow dl dd > a img{
    width:80%;
    object-position:center
    
}
li.flow2 dl dd > a img{
    width:60%;
}
li.flow4 dl dd > a img{
    width:85%;
}
div.scskFlow dl dd > a:hover{
    background-color:#E8E9F4;
}
div.scskFlow ol > li{
    width:22%;
    list-style: none;
    box-sizing: border-box;
    background-color:var(--blue-color);
    border-radius: 8px;
    box-shadow: 3px 3px 9px rgba(0,0,0,0.35);
    position: absolute;
    top:0;
}
div.scskFlow ol > li:nth-child(1)::after,
div.scskFlow ol > li:nth-child(3)::after{
    content: "";
    background:url("../images/flow_arrow2.svg") no-repeat;
    background-size:45px;
    position: absolute;
    width:45px;
    height: 30px;
    top:180px;
    right:-25px;
    margin:auto;
}
div.scskFlow ol > li.flow1{
    left:0;
    z-index: 4
}
div.scskFlow ol > li.flow2{
    left:calc(22% + 10px);
    z-index: 3;
}
div.scskFlow ol > li.flow3{
    right:calc(22% + 10px);
    z-index: 2
}
div.scskFlow ol > li.flow4{
    right:0;
    z-index: 1
}
div.scskFlow ol li dl{
    padding:4px;
}
div.scskFlow ol li dl dt{
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
}

ul.flow1 {
    font-size:20px;
    color:#000;
    font-weight: bold;
    padding:55px 30px 0;
}
ul.flow1 li{
    line-height: 50px;
    padding-left:60px;
    background-position: left center;
    background-repeat: no-repeat;
}
ul.flow1 li:first-child{
    background-image:url("../images/flow1.svg");
    margin-bottom:30px;
}
ul.flow1 li:last-child{
    background-image:url("../images/flow2.svg");
}


p.flow2,
p.flow3,
p.flow4{
    text-align: center;
    font-size:14px;
    padding-bottom:95px;
    color:#000;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top:90px
}
p.flow2{
    background-image:url("../images/flow3.jpg");
    background-size:65%;
}
p.flow3{
    background-image:url("../images/flow4.jpg");
}
p.flow4{
    background-image:url("../images/flow5.svg");
}


div.flow2-3 {
    width:120px;
    height: 80px;
    position: absolute;
    font-size:14px;
    text-align: center;
    top:calc(50% - 26px);
    right:-105px;
}
div.flow2-3 p{
    padding-top:20px;
    background:url("../images/flow_arrow1.svg") center top no-repeat;
    background-size:120px;
}

div.flow_automl {
    position: absolute;
    background:var(--blue-color);
    padding:10px;
    width:410px;
    /*height: 60px;*/
    display: flex;
    justify-content: space-around;
    left:-115px;
    bottom:-160px;
}
div.flow_automl p{
    text-align: center;
    font-size:14px;
    font-weight: bold;
    margin-top:8px;
}
div.flow_automl a{
    position:relative !important;
    background-size:15px;
    display: block;
}
div.flow_automl img{
    position: relative;
    display: block;
    width:196px;
    height: 59px;
}
div.flow_automl a::before{
    content: "";
    background-image: url("../images/icon_link.svg");
    background-repeat:no-repeat;
    width:15px;
    height: 15px;
    background-size:15px;
    position: absolute;
    top:5px;
    right:5px;
    z-index: 10;
}
div.flow_automl::before{
    content: "";
    background:url("../images/flow_arrow3.svg");
    width:61px;
    height: 60px;
    background-size:61px;
    position: absolute;
    left:190px;
    top:-55px;
}
div.flow_automl img:hover{
    opacity: 0.8;
}

p.linkdesc {
    background:url("../images/icon_link.svg") left center no-repeat;
    background-size:20px;
    padding-left:30px;
    margin-top:80px;
}
div#rings{
    width:100%;
    height: 100%;
    position: relative;
}
div#rings img{
    width:1180px;
    height: 456px;
    position: absolute;
    top:0;
    left:0;
}
div.entryBody pre{
    padding: 20px;
    background: #efefef;
    margin: 10px;
    word-wrap: keep-all;
    font-family: monospace;
    overflow-x: auto;
    white-space: pre;
}