:root {
    --full-container: 1620px;
    --max-container: 1520px;
    --middle-container: 1360px;
    --main-color: #191a55;
    --main-color2:#151c37;
    --sub-color: #fdd500;
    --point-color:#1d2087;
    --point-color2:#b7e54b;
    --point-color3:#83b312;
    --transition1: all 0.3s ease;
}
.container
{max-width:var(--max-container); margin:0 auto; }
.container:after
{content:''; display:block; clear:both;}

.middle-container
{max-width:var(--middle-container); margin:0 auto;}
.full-container 
{max-width:var(--full-container); margin:0 auto;}

h1,h2,h3,h4,h5,h6
{font-family:'pretendard'; letter-spacing:-0.04em; line-height:1.3; word-break:keep-all;}
p, span, td, small, li, ul, dl, dt, dd ,b, strong
{line-height:1.5; word-break:keep-all; letter-spacing:-0.04em;}

button 
{border:none; background:transparent;}



@media screen and (max-width:1520px){
  .container
  {padding:0 20px;}
}
@media screen and (max-width:1360px){
  .middle-container 
  {padding:0 20px;}
}