html {scroll-behavior: smooth;}
@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'GMarketSans';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-display: swap;
}
*{font-family: 'GMarketSans', -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;word-break:keep-all !important;}
.eng{font-family: "Pretendard Variable", Pretendard !Important}
body{min-width:1400px;}
.ctt{width:1400px;margin:0 auto;}
.mb_block{display:none;}
.pc_block{display:block;}
.c1{color:#1f519a}
.c2{color:#009de1}
.c3{color:#aff8ff}
.b1{background:#1f519a}
.b2{background:#009de1}
.wt{color:#fff;}
.bold{font-weight:bold}
.pd180{padding:180px 0;}
.pdt180{padding-top:180px}
.mt60{margin-top:60px;}
.mt40{margin-top:40px;}
.mt30{margin-top:30px;}
.mt20{margin-top:20px;}
.mt15{margin-top:15px;}
.mt10{margin-top:10px;}
.f50{font-size:50px;}
.f46{font-size:46px;}
.f40{font-size:40px;}
.f32{font-size:32px;}
.f26{font-size:26px;}
.f22{font-size:22px;}
.f20{font-size:20px;}
.f18{font-size:18px;}
.f17{font-size:17px;}
.f16{font-size:16px;}
.f14{font-size:14px;}
@media screen and (max-width:799px){
  .mb_block{display:block;}
  .pc_block{display:none;}
  body{min-width:100%;width:100%}
  .ctt{width:90%}
  .pd180{padding:60px 0;}
  .pdt180{padding-top:60px}
  .mt60{margin-top:30px;}
  .mt40{margin-top:20px;}
  .mt30{margin-top:15px;}
  .mt20{margin-top:10px;}
  .mt15{margin-top:8px;}
  .mt10{margin-top:6px;}
  .f50{font-size:22px;}
  .f46{font-size:22px;}
  .f40{font-size:20px;}
  .f32{font-size:20px;}
  .f26{font-size:18px;}
  .f22{font-size:17px;}
  .f20{font-size:16px;}
  .f18{font-size:14px;}
  .f17{font-size:14px;}
  .f16{font-size:13px;}
  .f14{font-size:12px;}
}