* {
    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' !important;
    color: #0E0E10;
}

input[type='text'],
input[type='password'],
textarea{
    font-family: 'Pretendard' !important;
    color:#0E0E10 !important;
}

img {
    max-width: 100%;
}

em {
    font-style: normal;
}

button {
    cursor: pointer;
    font-family: 'Pretendard' !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' !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%;
}

.w70 {
    width: 70%;
}

.w63 {
    width: 63%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.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%;
}

.w20 {
    width: 20%;
}

.w16 {
    width: 16.6666666%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}

.im {
    margin: 10px;
}

.imx {
    margin: 0px 16px;
}

.imxHarf {
    margin: 0px 8px;
}

.ip {
    padding: 10px;
}

.row {
    width: 100%;
    max-width: 1024px;
    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;
}

.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;
}

.skipTextBox4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

input.checkType {
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: none;
    background: url("/public/assets/icons/icon-checkbox.svg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 6px;
    vertical-align: bottom;
    transition: all 0.3s;
}

input.checkType:checked {
    background: url("/public/assets/icons/icon-checkbox2.svg") no-repeat;
    background-size: cover;
    border: none;
}

input.checkType2 {
    width: 20px !important;
    height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: none;
    background: url("/public/assets/icons/icon-checkbox3.svg") no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s;
}

input.checkType2:checked {
    background: url("/public/assets/icons/icon-checkbox4.svg") no-repeat;
    background-size: cover;
    border: none;
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('../fonts/Pretendard-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	src: url('../fonts/Pretendard-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	src: url('../fonts/Pretendard-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: bold;
	src: url('../fonts/Pretendard-Bold.otf') format('opentype');
}