/************************************************************************
 * 프로젝트 : 케스코사업관리시스템
 * 파일명 : reset.css
 * 설명 : 사업관리시스템
 * 작성일 : 2023.02.24
 * 작성자 : 이근선
 * 버 전 : 1.0
************************************************************************/

* { margin: 0; padding: 0; box-sizing: border-box; } 

ul,
li { list-style: none; } 

a { text-decoration: none; color: inherit; display: inline-block; } 

html { font-size: 10px; } 
body { color: #505050; font-weight: 400; width: 100%; margin: 0 auto; line-height: 1.25; letter-spacing: -0.12rem; } 

button { border: none; background-color: transparent; cursor: pointer; color: inherit; } 

h1 { font-size: 6rem; line-height: 1.5}
h2 { font-size: 4.5rem; line-height: 1.15; } 
h3 { font-size: 3.2rem; font-weight: 600; } 
h4 { font-size: 2.4rem; font-weight: 500; line-height: 1.4; } 
h5 { font-size: 2rem; line-height: 1.5; font-weight: 400; } 
p { font-size: 2rem; font-weight: 300; line-height: 1.7; color: inherit; word-break: keep-all}
.small { font-size: 1.8rem; } 
.font40 { font-size: 4rem; } 
.font22 { font-size: 2.2rem; } 
.font18 { font-size: 1.8rem; } 

.roboto { font-family: "Roboto"; } 
.loose { letter-spacing: 0.6rem; } 
.light_blod { font-weight: 400 !important; } 
.light { font-weight: 300 !important; } 
.thin { font-weight: 200 !important; } 

.center { text-align: center !important; } 
.t_left { text-align: left !important; } 
.t_right { text-align: right !important; } 

.c_white { color: #FFF !important; } 
.c_lightgray { color: #808080; } 

.flex { display: flex; } 
.col { flex: 1; } 

.float { float: left; } 
.float_r { float: right; } 

hr { width: 100%; height: 1px; border: 0; } 
hr.line, hr.bgc_gray { background-color: #d5d5d5; } 
hr.c_aaa { background-color: #aaa; } 