/* 공통  CSS 부분 */
/* @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");


html {
  
	/* Prevent font scaling in landscape */
  
   -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
  
   -moz-text-size-adjust: none; /*Firefox*/
 
   -ms-text-size-adjust: none;  /*Ie*/
  
   -o-text-size-adjust: none; /*old versions of Opera*/
  
}
  
 body{
    font-size:14px;
    color:#000;
    font-family: "Pretendard Variable", Pretendard, Noto sans, AppleSDGothicNeo-Light, AppleGothic, Malgun Gothic,'맑은 고딕',sans-serif; font-weight:300; margin:0; padding:0; max-width:100%;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#curriculum {
    padding: 0 16px;
}

.point1 {
    margin: 30px auto;
    padding: 6px 16px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;

    width: max-content;
    height: 32px;
    background: #70ff00;
    border-radius: 4px;
    
    color: #000;
    font-weight: 700;
    font-size:12px;
}

.title_1 {
    margin: 40px auto 0;
    font-size: 34px;
    line-height: 52px;
    text-align: center;
    font-weight: 800;
    color: #000;
}
