<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000;
  font: normal 125%/1.4 "SUIT", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1430px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 15px; /* 3 */
  padding-right: 15px; /* 3 */
  width: 100%; /* 1 */
}

.container_fullsize_right {
  max-width: calc(100% - (100% - 1430px) / 2);
  padding-left: 15px; /* 3 */
  padding-right: 15px; /* 3 */
  width: 100%; /* 1 */
  margin-left: calc((100% - 1430px) / 2);
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (max-width: 1430px) {
  .onlypc {
    display: none;
  }
}

.onlym {
  display: none;
}
@media (max-width: 1430px) {
  .onlym {
    display: inherit;
  }
}

.img-wrap img {
  width: 100%;
}

header .mobile-gnb {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
header .mobile-gnb span.logo-wrapper {
  padding: 10px;
  display: flex;
}
header .mobile-gnb span.logo-wrapper a img {
  width: 160px;
  position: relative;
  top: 4px;
  left: 4px;
}
header .mobile-gnb .gnb-menu .sidebar-menu {
  padding: 0;
  margin: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu &gt; li {
  position: relative;
  margin: 0;
  padding: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu &gt; li a {
  display: flex;
  justify-content: space-between;
  transition: all ease 0.6s;
  padding: 20px;
  border-bottom: 1px #eeeeee solid;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
header .mobile-gnb .gnb-menu .sidebar-menu &gt; li:hover &gt; a, header .mobile-gnb .gnb-menu .sidebar-menu &gt; li.active &gt; a {
  color: #000;
  background-color: transparent;
}
header .mobile-gnb .gnb-menu .sidebar-menu &gt; li .label, header .mobile-gnb .gnb-menu .sidebar-menu &gt; li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
header .mobile-gnb .gnb-menu .sidebar-menu li &gt; a &gt; .ri-arrow-right-s-line {
  padding: 0;
  transition: 0.3s;
}
header .mobile-gnb .gnb-menu .sidebar-menu li &gt; a:hover .ri-arrow-right-s-line {
  transform: rotate(90deg);
  color: #000;
}
header .mobile-gnb .gnb-menu .sidebar-menu li.active &gt; a &gt; .ri-arrow-right-s-line {
  transform: rotate(90deg);
  color: #000;
}
header .mobile-gnb .gnb-menu .sidebar-menu li.active &gt; .sidebar-submenu {
  display: block;
}
header .mobile-gnb .gnb-menu .sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 8px;
  margin: 0 1px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f4f4;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu &gt; li &gt; a {
  padding: 18px 35px 18px 35px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  /*    color: hsla(240,6%,97%,.5); */
  color: #000;
  border-bottom: 1px #e2e2e2 solid;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu &gt; li:last-child &gt; a {
  border: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu &gt; li &gt; a &gt; .fa {
  width: 20px;
  display: none;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu &gt; li.active &gt; a, header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu &gt; li &gt; a:hover {
  color: #000;
}
header .mobile-gnb .m-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
  font-size: 14px;
}
header .desktop-gnb {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1430px) {
  header .desktop-gnb {
    display: none;
  }
}
header .desktop-gnb .top_wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
header .desktop-gnb .top_wrap .logo {
  position: relative;
  top: 36px;
  left: 100px;
  z-index: 5;
}
header .desktop-gnb .top_wrap nav.nav {
  flex: 1;
  z-index: 1;
}
header .desktop-gnb .top_wrap nav.nav #gnb {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 {
  display: flex;
  flex-direction: column;
  margin: 0 2%;
  align-items: center;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 &gt; a {
  color: #fff;
  display: flex;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding: 45px;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1.on &gt; a, header .desktop-gnb .top_wrap nav.nav #gnb .depth1:hover &gt; a {
  border-bottom: 1px solid #b1e3ff;
  transition: 0.5s all ease-in-out;
  color: #b1e3ff;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 {
  opacity: 0;
  flex-direction: column;
  position: absolute;
  top: 140px;
  height: 0;
  overflow: hidden;
  align-items: center;
  display: flex;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 li {
  display: flex;
  position: relative;
  cursor: pointer;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 li &gt; a {
  color: #fff;
  font-size: 18px;
  padding: 13px 0;
  display: flex;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 li &gt; a:hover {
  color: #b1e3ff;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb .top_wrap nav.nav .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .desktop-gnb .top_wrap nav.nav .inner .menu_wrap {
  flex: 0.9;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap {
  width: 133px;
  position: relative;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site {
  background-color: transparent;
  width: 100%;
  display: flex;
  border-radius: 30px;
  border: 1px solid #eaeaea;
  padding: 12px 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site i {
  font-size: 18px;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site:hover, header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site.show {
  background-color: #eaeaea;
  color: #4f4f4f;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site:hover i, header .desktop-gnb .top_wrap nav.nav #relate-site-wrap span#relate-site.show i {
  transform: rotate(180deg);
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites {
  display: flex;
  flex-direction: column;
  background-color: #eaeaea;
  border-radius: 20px;
  font-size: 16px;
  color: #4f4f4f;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 133px;
  top: 10px;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites span.site a {
  padding: 8px 24px;
  display: flex;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites span.site a:hover {
  color: #3168ab;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites span.site:first-child a {
  padding-top: 25px;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites span.site:last-child a {
  padding-bottom: 25px;
}
header .desktop-gnb .top_wrap nav.nav #relate-site-wrap #sites.show {
  height: 140px;
  padding-top: 30px;
  transition: 0.25s all ease-in-out;
}
header .desktop-gnb .top_wrap .submenu_panel {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 114px;
}
header .desktop-gnb.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb.open .top_wrap {
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb.open .top_wrap nav.nav #gnb .depth1 .depth2 {
  opacity: 1;
  height: auto;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.75s;
}
header .desktop-gnb.open .top_wrap .submenu_panel {
  height: 340px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition-delay: 2s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.submenu_list .submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  top: -82px;
  background-color: rgba(15, 108, 177, 0.8117647059);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 1430px) {
  .submenu_list .submenu {
    display: none;
  }
}
.submenu_list .submenu li a {
  color: #fff;
  font-size: 16px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.submenu_list .submenu li.l_menu_ON a {
  color: #a5d9ff;
}
.submenu_list .submenu li.l_menu_ON a::before {
  content: " ";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a5d9ff;
  position: absolute;
  top: 20px;
}

.subpage h2 {
  color: #3168ab;
  font-size: 38px;
  margin: 0;
  font-weight: 600;
  margin-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 1430px) {
  .subpage h2 {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

footer {
  background-color: #000;
  padding: 0;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1430px) {
  footer {
    padding: 50px 0;
  }
}
footer .flex {
  display: flex;
}
footer .flex .left h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  footer .flex .left h2 {
    text-align: center;
  }
}
footer .flex .left address span {
  color: #eaeaea;
  font-size: 14px;
  margin-right: 10px;
}
footer .flex .left address span.bold {
  color: #eaeaea;
}
footer .flex .left p {
  color: #eaeaea;
}
@media screen and (max-width: 992px) {
  footer .flex .left p {
    text-align: center;
  }
}
footer .flex .left p a {
  color: #eaeaea;
}
@media (max-width: 1430px) {
  footer .flex .left span img {
    width: 170px;
  }
}
footer .flex .right {
  justify-content: flex-end;
  display: flex;
  flex: 1;
}
@media (max-width: 1430px) {
  footer .flex .right {
    display: none;
  }
}
footer .flex .right .sitemap {
  display: flex;
  flex-direction: row;
}
footer .flex .right .sitemap &gt; ul.gnb {
  display: flex;
  flex-direction: row;
  margin-right: 80px;
}
footer .flex .right .sitemap &gt; ul.gnb:last-child {
  margin-right: 0;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 {
  margin-right: 100px;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 &gt; a {
  color: #eaeaea;
  font-size: 18px;
  margin-bottom: 20px;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 &gt; a:hover {
  text-decoration: none;
  color: #3168ab;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1:last-child {
  margin-right: 0;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 &gt; ul.depth2 {
  margin-top: 30px;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 &gt; ul.depth2 &gt; li &gt; a {
  font-size: 14px;
  color: #4f4f4f;
}
footer .flex .right .sitemap &gt; ul.gnb &gt; li.depth1 &gt; ul.depth2 &gt; li &gt; a:hover {
  text-decoration: none;
  color: #3168ab;
}
footer .address {
  border-top: 1px solid #4f4f4f;
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 1430px) {
  footer .address {
    border-top: 0;
    margin-top: 20px;
    padding-top: 0;
  }
}
@media (max-width: 1430px) {
  footer .address .juso {
    display: flex;
    margin-bottom: 10px;
  }
}

footer.sub {
  margin-top: 160px;
}
@media (max-width: 1430px) {
  footer.sub {
    margin-top: 100px;
  }
}

footer .btn-default {
  background-color: #fff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  border: 1px #dddddd solid;
  padding: 4px 11px;
  border-radius: 0;
}

footer .footer-menu {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #1c1c1c;
  border-bottom: 1px #1c1c1c solid;
}

footer .footer-menu ul {
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li:before {
  color: #464646;
  content: "|";
  font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
  content: "";
  padding-left: 0;
  margin-left: 0;
}

footer .footer-menu ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  padding-left: 16px;
  padding-right: 16px;
}

footer .footer-menu ul li a.blue {
  color: #fff;
}

footer .breadcrumb {
  margin-bottom: 4px;
  background-color: transparent;
}

footer p.logo {
  float: right;
  margin-top: 23px;
  display: none;
}

footer p.logo img {
  width: 80%;
}

footer address {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #acacac;
  font-style: normal;
  font-family: "SUIT", sans-serif;
}
@media (max-width: 1430px) {
  footer address {
    line-height: 1.4;
  }
}
footer address span.bar {
  margin: 0 10px;
}

footer p {
  margin-top: 0;
  font-family: "SUIT", sans-serif;
  padding-top: 6px;
  color: #acacac !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
}
@media (max-width: 1430px) {
  footer p {
    font-size: 12px;
  }
}

footer address a span {
  color: #979ba3;
  margin-left: 6px;
}

footer address a {
  color: #979ba3;
  font-size: 14px;
}

/* 모바일 메뉴 */
.nav-btn-wrapper {
  position: fixed;
  z-index: 2;
  display: none;
  width: 100%;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 1430px) {
  .nav-btn-wrapper {
    display: flex;
  }
}
.nav-btn-wrapper .logo-area img {
  width: 160px;
  position: relative;
  left: 4px;
  top: 4px;
}
.nav-btn-wrapper.open .logo-area {
  display: none;
}
.nav-btn-wrapper.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s all ease-in-out;
}
.nav-btn-wrapper.scrolled .logo-area .color {
  display: inherit;
}
.nav-btn-wrapper.scrolled .logo-area .white {
  display: none;
}
.nav-btn-wrapper.scrolled.open {
  padding: 0;
  transition: none;
}
.nav-btn-wrapper .lang-sel {
  position: absolute;
  right: 60px;
  top: 20px;
  color: #fff;
  font-size: 14px;
}
.nav-btn-wrapper.off .nav_wrap span {
  background: #c0c0c0;
}
.nav-btn-wrapper .nav-btn span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 7px;
  background: #fff;
  transition: 0.2s;
}

.nav-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.nav-btn-active span:nth-of-type(1) {
  transform: translateY(9px) rotate(45deg);
  background: #000;
}
.nav-btn-active span:nth-of-type(2) {
  opacity: 0;
  background: #000;
}
.nav-btn-active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: #000;
}

.sub-header {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}
@media (max-width: 1430px) {
  .sub-header {
    height: 250px;
  }
}
.sub-header h2.cate-title {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .sub-header h2.cate-title {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.sub-header p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
.sub-header p span.arrow {
  margin: 0 10px;
}

h2.pagetitle {
  font-size: 40px;
  color: #222;
  margin-top: 2.5em;
  margin-bottom: 1.3em;
}
@media (max-width: 1430px) {
  h2.pagetitle {
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.img-grid,
.process-grid {
  display: grid;
}
.img-grid.grid2,
.process-grid.grid2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.img-grid.grid3,
.process-grid.grid3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .img-grid.grid3,
.process-grid.grid3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.img-grid.grid4,
.process-grid.grid4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .img-grid.grid4,
.process-grid.grid4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.img-grid .img-wrapper,
.process-grid .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (max-width: 1430px) {
  .img-grid .img-wrapper,
.process-grid .img-wrapper {
    margin-bottom: 15px;
  }
}
.img-grid .img-wrapper span.label,
.process-grid .img-wrapper span.label {
  font-size: 16px;
  margin-top: 30px;
}
.img-grid .img-wrapper .border-imgbox,
.process-grid .img-wrapper .border-imgbox {
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .img-grid .img-wrapper .border-imgbox,
.process-grid .img-wrapper .border-imgbox {
    border-radius: 15px;
  }
}
.img-grid img,
.process-grid img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1430px) {
  .img-grid img,
.process-grid img {
    border-radius: 15px;
  }
}

.subpage.introduce .bottom-bigtext {
  margin-top: 250px;
  font-size: 150px;
  color: #eaeaea;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 1430px) {
  .subpage.introduce .bottom-bigtext {
    display: none;
  }
}

main .section01 {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 1430px) {
  main .slick-current video {
    position: relative;
    right: 150vw;
  }
}
main .slide-wrapper {
  position: relative;
}
main .slide-wrapper video {
  position: relative;
}
main .slide-wrapper .caption {
  position: absolute;
  bottom: 25%;
  width: 100%;
}
main .slide-wrapper .caption h2 {
  font-size: 70px;
  color: #fff;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 1430px) {
  main .slide-wrapper .caption h2 {
    font-size: 36px;
  }
}
main .slide-wrapper .caption p.desc {
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 1430px) {
  main .slide-wrapper .caption p.desc {
    font-size: 14px;
  }
}
@media (max-width: 1430px) {
  main .slide-wrapper .caption p.desc span.large-text {
    font-size: 38px;
  }
}
main .slide-wrapper .caption p.keyword {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1430px) {
  main .slide-wrapper .caption p.keyword {
    font-size: 14px;
  }
}
main .main-slider ul.slick-dots {
  display: none !important;
}

.circle-timer {
  position: absolute;
  bottom: 10vh;
  right: 10vw;
}
@media (max-width: 1430px) {
  .circle-timer {
    display: none;
  }
}
.circle-timer h2 {
  font-size: 24px;
  text-align: center;
  position: absolute;
  line-height: 88px;
  width: 100%;
  color: #fff;
  margin: 18px 0;
  font-weight: 400;
  border: 4px solid #fff;
  border-radius: 50%;
  height: 94px;
  width: 94px;
  right: 6px;
  top: -12px;
}
.circle-timer svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.circle-timer .circle_animation {
  stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
  stroke-dashoffset: 440;
  transition: all 1s linear;
}

#to-top {
  position: fixed;
  bottom: 10vh;
  right: 5vw;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
@media (max-width: 1430px) {
  #to-top {
    display: none;
  }
}
#to-top #top_btn,
#to-top #scrollTopBtn {
  background-color: #3168ab;
  border: 1px solid #3168ab;
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: none;
}
@media (max-width: 1430px) {
  #to-top #top_btn,
#to-top #scrollTopBtn {
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
  }
}
#to-top.show {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

nav.pg_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
nav.pg_wrap .pg {
  margin: 20px 0;
}
nav.pg_wrap .pg .pg_page, nav.pg_wrap .pg .pg_current {
  font-size: 18px;
  color: #666;
  padding: 0px 15px;
}
nav.pg_wrap .pg .pg_current {
  color: #3168ab;
}

.dnb-tab-container .tabs {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row;
  border-radius: 100px;
  justify-content: space-evenly;
  padding: 15px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .dnb-tab-container .tabs {
    border-radius: 30px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
.dnb-tab-container .tabs button {
  flex: 1;
  border: none;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 18px;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 50px;
  padding: 12px;
  transition-duration: 0.5s;
  transition-property: background-color, color;
}
@media (max-width: 1430px) {
  .dnb-tab-container .tabs button {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 16px;
    padding: 12px;
  }
}
.dnb-tab-container .tabs button.active, .dnb-tab-container .tabs button:hover {
  color: #fff;
  background: #3168ab;
  transition-duration: 0.5s;
  transition-property: background-color, color;
}
.dnb-tab-container .tabs button:last-child {
  margin-right: 0;
}
.dnb-tab-container .tabs button:nth-child(7), .dnb-tab-container .tabs button:nth-child(8), .dnb-tab-container .tabs button:nth-child(9) {
  margin-bottom: 0;
}
.dnb-tab-container .tab-content .tab-pane {
  display: none;
}
.dnb-tab-container .tab-content .tab-pane.active {
  display: flex;
}
.dnb-tab-container .tab-pane {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dnb-tab-container .tabs.inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 1430px) {
  .dnb-tab-container .tabs.inner {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.dnb-tab-container .tabs.inner button {
  flex: 1;
  border: none;
  background-color: #fff;
  color: #4f4f4f;
  font-size: 18px;
  cursor: pointer;
  margin-right: 0px;
  border-radius: 0px;
  padding: 0px;
  transition-duration: 0.5s;
  transition-property: all;
  border-bottom: 1px solid #eaeaea;
  padding: 25px;
}
@media (max-width: 1430px) {
  .dnb-tab-container .tabs.inner button {
    font-size: 14px;
    padding: 12px;
  }
}
.dnb-tab-container .tabs.inner button.active, .dnb-tab-container .tabs.inner button:hover {
  background: none;
  color: #3168ab;
  border-bottom: 1px solid #3168ab;
  transition-duration: 0.5s;
  transition-property: all;
}
.dnb-tab-container .tabs.inner button:last-child {
  margin-right: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
  border-top: 1px solid #3168ab;
}
table tr th {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: rgba(49, 104, 171, 0.062745098);
  color: #3168ab;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 10px;
}
@media (max-width: 1430px) {
  table tr th {
    padding: 16px 4px;
    font-size: 14px;
  }
}
table tr th:last-child {
  border-right: none;
}
table tr th.rightborder {
  border-right: 1px solid #eaeaea;
}
table tr td {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 10px;
  line-height: 1.5;
}
@media (max-width: 1430px) {
  table tr td {
    font-size: 14px;
  }
}
table tr td:last-child {
  border-right: none;
}
table tr:first-child td {
  border-top: 1px solid #3168ab;
}
table.all-center th, table.all-center td {
  text-align: center;
}
table.samesize th, table.samesize td {
  width: 25%;
}
@media (max-width: 1430px) {
  table.samesize th, table.samesize td {
    width: auto;
  }
}

.popup-links h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.overlay-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.overlay-popup:target {
  visibility: visible;
  opacity: 1;
}

.popup-content {
  margin: 70px auto;
  background: #fff;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  padding-bottom: 10px;
}
@media (max-width: 1430px) {
  .popup-content {
    width: 90%;
  }
}

.popup-content h2 {
  background: linear-gradient(#44474e, #35383f);
  margin-top: 0;
  color: #fff;
  font-family: "NotoSans";
  font-size: 18px;
  line-height: 52px;
  padding-left: 20px;
  font-weight: 600;
  padding-top: 5px;
}

.popup-content .close {
  position: absolute;
  top: 15px;
  /*    border: 1px #fff solid;*/
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff !important;
  opacity: 1;
  text-shadow: none;
  line-height: 0;
  padding-top: 12px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.popup-content .close:hover {
  color: #06D85F;
}

.popup-content .content {
  /*  max-height: 30%;*/
  height: 420px;
  padding: 25px 20px;
  font-size: 13px;
  overflow-y: auto;
}
@media (max-width: 1430px) {
  .popup-content .content {
    height: 70vh;
  }
}

.popup-content .content p,
.popup-content .content span {
  font-size: 13px;
}

.container.board h2 {
  font-size: 38px;
  color: #3168ab;
  margin-top: 50px;
  margin-bottom: 80px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .container.board h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.dnb_board.list {
  margin-bottom: 150px;
}
@media (max-width: 1430px) {
  .dnb_board.list {
    font-size: 14px;
  }
}
.dnb_board.list #bo_btn_top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 10px;
}
.dnb_board.list #bo_btn_top #bo_list_total .article_counter_wrapper {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 30px;
  font-size: 12px;
}
.dnb_board.list #bo_btn_top #bo_list_total .article_counter_wrapper span {
  margin-right: 5px;
}
.dnb_board.list #bo_btn_top ul.btn_bo_user ul.more_opt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .dnb_board.list #bo_btn_top ul.btn_bo_user ul.more_opt {
    flex-direction: column;
  }
}
.dnb_board.list #bo_btn_top ul.btn_bo_user ul.more_opt li button {
  background-color: transparent;
  border: 1px solid #eee;
  padding: 12px 24px;
  margin: 5px;
  border-radius: 20px;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .dnb_board.list #bo_btn_top ul.btn_bo_user ul.more_opt li button {
    padding: 5px;
  }
}
.dnb_board.list .tbl_wrap {
  display: flex;
}
.dnb_board.list .tbl_wrap table {
  width: 100%;
  border-spacing: 0;
}
.dnb_board.list .tbl_wrap table thead tr th {
  background-color: #f3f3f3;
  border-top: 1px solid #333;
  padding: 15px;
  color: #000;
}
@media (max-width: 1024px) {
  .dnb_board.list .tbl_wrap table thead tr th.th_writer, .dnb_board.list .tbl_wrap table thead tr th.th_wdate {
    display: none;
  }
}
.dnb_board.list .tbl_wrap table tbody tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
  border-right: none;
}
@media (max-width: 1024px) {
  .dnb_board.list .tbl_wrap table tbody tr td {
    padding: 10px 5px;
  }
}
@media (max-width: 768px) {
  .dnb_board.list .tbl_wrap table tbody tr td {
    padding: 15px 5px;
  }
}
.dnb_board.list .tbl_wrap table tbody tr td.td_chk, .dnb_board.list .tbl_wrap table tbody tr td.td_num2 {
  text-align: center;
  max-width: 100px;
  width: 100px;
}
@media (max-width: 1024px) {
  .dnb_board.list .tbl_wrap table tbody tr td.td_chk, .dnb_board.list .tbl_wrap table tbody tr td.td_num2 {
    width: 60px;
  }
}
.dnb_board.list .tbl_wrap table tbody tr td.td_datetime, .dnb_board.list .tbl_wrap table tbody tr td.td_name {
  text-align: center;
}
@media (max-width: 1024px) {
  .dnb_board.list .tbl_wrap table tbody tr td.td_datetime, .dnb_board.list .tbl_wrap table tbody tr td.td_name {
    display: none;
  }
}
.dnb_board.list .tbl_wrap table tbody tr td.td_subject {
  width: 70%;
}
@media (max-width: 1430px) {
  .dnb_board.list .tbl_wrap table tbody tr td.td_subject {
    width: auto;
  }
}
.dnb_board.list nav.pg_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
.dnb_board.list nav.pg_wrap .pg {
  margin: 20px 0;
}
.dnb_board.list nav.pg_wrap .pg .pg_page, .dnb_board.list nav.pg_wrap .pg .pg_current {
  font-size: 18px;
  color: #666;
  padding: 0px 15px;
}
@media (max-width: 1430px) {
  .dnb_board.list nav.pg_wrap .pg .pg_page, .dnb_board.list nav.pg_wrap .pg .pg_current {
    font-size: 14px;
    padding: 0 10px;
  }
}
.dnb_board.list nav.pg_wrap .pg .pg_current {
  color: #3168ab;
}
.dnb_board.list .bo_fx {
  margin-top: 30px;
}
.dnb_board.list .bo_fx ul.btn_bo_user {
  display: flex;
  justify-content: flex-end;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  padding: 15px 45px;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a:hover {
  background-color: #3168ab;
  color: #fff;
  border: 1px solid #3168ab;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a span {
  font-size: 16px;
  font-weight: 400;
}

.dnb_board.view {
  padding-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1430px) {
  .dnb_board.view {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.dnb_board.view header #bo_v_title {
  border-top: 2px #3168ab solid;
  border-bottom: 1px #eaeaea solid;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  word-break: break-all;
}
@media (max-width: 1430px) {
  .dnb_board.view header #bo_v_title {
    padding: 10px;
  }
}
.dnb_board.view header #bo_v_title .bo_v_tit {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  .dnb_board.view header #bo_v_title .bo_v_tit {
    font-size: 16px;
  }
}
.dnb_board.view header #bo_v_title .bo_v_info {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1430px) {
  .dnb_board.view header #bo_v_title .bo_v_info {
    font-size: 14px;
  }
}
.dnb_board.view #bo_v_info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 10px;
}
.dnb_board.view #bo_v_info .profile_info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.dnb_board.view #bo_v_info .profile_info .pf_img {
  margin-right: 20px;
}
.dnb_board.view #bo_v_info .profile_info .profile_info_ct {
  font-size: 16px;
}
.dnb_board.view #bo_v_info #bo_v_top {
  display: flex;
}
.dnb_board.view #bo_v_info #bo_v_top .btn_bo_user {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.dnb_board.view #bo_v_info #bo_v_top .btn_bo_user li {
  margin-left: 10px;
}
.dnb_board.view #bo_v_atc {
  padding: 60px 30px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .dnb_board.view #bo_v_atc {
    padding: 20px;
    font-size: 14px;
  }
}
.dnb_board.view #bo_v_link {
  margin: 15px 0;
}
.dnb_board.view #bo_v_link li {
  font-size: 16px;
}
.dnb_board.view #bo_v_link li span.linktext {
  margin-right: 10px;
  font-weight: 600;
}
.dnb_board.view #bo_v_file {
  padding: 30px;
  border-top: 1px solid #eaeaea;
}
.dnb_board.view #bo_v_file li {
  font-size: 16px;
}
.dnb_board.view #bo_v_file li span.label {
  margin-right: 20px;
}
.dnb_board.view #bo_v_file li a {
  text-decoration: underline;
}
.dnb_board.view #bo_v_file li a:hover {
  color: #3168ab;
}
.dnb_board.view .bo_v_nb li {
  border-top: 1px solid #DCDBDB;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .dnb_board.view .bo_v_nb li {
    font-size: 14px;
  }
}
.dnb_board.view .bo_v_nb li:last-child {
  border-bottom: 1px solid #DCDBDB;
}
.dnb_board.view .bo_v_nb li .nb_tit {
  display: inline-block;
  padding-right: 0;
  color: #000;
  background-color: #F9F9F9;
  width: 200px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 40px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .dnb_board.view .bo_v_nb li .nb_tit {
    font-size: 14px;
    margin-right: 20px;
    padding: 10px;
    width: auto;
  }
}
.dnb_board.view .bo_v_nb li a {
  padding: 10px;
}
.dnb_board.view .board-bottom-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 50px;
}
.dnb_board.view .board-bottom-btn-wrapper .btn {
  background-color: #fff;
  border: 1px solid #3168ab;
  color: #3168ab;
  padding: 15px 45px;
  margin: 0px 10px;
  transition: 0.5s all ease-in-out;
  line-height: 1;
  font-size: 16px;
  height: auto;
}
.dnb_board.view .board-bottom-btn-wrapper .btn:hover {
  background-color: #3168ab;
  color: #fff;
  transition: 0.5s all ease-in-out;
}

.dnb_board.write {
  padding-top: 150px;
  margin-bottom: 150px;
}

#bo_w .bo_v_option li {
  display: inline-block;
  float: left;
  text-align: left;
  margin: 0 5px 0 0;
}
#bo_w .bo_v_option li label {
  vertical-align: baseline;
}
#bo_w .bo_v_option .chk_box input[type=checkbox] + label span {
  margin-left: 0;
  margin-right: 5px;
}
#bo_w .write_div {
  margin: 10px 0;
  position: relative;
}
#bo_w .write_div:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_w .bo_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_w .bo_w_info .frm_input {
  float: left;
  margin-bottom: 1%;
}
#bo_w #wr_subject {
  width: 100%;
  padding: 15px;
}
#bo_w #wr_password, #bo_w #wr_homepage {
  margin-left: 1%;
}
#bo_w #wr_content {
  padding: 15px;
}
#bo_w .wr_content.smarteditor2 iframe {
  background: #fff;
}
#bo_w .bo_w_tit {
  position: relative;
}
#bo_w .bo_w_link label {
  position: absolute;
  top: 7px;
  left: 1px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  font-size: 1.2em;
  text-align: center;
  color: #b2b2b2;
}
#bo_w .bo_w_link .frm_input {
  padding: 15px;
  padding-left: 50px;
  width: 100%;
}
#bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  font-size: 1.2em;
  text-align: center;
  color: #b2b2b2;
}
#bo_w .bo_w_flie .frm_file {
  padding-left: 50px;
  margin-top: 3px;
}
#bo_w .bo_w_flie .file_wr {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  height: 40px;
  margin: 0;
}
#bo_w .bo_w_flie .frm_input {
  margin: 10px 0 0;
}
#bo_w .bo_w_flie .file_del {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.92em;
  color: #7d7d7d;
}
#bo_w .bo_w_select select {
  border: 1px solid #d0d3db;
  width: 100%;
  height: 40px;
  border-radius: 3px;
}
#bo_w .btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#bo_w .btn_confirm .btn {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 45px;
  border: 1px solid #3168ab;
  background-color: #3168ab;
  color: #fff;
}
#bo_w .btn_confirm .btn:hover {
  background-color: #265083;
  border: 1px solid #265083;
  cursor: pointer;
}

#bo_gall #gall_allchk {
  margin-bottom: 10px;
}
#bo_gall #gall_ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#bo_gall #gall_ul .gall_li .gall_box {
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_img img {
  border-radius: 5px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box .gall_img img {
    width: 100%;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_text_href {
  margin-top: 20px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box .gall_text_href {
    margin-top: 5px;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_text_href a {
  font-size: 18px;
  color: #222;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 500;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box .gall_text_href a {
    font-size: 14px;
    justify-content: center;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_text_href a span.new_icon {
  font-size: 12px;
  border-radius: 50%;
  background-color: #3168ab;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#bo_gall #gall_ul .gall_li .gall_box .gall_info {
  font-size: 14px;
  margin-top: 9px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box .gall_info {
    font-size: 12px;
    margin-top: 5px;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_info span.gall_date {
  color: #666;
  font-weight: 300;
}

.dnb_board.gallery #bo_v_atc {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .dnb_board.gallery #bo_v_atc {
    font-size: 14px;
  }
}
.dnb_board.gallery #bo_v_atc #bo_v_img {
  text-align: center;
}
.dnb_board.gallery #bo_v_atc p {
  text-align: center;
}

.latest.latest_basic {
  background-color: #f0f4fe;
  padding: 40px 30px;
  border-radius: 5px;
}
@media (max-width: 1430px) {
  .latest.latest_basic {
    padding: 15px;
  }
}
.latest.latest_basic ul li {
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li {
    margin-bottom: 15px;
  }
}
.latest.latest_basic ul li:last-child {
  margin-bottom: 0;
}
.latest.latest_basic ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a {
    font-size: 14px;
  }
}
.latest.latest_basic ul li a span.board-name {
  font-size: 16px;
  transition: 0.3s background-color ease-in-out;
  background-color: #fff;
  padding: 12px;
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a span.board-name {
    padding: 5px;
    font-size: 14px;
    margin-right: 15px;
    display: none;
  }
}
.latest.latest_basic ul li a span.article-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.latest.latest_basic ul li a span.w-date {
  display: flex;
  justify-self: flex-end;
  color: #666;
}
.latest.latest_basic ul li a:hover span.board-name {
  transition: 0.3s background-color ease-in-out;
  background-color: #3168ab;
  color: #fff;
}
.latest.latest_basic ul li a:hover span.article-title {
  text-decoration: underline;
  font-weight: 500;
}
.latest.latest_basic_samjin {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #fff;
  padding: 36px 50px;
  border-radius: 100px;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin {
    padding: 35px 10px;
    border-radius: 30px;
  }
}
.latest.latest_basic_samjin ul {
  width: 100%;
}
.latest.latest_basic_samjin ul li {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #3168ab;
  font-size: 24px;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin ul li {
    flex-direction: column;
  }
}
.latest.latest_basic_samjin ul li span.board_label {
  font-weight: 800;
  position: relative;
  padding-right: 80px;
  margin-right: 80px;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin ul li span.board_label {
    padding-right: 0;
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.latest.latest_basic_samjin ul li span.board_label:after {
  content: "|";
  display: flex;
  flex-direction: row;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: 200;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin ul li span.board_label:after {
    display: none;
  }
}
.latest.latest_basic_samjin ul li .oneline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 1;
}
.latest.latest_basic_samjin ul li .oneline a {
  flex: 1;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin ul li .oneline a {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.latest.latest_basic_samjin ul li .oneline a:hover {
  text-decoration: underline;
}
.latest.latest_basic_samjin ul li .oneline .lt_date {
  margin-right: 50px;
  font-weight: 200;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin ul li .oneline .lt_date {
    font-size: 14px;
    margin-right: 0;
    line-height: 1;
  }
}
.latest.latest_basic_samjin a.lt_more {
  color: #3168ab;
  background-color: #3168ab;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 66px;
  height: 66px;
}
@media (max-width: 1430px) {
  .latest.latest_basic_samjin a.lt_more {
    display: none;
  }
}
.latest.latest_basic_samjin a.lt_more i {
  font-size: 20px;
  color: #fff;
}
.latest.latest-gallery ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li {
    width: 49%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .latest.latest-gallery ul li:nth-child(2n-1) {
    margin-right: 2%;
  }
}
.latest.latest-gallery ul li a {
  position: relative;
  display: flex;
}
.latest.latest-gallery ul li a img {
  border-radius: 5px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a img {
    width: 100%;
  }
}
.latest.latest-gallery ul li a .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent);
  top: 0;
  border-radius: 5px;
}
.latest.latest-gallery ul li a .article-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info {
    left: 10px;
    bottom: 10px;
  }
}
.latest.latest-gallery ul li a .article-info .article-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info .article-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.latest.latest-gallery ul li a .article-info .w-date {
  font-size: 14px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info .w-date {
    font-size: 12px;
  }
}

main .section02 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
main .section02 .background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0; /* 초기에는 비디오가 보이지 않도록 설정 */
  background-image: url(../../img/main/main_sec03_img.jpg);
  background-size: cover;
  transform: scale(1.2);
}
main .section02 .text-area {
  position: relative;
  z-index: 1;
}
main .section02 .text-area p.desc {
  font-size: 20px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1430px) {
  main .section02 .text-area p.desc {
    font-size: 13px;
  }
}
main .section02 .text-area h5 {
  font-size: 55px;
  color: #3168ab;
  margin: 0;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1430px) {
  main .section02 .text-area h5 {
    font-size: 28px;
  }
}
main .section25 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 150px 0;
}
@media (max-width: 1430px) {
  main .section25 {
    padding: 100px 0 120px;
  }
}
main .section25:after {
  content: " ";
  display: flex;
  background-color: #3168ab;
  width: 100%;
  height: 500px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1430px) {
  main .section25:after {
    height: 48vw;
  }
}
main .section25 .title-area {
  z-index: 1;
}
main .section25 .title-area h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 800;
}
@media (max-width: 1430px) {
  main .section25 .title-area h2 {
    font-size: 28px;
  }
}
main .section25 .video-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .section25 .video-area .video-wrapper {
  width: 64vw;
  height: 36vw;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 2px 12px 10px rgba(33, 88, 155, 0.5);
}
@media (max-width: 1430px) {
  main .section25 .video-area .video-wrapper {
    width: 96vw;
    height: 66vw;
    border-radius: 20px;
  }
}
main .section25 .video-area .video-wrapper .background-video {
  width: 100%;
}
main .section03 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  position: relative;
  z-index: 0;
}
@media (max-width: 1430px) {
  main .section03 {
    height: auto;
    padding: 90px 0;
  }
}
main .section03 .background-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.8 !important;
}
main .section03 .title-area {
  z-index: 1;
}
main .section03 .title-area h3 {
  font-size: 55px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  z-index: 1;
}
@media (max-width: 1430px) {
  main .section03 .title-area h3 {
    font-size: 28px;
  }
}
main .section03 .business_links_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  z-index: 1;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper {
    flex-direction: column;
  }
}
main .section03 .business_links_wrapper .business_link {
  background-color: rgba(0, 0, 0, 0.5);
  margin: 10px;
  padding: 30px 100px 75px 30px;
  border-radius: 30px;
  transition: all 0.5s ease;
  border: 1px solid #3168ab;
  min-width: 300px;
  position: relative;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link {
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
  }
}
main .section03 .business_links_wrapper .business_link:nth-child(2) {
  padding: 30px 50px 75px 30px;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link:nth-child(2) {
    padding: 20px;
  }
}
main .section03 .business_links_wrapper .business_link:nth-child(2), main .section03 .business_links_wrapper .business_link:nth-child(4) {
  top: 75px;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link:nth-child(2), main .section03 .business_links_wrapper .business_link:nth-child(4) {
    top: 0;
  }
}
main .section03 .business_links_wrapper .business_link h5 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
main .section03 .business_links_wrapper .business_link p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link p {
    font-size: 14px;
  }
}
main .section03 .business_links_wrapper .business_link span.linkbtn {
  background-color: transparent;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid transparent; /* 초기 상태는 테두리 없음 */
  transition: all 0.5s ease; /* 부드러운 변화를 위한 트랜지션 */
  z-index: 3;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link span.linkbtn {
    display: none;
  }
}
main .section03 .business_links_wrapper .business_link span.linkbtn i {
  color: transparent;
  display: inline-block;
  transition: border-color 0.2s ease, transform 0.5s ease;
}
main .section03 .business_links_wrapper .business_link span.linkbtn:after {
  width: 60px;
  height: 60px;
  content: " ";
  display: block;
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  z-index: 2;
  transition: 0.5s all ease-in-out;
}
main .section03 .business_links_wrapper .business_link span.linkbtn:before {
  width: 60px;
  height: 60px;
  content: " ";
  display: block;
  position: absolute;
  opacity: 0;
  border-radius: 50%;
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
main .section03 .business_links_wrapper .business_link span.linkbtn_for_mobile {
  background-color: rgba(49, 104, 171, 0.5411764706);
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid transparent; /* 초기 상태는 테두리 없음 */
  transition: all 0.5s ease; /* 부드러운 변화를 위한 트랜지션 */
  z-index: 3;
  display: none;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link span.linkbtn_for_mobile {
    display: flex;
  }
}
main .section03 .business_links_wrapper .business_link span.linkbtn_for_mobile i {
  color: #fff;
  font-size: 14px;
}
main .section03 .business_links_wrapper .business_link:hover {
  padding: 30px 100px 100px 30px;
  box-shadow: 0 0px 30px rgba(0, 132, 255, 0.7);
  cursor: pointer;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link:hover {
    padding: 20px;
    box-shadow: none;
  }
}
main .section03 .business_links_wrapper .business_link:hover h5 {
  font-size: 40px;
  color: #b1e3ff;
  transition: all 0.5s ease;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link:hover h5 {
    font-size: 18px;
  }
}
main .section03 .business_links_wrapper .business_link:hover p {
  font-size: 24px;
  color: #fff;
  transition: all 0.5s ease;
}
@media (max-width: 1430px) {
  main .section03 .business_links_wrapper .business_link:hover p {
    font-size: 14px;
  }
}
main .section03 .business_links_wrapper .business_link:hover span.linkbtn {
  z-index: 3;
  background-color: #3168ab;
  animation: border-fill 0.5s ease forwards; /* 테두리가 채워지는 애니메이션 */
}
main .section03 .business_links_wrapper .business_link:hover span.linkbtn i {
  color: #fff;
  animation: blink-border 0.5s steps(1) 1, rotate-arrow 0.5s 0.5s ease;
  animation-fill-mode: forwards;
}
main .section03 .business_links_wrapper .business_link:hover span.linkbtn:after {
  width: 67px;
  height: 67px;
  opacity: 0.5;
  transition: 0.5s all ease-in-out;
  border: 7px solid #374a55;
}
main .section03 .business_links_wrapper .business_link:hover span.linkbtn:before {
  width: 74px;
  height: 74px;
  opacity: 0.5;
  border: 7px solid #1b587b;
  transition: 0.5s all ease-in-out;
}
main .section04 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #000;
  height: auto;
  padding: 144px 0 144px;
  border-bottom: 1px solid #4f4f4f;
}
main .section04 .title-area {
  z-index: 1;
}
main .section04 .title-area h3 {
  font-size: 55px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  z-index: 1;
}
@media (max-width: 1430px) {
  main .section04 .title-area h3 {
    font-size: 28px;
  }
}

@keyframes blink-border {
  0%, 100% {
    border-color: transparent; /* 초기 및 마지막 상태는 투명 */
  }
  50% {
    border-color: #3168ab; /* 중간에 블링크 테두리 색상 */
  }
}
@keyframes rotate-arrow {
  100% {
    transform: rotate(-45deg); /* 왼쪽으로 45도 회전 */
  }
}
@keyframes border-fill {
  0% {
    border-width: 0; /* 초기 상태는 테두리 없음 */
  }
  100% {
    border-width: 2px; /* 점점 테두리가 생기며 채워짐 */
  }
}
.subpage .history {
  position: relative;
  z-index: 0;
}
.subpage .history #scroll_bar {
  height: 10px;
  width: 1px;
  background-color: #3168ab;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  max-height: 1270px;
}
@media screen and (max-width: 1430px) {
  .subpage .history #scroll_bar {
    left: -1px;
    max-height: 1700px;
  }
}
.subpage .history section {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1430px) {
  .subpage .history section {
    margin: 0;
    flex-direction: column;
    padding-left: 20px;
  }
}
.subpage .history section.toblack {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.subpage .history section.toblack.blacked {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.subpage .history section h5 {
  font-size: 36px;
  font-weight: 800;
  position: relative;
  top: -20px;
  color: #3168ab;
  margin: 0;
  width: 80px;
}
@media screen and (max-width: 1430px) {
  .subpage .history section h5 {
    font-size: 25px;
    top: 20px;
    right: -30px;
    width: 80%;
  }
}
.subpage .history section h5.blued {
  color: #3168ab;
}
.subpage .history section span.pin {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #3168ab;
  border-radius: 50%;
  left: 65px;
  z-index: 1;
}
@media screen and (max-width: 1430px) {
  .subpage .history section span.pin {
    left: -4px;
  }
}
.subpage .history section span.pin.blued:before {
  content: " ";
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 0;
  background-color: #3168ab;
  border-radius: 50%;
  animation: scale1 2s infinite;
  left: -20.5px;
  top: -20.5px;
}
@keyframes scale1 {
  from {
    scale: 0.1;
    opacity: 0.3;
  }
  to {
    scale: 1;
    opacity: 0.01;
  }
}
@keyframes scale2 {
  from {
    scale: 0.1;
    opacity: 0.3;
  }
  to {
    scale: 2;
    opacity: 0.01;
  }
}
.subpage .history section ul {
  border-left: 1px solid #eee;
  padding-left: 80px;
  margin-left: 60px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1430px) {
  .subpage .history section ul {
    padding: 40px 0px 25px 30px;
    margin: 0;
  }
}
.subpage .history section ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: -13px;
}
@media screen and (max-width: 1430px) {
  .subpage .history section ul li {
    margin-bottom: 8px;
  }
}
.subpage .history section ul li .date {
  font-size: 18px;
  font-weight: 600;
  width: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 1430px) {
  .subpage .history section ul li .date {
    font-size: 14px;
    line-height: 1.9;
  }
}
.subpage .history section ul li .content {
  display: flex;
  flex-direction: column;
  width: 720px;
}
@media screen and (max-width: 1430px) {
  .subpage .history section ul li .content {
    width: 100%;
  }
}
.subpage .history section ul li .content span {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 1.9;
}
@media screen and (max-width: 1430px) {
  .subpage .history section ul li .content span {
    font-size: 14px;
    letter-spacing: -0.4px;
    word-break: keep-all;
  }
}
.subpage .history section ul li .content span b {
  font-weight: 800;
  margin-right: 5px;
}
.subpage .history h2.bgtext {
  font-size: 165px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  line-height: 1;
  bottom: -222px;
  right: -40px;
}
@media screen and (max-width: 1430px) {
  .subpage .history h2.bgtext {
    bottom: -208px;
    font-size: 80px;
    color: rgba(246, 246, 246, 0.8392156863);
    right: 0;
  }
}
.subpage .history h2.bgtext.toblack {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s all ease-in-out;
}
.subpage .history h2.bgtext.toblack.blacked {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 992px) {
  .subpage .history .bottom-bigtext {
    display: none;
  }
}
.subpage .history .bottom-bigtext .text {
  position: absolute;
  font-size: 150px;
  font-weight: 900;
  color: #eaeaea;
  white-space: nowrap;
  line-height: 1;
  right: -20vw;
  top: 20vw;
  transform: rotate(90deg);
}

.subpage .certification {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .subpage .certification {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subpage .certification .cert-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px solid #eaeaea;
  border-radius: 30px;
  padding: 30px 20px;
}
.subpage .certification .cert-wrapper img {
  border: 1px solid #eaeaea;
  max-width: 100%;
}
.subpage .certification .cert-wrapper span {
  margin-top: 30px;
  font-size: 20px;
}
@media (max-width: 1430px) {
  .subpage .certification .cert-wrapper span {
    margin-top: 20px;
    font-size: 16px;
  }
}

.subpage .location .locationinfo_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  height: 220px;
  border: 1px solid #eaeaea;
  border-radius: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .subpage .location .locationinfo_wrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
    padding: 0;
  }
}
.subpage .location .locationinfo_wrapper .location_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .subpage .location .locationinfo_wrapper .location_info {
    flex: inherit;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
  }
  .subpage .location .locationinfo_wrapper .location_info:nth-child(3) {
    border-right: 0;
  }
  .subpage .location .locationinfo_wrapper .location_info:nth-child(7) {
    border-right: 0;
    border-bottom: 0;
  }
}
.subpage .location .locationinfo_wrapper .location_info img {
  margin-bottom: 30px;
}
.subpage .location .locationinfo_wrapper .location_info i {
  font-size: 36px;
  color: #3168ab;
  display: flex;
  margin-bottom: 20px;
}
.subpage .location .locationinfo_wrapper .location_info span.label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.subpage .location .locationinfo_wrapper .location_info a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage .location .locationinfo_wrapper .location_info span {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .subpage .location .locationinfo_wrapper .location_info span {
    font-size: 13px;
  }
}
.subpage .location .locationinfo_wrapper .line {
  width: 1px;
  background-color: #eaeaea;
  height: 185px;
}
@media screen and (max-width: 1024px) {
  .subpage .location .locationinfo_wrapper .line {
    display: none;
  }
}

.subpage.process {
  margin-top: 132px;
}
@media (max-width: 1430px) {
  .subpage.process {
    margin-top: 0;
  }
}
.subpage.process .container-fullsize.bluebg {
  background-color: #f0faff;
  padding: 100px 0;
}
@media (max-width: 1430px) {
  .subpage.process .container-fullsize.bluebg {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.subpage.process h6.section-title {
  font-size: 18px;
}
.subpage.process .process-video .video-wrapper {
  border: 1px solid #eee;
  border-radius: 30px;
  overflow: hidden;
}
.subpage.process .process-video .video-wrapper video {
  width: 100%;
}
.subpage.process .process-press {
  padding: 100px 0;
}
@media (max-width: 1430px) {
  .subpage.process .process-press {
    padding: 0;
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .subpage.process .process-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.process .process {
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.process .process {
    margin-bottom: 10px;
  }
}
.subpage.process .process .process-name {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .subpage.process .process .process-name {
    font-size: 14px;
    font-weight: 500;
  }
}
.subpage.process .process .process-name span.blue-text {
  color: #3168ab;
  font-weight: 800;
  margin-right: 10px;
}
.subpage.process .process .process-desc {
  font-size: 16px;
  color: #4f4f4f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.process .process .process-desc p {
  margin: 0;
  text-align: center;
}
@media (max-width: 1430px) {
  .subpage.process .process .process-desc p {
    font-size: 14px;
  }
}
.subpage.process .process .process-desc span {
  margin-top: 10px;
  font-size: 14px;
  color: #3168ab;
}
.subpage.process .process-wrapper {
  padding: 10px;
  border-radius: 30px;
  border: 1px solid #eee;
  min-height: 580px;
}
.subpage.process .process-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.subpage.process .process-wrapper .text-wrapper span.number {
  font-size: 25px;
  color: #3168ab;
  font-weight: 700;
}
.subpage.process .process-wrapper .text-wrapper span.process-name {
  font-weight: 700;
  font-size: 18px;
}
.subpage.process .process-wrapper .text-wrapper p {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.subpage.process .slider .slick-slide {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.subpage.process .slider .slick-slide .text-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 175px;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide .text-wrapper span.number {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide .text-wrapper h5 {
  font-weight: 500;
  margin: 0;
  font-size: 20px;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide img {
  width: 100%;
  border-radius: 10px;
  opacity: 0.5;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide.slick-current .text-wrapper {
  padding: 10px;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide.slick-current .text-wrapper span.number {
  font-size: 28px;
  color: #3168ab;
  font-weight: 800;
  margin-bottom: 10px;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide.slick-current .text-wrapper h5 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  transition: 0.5s all ease-in-out;
}
.subpage.process .slider .slick-slide.slick-current img {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}

.subpage.facility h6.section-title {
  font-size: 18px;
}
.subpage.facility .press-facility-img-wrapper .img-wrapper {
  margin-bottom: 0;
}
.subpage.facility .press-facility-img-wrapper .img-wrapper span {
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .subpage.facility .press-facility-img-wrapper .img-wrapper span {
    font-size: 14px;
  }
}

.subpage .greeting {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .subpage .greeting {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.subpage .greeting .text-side {
  margin-right: 100px;
  width: 60%;
}
@media (max-width: 1430px) {
  .subpage .greeting .text-side {
    margin-right: 0;
    margin-top: 30px;
    width: 100%;
  }
}
.subpage .greeting .text-side h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
  color: #3168ab;
}
@media (max-width: 1430px) {
  .subpage .greeting .text-side h4 {
    font-size: 20px;
    word-break: keep-all;
  }
}
.subpage .greeting .text-side p.ceo-saying {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .subpage .greeting .text-side p.ceo-saying {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 40px;
  }
}
.subpage .greeting .text-side p.ceo-name {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 1430px) {
  .subpage .greeting .text-side p.ceo-name {
    font-size: 16px;
  }
}
.subpage .greeting .text-side p.ceo-name span.name {
  margin-left: 20px;
  font-size: 28px;
}
@media (max-width: 1430px) {
  .subpage .greeting .text-side p.ceo-name span.name {
    font-size: 22px;
    font-weight: 600;
    margin-left: 0;
  }
}
.subpage .greeting .img-side img {
  border-radius: 30px;
  max-width: 100%;
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>