* {
    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: 'SUIT', 'HostGrotesk', sans-serif !important;
    color: #000;
}

body:lang(en) {
    font-family: 'HostGrotesk', sans-serif !important;
}

body:lang(ko) {
    font-family: 'SUIT', sans-serif !important;
}

input[type='text'],
input[type='password'],
textarea{
    font-family: 'SUIT', 'HostGrotesk', sans-serif !important;
    color: #000;
}

img {
    max-width: 100%;
}

em {
    font-style: normal;
}

button {
    cursor: pointer;
    font-family: 'SUIT', 'HostGrotesk', 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: 'SUIT', 'HostGrotesk', sans-serif !important;
    color: #000 !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 40px;
}

.imxHarf {
    margin: 0px 8px;
}

.ip {
    padding: 10px;
}

.row {
    width: 100%;
    max-width: 1920px;
    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: 16px !important;
    height: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0px !important;    
    box-shadow: none;
    background: none;
    background: url("../icons/icon-checkbox.svg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    transition: all 0.3s;
}

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

.pointFont{
    font-family: 'InstrumentSerif' !important;
}

.pointFontItalic{
    font-family: 'InstrumentSerif-Italic' !important;
}

@font-face {
	font-family: 'HostGrotesk';
	font-weight: 300;
	src: url('../fonts/HostGrotesk-Light.ttf') format('truetype');
    unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'HostGrotesk';
	font-weight: 400;
	src: url('../fonts/HostGrotesk-Regular.ttf') format('truetype');
    unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'HostGrotesk';
	font-weight: 500;
	src: url('../fonts/HostGrotesk-Medium.ttf') format('truetype');
    unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'HostGrotesk';
	font-weight: 600;
	src: url('../fonts/HostGrotesk-SemiBold.ttf') format('truetype');
    unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'HostGrotesk';
	font-weight: bold;
	src: url('../fonts/HostGrotesk-Bold.ttf') format('truetype');
    unicode-range: U+0020-007F;
}

@font-face {
	font-family: 'SUIT';
	font-weight: 300;
	src: url('../fonts/SUIT-Light.ttf') format('truetype');
    unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
}

@font-face {
	font-family: 'SUIT';
	font-weight: 400;
	src: url('../fonts/SUIT-Regular.ttf') format('truetype');
    unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
}

@font-face {
	font-family: 'SUIT';
	font-weight: 500;
	src: url('../fonts/SUIT-Medium.ttf') format('truetype');
    unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
}

@font-face {
	font-family: 'SUIT';
	font-weight: 600;
	src: url('../fonts/SUIT-SemiBold.ttf') format('truetype');
    unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
}

@font-face {
	font-family: 'SUIT';
	font-weight: bold;
	src: url('../fonts/SUIT-Bold.ttf') format('truetype');
    unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+0030-0039;
}

@font-face {
	font-family: 'InstrumentSerif';
	font-weight: 400;
	src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'InstrumentSerif-Italic';
	font-weight: 400;
	src: url('../fonts/InstrumentSerif-Italic.ttf') format('truetype');
}

@media screen and (max-width:1080px){
    .imx {
        margin: 0px 12px;
    }
}