@import url(/assets/font/NanumPen.css);

.img_pc{ display:none; }

.nanum_pen{ font-family:"NanumPen"; }

.point{ color:#FFC000; }
.point_1{ color:#32B44A; }

section > h2{ font-weight:bold; font-size:32px; line-height:38px; letter-spacing:0.05em; }
section > h2 + .sec_content{ margin-top:13px; }
section > h2 + .sec_content > .sec_desc{ font-size:16px; line-height:19px; color:#777; }
section > h2 + .sec_content > .sec_desc{ padding-bottom:55px; background:url(/assets/svg/diagonal_line.svg) no-repeat center bottom; background-size:25px 25px; }
@media screen and (min-width:1104px){
  [data-mode="mo"]{ display:none !important; }
  
  .img_pc{ display:inline-block; }
  .img_mo{ display:none; }
  
  section > h2{ font-size:48px; line-height:57px; letter-spacing:0.06em; }
  section > h2 + .sec_content{ max-width:1104px; margin-top:11px; margin-left:auto; margin-right:auto; }
  section > h2 + .sec_content > .sec_desc{ padding-bottom:70px; font-size:20px; line-height:28px; background-size:37px 37px; }
}

@media screen and (max-width:1103px){
  [data-mode="pc"]{ display:none !important; }
}

.viewport_size_rect{ display:none !important; }
