/*---CSS RESET---*/
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
*{margin: 0;padding: 0;font-family: inherit;font-size: inherit;font-weight: inherit;font-style: inherit;color: inherit;text-decoration: inherit;box-sizing: border-box;}

html, body{text-size-adjust: none;
    -webkit-text-size-adjust: none; 
    -moz-text-size-adjust: none; 
    -ms-text-size-adjust: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




body{font-family: 'pretendard', sans-serif;font-size:16px;font-weight:300;font-style: normal;text-decoration: none;color: #232323;}
li{list-style: none;}
table{border-spacing: 0;border-collapse: collapse;}
input, select, textarea, button{box-sizing: border-box;}
button{background: none;border: none;cursor: pointer;outline: none;}
input:focus {outline: none;}

/*
input {appearance:none; border:none;}
input { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
*/
/*영문 폰트 변경*/
.k_eng{font-family: 'Roboto', sans-serif;}
.j_pop{font-family: 'Poppins', sans-serif;}
.clearfix::after{content: "";clear: both;display: block;}
.j_tmon {font-family: 'TmonMonsori', sans-serif;}
.j_pret {font-family: 'pretendard', sans-serif;}

.k_w100 {display: block;width: 100%;height: 100%;}
.center_pos{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}/*포지션 객체 중양정렬*/
.bg{background-repeat: no-repeat;background-size: cover;background-position: center center;}/*background-image - 반응형*/

.inner {max-width:1480px; margin: 0 auto; width:92%; position:relative;}


@media screen and (min-width: 575px){

	.inner_pc {max-width:1480px; margin: 0 auto; width:92%; position:relative;}

 }




.mo_menu_inner {max-width:1480px; margin: 0 auto; width:98%; position:relative;}
.m_br {display:none;}

@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






@media screen and (min-width:1481px){
    html, body{font-size: 16px;}
}

@media screen and (min-width:721px) and (max-width:1480px){
    html, body{font-size: 16px;}
}

@media screen and (max-width:720px){
    html, body{font-size: 16px;}
}

@media screen and (min-width:721px){

    br.br_m{display: none;}
}

@media screen and (max-width:720px){
	.m_br {display: block;}
    br.br_d{display: none;}
}