@charset "utf-8";
html.show-modal {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none !important;
  color: #333;
}
img {
  vertical-align: top;
}
body {
  background: rgb(255, 255, 255);
  font: 0.75em/1.5 "Noto Sans KR", "Malgun Gothic", dotum, sans-serif;
  color: #333;
  font-size-adjust: none;
  font-stretch: normal;
  overflow: hidden;
}
br {
  font-family: "Malgun Gothic", dotum, sans-serif;
}
input[type="checkbox"] {
}
input[type="text"] {
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999 !important;
}
input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #999 !important;
}
.wide-wrap {
  width: 1700px;
  margin: 0 auto;
  clear: both;
}
.inner-wrap {
  width: 1340px;
  margin: 0 auto !important;
  clear: both;
}
.img-center {
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}
.none {
  display: none !important;
}
.youtube_frame {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.youtube_frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.btn_submit {
  background: #0e76bc !important;
}
#login_password_lost {
  color: #0e76bc !important;
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}

#wrap {
  width: 100%;
  min-width: 1340px;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#header {
  width: 100%;
}
#header .inner-wrap {
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .inner-wrap > ul {
  display: flex;
  font-size: 20px;
}
#header .inner-wrap > ul > li {
  margin-left: 50px;
}

#wrap.subpage #header {
  background: #000;
}
#wrap.subpage #header .inner-wrap > ul > li a {
  color: #fff;
}

#container {
}

#footer {
  width: 100%;
  background: #343434;
  padding: 80px 0 80px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
#footer .inner-wrap > p {
  margin-bottom: 20px;
}
#footer .inner-wrap > div {
  line-height: 1.8;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#footer .inner-wrap > div > span {
  font-size: 12px;
  margin-top: 5px;
  letter-spacing: 1px;
}

.top-btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 55px;
  cursor: pointer;
  z-index: 99;
}

.link_box {
  display: inline-block;
  margin: auto;
  width: 347px;
  position: relative;
}

.relative {
  position: relative;
}

.link_box > button {
  position: absolute !important;
  left: 104px;
  top: -8px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}

.link_go {
  position: absolute !important;
  left: 104px;
  top: -8px;
  display: block;
  width: 30px;
  height: 30px;
}
