html {scroll-behavior: smooth;}
@font-face {
    font-family: 'KorailDdonggeunGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicLight.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'KorailDdonggeunGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicMedium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'KorailDdonggeunGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicBold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
*{font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;letter-spacing:-0.6px;word-break:keep-all}
.serif{font-family: "Marcellus", serif !important;}
.gd{font-family: 'KorailDdonggeunGothic' !important}
body{min-width:1400px;}
.ctt{width:1400px;margin:0 auto;}
.mb_block{display:none;}
.pc_block{display:block;}
.c1{color:#0c4198}
.f46{font-size:46px;line-height:1.6}
.f40{font-size:40px;line-height:1.6}
.f32{font-size:32px;line-height:1.6;}
.f26{font-size:26px;line-height:1.6;}
.f22{font-size:22px;line-height:1.6}
.f20{font-size:20px;line-height:1.6;}
.f18{font-size:18px;line-height:1.6;}
.f16{font-size:15px;line-height:1.6;}
.f14{font-size:14px;line-height:1.6;}

@media screen and (max-width:768px){
  .mb_block{display:block;}
  .pc_block{display:none;}
  body{min-width:100%;width:100%}
  .ctt{width:90%}
  .f50{font-size:22px;}
  .f46{font-size:20px;}
  .f40{font-size:20px}
  .f32{font-size:19px;}
  .f26{font-size:18px;}
  .f22{font-size:17px;}
  .f20{font-size:16px;}
  .f18{font-size:15px;}
  .f16{font-size:14px;}
}