/* Initialization css */
body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #000000;
}
/* Initialization css end */

/* hidden input icon */
    /* IE */
input::-ms-clear {
    display:none;
}
    /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
    /* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* hidden input icon end */

/* hidden select icon */
    /* IE */
select::-ms-expand {
    display: none;
}
/* hidden select icon end */
.sjc-hover {
    cursor: pointer;
}
html, body {
    height: 100%;
    font-weight: 400;
}
.body-section {
    /* 전체높이 - (header + footer) */
    min-height: calc(100% - 220px);
}
.yellow-line {
    margin: 0 auto;
    width: 1000px;
    height: 4px;
    background-color: #FEDC00;
}
.yellow-line2 {
    margin: 0 auto;
    width: 1000px;
    height: 1px;
    background-color: #FEDC00;
}