html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overscroll-behavior: none;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    font-size: 16px;
    overflow-x: hidden !important;
    touch-action: none;
    touch-action: pan-x, pan-y;
    /*min-height: 100vh;*/
    min-height: -webkit-fill-available;
}

.footerMenuHolder {
    display: none;
    display: inline-block;
    background-color: transparent;
}
@font-face {
    font-family: "Yeon Sung";
    src: url("YeonSung-Regular.ttf");
}


.ImmerseTxt {
    width: 100%;
    text-align: center;
/*    position: absolute;
    top: 50px;*/
    font-size: 0.9rem;
}
.InformationInnerPanel {
    margin: auto;
    left: 0;
    right: 0;
 /*   top: 0;
    bottom: 0;*/
/*    width: 340px !important;*/
    height: 640px !important;
    padding: 0 !important;
}
.InfoHeader {
    width: 100%;
    text-align: center;
    /*    background-color: green;
    color: white; */
    margin-bottom: 3px;
    font-size: 0.8rem
}
.ShopHeader {
    width: 100%;
    text-align: center;
/*    background-color: red;
    color: white;*/
    font-size: 0.8rem;
    margin-bottom: 3px;
    font-size:0.8rem
}
.ManualHeader {
    width: 100%;
    text-align: center;
    /*    background-color: red;
    color: white;*/
    font-size: 0.8rem;
    /*margin-bottom: 3px;*/
    font-size: 0.8rem
}



.OperationAndInstallationHeader {
    width: 100%;
    text-align: center;
    /*background-color: blue;*/
    /*color: white;*/
    margin-bottom: 3px;
    font-size: 0.8rem
}
.InformationImage {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: auto;
    border: solid;
    border-width: thin;
    max-height: 450px;
}
.InformationOuterPanel {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px;
}
.full-viewport-height {
    height: 100vh;
}
.form-check-input:checked {
    background-color: green !important;
    border-color: green !important;
}
@supports (height: 100dvh) {
    .full-viewport-height {
        height: 100dvh;
    }
}
.RenderButton {
    margin: auto;
    width: 80%;
    display: table;
    overflow: hidden;
    height: 55px;
    border: thin solid black;
}
.PrivatePolicy {
    color: white;
    text-decoration: underline;
}
.GlobalMessage {
    background-color: rgba(0, 155, 0, 0.7);
    color: white;
    width: fit-content;
    margin: auto;
    bottom: 85px;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    font-size: 1.0rem;
    z-index: 99999999999999;
}
.ContentViewer {
    font-size: 1rem;
    left: 0;
    text-align: left;
    margin-top: 10px;
    position: absolute;
    height: 70% !important;
    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    width: 100% !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
}

.ContentsLeftRight {
    text-align: left;
    position: absolute;
    height: 100% !important;
    /*    height: 65% !important;*/
    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    width: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: none;
}
.ContentsInner {
    margin-top: 20px;
    bottom: 50px;
    position: absolute;
    top: 50px;
    right: 17px;
    left: 17px;
    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    overflow-x: hidden !important;
    scrollbar-width: none;
    text-align: left;
    font-size: 0.9rem;
}
.InformationContentsInner {
    margin-top: 17px;
    bottom: 50px;
    position: absolute;
    top: 50px;
    right: 17px;
    left: 17px;
    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    overflow-x: hidden !important;
    scrollbar-width: none;
    text-align: left;
    font-size: 0.9rem; 
}


.ImageDivider {
    clear: both;
    margin-bottom: 17px;
}
.ImageContentsInner {
 
/*    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    overflow-x: hidden !important;
    scrollbar-width: none;*/
 
}

.ExplorerContents {
    margin-top: 7px;
    bottom: 50px;
  /*  position: absolute;
    top: 50px;
    right: 10px;
    left: 10px;*/
    overscroll-behavior: none;
    overflow-y: auto !important;
    overflow-x: -moz-scrollbars-none;
    /*   width: 100% !important;*/
    overflow-x: hidden !important;
    scrollbar-width: none;
    text-align: left;
}

.EntryWidth {
    width: 256px;
}
.grow {
    transition: all .2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}
/*.ServerResponse {
    color: red;
    bottom: 85px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.0rem;
    z-index: 99999999999999;
    text-align: center;
}*/
.FormTitle {
  /*  font-size: 1.4rem;*/
    line-height: 13.5px;
    padding-top: 20px;
    /*margin-left: 80px;*/
}







.absoluteCenter {
    width: auto;
    max-width: 600px; 
    max-height: 450px;
    margin: auto;
    position: absolute;
      top: 15px;
    bottom: 15px;
    left: 0;
    right: 0;
    overflow: auto;
    font-size: 1.0rem;
}
    .ErrorMessage {
        color: red;
        text-align: center;
        width: 100% !important;
        font-weight: bold;
        font-size: 1.2em;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        padding-top: 15px;
        bottom: 75px;
        position: fixed;
    }

.mainDivImage {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
  /*  height: 100%;*/
    background-image: url('/images/bg-min.jpg');
    /*min-height: 100vh;*/
}
.RenderBigButton {
    margin: auto;
    width: 80%;
    display: table;
    overflow: hidden;
    height: 105px;
    border: thin solid black;
}
.RenderShellButton {
    margin: auto;
    width: 100%;
    display: table;
    overflow: hidden;
    height:205px;
    border: thin solid black;
}

    .align-v_Home {
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
    }

    .TemplateTitle {
        padding-top: 7px;
        margin-bottom: 3px;
        font-weight: 800;
        font-size: 1.0em;
        color: black;
    }

    .align-h {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .TemplateButton {
        width: 100px;
    }
     
    .CameraResponsive {
        height: 160px;
        min-height: 160px;
        max-height: 160px;
        width: 240px;
        max-width: 240px;
        min-width: 240px;
    }

    .responsive {
        width: 100%;
        height: auto;
    }

     
    
 

.TextContents {
    text-align: left !important;
    height: auto;
    scrollbar-width: none;
    overflow-y: scroll;
    top: 0;
    bottom: 20px;
    left: 0;
    overflow-x: hidden;
    color: black;
    width: 100%;
    /*  margin-top: 67px;*/
    padding: -2px;
    padding-left: 15px;
    padding-right: 15px;
} 
        .LvwContents {
        height: 400px;
        text-align: left;
        overflow-y: scroll;
        font-family: Yeon Sung !important;
    }

    .MyFont {
        font-family: Yeon Sung !important
    }




