* {
    padding: 0;
    margin: 0;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

tt, i {
    font-style: normal;
}

a img {
    border: 0px;
}

.clear {
    clear: both;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    touch-action: manipulation;
    /* overflow: hidden; */
}

body {
    overflow-x: hidden;
    overscroll-behavior: none;
}

/* ios15 */
.ios15 body {
    /* overflow: hidden; */
    padding-bottom: env(safe-area-inset-bottom);
}

/* iphone 6 / 7 / 8 */
@media screen and (orientation: portrait) and (height: 629px), screen and (orientation: portrait) and (height: 664px), screen and (orientation: portrait) and (height: 746px), screen and (orientation: portrait) and (height: 715px), screen and (orientation: portrait) and (height: 635px), screen and (orientation: portrait) and (height: 719px) {
    html.ios15 {
        height: 100vh !important;
    }
}

@media screen and (orientation: portrait) and (height: 548px), screen and (orientation: portrait) and (height: 552px) {
    html.ios15 {
        height: 624px !important;
    }

    .ios15 body {
        height: 100%;
    }
}

@media screen and (orientation: portrait) and (height: 617px), screen and (orientation: portrait) and (height: 620px) {
    html.ios15 {
        height: 693px !important;
    }

    .ios15 body {
        height: 100%;
    }
}

i > svg {
    display: block;
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

input:hover {
    outline: none;
}

*,
*:focus,
*:active,
*:hover {
    outline: none;
    -moz-outline: none;
    -webkit-user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-only;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

[class^="btn_"] {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label {
    background: none;
}

@media screen and (orientation: landscape) {
    * {
        -webkit-text-size-adjust: none;
        text-size-adjust: none;
    }

    body {
        padding-right: env(safe-area-inset-right);
        padding-left: env(safe-area-inset-left);
    }
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
    outline: none;
    border: none;
}

select {
    background: transparent;
}

::-moz-focus-inner {
    border: 0;
}

/*
[class^="btn_"]{
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
[class^="btn_"] *{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/
.ord_down_style {
    pointer-events: auto;
}

/* hide scrollbar */
.box_slide::-webkit-scrollbar {
    display: none;
}

.box_slide {
    -ms-overflow-style: none;
}

/* fixed android chrome pull to refresh issuse */
body {
    margin: 0;
}

input {
    -webkit-user-select: auto !important;
    user-select: text !important;
}


/* PC setting */
@media (pointer: fine) and (max-resolution: 2dppx), screen and (pointer: fine) and (-webkit-max-device-pixel-ratio: 2),
(-moz-touch-enabled: 0), screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .dragscroll,
    div[class^="dragscroll_"] {
        cursor: grab;
    }
}


