@charset "utf-8"; /* reset */
*{font-weight: 500;}
html {
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

input:focus {
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

legend {
    color: #000;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul, li {
    list-style: none !important;
}

caption, th {
    text-align: left;
}

caption, hr, legend {
    *display: none;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

a, a:link, a:visited, a:active, a:hover, a:focus {
    /* color:#fff; */
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    /* color:#eee; */
    box-sizing: border-box;
    outline: 0 none;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input {
    border: 0;
}

address {
    font-style: normal;
}

.table {
    width: 100%;
}

.table>thead>tr>th {
    vertical-align: middle !important;
    text-align: center !important;
    font-weight: bold;
}

/*.table>tbody>tr>td{vertical-align:middle !important;}
.table>tfoot>tr>td{vertical-align:middle !important;}*/
input, select, textarea {
    color: #333;
    background-color: #fff;
}

::placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::-ms-placeholder {
    color: #ccc;
}

::-webkit-placeholder {
    color: #ccc;
}

/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
} */

/* ::-webkit-scrollbar-thumb {
    background-color: rgba(255 255 255 / 30%);
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: rgba(255 255 255 / 5%);
    border-radius: 10px;
    box-shadow: inset 0px 0px 3px rgba(255 255 255 / 30%);
} */

/* common */
.clfix {
    *zoom: 1}

.clfix:before, .clfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clfix:after {
    clear: both
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.blind {
    overflow: hidden;
    position: absolute;
    left: -9999px;
    font-size: 0px;
    color: transparent;
    text-indent: -9999px;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: bold !important;
}

.nowrap {
    white-space: nowrap;
}

.pointCol {
    color: #e55 !important;
}

.alignL {
    text-align: left !important;
}

.alignC {
    text-align: center !important;
}

.alignR {
    text-align: right !important;
}

.v_alignT {
    vertical-align: top !important;
}

.v_alignM {
    vertical-align: middle !important;
}

.v_alignB {
    vertical-align: bottom !important;
}

/* display */
.inlineblock {
    display: inline-block !important;
}

.block {
    display: block !important;
}

/* margin */
.m_b0 {
    margin-bottom: 0 !important;
}

.m_b10 {
    margin-bottom: 10px !important;
}

.m_b20 {
    margin-bottom: 20px !important;
}

/* padding */
.p0 {
    padding: 0 !important;
}

/* color */
.color_r {
    color: #d73c3c !important;
}

.color_b {
    color: #46c9ff !important;
}

.color_lightb {
    color: #0af !important;
}

.color_g {
    color: rgb(5,150,105) !important;
}

.color_pn {
    color: #e83e8c !important;
}

.color_bl {
    color: #000 !important;
}

/* background-color */
.bg_gray, .bg_gray:hover, .bg_gray:focus, .bg_gray:active {
    background-color: #f6f6f6 !important;
}

.bg_gray2, .bg_gray2:hover, .bg_gray2:focus, .bg_gray2:active {
    background-color: #ebe8e2 !important;
}

.bg_g, .bg_g:hover, .bg_g:focus, .bg_g:active {
    background-color: #28A745 !important;
}

.bg_b, .bg_b:hover, .bg_b:focus, .bg_b:active {
    background-color: #337ab7 !important;
}

.bg_lightB, .bg_lightB:hover, .bg_lightB:focus, .bg_lightB:active {
    background-color: #ceecf5 !important;
}

.bg_darkB, .bg_darkB:hover, .bg_darkB:focus, .bg_darkB:active {
    background-color: #4d5e63 !important;
}

.bg_sky, .bg_sky:hover, .bg_sky:focus, .bg_sky:active {
    background-color: #d6f7fd !important;
}

.bg_y, .bg_y:hover, .bg_y:focus, .bg_y:active {
    background-color: #ffc107 !important;
}

.bg_pink2, .bg_pink2:hover, .bg_pink2:focus, .bg_pink2:active {
    background-color: #e9c4e5 !important;
}

.bg_orange, .bg_orange:hover, .bg_orange:focus, .bg_orange:active {
    background-color: #ebba57 !important;
}

.ordersel {
    font-size: 14px;
    font-style: normal !important;
    color: red !important;
    font-weight: 800;
    padding: 0 2px;
}

.ordernosel {
    font-size: 14px;
    font-style: normal !important;
    font-weight: 800;
    padding: 0 2px;
}
