@charset "UTF-8";
:root {
  --main-color: #2448D9;
  color: #111;
}

* {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.flex1 {
  display: flex;
}

.flex-ac {
  display: flex;
  align-items: center;
}

.flex-sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-jcc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-fw {
  flex-wrap: wrap;
  }
 

.tac {
  text-align: center;
}



.fw700-24 {
  font-weight: 700;
  font-size: 24px;
}

.fw700-20 {
  font-weight: 700;
  font-size: 20px;
}

.fw700-18 {
  font-weight: 700;
  font-size: 18px;
}

.fw700-16 {
  font-weight: 700;
  font-size: 16px;
}

.fw700-14 {
  font-weight: 700;
  font-size: 14px;
}

.fw700-12 {
  font-weight: 700;
  font-size: 12px;
}



table, th, tr, td {
  text-align: center;
  vertical-align: middle;
}


.mask {
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  padding:0px; 
  z-index:198; 
  background:#000;  
  -ms-filter: alpha(opacity=70); 
  filter: alpha(opacity=70); 
  opacity:0.7; 
  -moz-opacity:0.7;
}
.mask.active {display:block; }

/* margin */
.ml12 {
  margin-left: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mt12 {
  margin-top: 12px;
}

.ml20 {
  margin-left: 20px;
}

.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt21 {
  margin-top: 21px;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb70 {
  margin-bottom: 70px;
}
