﻿
    .app-title-text {
      font-family:NanumGothic;
      font-size:16px;
      color:#373737;
    }

    .pr-content-section {
      padding-top: 90px;
    }

    .pr-content-section .subject {
      cursor:pointer;
    }


    @media (min-width: 325px) {
      .app-title-text {
        font-family:NanumGothic;
        font-size:18px;
        color:#373737;
      }
    }

    @media (min-width: 768px) {
        .app-title-text {
          font-family:NanumGothic;
          font-size:44px;
          color:#373737;
        }
    }