* {
    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: 14px;
    font-family: 'Pretendard', sans-serif;
    color: #222;
}

img {
    max-width: 100%;
}

em {
    font-style: normal;
}

button {
    cursor: pointer;
}

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

.imx-harf {
    margin: 0px 8px;
}

.ip {
    padding: 10px;
}

.row {
    width: 100%;
    max-width: 1352px;
    margin: auto;
}

.font-saira {
    font-family: 'Saira', sans-serif;
}

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

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

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

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

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

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

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