@charset "UTF-8";
/*COMMON*/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pretendard", "맑은고딕", "Roboto", "Segoe UI", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 300;
}

.section {
  position: relative;
}

.section .inner {
  max-width: 1140px;
  margin: 0 auto;
}

.section h2 a {
  font-size: 36px;
  font-weight: 400;
}

.btn_default {
  text-align: center;
  /* outline: none;
  cursor: pointer;
  overflow: visible;
  background: transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent; */
}

header.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}

header.section .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1140px;
}

header.section .inner .logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

header.section .inner .logo a {
  background: url(../img/h_logo.png);
  width: 239px;
  height: 90px;
  display: block;
  text-indent: -9999px;
}

header.section .inner .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
}

header.section .inner .menu-group .mymenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  color: #999;
}

header.section .inner .menu-group .mymenu ul li {
  padding-right: 8px;
}

header.section .inner .menu-group .mymenu ul li a {
  color: #999;
}

header.section .inner .menu-group .mymenu ul li::after {
  content: "|";
  display: inline-block;
  padding-left: 8px;
}

header.section .inner .menu-group .mymenu ul li:last-child {
  padding-right: 0;
}

header.section .inner .menu-group .mymenu ul li:last-child::after {
  content: none;
}

nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

nav > ul > li {
  padding: 35px 0 15px 60px;
}

nav > ul > li > a {
  color: #000;
  font-weight: 500;
}

nav > ul > li > a:hover {
  color: #294092;
  font-weight: bold;
}

nav li {
  display: block;
  position: relative;
  text-decoration: none;
  /* -webkit-transition: 0.2s 0s; */
  /* transition: 0.2s 0s; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav ul li ul.dropdown {
  z-index: 99;
  width: 200px;
  border-top: 2px solid #ffd21b;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.2s 0s;
  transition: all 0.2s 0s;
  left: 0;
  top:86px;
  margin-top: 0px;
}

nav ul li ul.dropdown li a {
  color: #666;
  display: block;
  padding: 15px 25px;
}

nav ul li ul.dropdown li a:hover {
  color: #000;
}

nav ul li:hover > ul,
nav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  margin-top: -15px;
}

nav ul li ul li {
  clear: both;
  width: 100%;
}

footer {
  background: #f1f1f1;
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .inner a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}

footer .inner a.logo {
  margin-right: 40px;
}

footer .inner ul.site-info {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

footer .inner ul.site-info strong {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  color: #666;
}

footer .inner ul.site-info span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  color: #666;
}

footer .inner ul.site-info li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  color: #666;
}

footer .inner ul.site-link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .inner ul.site-link li {
  margin-left: 10px;
}

footer .inner ul.site-link li a {
  display: block;
}