@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;800&display=swap');
* {
  box-sizing: border-box;
  font-family: 'Nanum Gothic', sans-serif;
}

body, html {
  text-align: justify;
  width: auto;
  scroll-behavior: smooth;
}
body {
  /*background-image: url("bgf.jpg"); */
  background-color: white;
  /*background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  background-attachment: fixed; */
 }
.uno_a {
    width: 84.168%;
    margin-left: 7.916%;
    margin-right: 7.916%;
    height: 100vh;
}

.title_a {
}

.h2_a {
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #124A39;
    line-height: 0.5;
}
.title_eas_a {
    font-size: 30px;
  font-weight: bold;
  color: #124A39;
  font-family: 'Nanum Gothic', sans-serif;
  float: left;  
}
.vng_a {
    display: inline-block;
    padding: 7px 20px;
    background-color:#124A39;
    color:white;
    border: 1px solid #124A39;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    cursor: pointer; 
    margin-top: 0.5%;
}
.vng_a:hover {
    background-color:#0e3b2e;
    color:rgb(223, 223, 223);
    border: 1px solid #0c3328;
}
#mqid {
    display: none;
    font-size: 14px;
}
#mcid {
    display: none;
    font-size: 14px;
}
#msid {
    display: none;
    font-size: 14px;
}
#mssid {
    display: none;
    font-size: 14px;
}
#moid {
    display: none;
    font-size: 14px;
}

.flex {
    max-width: 100%;
}
.lcontainer_a {
    display: flex;
    width: 82%;
    height: auto;
    background-color: #E0E0E0;
    border-radius: 35px;
    text-align: justify;
    padding-left: 2.4%;
    padding-right: 2.5%;
    margin-bottom: 4%;
  }
.eastitle_a {
    font-size: 30px;
    font-weight: bold;
    color: #124A39;
    font-family: 'Nanum Gothic', sans-serif;
    float: left;
    text-align: start;
}
.desceas_a {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: lighter;
    display: block;
    color: #000;
    font-size: 14px;
    float: left;
    text-align: justify;
    line-height: 1.4;
    margin-top: -0.5%;  
}
  .down_a {
     color: white;
     background-color: white;
     height: 5%;
     font-size: 2px;
     padding-top: 3%;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
  }

@media screen and (max-width: 1055px) {
    .h2_a {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #124A39;
        line-height: 0.9;
        text-align: left;
    }
    .title_eas_a {
        font-size: 25px;
      font-weight: bold;
      color: #124A39;
      font-family: 'Nanum Gothic', sans-serif;
      float: left;  
    }
  }

  @media screen and (max-width: 487px) {
    .h2_a {
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 40px;
        font-weight: bold;
        color: #124A39;
        line-height: 0.9;
        text-align: left;
    }
    .title_eas_a {
        font-size: 20px;
      font-weight: bold;
      color: #124A39;
      font-family: 'Nanum Gothic', sans-serif;
      float: left;  
    }
  }

  @media screen and (max-width: 1637px) {
    .vng_a {
        margin-top: 2%;
    }
  }

  @media screen and (max-width: 434px) {
    .vng_a {
        margin-top: 3%;
    }
  }








