@font-face {
font-family: 'Busan';
font-style: normal;
font-weight: 400;
src: url(/theme/design/template/font/Busan.woff) format('woff');
}
html {scroll-behavior: smooth;}
*{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.3px;}
.eng{font-family: "Lusitana", serif;}
.god{
font-family: 'Busan', sans-serif;font-weight:400 !important;
}
body{min-width:1400px;}
.ctt{width:1400px;margin:0 auto;}
.mb_block{display:none;}
.pc_block{display:block;}
.f50{font-size:50px;line-height:65px;}
.f40{font-size:40px;line-height:50px;}
.f32{font-size:32px;line-height:50px;}
.f26{font-size:26px;line-height:36px;}
.f22{font-size:22px;line-height:34px;}
.f20{font-size:20px;line-height:32px;}
.f18{font-size:18px;line-height:30px;}
.f16{font-size:16px;line-height:26px;}
.c1{color:#0f347a}
.c2{color:#2488ca}
.b1{background:#0f347a}
.b2{background:#2488ca}

*::-webkit-scrollbar{width: 5px;}
*::-webkit-scrollbar-thumb{background-color: #003377;border-radius: 10px; }
*::-webkit-scrollbar-track{background-color: #e4e4e4}

@media screen and (max-width:799px){
  body{min-width:100%;}
  .ctt{width:90%;}
  .mb_block{display:block;}
  .pc_block{display:none;}
  .f50, .f40{font-size:20px;line-height:30px;}
  .f32{font-size:18px;line-height:28px;}
  .f26 {font-size: 18px;line-height: 28px;}
  .f22{font-size:16px;}
  .f18 {font-size: 14px;line-height: 25px;}
  .f16{font-size:13px;line-height:24px;}
}