@font-face {
  font-family: "NanumSquare";
  font-weight: 400;
  src: url(/font/NanumSquareR.eot);
  src: url(/font/NanumSquareR.eot?#iefix) format("embedded-opentype"),
    url(/font/NanumSquareR.woff) format("woff"),
    url(/font/NanumSquareR.ttf) format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00- U+D7A3;
}
@font-face {
  font-family: "NanumSquare";
  font-weight: 800;
  src: url(/font/NanumSquareEB.eot);
  src: url(/font/NanumSquareEB.eot?#iefix) format("embedded-opentype"),
    url(/font/NanumSquareEB.woff) format("woff"),
    url(/font/NanumSquareEB.ttf) format("truetype");
  unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+AC00- U+D7A3;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  word-break: keep-all;
  font-family: NanumSquare, sans-serif;
  color: #212529;
  font-size: 1em;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  border: 0;
  background: transparent;
  padding: 0;
  outline: 0;
}
a,
a:link,
a:visited {
  color: #212529;
  text-decoration: none;
}
header h1 a {
  display: block;
  padding: 20px 0;
}
.margin-auto {
  width: 1200px;
  margin: 0 auto;
}
.container {
  min-height: calc(100vh - 256px);
}
header > .margin-auto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav > ul {
  display: flex;
  height: 92px;
  align-items: center;
}
nav > ul > li > a {
  font-weight: 800;
  text-decoration: none;
  font-size: 18px;
  color: #212529;
  padding: 0 20px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
nav > ul > li {
  position: relative;
  height: 100%;
}
.sub-nav {
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 1;
  display: none;
  top: 92px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}
.sub-nav li a {
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s;
}
.sub-nav li a:hover {
  background-color: #504498;
  color: #fff;
}
nav > ul > li:hover .sub-nav {
  display: block;
}

nav ul a:hover {
  color: #504499;
}
footer {
  background-color: #343a40;
  padding: 40px 0;
}
footer .info {
  display: flex;
  flex-wrap: wrap;
}
footer span {
  margin: 0 20px 0 0;
  color: #dee2e6;
}
footer span.title {
  padding-right: 5px;
  margin: 0;
}

footer p {
  line-height: 1.8;
  color: #dee2e6;
}
footer .margin-auto {
  display: flex;
}
footer .margin-auto > div:first-child {
  margin-right: 60px;
}
.main-visual {
  height: 500px;
  width: 100%;
  position: relative;
  background-color: #504499;
}
.main-visual > div {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 1s;
}
.main-visual > div.on {
  opacity: 1;
}
.main1 {
  background: url(/img/main1.png) no-repeat 50% 50%;
}
.main2 {
  background: url(/img/main2.png) no-repeat 50% 50%;
}
.sound_only {
  display: none;
}
caption {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > div {
  width: 50%;
}
.main-notice {
  position: relative;
}
.main-notice .margin-auto {
  display: flex;
  padding: 40px 0;
}
.main-notice .margin-auto > div + div {
  margin-left: 40px;
}

.fb-page {
  width: calc(30% - 80px);
  height: 400px;
  border: 1px solid #dee2e6;
}
.bg-text {
  color: #e9ecef;
  font-size: 160px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1000px);
}
.main-gal {
  padding: 40px 0;
}
.new_icon {
  display: none !important;
}
.facebook-wrap h2 a {
  font-size: 1.4em;
  font-weight: 800;
  text-decoration: none;
  color: #504498;
}
.facebook-wrap .flex {
  margin-bottom: 20px;
}
.sub-title-wrap {
  width: 100%;
  padding: 60px 0;
  background-image: linear-gradient(to right, #504498, #36336c);
}
.sub-title-wrap h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.sub {
  padding: 60px 0;
}
.about-p {
  line-height: 1.6;
  font-size: 1.2em;
}
.about-p strong {
  color: #504498;
  font-weight: bold;
  font-size: 2em;
}
.about-p + h3 {
  margin: 60px 0 30px 0;
  font-weight: 800;
  font-size: 1.8em;
}
.list-center {
  background-color: #f1f3f5;
  border-radius: 5px;
  padding: 16px;
}
.list-center + .list-center {
  margin-top: 20px;
}
.list-center h3 {
  font-weight: 800;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.list-center p {
  line-height: 1.6;
}
.list-center dt {
  font-weight: bold;
  margin: 20px 0 10px 0;
}
.list-center dd,
.list-center li {
  margin: 10px 0;
}
.hamburger {
  display: none;
}
.sns a {
  margin-right: 20px;
}
.sns img {
  opacity: 0.4;
  transition: 0.5s;
}
.sns a:hover img {
  opacity: 0.7;
}
.pg_wrap {
  text-align: center;
  margin-top: 20px;
}
.pg_wrap a,
.pg_wrap .pg_current {
  min-width: 30px;
  line-height: 30px;
  display: inline-block;
}
.pg_wrap .pg_current {
  background-color: #f3f0ff;
  border: 1px solid #b197fc;
}
.table-col {
  margin-top: 10px;
}
.table-col td {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ced4da;
  border-right: 1px solid #ced4da;
  line-height: 1.6;
}
.table-col td:first-child {
  border-left: 1px solid #ced4da;
}
.table-col th {
  padding: 10px;
  background-color: #495057;
  color: #fff;
}
.info-graphic {
  background-color: #fff;
  padding: 30px;
  margin-top: 16px;
  border-radius: 5px;
}
.info-graphic > p {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #f76707;
  margin-bottom: 16px;
}
.info-graphic ul {
  display: flex;
  justify-content: center;
}
.info-graphic ul li {
  text-align: center;
  width: 28%;
  border: 1px solid #ced4da;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 0 8px rgb(0 0 0 / 25%);
}
.info-graphic ul li + li {
  margin-left: 20px;
}
.info-graphic ul li strong {
  border-radius: 50px;
  padding: 15px;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.info-graphic ul li p {
  margin-top: 16px;
}
.info-graphic ul li:nth-child(1) strong {
  background-color: #5f3dc4;
}
.info-graphic ul li:nth-child(2) strong {
  background-color: #7048e8;
}
.info-graphic ul li:nth-child(3) strong {
  background-color: #845ef7;
}
.list-triangle .font-red {
  color: #f03e3e;
  padding-left: 10px;
}
.list-triangle li {
  display: flex;
  align-items: center;
}
.list-triangle li i {
  margin-right: 5px;
}
.list-triangle li strong {
  color: #5f3dc4;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.list-triangle li strong i {
  color: #5f3dc4;
}
.string-num-dl {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #ced4da;
  margin: 16px 0;
}
.string-num-dl dt strong {
  font-weight: bold;
  font-size: 18px;
  background-color: #5f3dc4;
  color: #fff;
  display: inline-block;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.string-num-dl dt {
  color: #5f3dc4;
  font-size: 18px;
  margin: 0;
}
.string-num-dl dd {
  margin: 10px 0 0 40px;
  line-height: 1.6;
}
.string-num-dl dd + dt {
  margin-top: 16px;
}
.footer-email {
  display: flex;
  flex-direction: column;
}
.footer-email input {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-email input + input {
  margin: 5px 0;
}
footer .margin-auto div:nth-child(2) {
  flex: auto;
}
footer .margin-auto div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-email button {
  background-color: #495057;
  color: #fff;
  padding: 10px;
}
@media all and (max-width: 1200px) {
  .margin-auto {
    width: 100%;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
  }
  h1 {
    width: 80%;
  }
  header h1 a {
    padding: 0;
  }
  .container {
    min-height: auto;
  }
  .main-visual {
    height: 50vw;
  }
  .main-visual > div {
    background-size: cover;
  }
  footer .margin-auto {
    display: block;
  }
  footer .margin-auto > div:first-child {
    display: none;
  }

  .pic_lt ul {
    flex-wrap: wrap;
  }
  .lat {
    display: block !important;
  }
  .lat .lat-title {
    width: 100% !important;
    margin-top: 0 !important;
    display: flex;
  }
  .lat ul {
    width: 100% !important;
    display: block !important;
  }
  .lat ul li {
    width: 100% !important;
  }
  .main-notice .margin-auto {
    display: block;
    padding: 40px 16px;
  }
  .main-notice .margin-auto > div {
    width: 100%;
  }
  .main-notice .margin-auto > div + div {
    margin: 40px 0 0 0;
  }
  h1 img {
    width: 100%;
  }

  .fb_iframe_widget_fluid {
    display: block !important;
  }

  .pic_lt li {
    max-width: 50%;
    border: 0 !important;
    line-height: 0;
  }
  .pic_lt li img {
    max-width: 100%;
  }
  .gal-img-bottom {
    display: none;
  }
  .hamburger {
    display: block;
    width: 30px;
  }
  .hamburger > span {
    height: 4px;
    display: block;
    background-color: #212529;
    border-radius: 3px;
  }
  header {
    position: relative;
  }

  .hamburger > span + span {
    margin-top: 4px;
  }
  .hamburger + ul {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 77px;
    left: 0;
    height: auto;
    background-color: #fff;
    text-align: center;
  }
  .hamburger.on + ul {
    display: block;
  }
  .hamburger + ul a {
    padding: 10px 0;
    justify-content: center;
  }
  .root_daum_roughmap {
    width: 100% !important;
  }
  #bo_list,
  #bo_v {
    padding: 16px !important;
  }
  #bo_list .td_name,
  #bo_list .td_num {
    display: none;
  }
  .tbl_wrap thead tr th:nth-child(4),
  .tbl_wrap thead tr th:nth-child(5) {
    display: none;
  }
  .tbl_wrap .td_subject {
    width: 60%;
  }
  .tbl_wrap table td {
    line-height: 1.6;
    padding: 10px 0;
  }
  .sub-nav {
    display: block;
    position: static;
    box-shadow: none;
    background-color: #f1f3f5;
  }
  .sub-title-wrap {
    padding: 30px 0;
  }
  #bo_gall {
    padding: 16px !important;
  }
  .gall_row .col-gn-4 {
    width: 100% !important;
  }
  .pic_lt li:last-child {
    display: none;
  }
  .sns a:first-child {
    margin-left: 0;
  }
  .sns {
    margin-top: 20px;
  }
}
