.irregular {
    position: relative;
    width: 100%;
    height: auto;
}

.irregular02 {
    display: block;
    width: 100%;
    margin-top: 10%;
}

.irregular02 .text {
    width: 50%;
    padding-left: 15%;
    line-height: 30px;
    letter-spacing: 2px;
	text-transform:lowercase;
}

.irregular02 img {
    display: block;
    margin-top: 5%;
    width: 60%;
    float: right;
}

.irregular03 {
    margin-top: 10%;
}

.irregular03 .text {
    display: block;
    float: right;
    width: 35%;
    margin-right: 10%;
    padding-top: 15%;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
	text-transform:lowercase;
}

.irregular03 > img {
    display: block;
    float: left;
    width: 35%;
    margin-left: 10%;
}

.irregular04 {
    display: block;
    width: 100%;
    margin-top: 10%;
}

.irregular04 .text {
    display: block;
    float: left;
    width: 35%;
    margin-left: 10%;
    padding-top: 15%;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
	text-transform:lowercase;
}

.irregular04 > img {
    display: block;
    float: right;
    width: 35%;

}

.irregular06 {
    display: block;
    margin-top: 10%;
}

.irregular06 > img {
    display: block;
    width: 60%;

}

.irregular05 {
    display: block;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-left: 35%;
}

.irregular05 .text {
    margin-top: 10%;
    padding-right: 15%;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
	text-transform:lowercase;
}

.irregular05 > img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.irregular02:after, .irregular03:after, .irregular04:after, .irregular05:after {
    display: block;
    clear: both;
    content: '';
}

#irregular01, #irregular02, #irregular03, #irregular04, #irregular05, #irregular06, #irregular07, #irregular08 {
    position: relative;
    top: 1000px;
    opacity: 0;
    transition: all 3s;
}

.view {
    position: absolute;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}

.view-pos1 {
    top: 75%;
    right: 20%;
}

.view-pos2 {
    top: 75%;
    left: 20%;
}

.view-pos3 {
    top: 65%;
    left: calc(50% - 75px);
}

.group-text-03 {
    padding: 5% 10%;

    letter-spacing: 1px;
    font-size: 14px;
    line-height: 30px;

}

.group-panel-03 {
    width: 100%;
    height: auto;
}

.group-panel-03:after {
    display: block;
    clear: both;
    content: '';
}

.group-panel-03 .text {
    width: 40%;
    padding-top: 10%;
    float: left;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}

.group-panel-03 img {
    width: 50%;
    float: right;

}

.text-panel > .right.stock-code {
    padding-top: 0;
}

.text-panel > .right.stock-code h2 {
    font-size: 18px;
    line-height: 40px;
}

.text-panel > .right.stock-code .roll {
    margin-bottom: 50px;
    overflow: hidden;
    height: 150px;
    font-size: 90px;
    color: #e5493c;
    line-height: 150px;
}
@media screen and (max-width: 992px) {

    .group-text-03{
        margin-top: -15px;
        padding: 0 15px;
        line-height: 25px;
        font-size: 12px;
    }
    .group-panel-03{
        position: relative;
        margin-top: -15px;
    }
    .group-panel-03 img{
        display: block;
        width: 100%;
        float: none;
    }
    .group-panel-03 .text{
        width: 90%;
        margin: 0 auto 5px auto;
        padding: 0;
        float: none;
        text-align: left;
    }
    .irregular02,.irregular03,.irregular04,.irregular05{
         margin-top:20px;
    }
    .irregular02 .text,.irregular03 .text{
        width: 100%;
        padding: 0 15px;
        margin: 10px 0;
        line-height: 25px;
        font-size: 12px;
        float: none;
    }
    .irregular02 img,.irregular03 > img,.irregular04 > img,.irregular05 > img{
        width: 100%;
         float: none;
        margin:0
    }
    .irregular04 .text,.irregular05 .text{
        float: none;
        width: 95%;
        margin:0 auto 10px auto;
        padding:20px 15px 0 15px;
        border-top: solid 1px #eee;
        line-height:25px;
        font-size: 12px;
    }
    .irregular05{
        padding: 0;
        margin-bottom: 15px;
    }
    .view-pos1,.view-pos2,.view-pos3{
        top: 45%;
        left: calc(50% - 75px);
    }

}