@charset "utf-8";

#svisual .svisual-bg{background:url(/images/smu-senetteria/common/svisual_bg.jpg) no-repeat}

@media (max-width: 480px){
#header #logo em a {font-size:13px}
}

#svisual .layout h2 em{display:block;}




body {
      font-family: 'NanumSquare', sans-serif;
      background-color: #f9f7f2;
      color: #333;
      line-height: 1.8;
      margin: 0;
      padding: 0;
    }
    .sene-container h1 {
      font-size: 2em;
      color: #4a6b3b;
    }
    .sene-container h2 {
      font-size: 1.4em;
      color: #7d9f5f;
      margin-top: 2em;
    }
    .sene-container p {
      margin: 1em 0;
    }
    .intro-sene {
      list-style: none;
      padding-left: 0;
    }
    .intro-sene li::before {
      content: "• ";
      color: #4a6b3b;
      font-weight: bold;
    }
    .emoji {
      font-size: 1.4em;
      margin-right: 0.3em;
    }
    .highlight {
      font-weight: bold;
      color: #4a6b3b;
    }