/* reset */
.square {
    background: #fff!important;
}
#iotstory {
    padding: 40px 0px;
}

/* sub uniq */
.submv {
    background: url(/library/iot/lib/cmn_img/chapter3/mv.jpg) no-repeat;
    box-sizing: border-box;
    padding: 26px 0px;
    background-position: 50% 50%;
    background-size: cover;
}
/* sec02 */
.boxbg {
    background: url(/library/iot/lib/cmn_img/chapter3/bg.jpg) no-repeat;
    box-sizing: border-box;
    background-size: auto;
    padding: 60px 0px 20px;
}
.wr {margin-bottom: 3%;}
.wtit { 
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
 background: #21cdcb;
 color: #fff;
 text-align: center;
}
.wtxt {
  font-size: 15px;
  line-height: 2em;
}
.wcolor01{background: #21bed3!important}
.wcolor02{background: #21a4db!important}

.flowbox{
  margin: 30px 0px 60px;
}

.gline{border: 2px solid #21cdcb;}
/* boxtype 1 */
.fltLbox03{ 
    float: left;
    width: 40%;
    margin-right: 2%;
}
.fltLbox03 img {
    width: 100%;
}
.fltRbox03{
    float: left;
    width: 58%;
    text-align: left;
}


/* clock */
.digit {
    margin-bottom: 20px;
}
.digit div {
    color: #ffffff;
    padding: 5px;
    background-color: black;
    border-radius: 3px;
    margin: 0 0 0 1px;
    display: inline-block;
    font-size: 25px;
}
.time_devide {
    font-size: 35px;
}


/* boxtype 2 */
.fltRbox04{ 
    float: left;
    width: 40%;
}
.fltRbox04 img {
    width: 100%;
}
.fltLbox04{
    float: left;
    width: 58%;
    margin-right: 2%;
    text-align: left;
}
.bmtxt {
    font-size: 12px!important;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background: #21cdcb;
    padding: 5px 10px;
   /*  letter-spacing: 0.05em;*/
    line-height: 1.7em!important;
}

.boxk {
    background-color: #2db1b5;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    padding: 20px;
}

.storylist {
    margin-top: 50px;
}


@media screen and (max-width: 800px) {  
 .text02 {
    font-size: 3.5rem!important;
}
.box h2.subtitle {
    font-size: 19px;
}
.fltLbox03,.fltRbox03,.fltLbox04,.fltRbox04 {
    width: 100%;
}
.digit {
    margin-top: 20px;
}

}


