.divcanvas{
    min-height: 400px;
}
#video{
  width: 100%;
  height: 100%;
  display: none;
}
#loading {
    text-align: center;
    margin: auto;
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

#loading>img {
    width: 100px;
    height: auto;
    margin: 0;
}



#slider {
    display: none;
    height: 300px;
    position: absolute;
    top: 10px;
    right: 20px;
}


.center {
    text-align: -webkit-center;
}

.left {
    text-align: left;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt15 {
    padding-top: 15px;
}


.p_tool_icon {
    height: 100px;
    cursor: pointer;
}

.p_tool_icon:hover {
    background-image: url('../../images/icon/img_on.png');
    background-repeat: no-repeat;
    background-position: center 20%;
}


.btn_reset {
    display: none;
    margin: auto;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
}

.mw450 {
    max-width: 450px;
}

.new_tool_icon{
    position: relative;
    height: 70px;
}
.new_tool_icon > div{
    text-align: center;
    height: 40px;
}
.new_tool_icon > div > img{
    display: unset;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.new_tool_icon > div > img:hover{
    transform: scale(1.2);
}
.btn_main_row{
    display: unset;
    text-align: center;
}
.btn_main_row > div{
    width: 33.3%;
    cursor: pointer;
    padding: 0 30px;
    float: left;
}
.btn_main_row > div > img{
    width: 94%;
}
.force_mw_1000{
    max-width: 900px;
}

.liner_down{
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    display: none;
}
.liner {
    height: 2px;
    background: gray;
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.fix_h_130{
    height: 130px;
}
.fix_h_90{
    height: 90px;
}
.fix_h_160{
    height: 160px;
}
#tab_main_upload{
    display: none;
}
#tab_main_glass{
     display: none;
}
#tab_main_animation{
    display: none;
}
.line1{
    text-align: center;
    width: 100%;
}
.line1 > div{
    width: 33.3%;
    text-align: center;
    float: left;
    line-height: 40px;
}

#tab_main_animation > .line1 > div{
    width: 20%;
    text-align: center;
}

.tool_text_top_icon{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.triangle_down_1 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid gray;
    position: absolute;
    margin-left: 13%;
}
.triangle_down_2 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid gray;
    position: absolute;
    margin-left: 46%;
}
.triangle_down_3 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid gray;
    position: absolute;
    margin-left: 79%;
}
.triangle_down_1:after, .triangle_down_2:after, .triangle_down_3:after{
    content: '';    
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 15px solid white;
    position: absolute;
    top: -16px;
    left: -14px;
    z-index: 1;
}
   
/* Iphone Portrait 5*/
@media only screen and (min-device-width : 320px) 
and (max-device-width : 568px)
and (orientation: portrait){
    .btn_reset {
        display: block;
    }
    .divcanvas{
        min-height: 360px;
    }
    .fix_h_90{
        height: 0px;
    }
    .fix_h_160{
        height: 0px;
    }
    .tool_text_top_icon{
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
    }
    .btn_main_row{
        display: unset;
        text-align: center;
    }
    #tab_main_glass > .line1 > div{
        width: 20%;
    }
     #tab_main_animation > .line1 > div{
        width: 25%;
    }
    .resetbtn{
        display: none;
    }
}
/* Iphone Portrait 6*/
@media only screen and (min-device-width : 375px) 
and (max-device-width : 667px)
and (orientation: portrait){
    .btn_reset {
        display: block;
    }
    .fix_h_90{
        height: 30px;
    }
    .fix_h_160{
        height: 30px;
    }
    .btn_main_row{
        display: unset;
        text-align: center;
    }
    
    #tab_main_glass > .line1 > div{
        width: 20%;
    }
     #tab_main_animation > .line1 > div{
        width: 25%;
    }
    .resetbtn{
        display: none;
    }
}

@media (min-width: 768px){
    .fix_h_160 {
        height: 110px;
    }
    .fix_h_90 {
        height: 40px;
    }
}
@media screen and (orientation:landscape) {
    .fix_h_160 {
        height: 110px;
    }
    .fix_h_90 {
        height: 40px;
    }
}