h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "돋움";
  font-weight: 600 !important;
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
    padding-top: 15%;
}

@media (min-width: 310px) {
    header.masthead .masthead-content .masthead-heading {
        font-size: 5rem;
    }
      
    header.masthead .masthead-content .masthead-subheading {
        font-size: 2rem;
    }
  }
  

@media (min-width: 992px) {
    header.masthead .masthead-content .masthead-heading {
        font-size: 10rem;
    }
      
    header.masthead .masthead-content .masthead-subheading {
        font-size: 4rem;
    }
  }

  p.middle {
    font-size: 1.5rem;
    color: #7f7f7f;
    text-align: end;
    margin-right: 11%;
}

p.middle-sub {
    font-size: 1.5rem;
    color: #313131;
}

p.footer {
    font-size: 1rem;
    color: #7f7f7f;
    text-align: start;
}

img.middle {
    
    margin-right: 8%;
}

div.footer{
    text-align: end;
}

  @media (max-width: 992px) {
    p.middle {
        font-size: 1.5rem;
        color: #7f7f7f;
        text-align: center;
        margin-right: 0%;
    }
    
    p.middle-sub {
        font-size: 1.5rem;
        color: #313131;
        text-align: center;
    }

    div.footer{
        text-align: center;
    }

    p.footer {
        font-size: 1rem;
        color: #7f7f7f;
        text-align: center;
    }
    
  }

h1 {
    color: #0059a9;
}

h2 {
    color: #7f7f7f;
}

div.divider {
    background-color: #0059a9;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 1rem;
    min-height: 1px;
}

span {
    color: #0059a9;
}

.border {
    width: 100%;
    height: 100%;
    background: #0059a9;
    margin-top: 6rem;
    margin-bottom: 1rem;
}
