    @import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
    area,
    area:focus,
    textarea:focus,
    input:focus {
        outline: none;
    }
    
    .left_float {
        float: left;
    }
    
    .right_float {
        float: right;
    }
    
    .list_float {
        *zoom: 1;
    }
    
    .list_float:after {
        content: "";
        display: block;
        clear: both;
    }
    
    .default_font_style a {
        color: #ffffff;
    }
    
    html,
    body {
        position: relative;
        height: 100%;
	overscroll-behavior: none !important;
	overflow: hidden !important;
    }
    
    body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
    }
    
    .swiper {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    
    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #000;
        opacity: 1;
        background: rgba(0, 0, 0, 0.2);
    }
    
    .swiper-pagination-bullet-active {
        color: #fff;
        background: #007aff;
    }
    
    footer {
        width: 100%;
        height: 50px;
        /*margin-top: -38px;*/
        position: fixed;
        z-index: 20;
        bottom: 0px;
    }
    
    footer #menu_list {
        box-shadow: 0 -4px 2px -2px rgba(0, 0, 0, 0.2);
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        background: #4d2c65
    }
    
    area {
        cursor: pointer;
    }
    
    header {
        width: 100%;
        height: 50px;
        /*margin-top: -38px;*/
        position: fixed;
        z-index: 20;
        top: 3px;
        margin-left: 3px;
    }
    
    #btn_group button {
        height: 28px;
        border: 1px solid black;
        background-color: rgba(0, 0, 0, 0);
        color: black;
        padding: .3em .3em;
    }
    
    #btn_group button:hover {
        color: white;
        background-color: black;
    }
    
    select {
        height: 30px;
        width: 130px;
        padding: .5em .6em;
        border: 1px solid #000;
        font-family: inherit;
        background: url('arrow.jpg') no-repeat 95% 50%;
        border-radius: 0px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
