@charset "UTF-8";

/* Reset CSS */
* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
ol {
    list-style: none;
}

img,
video,
iframe {
    vertical-align: middle;
}

/* tag class */
.posi_rel {
    position: relative;
}

.posi_abs {
    position: absolute;
}

.posi_fix {
    position: fixed;
}

.mg_auto {
    margin: 0px auto;
    max-width: 1320px;
}

.main_subtitle {
  text-align: center;
  color: #713123;
  font-size: 2.1rem;
  font-family: 'GangwonEduPower';
  font-style: italic;
  margin: 60px 0;
}

@media all and (max-width:767px) {
    .main_subtitle {
        margin: 30px 0;
      }
      
}

/* body */
body {
    font-size: 14px;
    font-family: 'Pretendard';
    color: #333;
}