﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select:focus {
    outline: none !important;
    border-color: #f83838;
}
@media screen and (max-width:1240px) {
    html {
        width: 100%;
        height:100%;
    }
    body,
    body > form {
        width: 100%;
        min-width: 1200px;
        overflow-x: auto;
    }
    .main-slide-item ul{
        max-width:1100px;
    }
}