* {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent !important;
}

body {
    font-size: 10px;
    font-family: 'Pretendard', sans-serif !important;
    color: #000000;
    background: #F6F6F6;
}

input[type='text'],
input[type='password'],
textarea,
select{
    font-family: 'Pretendard', sans-serif !important;
}

img {
    max-width: 100%;
}

em {
    font-style: normal;
}

button {
    cursor: pointer;
    font-family: 'Pretendard', sans-serif !important;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

select {
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
    font-family: 'Pretendard', sans-serif !important;
 }
 
 select::-ms-expand{
    display:none;/*for IE10,11*/
 }

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 0px;
    overflow: hidden;
}

.w100 {
    width: 100%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w66 {
    width: 66.66666666%;
}

.w65 {
    width: 65%;
}

.w63 {
    width: 63%;
}

.w61 {
    width: 61%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w52 {
    width: 52%;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w37 {
    width: 37%;
}

.w35 {
    width: 35%;
}

.w33 {
    width: 33.3%;
}

.w30 {
    width: 30%;
}

.w26 {
    width: 26.6666666%;
}

.w25 {
    width: 25%;
}

.w24 {
    width: 24.59%;
}

.w21 {
    width: 21.35%;
}

.w20 {
    width: 20%;
}

.w19 {
    width: 19%;
}

.w18 {
    width: 18%;
}

.w16 {
    width: 16.6666666%;
}

.w15 {
    width: 15%;
}

.w14_5 {
    width: 14.75%;
}

.w14 {
    width: 14%;
}

.w13 {
    width: 13%;
}

.w12 {
    width: 12.5%;
}

.w11 {
    width: 11.11%;
}

.w10 {
    width: 10%;
}

.w9 {
    width: 9.83%;
}

.w8 {
    width: 8%;
}

.w7 {
    width: 7%;
}

.w6 {
    width: 6%;
}

.w5 {
    width: 5%;
}

.w3 {
    width: 3%;
}

.w2 {
    width: 2%;
}

.w1 {
    width: 1%;
}

.im {
    margin: 10px;
}

.imx {
    margin: 0px 16px;
}

.imxHarf {
    margin: 0px 8px;
}

.ip {
    padding: 10px;
}

.row {
    width: 100%;
    max-width: 1632px;
    margin: auto;
}

.flexBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexBox2{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flexBox3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.flexBox4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flexBox5{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.flexBox6{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.skipTextBox{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.skipTextBox2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.skipTextBox3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

input.checkType{
    width: 24px !important;
    height: 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: none;
    background: url("/resource/assets/icons/icon-checkbox.svg") no-repeat;
    background-size: cover;
    background-position: center;
}

input.checkType:checked {
    background: url("/resource/assets/icons/icon-checkbox2.svg") no-repeat;
    background-size: cover;
    border: none;
}

input.checkType:checked:disabled{
    background: url("/resource/assets/icons/icon-checkbox3.svg") no-repeat;
    background-size: cover;
    border: none;
}

input.checkType2{
    width: 24px !important;
    height: 24px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: none;
    background: url("/resource/assets/icons/icon-radio.svg") no-repeat;
    background-size: cover;
    background-position: center;
}

input.checkType2:disabled{
    background: url("/resource/assets/icons/icon-radio3.svg") no-repeat;
    background-size: cover;
    border: none;
}

input.checkType2:checked {
    background: url("/resource/assets/icons/icon-radio2.svg") no-repeat;
    background-size: cover;
    border: none;
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    src: url('/resource/assets/fonts/Pretendard-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url('/resource/assets/fonts/Pretendard-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    src: url('/resource/assets/fonts/Pretendard-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: bold;
    src: url('/resource/assets/fonts/Pretendard-Bold.otf') format('opentype');
}