@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

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;
}

.swiper {
    width: 100%;
    height: 100%;
}

.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 {
    margin-left: auto;
    margin-right: auto;
}

.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: #2453A5
}

area {
    cursor: pointer;
}

#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;
}