body{
    font-size: 17px;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 30px;
}

.mt40{
    margin-top: 40px;
}

.mt50{
    margin-top: 50px;
}

.mt60{
    margin-top: 60px;
}

.mt70{
    margin-top: 70px;
}

.mt80{
    margin-top: 80px;
}

.mt90{
    margin-top: 90px;
}

.mt100{
    margin-top: 100px;
}

.font-10{
    font-size: 10px !important;
}

.font-12{
    font-size: 12px !important;
}

.font-14{
    font-size: 14px !important;
}

.font-16{
    font-size: 16px !important;
}

.font-18{
    font-size: 18px !important;
}

.font-20{
    font-size: 20px !important;
}

.font-22{
    font-size: 22px !important;
}

.font-24{
    font-size: 24px !important;
}

.font-26{
    font-size: 26px !important;
}

.font-28{
    font-size: 28px !important;
}

.font-30{
    font-size: 30px !important;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.text-justify{
    text-align: justify;
}

.popup{
    position: fixed;
    background: rgba(0,0,0,0.40);
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10;
}

.popup-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.popup-header .logo img{
    width: 100px;
    margin: 15px 30px 0;
}

.popup-header .title{
    font-size: 36px;
    margin: 13px auto;
}

.popup-body{
    background: transparent;
    display: flex;
    flex-direction: column;
    height: calc(100% - 180px);
}

.close-popup{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

p{
    letter-spacing: unset !important;
}

.slick-prev{
    left: 0 !important;
    z-index: 1;
}

.slick-prev:before{
    content: url("/external/images/prev.svg") !important;
}

.slick-next{
    right: 0 !important;
}

.slick-next:before{
    content: url("/external/images/next.svg") !important;
    opacity: 1 !important;
}

.row {
    position: relative;
    margin-bottom: 15px !important;
}

.error{
    color: red;
    font-size: 12px;
}

.information{
    overflow-x: hidden;
    overflow-y: auto;
}

.information iframe{
    width: 100%;
    height: 99%;
    border: 0px;
}

.g_slider_img{
    width: 100%;
    height: 100%;
    position: relative;
    background: #cdc9b8;
}

.g_slider_img .slider-for img{
    object-fit: contain;
}

.g_slider_img .slider-for, .g_slider_img .slider-for *{
    width: 100%;
    height: 100%;
}

.g_slider_img .slider-nav{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    height: 80px;
    width: 50%;
    background: #607d8b82;
    padding: 5px 0;
    border-radius: 7px;
}



.slick-list.draggable, .slick-list.draggable * {
    height: 100%;
}

.slick-slide img{
    border-radius: 5px;
}

.information .no_data{
    max-width: 100%;
    height: calc(100% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}