
/*main*/
.we-gallery-main{
    background: #F3F3F3;
    overflow: hidden;
    height:calc(100% - 72px);
    padding-top:72px;
}
.we-gallery-imgNav-wrap{
    width: 65%;
    margin: auto;
    transition: 0.7s;
    /*will-change: transform;*/
    /*transition-timing-function: cubic-bezier(0.5,0.2,1,1);*/
    /*transform: translateZ(0);*/
}
.we-gallery-imgNav-wrap-before-scale{
    transition-timing-function: cubic-bezier(0.13, 0.66, 0.99, 0.99);
}
.we-gallery-imgNav-wrap-after-scale{
    transition-timing-function: cubic-bezier(0,0,0.5,0.8);
}
.we-gallery-imgNav-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    transition: 0.7s;
    /*transition-timing-function: ease-out;*/
    /*transition-timing-function: cubic-bezier(0,0,1,1);*/
    /*transform: translateZ(0);*/
}
.we-gallery-imgNav-content-before-scale{
    transition-timing-function: cubic-bezier(0, 0.98, 0.99, 0.99);
}
.we-gallery-imgNav-content-after-scale{
    transition-timing-function: cubic-bezier(0.51, 0.28, 0.78, 0.76);
}
.we-gallery-imgNav-line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.we-gallery-imgNav-line>.cell{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #F3F3F3;
    transition: .5s;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}
.cell-img{
    width: 60%;
    margin-top: 50%;
    margin-left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    cursor: pointer;
}
.cell-active{
    opacity: 1;
}
.cell-blur{
    opacity: .3;
}

.we-gallery-product-title-wrap{
    text-align: center;
    position: absolute;
    top: -10%;
    width: 100%;
}
.title-hide{
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
}
.title-show{
    display: block;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    transition: .3s;
    transition-delay: .1s;
    -ms-transition-delay: .5s;
}
.we-gallery-product-logo{
    width: 15%;
}
.we-gallery-product-name{
    font-size: 18px;
    margin-top: 0;
    color: #444444;
}

.desc>span{
    display: block;
    text-align: right;
}
.detail-top{
    color: #F74A05;
    font-size: 18px;
}
.detail-bottom{
    color: #9D9D9D;
    font-size: 12px;
    line-height: 2;
}
.top{
    margin-top: 10%;
}
.bottom{
    margin-top: 50%;
}
.we-gallery-product-detail-left{
    position: absolute;
    left: -20%;
    top: 20%;
    opacity: 0;
    z-index: 5;
}
.we-gallery-product-detail-right{
    position: absolute;
    right: -10%;
    top: 20%;
    opacity: 0;
    z-index: 5;
}


.gallery-detail-left-show{
    -webkit-animation: galleryDetailLeftShow .4s ease-out;
            animation: galleryDetailLeftShow .4s ease-out;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -ms-animation-delay: .5s;
}
.gallery-detail-right-show{
    -webkit-animation: galleryDetailRightShow .4s ease-out;
            animation: galleryDetailRightShow .4s ease-out;
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -ms-animation-delay: .5s;
}
.scale3{
    /*transform: translate3d(0,0,0);*/
    -webkit-transform: scale(3);
            transform: scale(3);
}
.goto-detail{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;

}
.goto-detail-btn{
    height: 16px;
    width: 80px;
    background: #444446;
    color: #fff;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    display: none;
    opacity: 0;
    margin: auto;
    outline: none;
}
.goto-detail-btn-show{
    display: block;
    -webkit-animation: gotoDetailShow .3s;
            animation: gotoDetailShow .3s;
    /*transition: .5s;*/
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
    -ms-animation-delay: .5s;
}
.block{
    display: block;
}
.opa1{
    opacity: 1;
}

/*gallery-detail*/

.iframe-wrap {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}

.iframe-wrap iframe {
    height: 100%;
	width:100%;
    border: none;
    box-sizing: border-box;
    display: block;
    margin: auto;
}

.goto-next-section {
    position: absolute;
    bottom: 0;
    height: 5%;
    box-sizing: border-box;
    width: 100%;
}

.goto-next-section .arrow {
    cursor: pointer;
    height: 60%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.gallery {
    background: #f9f9f9;
}
.gallery.section{
    padding-top: 0 !important;
}

.company-info-wrap {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: 75px 0;
    color: #888888;
    line-height: 1.5;
    font-size: 16px;
}

.gallery-wrap {
    margin-top: 100px;
}

.gallery-wrap h3 {
    font-size: 30px;
    text-align: center;
}

/*canvas*/
.canvas-wrap{
    height: 100%;
    position: relative;
}
.grid-canvas{
    max-height: 100%;
    width: 100%;
    image-rendering: auto;
    position: absolute;
    display: inline-block;
    vertical-align: baseline;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #F3F3F3;
}
.product-iframe{
    display:none;
    height: calc(100% - 72px);
    padding-top: 72px;
}
.product-iframe .fp-scroller{
    height: 100%;
}

.last-page{
    transition:0.4s;
}

.product-detail-wrap{
    background-color:#f9f9f9;
    position:relative;
}
.gallery-part-wrap{
    padding-bottom: 100px;
}
