
       .page section img {
           border: none !important;
       }
       .default_section {
         padding: 0 !important;
         margin: 0.2vh;
         margin: 0;
       }
       .default_padding {
          padding-left: 10vw !important;
          padding-right: 10vw !important;
          padding-top: 4vh !important;
          padding-bottom: 4vh !important;
       }
       .default_title {
        background-color: #00757b;
        color: white;
        text-align: center;
        font-size: 8vw;
        padding: 0.5em;
        box-shadow: -1px 1px 5px #00757b70;
        margin-bottom: 5px;
        margin-top: 5px;
        font-weight: bold;
      }
      .default_subtitle {
        color: #00757b;
      }
      .default_text-content {
            line-height: 1.6;
            /*font-family: "Nanum Myeongjo";*/
            font-weight: 500;
            color: black;
      }
      .default_font-primary {
          /*font-family: "Nanum Myeongjo";*/
          line-height: 1.6;
      }
      .default_background-color_primary {
          background: #00757b;
      }
      .default_background-color_secondary {
          background: #e1e8ed;
          color: #00757b;
      }
      .default_background-color_alternative {
          background: white;
          color: #00757b;
      }
      .nmhu_alert-container {
           display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            /* padding: 4vh 4vw 4vh 4vw; */
            max-height: 20vh;
            height:0;
            top: -10vh;
            background-color: #393e46;
            position: relative;
            animation: alert-animation 3s ease 1 forwards;
            animation-delay: 6s;
       }
       @keyframes alert-animation {
           0% {
               font-size: 0em;
               height: 0;
               top: 0;
           }
           50% {
               height: 100%;
               top: 0;
               box-shadow: 1px 10px 100px #ffa62b;
           }
           100% {

               height: 100%;
               top: 0;
               box-shadow: 1px 1px 5px #ffa62b;

           }
       }
       .nmhu_alert {
           display: flex;
            flex-direction: row;
            justify-content: flex-start;
            font-size: 1.2vmax;
            color: white;
            line-height: 1.3;
            width: 80vw;
            flex-shrink: 1;
            flex-grow: 1;
            max-width: 78%;
       }
       .nmhu_icon {
            font-size: 1.3em;
            border-radius: 50%;
            border: 19px black;
            margin-left: 8px;
            margin-right: 2vw;
            margin-top: 8px;
            color: #ffa62b;
            display: flex;
            align-self: flex-start;
       }
       @media only screen and (min-width: 768px) {
         .default_title {
             font-size: 2vw;
             text-align: left;
             /* padding: 1em; */
    
            }
            
           
            .nmhu_alert {
               display: flex;
               flex-direction: row;
               justify-content: flex-start;
               font-size: 1.8vmin;
               color: white;
           }
       .nmhu_icon {
            font-size: 2em;
            margin-left: 1vw;
            margin-right: 1vw;
            color: #ffa62b;
            display: flex;
            align-self: center;
       }
    } 
    

    
    

       