@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato');
@import url(https://cdn.rawgit.com/kattergil/NotoSerifKR-Web/76eb9ebf/stylesheet/NotoSerif-Web.css);
@import url('./layout.css');
@import url('./util.css');
@import url('./../../../fonts/proxima.css');


#app{
    position: relative;
    background: #FFF;

    width: 1640px;
    /*padding: 140px 170px;*/
    padding: 100px 170px;
}
@media (max-width: 1640px) {
    #app{
        width: 100%;
        /*padding: 8.5vw 10.3vw;*/
        padding: 100px 9.4vw;
    }
}
#app.mainpage{
}

#app > ._submenu{
    position: absolute;
    left: 0;
    top: -60px;
    width: 250px;
    padding: 0;
    margin: 0 15px;
    background: #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}
#app > ._submenu h4{
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: block;
    height: 60px;
    overflow: hidden;
    background: #fafafa;
    color: #000;
    /*text-transform: uppercase;*/
}
#app > ._submenu a{
    margin: 0;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: block;
}
#app > ._submenu a:hover{
    color: #000;
}
#app > ._submenu a.active{
    font-weight: 500;
    color: #000;
    background: #fafafa url('./../img/btn_next.gif');
    background-repeat: no-repeat;
    background-position: 227px 23px;

}


#container_wrap{
    position: relative;
    display: block;
    padding-top: 186px;
    padding-bottom: 40px;
    width: 100%;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat !important;

    box-sizing: border-box;
    /*min-height: 100vh;*/
}
#container_wrap.mainpage{
    padding-top: 0;
}
#container_wrap ._inner{
    position: relative;
    padding: 20px;
    margin-top: 56px;
    display: block;
}
#container_wrap ._inner ._navigation{
    margin: 0 2px 7px;
    display: block;
    display: none;
}
#container_wrap ._inner ._navigation a{
    display: inline-block;
    color: rgba(0,0,0,0.5);
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 12px;
}
#container_wrap ._inner ._navigation a:after{
    content: '·';
    margin: 0 3px;
    display: inline-block;
}
#container_wrap ._inner h2{
    color: #FFF;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin:  0 0 10px;
}
#container_wrap ._inner p{
    color: #FFF;
    font-size: 1em;
    font-weight: 300;
    margin: 0 2px;
}


header.navigation{
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    margin-top: -30px;
}
header.navigation > i{
    vertical-align: middle;
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
header.navigation a{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
}
header.navigation a:after{
    content: '∙';
    margin: 0 0.4em;
}
header.navigation a:last-child{
    font-weight: 500;
    color: #003da5;
}
header.navigation a:last-child:after{
    display: none;
}




/*MAIN PAGE*/
#mainslider {
    position: relative;
}
#mainslider .lSSlideOuter .lSPager.lSpg{
    position: absolute;
    bottom: 60px;
}
#mainslider #main_slider li{
    height: 935px;
    background-size: cover !important;
    display: table;
    position: relative;
}
#mainslider #main_slider li ._video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#mainslider #main_slider li ._video video {
    width: 100%;
    height: 100%;
    position: relative;
    /*position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    object-fit: cover;*/
}

#mainslider #main_slider li >div{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}
#mainslider #main_slider li ._inner{
    opacity: 0;

    -webkit-transition: 1.5s;
       -moz-transition: 1.5s;
         -o-transition: 1.5s;
            transition: 1.5s;

            transition-delay: 0.5s;
}
#mainslider #main_slider li.active ._inner{
    opacity: 1;
}
#mainslider #main_slider li img{
    height: 190px;
    margin-bottom: 30px;
    opacity: 0.9;
}
#mainslider #main_slider li h3{
    font-size: 70px;
    margin-bottom: 50px;
}
#mainslider #main_slider li p{
    font-size: 22px;
    font-weight: 500;
    color: #302b2a;
}


@media (max-width: 500px) {
    #mainslider #main_slider li ._video{
       height: 100%;
       width: auto;
    }
    #mainslider #main_slider li ._video video{
        object-fit: cover;
    }

    #mainslider #main_slider li img{
        height: auto;
        width: 95%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #mainslider #main_slider li p{
        font-size: 14px;
        font-weight: 500;
        color: #302b2a;
    }
    #mainslider .lSAction>a.lSPrev,
    #mainslider .lSAction>a.lSNext{
        /*background-size: 30px 60px !important;
        background-position: center !important;*/
        display: none !important;
    }


}
#mainslider .lSAction>a.lSPrev{
    width: 30%;
    height: 100%;
    display: block;
    background-image: url(./../../../img/arrow-left.png);
    background-size: 66px 131px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    margin-left:-5%;
    opacity: 0;
    z-index: 5;
}
#mainslider .lSAction>a.lSNext{
    width: 30%;
    height: 100%;
    display: block;
    background-image: url(./../../../img/arrow-right.png);
    background-size: 66px 131px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 0;
    margin-right:-5%;
    opacity: 0;
    z-index: 5;
}
#mainslider .lSAction>a:hover{
    opacity: 1;
}
#mainslider .lSSlideOuter .lSPager{
    left: 0;
    right: 0;
}
#mainslider .lSSlideOuter .lSPager.lSpg>li{
    padding: 20px;
}
#mainslider .lSSlideOuter .lSPager.lSpg>li a{
    width: 120px;
    height: 1px;
    box-shadow: none !important;
}

#s_1{
    text-align: center;
    line-height: 0;
    padding: 100px 0;
    height: 600px;
    box-sizing: content-box;

    background-image: url('./../../../img/shadow-1.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}
#s_1 h2{
    font-size: 68px;
    font-weight: 600;
    /*color: #a89090;*/
    color: #003da5;
    margin: 20px 0;
}
#s_1 ._bar{
    width: 4px;
    height: 0;
    /*background: #a89090;*/
    background: #003da5;
    display: inline-block;
}
#s_1 h5{
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.1rem;
    /*color: #a89090;*/
    color: #003da5;
    margin: 80px 0 20px;
}


#s_1 ._1,
#s_1 ._2,
#s_1 ._4,
#s_1 ._5,
#s_1 ._6{
    -webkit-transition: 1200ms ease;
       -moz-transition: 1200ms ease;
         -o-transition: 1200ms ease;
            transition: 1200ms ease;

    
/*
    -webkit-filter: blur(10px);
       -moz-filter: blur(10px);
         -o-filter: blur(10px);
            filter: blur(10px);*/
}

#s_1 ._3{
    -webkit-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

#s_1 ._1 span{
    transition-delay: 0s;
}
#s_1 ._2 span{
    transition-delay: 0.5s;
}
#s_1 ._bar{
    transition-delay: 1.2s;
    height: 0;

    margin-bottom: 50px;
}
#s_1 ._4 span{
    transition-delay: 1.6s;
    margin-top: -10px;
}
#s_1 ._5 span{
    transition-delay: 2s;
}
#s_1 ._6{
    transition-delay: 2.8s;
    opacity: 0;
}
#s_1 h2 > span{
    display: block;
    margin: -30px 0 0 0;
    position: relative;
    overflow: hidden;
    line-height: 1;
    height: 100px;
}
#s_1 h2 > span > span{
    position: absolute;
    top: -100px;
    left: 0;
    line-height: 1;
    height: 100px;
    width: 100%;
    text-align: center;


    -webkit-transition: 1200ms ease;
       -moz-transition: 1200ms ease;
         -o-transition: 1200ms ease;
            transition: 1200ms ease;
}

#s_1.active ._6{
    opacity: 1
}

#s_1.active h2 > span > span{
    opacity: 1;
    top: 0;
}
#s_1.active ._3{
    opacity: 1;
    height: 80px;
}

@media (max-width: 500px) {
    #s_1 ._6{
        margin-top: 30px;
        line-height: 1.5em;
    }
}


#s_2{
    line-height: 0;
    padding: 0;
    text-align: center;
}
#s_2 .s_2_padding{
    padding-top: 130px;
}
#s_2 ._wrap{
    position: relative;
    width: 100%;
}
#s_2 ._wrap ._in1{
    width: 27%;
    float: left;
    height: 1253px;
}
#s_2 ._wrap ._in1 li{
    display: block;
    padding: 45px 0;
    text-align: right;
}
#s_2 ._wrap ._in1 li a{
    line-height: 0;
    display: inline-block;
    border-right: 3px solid transparent;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0.65;
}
#s_2 ._wrap ._in1 li a ._txt{
    display: none;
}
#s_2 ._wrap ._in1 li:hover a{
    opacity: 1;
}
#s_2 ._wrap ._in1 li.active a{
    border-right: 3px solid #998181;
    opacity: 1;
}
#s_2 ._wrap ._in1 li a img{
    display: inline-block;
    margin-right: 40px;
}
#s_2 ._wrap ._in2{
    width: 31%;
    float: left;
    background: #f6f6f6;
    height: 1253px;
}
#s_2 ._wrap ._in2 ul{
    margin-top: 20px;
}
#s_2 ._wrap ._in2 li {
    text-align: center;
    margin-bottom: 58px;
    display: none;
}
#s_2 ._wrap ._in2 li:last-child{
    margin-bottom: 0;
}
#s_2 ._wrap ._in2 li a{
    cursor: pointer;
}
#s_2 ._wrap ._in2 li a ._no{
    /*color: #a89090;*/
    color: #003da5;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    border-bottom: 1px solid transparent;

    padding: 4px 0;
    line-height: 1;
    margin: 0 0 8px 0;
    display: inline-block;
}
#s_2 ._wrap ._in2 li:hover a ._no{
    /*border-bottom: 1px solid #a89090;*/
    border-bottom: 1px solid #003da5;
}
#s_2 ._wrap ._in2 li a p{
    font-size: 30px;
    font-weight: normal;
    /*color: #a89090;*/
    color: #003da5;
}
#s_2 ._wrap ._in3{
    width: 42%;
    float: left;
    height: 1253px;

    background-image: url('./../../../img/bg-sample.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;

    position: relative;

    /*background: red;*/
}
#s_2 ._wrap ._in3 ._back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;

    opacity: 0;


}
#s_2 ._wrap ._in3 ._back.active{
    opacity: 1;
}
#s_2 ._wrap ._in3 ._inner{
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 130px 70px 200px;
    width: 100%;
    position: relative;
    opacity: 0;

    z-index: 1;

    background-image: url('./../../../img/bg-sample-gra.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

    text-align: center;

    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#s_2 ._wrap ._in3 ._inner h3{
    font-size: 39px;
    font-weight: 300;
    /*color: #a89090;*/
    color: #003da5;
    margin-top: 0;
    margin-bottom: 30px;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;

    margin-top: -30px;
    opacity: 0;
}
#s_2 ._wrap ._in3 ._inner p{
    font-size: 14px;
    font-weight: 500;
    /*color: #a89090;*/
    color: #003da5;
}
#s_2 ._wrap ._in3 ._inner ._desc{
    font-size: 16px;
    font-weight: 500;
    /*color: #a89090;*/
    color: #003da5;
    width: 80%;
    max-width: 650px;
    word-break: keep-all;

    margin: 20px auto;

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;

    
    margin-top: -30px;
    opacity: 0;
}
#s_2 ._wrap ._in3 ._inner.active{
    opacity: 1;
}
#s_2 ._wrap ._in3 ._inner.active h3{
    opacity: 1;
    transition-delay: 0.1s;
    margin-top: 0px;
}
#s_2 ._wrap ._in3 ._inner.active ._desc{
    opacity: 1;
    transition-delay: 0.1s;
    margin-top: 0px;
}


@media (max-width: 500px) {
}

#s_3{
    text-align: center;
    line-height: 0;
    padding: 200px 0 100px;

    background-image: url('./../../../img/shadow-2.png');
    background-repeat: no-repeat;
    background-position: top left;
}
#s_3 .container{
    width: 1300px;
    position: relative;
    padding: 0;
}
#s_3 ._imgwrap{
    position: relative;
    width: 840px;
    height: 700px;
}
#s_3 ._imgwrap ._img{
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    overflow: hidden;
    background: #f7f7f7;
}
#s_3 ._imgwrap ._img img{
    position: relative;
    width: 700px;
    height: 700px;
}
#s_3 ._imgwrap ._numb{
    position: absolute;
    right: 120px;
    bottom: 186px;
}
#s_3 ._imgwrap ._numb ._1{
    position: absolute;
    font-size: 285px;
    font-weight: bold;
    line-height: 1;
    /*background: blue;*/
    display: inline-block;
    width: 140px;
    height: 220px;

    left: -140px;
    top: -123px;

}
#s_3 ._imgwrap ._numb ._2{
    position: absolute;
    background-image: url('./../../../img/eorkrtjs.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 94px;
    height: 141px;
}
#s_3 ._imgwrap ._numb ._3{
    position: absolute;
    font-size: 110px;
    font-weight: bold;
    line-height: 1;
    /*background: yellow;*/
    display: inline-block;
    width: 110px;
    height: 220px;

    left: 30px;
    top: 60px;
}

#s_3 ._list{
    position: absolute;
    right: 0;
    top: 90px;
    letter-spacing: -0.1rem;
}
#s_3 ._list a{
    text-align: center;
    display: block;
    line-height: 1;
    height: 155px;
    cursor: pointer;
}
#s_3 ._list a p{
    font-size: 30px;
    /*color: #a89090;*/
    color: #003da5;
    font-weight: 500;
    display: inline-block;
    margin: 0;
    padding: 20px 70px;
    border-radius: 100px;
    border: 2px solid transparent;
    line-height: 1;
    letter-spacing: -0.2rem;
}
#s_3 ._list a.active p{
    /*border-color: #a89090;*/
    border-color: #003da5;
}
#s_3 ._list a b{
    display: block;
    font-size: 26px;
    color: #e9e9e9;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    margin-top: 15px;
    line-height: 1;

}

#s_3 ._desc{
    text-align: left;
    letter-spacing: -0.2rem;
    margin-top: 50px;
}
#s_3 ._desc ._item{
    display: none;
}
#s_3 ._desc ._item ._1{
    font-size: 15.3px;
    font-weight: bold;
    color: #dfd7d7;
    display: none;
}
#s_3 ._desc ._item ._1 ._tab{
    width: 140px;
    display: inline-block;
}
#s_3 ._desc ._item ._title{
    margin-top: 30px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
}
#s_3 ._desc ._item ._tell{
    margin-top: 30px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #9a9898;
}



#s_4{
    text-align: center;
    line-height: 0;
    padding: 0 0 65px;
}
#s_4.ex1{
    margin-top: -130px;
}
@media (max-width: 500px) {
    #s_4.ex1{
        margin-top: 10px;
    }
}
#s_4 .container{
    width: 1300px;
    position: relative;
    padding: 0;
}
#s_4 ._title{
    text-align: center;
    font-size: 44px;
    font-weight: 900;
    color :#383434;
    letter-spacing: 0.5rem;
}
#s_4 ._title img{
    width: 160px;
    margin: 50px 0 0;
}
@media (max-width: 500px) {
    #s_4 ._title img{
        width: 130px;
        margin: 50px 0;
    }
}
#s_4 ._slider{
    width: 100%;
}
#s_4 ._slider li ._inner{
    background: #f0f0f1;
    padding: 40px;
    text-align: center;
    line-height: 0;
    cursor: pointer;
}
#s_4 ._slider li ._inner h5{
    margin: 0 0;
    font-size: 19px;
    color: #998181;
    font-weight: bold;
    text-transform: uppercase;
    height: 43px;
    line-height: 43px;

    -webkit-transition: 350ms ease;
       -moz-transition: 350ms ease;
         -o-transition: 350ms ease;
            transition: 350ms ease;
}
#s_4 ._slider li ._inner h5._ex{
    line-height: 1;
}
#s_4 ._slider li ._inner ._bar{
    width: 30px;
    height: 3px;
    background: #998181;
    display: inline-block;
    margin: 10px auto 30px;
    -webkit-transition: 350ms ease;
       -moz-transition: 350ms ease;
         -o-transition: 350ms ease;
            transition: 350ms ease;
}
#s_4 ._slider li ._inner p{
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 400;
    line-height: 0;
    margin-bottom: 40px;
}
#s_4 ._slider li ._inner ._img{
    display: block;
    height: 310px;
    background: #fff;

    -webkit-transition: 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
       -moz-transition: 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
         -o-transition: 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transition: 350ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
}
#s_4 ._slider li:hover ._inner h5{
    color: #5a5a5a;
}
#s_4 ._slider li:hover ._inner ._bar{
    background: #5a5a5a;
}
#s_4 ._slider li:hover ._inner ._img{
    margin: -5px -40px 5px;
    height: 330px;
}

@media (max-width: 500px) {
    .subpage #s_4 ._slider{
        margin-left: -15px;
        margin-right: -15px;
        display: block;
        width: auto;
    }
    #s_4 ._slider li ._inner{
        padding: 20px 0;
        background: transparent;
    }

    #s_4 ._slider li ._inner h5{
        font-size: 11px;
        line-height: 1;
    }

    #s_4 ._slider li ._inner h5._ex2{
        line-height: 2;
    }

    #s_4 ._slider li ._inner ._img{
        height: 110px;
    }
    #s_4 ._slider li ._inner ._bar{
        width: 20px;
        height: 2px;
        margin: -5px auto 25px;
    }
    #s_4 ._slider li ._inner p{
        font-size: 13px;
    }
    #s_4 ._slider li:hover ._inner ._img{
        height: 110px;
        margin: inherit;

    }

}
/* shop */
#sct_location{
    display: none;
}



.border{
    /*border: 1px solid rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;*/
}
a.btn_admin, .btn_admin{
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 10px;
    z-index: 99999;
}


@media (max-width: 500px) {
    #app{
        /*header height*/
        padding: 45px 15px 15px;
    }
    #app.mainpage{
    }

    header.navigation a{
        font-size: 12px;
    }
    #container_wrap{
        padding-top: 70px;
    }
    #container_wrap ._inner{
        top: 0;
        padding: 0;
        left: 0;
        margin-top: 17px;
        text-align: center;
    }
    #container_wrap ._inner h2{
        margin-bottom: 5px;
        font-size: 26px;
    }
    #container_wrap ._inner p{
        font-size: 12px;
        letter-spacing: -0.5px;
    }


    #mainslider #main_slider li{
        height: 380px;
    }
    #mainslider .lSSlideOuter .lSPager.lSpg{
        bottom: 20px;
    }
    .lSSlideOuter .lSPager.lSpg>li{
        padding: 10px 6px;
    }
    .lSSlideOuter .lSPager.lSpg>li a{
        width: 30px;
    }
    .lSAction>a.lSPrev{
        width: 20px;
        height: 40px;
        display: block;
        top: 50%;
        margin-top: 0px;
        background-image: url('./../../../img/arrow-left.png');
        background-size: cover;
        background-position: initial;
        left: 5%;
        opacity: 1;
    }
    .lSAction>a.lSNext{
        width: 20px;
        height: 40px;
        display: block;
        top: 50%;
        margin-top: 0px;
        background-image: url('./../../../img/arrow-right.png');
        background-size: cover;
        background-position: initial;
        right: 5%;
        opacity: 1;
    }

}



._ex4{
    position: absolute;
    top: -30px;
    right: 0;
}
._ex4 img{
    height: 396px !important;
    width: auto !important;
    margin-top: 1px;
}
._exline{
    position: absolute;
    left: -50%;
    top: -30px;
    width: 200%;
    height: 1px;
    background: #998181;
}
._popup{
    position:absolute; 
    
    left:0; 
    top:0; 
    
    z-index:1001;
    border:0px; 
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.25); 
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.25); 
    box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
}
._popup .popupdiv{
    width: 500px;
    max-width: 100%;
    position: relative;
}
._popup .popupdiv img{
    width: 100%;
}
._popup .lSSlideOuter .lSPager.lSpg{
    bottom: 10px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}
._popup .lSSlideOuter .lSPager.lSpg>li a{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #FFF;
}
._popup .lSSlideOuter .lSPager.lSpg>li.active a, 
._popup .lSSlideOuter .lSPager.lSpg>li:hover a{
    background: #FFF;
}
@media (max-width: 500px) {
    ._popup{
        left: 0;
        top: 70px;
        margin-left: 0;
    }
    ._popup .popupdiv{
        width: 100vw;
    }
    ._ex4{
        position: relative;
        top: 0;
        right: 0;
        margin-top: 30px;
    }
    ._ex4 img{
        width: 100%;
        height: auto !important;
    }
    ._exline{
        top: -20px;
    }


    :target::before {
        content: '';
        display: block;
        height:      80px;
        margin-top: -80px;
    }
}


*{
    word-break: break-all !important;
}
label{
    word-break: keep-all !important;
}




._gobacktoieulps{
    position: fixed;
    z-index: 999;
    left: 20px;
    margin: 0;
    /*padding: 1em 2em;*/


    background: #736a6d;
    background: #2dc0d8;
    color: #FFF;
    border-radius: 11px;
    padding: 13px 22px 13px 17px;
    /*font-weight: 500;*/
    font-weight: bold;

    top: -100px;

    -webkit-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
       -moz-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
         -o-transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); 
            transition: all 1000ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */


    box-shadow: 5px 9px 25px 0 rgba(0,0,0,.25);
}
._gobacktoieulps:hover{
    background: #2dc0d8;
    color: #FFF;
}
._gobacktoieulps.active{
    top: 20px;
}
._gobacktoieulps i{
    /*color: #d2cece;*/
    opacity: 0.8;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 500px) {
    ._gobacktoieulps{
        
        top: inherit;
        z-index: 3;
        bottom: -100px;

        left: 50%;
        width: 200px;
        margin-left: -100px;
        padding: 13px 17px;

        text-align: center;
    }
    ._gobacktoieulps i{
        display: none;
    }
    ._gobacktoieulps.active{
        top: inherit;
        bottom: 65px;
    }
}