@charset "UTF-8";
@keyframes bounce {
  0% {
    padding-left: 0px;
  }
  100% {
    padding-left: 60px;
  }
}
/*! 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;
}

/**
 * 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 "Montserrat", "Pretendard Variable", Pretendard, "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

span.bluesquare {
  font-size: 10px;
  margin-right: 8px;
  width: 5px;
  height: 5px;
  display: flex;
  background-color: #0f6cb1;
  color: #0f6cb1;
}

/**
 * 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 */
}

/**
 * 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-wrapper img {
  max-width: 100%;
}

.flex {
  display: flex;
}
.flex.flex-col {
  flex-direction: column;
}
.flex.flex-row {
  flex-direction: row;
}

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: 12px;
  display: flex;
}
header .mobile-gnb span.logo-wrapper a img {
  width: 240px;
}
header .mobile-gnb .gnb-menu .sidebar-menu {
  padding: 0;
  margin: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu > li a {
  display: flex;
  justify-content: space-between;
  transition: all ease 0.6s;
  padding: 20px;
  border-bottom: 1px #eeeeee solid;
  color: #222;
}
@media (max-width: 1430px) {
  header .mobile-gnb .gnb-menu .sidebar-menu > li a {
    font-size: 16px;
  }
}
header .mobile-gnb .gnb-menu .sidebar-menu > li:hover > a, header .mobile-gnb .gnb-menu .sidebar-menu > li.active > a {
  color: #000;
  background-color: transparent;
}
header .mobile-gnb .gnb-menu .sidebar-menu > li .label, header .mobile-gnb .gnb-menu .sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}
header .mobile-gnb .gnb-menu .sidebar-menu li > a > .ri-arrow-right-s-line {
  padding: 0;
  transition: 0.3s;
}
header .mobile-gnb .gnb-menu .sidebar-menu li > a:hover .ri-arrow-right-s-line {
  transform: rotate(90deg);
  color: #000;
}
header .mobile-gnb .gnb-menu .sidebar-menu li.active > a > .ri-arrow-right-s-line {
  transform: rotate(90deg);
  color: #000;
}
header .mobile-gnb .gnb-menu .sidebar-menu li.active > .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 > li > a {
  padding: 18px 35px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px #e2e2e2 solid;
}
@media (max-width: 1430px) {
  header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > li > a {
    font-size: 14px;
    padding: 18px 20px;
  }
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > li:last-child > a {
  border: 0;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
  display: none;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > li.active > a, header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > li > 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 {
  margin-right: 8%;
  padding: 45px 0;
  display: flex;
  flex-direction: column;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 > a {
  color: #fff;
  display: flex;
  font-size: 20px;
  position: relative;
  cursor: pointer;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 > a::before {
  content: "";
  position: absolute;
  top: 30px;
  border: 1px solid #fff;
  display: block;
  width: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 > a:hover::before {
  border: 1px solid #fff;
  width: 100%;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 {
  opacity: 0;
  flex-direction: column;
  position: absolute;
  top: 140px;
  height: 0;
  overflow: hidden;
}
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 > a {
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  display: flex;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
header .desktop-gnb .top_wrap nav.nav #gnb .depth1 .depth2 li > a:hover {
  color: #67b7f2;
  transition: 0.5s 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: 117px;
}
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;
}

@media (max-width: 1430px) {
  .submenu_list {
    display: none;
  }
}
.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;
}
.submenu_list .submenu li a {
  color: #fff;
  font-size: 16px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.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: 200px;
  }
}
.sub-header h2.cate-title {
  font-size: 45px;
  color: #fff;
}
@media (max-width: 1430px) {
  .sub-header h2.cate-title {
    font-size: 28px;
    margin-bottom: 0;
  }
}

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

footer {
  background-color: #000;
  padding: 0;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1430px) {
  footer {
    padding-top: 50px;
  }
}
footer.sub {
  margin-top: 150px;
}
@media (max-width: 1430px) {
  footer.sub {
    margin-top: 100px;
  }
}
footer .flex {
  display: flex;
}
@media (max-width: 1430px) {
  footer .flex {
    flex-direction: column;
  }
}
footer .flex .left {
  flex: 1;
}
footer .flex .left h4 {
  margin-top: 0;
  margin-bottom: 66px;
  font-size: 21px;
  font-weight: 500;
  color: #eaeaea;
}
@media screen and (max-width: 992px) {
  footer .flex .left h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 33px;
  }
}
footer .flex .left .sitemap {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  footer .flex .left .sitemap {
    display: none;
  }
}
footer .flex .left .sitemap > ul {
  display: flex;
  flex-direction: row;
  margin-right: 80px;
}
footer .flex .left .sitemap > ul:last-child {
  margin-right: 0;
}
footer .flex .left .sitemap > ul > li {
  margin-bottom: 10px;
  margin-right: 100px;
}
footer .flex .left .sitemap > ul > li > a {
  color: #eaeaea;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  transition: 0.5s all ease-in-out;
}
footer .flex .left .sitemap > ul > li > a:hover {
  text-decoration: none;
  color: #67b7f2;
  transition: 0.5s all ease-in-out;
}
footer .flex .left .sitemap > ul > li > ul > li a {
  font-size: 14px;
  color: #4f4f4f;
  transition: 0.5s all ease-in-out;
}
footer .flex .left .sitemap > ul > li > ul > li a:hover {
  color: #67b7f2;
  transition: 0.5s all ease-in-out;
}
footer .flex .right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1430px) {
  footer .flex .right {
    justify-content: center;
  }
}
footer .flex .right #relate-site-wrap {
  width: 240px;
}
footer .flex .right #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;
}
footer .flex .right #relate-site-wrap span#relate-site i {
  font-size: 18px;
  transition: 0.5s all ease-in-out;
}
footer .flex .right #relate-site-wrap span#relate-site:hover, footer .flex .right #relate-site-wrap span#relate-site.show {
  background-color: #eaeaea;
  color: #4f4f4f;
}
footer .flex .right #relate-site-wrap span#relate-site:hover i, footer .flex .right #relate-site-wrap span#relate-site.show i {
  transform: rotate(180deg);
  transition: 0.5s all ease-in-out;
}
footer .flex .right #relate-site-wrap #sites {
  display: flex;
  flex-direction: column;
  background-color: #eaeaea;
  border-radius: 20px;
  font-size: 16px;
  color: #4f4f4f;
  height: 0;
  overflow: hidden;
  transition: 0.25s all ease-in-out;
}
footer .flex .right #relate-site-wrap #sites span.site a {
  padding: 8px 24px;
  display: flex;
}
footer .flex .right #relate-site-wrap #sites span.site a:hover {
  color: #0f6cb1;
}
footer .flex .right #relate-site-wrap #sites span.site:first-child a {
  padding-top: 25px;
}
footer .flex .right #relate-site-wrap #sites span.site:last-child a {
  padding-bottom: 25px;
}
footer .flex .right #relate-site-wrap #sites.show {
  height: 190px;
  transition: 0.25s all ease-in-out;
}
footer .footer-bottom .container {
  border-top: 1px solid #4f4f4f;
  margin-top: 55px;
  padding-top: 55px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  footer .footer-bottom .container {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-bottom .container .logo-area {
  margin-right: 55px;
}
@media (max-width: 1430px) {
  footer .footer-bottom .container .logo-area {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
footer .footer-bottom .container .txt-area {
  font-size: 14px;
  color: #4f4f4f;
  flex: 1;
}
footer .footer-bottom .container .txt-area address {
  font-style: normal;
  margin-bottom: 5px;
}
@media (max-width: 1430px) {
  footer .footer-bottom .container .txt-area address {
    text-align: center;
  }
}
footer .footer-bottom .container .txt-area p {
  margin: 0;
}
@media (max-width: 1430px) {
  footer .footer-bottom .container .txt-area p {
    text-align: center;
  }
}
footer .footer-bottom .container .policy-area a {
  font-size: 14px;
  color: #4f4f4f;
}

/* 모바일 메뉴 */
.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 a {
  display: flex;
}
.nav-btn-wrapper .logo-area a img {
  width: 240px;
}
.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 {
  background-color: transparent;
}
.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;
}

main .slide-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
main .slide-wrapper .caption {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
main .slide-wrapper .caption h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
}
main .slide-wrapper .caption h1 {
  font-size: 54px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 1430px) {
  main .slide-wrapper .caption h1 {
    font-size: 30px;
  }
}
main .overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}
main .scroll-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
main .scroll-btn-wrapper #scroll-down {
  display: flex;
  flex-direction: column;
  transform: rotate(90deg);
  cursor: pointer;
}
main .scroll-btn-wrapper #scroll-down span {
  color: #fff;
  font-size: 14px;
  animation: bounce 0.7s ease-in infinite alternate;
}
main .scroll-btn-wrapper #scroll-down .ani-bar {
  height: 4px;
  width: 140px;
  background-color: #fff;
  position: relative;
}
main .scroll-btn-wrapper #scroll-down .ani-bar:after {
  content: "";
  display: flex;
  height: 4px;
  width: 50%;
  background: linear-gradient(to right, #6db646, #0f6cb1);
  transition: 0.55s width ease-in-out;
}
main .scroll-btn-wrapper #scroll-down:hover .ani-bar:after {
  width: 100%;
  transition: 0.55s width ease-in-out;
}

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

#sitemap {
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}
#sitemap.open {
  height: 100vh;
  transition: 0.5s all ease-in-out;
}
#sitemap .sitemap-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 13vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sitemap .sitemap-header #sitemap_close_btn {
  position: absolute;
  right: 5vw;
  width: 2vw;
  height: 2vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sitemap .sitemap-header #sitemap_close_btn span {
  display: block;
  background-color: #fff;
  width: 1.5vw;
  height: 0.15vw;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.9vw;
}
#sitemap .sitemap-header #sitemap_close_btn span + span {
  transform: rotate(45deg);
}
#sitemap .container {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16vh;
  position: relative;
  max-width: 100%;
}
#sitemap .container #sitemap_menu {
  color: #fff;
  display: flex;
  flex-direction: row;
}
#sitemap .container #sitemap_menu li.depth1 {
  margin-right: 10vw;
}
#sitemap .container #sitemap_menu li.depth1:last-child {
  margin-right: 1vw;
}
#sitemap .container #sitemap_menu li.depth1 > a {
  font-size: 1.5vw;
  display: flex;
  margin-bottom: 5vw;
  position: relative;
}
#sitemap .container #sitemap_menu li.depth1 > a::before {
  content: "";
  position: absolute;
  top: 45px;
  border: 1px solid #fff;
  display: block;
  width: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
#sitemap .container #sitemap_menu li.depth1 > a:hover::before {
  border: 1px solid #fff;
  width: 100%;
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
#sitemap .container #sitemap_menu li.depth1 ul.depth2 {
  position: absolute;
}
#sitemap .container #sitemap_menu li.depth1 ul.depth2 li a {
  font-size: 1.2vw;
  display: flex;
  padding: 0.7vw 0;
  font-weight: 300;
}
#sitemap .container #sitemap_menu li.depth1 ul.depth2 li a:hover {
  color: #38a1ee;
  transition: 0.5s all ease-in-out;
}

.sitemap_btn {
  position: relative;
  z-index: 1;
  top: 48px;
  right: 100px;
  cursor: pointer;
}
.sitemap_btn button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: transparent;
  border: 0;
}
.sitemap_btn button span {
  display: block;
  position: relative;
  width: 26px;
  height: 3px;
  background-color: #fff;
  opacity: 1;
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  transition-property: left, top, background-color, opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transform-origin: left top;
}
.sitemap_btn button span:nth-child(2) {
  left: 3px;
}
.sitemap_btn button span + span {
  margin-top: 6px;
}
.sitemap_btn button:hover span:nth-child(2) {
  left: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}
table tr th {
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #f9f9f9;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 10px;
}
@media (max-width: 1430px) {
  table tr th {
    font-size: 14px;
    padding: 8px 5px;
  }
}
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;
}
table tr td:last-child {
  border-right: none;
}
@media (max-width: 1430px) {
  table tr td {
    font-size: 14px;
    padding: 8px 5px;
  }
}
table tr:first-child th {
  border-top: 1px solid #0f6cb1;
}
table tr:first-child td {
  border-top: 1px solid #0f6cb1;
}
table.all-center th, table.all-center td {
  text-align: center;
}

.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 {
    flex-direction: column;
    border-radius: 30px;
    margin-bottom: 20px;
  }
}
.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: 24px;
  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: 15px;
    padding: 15px;
  }
}
.dnb-tab-container .tabs button.active, .dnb-tab-container .tabs button:hover {
  background: linear-gradient(to bottom right, #6db646, #0f6cb1);
  color: #fff;
  transition-duration: 0.5s;
  transition-property: background-color, color;
}
.dnb-tab-container .tabs button:last-child {
  margin-right: 0;
}
@media (max-width: 1430px) {
  .dnb-tab-container .tabs button:last-child {
    margin-bottom: 0;
  }
}
.dnb-tab-container .tab-content,
.dnb-tab-container .tab-content2 {
  width: 100%;
}
.dnb-tab-container .tab-content .tab-pane,
.dnb-tab-container .tab-content .tab-pane2,
.dnb-tab-container .tab-content2 .tab-pane,
.dnb-tab-container .tab-content2 .tab-pane2 {
  display: none;
}
.dnb-tab-container .tab-content .tab-pane.active,
.dnb-tab-container .tab-content .tab-pane2.active,
.dnb-tab-container .tab-content2 .tab-pane.active,
.dnb-tab-container .tab-content2 .tab-pane2.active {
  display: flex;
}
.dnb-tab-container .tab-pane,
.dnb-tab-container .tab-pane2 {
  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 0;
  }
}
.dnb-tab-container .tabs.inner button.active, .dnb-tab-container .tabs.inner button:hover {
  background: none;
  color: #0f6cb1;
  border-bottom: 1px solid #0f6cb1;
  transition-duration: 0.5s;
  transition-property: all;
}
.dnb-tab-container .tabs.inner button:last-child {
  margin-right: 0;
}

.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;
    font-size: 14px;
  }
}
.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;
}
.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;
    display: none;
  }
}
.latest.latest_basic ul li a span.article-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a span.article-title {
    font-size: 14px;
  }
}
.latest.latest_basic ul li a span.w-date {
  display: flex;
  justify-self: flex-end;
  color: #666;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a span.w-date {
    font-size: 14px;
  }
}
.latest.latest_basic ul li a:hover span.board-name {
  transition: 0.3s background-color ease-in-out;
  background-color: #0f6cb1;
  color: #fff;
}
.latest.latest_basic ul li a:hover span.article-title {
  text-decoration: underline;
  font-weight: 500;
}
.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;
}
.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 .article-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.latest.latest-gallery ul li a .article-info .article-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.latest.latest-gallery ul li a .article-info .w-date {
  font-size: 14px;
}

.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: 40px;
  color: #222;
  margin-top: 100px;
  margin-bottom: 80px;
}
@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;
}
@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: #0f6cb1;
}
.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;
}
@media (max-width: 1430px) {
  .dnb_board.list .bo_fx ul.btn_bo_user li a {
    padding: 10px 30px;
  }
}
.dnb_board.list .bo_fx ul.btn_bo_user li a:hover {
  background-color: #0f6cb1;
  color: #fff;
  border: 1px solid #0f6cb1;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a span {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .dnb_board.list .bo_fx ul.btn_bo_user li a span {
    font-size: 14px;
  }
}

.dnb_board.view {
  margin-bottom: 150px;
  margin-top: 100px;
}
.dnb_board.view header #bo_v_title {
  border-top: 2px #000 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: space-between;
  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;
  padding: 0 15px;
}
.dnb_board.view #bo_v_link li {
  font-size: 16px;
  word-break: break-all;
}
@media (max-width: 1430px) {
  .dnb_board.view #bo_v_link li {
    font-size: 14px;
  }
}
.dnb_board.view #bo_v_link li i {
  margin-right: 10px;
}
.dnb_board.view #bo_v_link li span.linktext {
  margin-right: 10px;
  font-weight: 400;
}
.dnb_board.view #bo_v_link li span.bo_v_link_cnt {
  font-size: 14px;
  margin-left: 30px;
  color: #999;
}
.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_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: 12px;
    padding: 10px 0;
    margin-right: 10px;
    width: 80px;
  }
}
.dnb_board.view .bo_v_nb li a {
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.dnb_board.view .bo_v_nb li a span.wr_id {
  font-weight: 500;
  margin-right: 20px;
}
@media (max-width: 1430px) {
  .dnb_board.view .bo_v_nb li a span.wr_id {
    margin-right: 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 #0f6cb1;
  color: #0f6cb1;
  padding: 15px 45px;
  margin-right: 20px;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1430px) {
  .dnb_board.view .board-bottom-btn-wrapper .btn {
    padding: 5px 15px;
    margin-right: 0;
    margin: 0 10px;
    font-size: 15px;
  }
}
.dnb_board.view .board-bottom-btn-wrapper .btn:hover {
  background-color: #0f6cb1;
  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 #0f6cb1;
  background-color: #0f6cb1;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
#bo_w .btn_confirm .btn:hover {
  background-color: #0b4f82;
  border: 1px solid #0b4f82;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
#bo_w .btn_confirm #btn_back {
  border: 1px solid #0f6cb1;
  background-color: #fff;
  color: #0f6cb1;
  margin-right: 30px;
}
#bo_w .btn_confirm #btn_back:hover {
  background-color: #0f6cb1;
  border: 1px solid #0f6cb1;
  color: #fff;
  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: #0f6cb1;
  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;
}

main .section01 {
  overflow: hidden;
}
main .section02 {
  height: 100vh;
  background-image: url(../../img/main/main_sec01_img.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section02 .mainpage-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
}
@media (max-width: 1430px) {
  main .section02 .mainpage-link {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
main .section02 .mainpage-link .linkpanel {
  display: grid;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 35px;
  height: 260px;
  cursor: pointer;
  background: transparent;
  position: relative;
}
@media (max-width: 1430px) {
  main .section02 .mainpage-link .linkpanel {
    height: 130px;
    padding: 15px;
  }
}
main .section02 .mainpage-link .linkpanel .text-wrapper {
  display: flex;
  flex-direction: column;
}
main .section02 .mainpage-link .linkpanel .text-wrapper span {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 5px;
}
main .section02 .mainpage-link .linkpanel .text-wrapper h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1430px) {
  main .section02 .mainpage-link .linkpanel .text-wrapper h5 {
    font-size: 18px;
  }
}
main .section02 .mainpage-link .linkpanel i {
  justify-self: flex-end;
  align-self: flex-end;
  color: #4f4f4f;
  border: 1px solid #4f4f4f;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1430px) {
  main .section02 .mainpage-link .linkpanel i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
main .section02 .mainpage-link .linkpanel:hover {
  background: linear-gradient(to bottom right, rgba(93, 223, 68, 0.64), rgba(27, 86, 138, 0.8));
  border: 1px solid transparent;
}
main .section02 .mainpage-link .linkpanel:hover i {
  background-color: #fff;
  color: #1b568a;
}
main .section03 {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1430px) {
  main .section03 {
    height: auto;
    padding: 100px 0;
  }
}
main .section03 .mainpage-section-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
main .section03 .mainpage-section-headline h2 {
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 1430px) {
  main .section03 .mainpage-section-headline h2 {
    font-size: 32px;
  }
}
main .section03 .mainpage-section-headline a.btn.more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
main .section03 .mainpage-section-headline a.btn.more span {
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
}
main .section03 .mainpage-section-headline a.btn.more i {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  transition: 0.5s all ease-in-out;
}
main .section03 .mainpage-section-headline a.btn.more:hover span {
  color: #0f6cb1;
}
main .section03 .mainpage-section-headline a.btn.more:hover i {
  transform: rotate(0);
  transition: 0.5s all ease-in-out;
  background-color: #0f6cb1;
}
main .section03 .news-tab-container .tabs {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
main .section03 .news-tab-container .tabs button {
  border: none;
  background-color: transparent;
  color: #ababab;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
  border-radius: 30px;
  padding: 8px 24px;
  transition-duration: 0.5s;
  transition-property: background-color, color;
}
main .section03 .news-tab-container .tabs button.active, main .section03 .news-tab-container .tabs button:hover {
  background-color: #0f6cb1;
  color: #fff;
  transition-duration: 0.5s;
  transition-property: background-color, color;
}
@media (max-width: 1430px) {
  main .section03 .news-tab-container .tabs button {
    font-size: 16px;
    margin-right: 5px;
    border-radius: 20px;
    padding: 4px 12px;
  }
}
main .section03 .news-tab-container .tab-content .tab-pane {
  display: none;
}
main .section03 .news-tab-container .tab-content .tab-pane.active {
  display: block;
}
main .section03 .big-text {
  line-height: 1;
  color: #f5f5f5;
  font-size: 130px;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-wrap: nowrap;
}
@media (max-width: 1430px) {
  main .section03 .big-text {
    font-size: 50px;
  }
}

.subpage.location section iframe {
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .subpage.location section iframe {
    margin-bottom: 10px;
  }
}
.subpage.location section .center-info {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 22px;
  margin-bottom: 70px;
}
@media (max-width: 1430px) {
  .subpage.location section .center-info {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.subpage.location section .center-info .centername {
  font-weight: 600;
  margin-right: 100px;
}
@media (max-width: 1430px) {
  .subpage.location section .center-info .centername {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.subpage.location section .center-info .centername .dot {
  color: #0f6cb1;
}
.subpage.location section .center-info address {
  font-style: normal;
  color: #4f4f4f;
  margin-right: 80px;
}
@media (max-width: 1430px) {
  .subpage.location section .center-info address {
    margin-right: 0;
    font-size: 16px;
  }
}
.subpage.location section .center-info .centertel {
  color: #0f6cb1;
  margin-right: 80px;
}
@media (max-width: 1430px) {
  .subpage.location section .center-info .centertel {
    font-size: 16px;
  }
}
.subpage.location section .center-info .centertel a {
  color: #4f4f4f;
}

@media (max-width: 1430px) {
  .subpage.greeting .flex-row {
    flex-direction: column-reverse;
  }
}
.subpage.greeting .left {
  width: 65%;
  margin-right: 2%;
}
@media (max-width: 1430px) {
  .subpage.greeting .left {
    width: 100%;
    margin-right: 0;
  }
}
.subpage.greeting .left h5 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .subpage.greeting .left h5 {
    font-size: 18px;
  }
}
.subpage.greeting .left p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  .subpage.greeting .left p {
    font-size: 14px;
  }
}
.subpage.greeting .right {
  width: 33%;
}
@media (max-width: 1430px) {
  .subpage.greeting .right {
    width: 100%;
  }
}
.subpage.greeting .right img {
  border-radius: 20px;
  width: 100%;
}

.subpage.members .member {
  width: 49%;
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  padding: 2vw;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media (max-width: 1430px) {
  .subpage.members .member {
    width: 100%;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .subpage.members .member {
    flex-direction: column;
  }
}
.subpage.members .member:nth-child(2n) {
  margin-right: 0;
}
.subpage.members .member .left {
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .subpage.members .member .left {
    margin-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.subpage.members .member .right h6 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .subpage.members .member .right h6 {
    font-size: 18px;
    margin-bottom: 0px;
  }
}
.subpage.members .member .right p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .subpage.members .member .right p {
    font-size: 14px;
  }
}

.subpage.vision section {
  margin-bottom: 80px;
}
@media (max-width: 1430px) {
  .subpage.vision section {
    margin-bottom: 30px;
  }
}
.subpage.vision section .section-title {
  color: #fff;
  background: linear-gradient(to bottom right, rgb(107, 197, 73), rgba(27, 86, 138, 0.8));
  padding: 20px;
  width: 100%;
  font-size: 22px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.vision section .section-title {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px;
  }
}
.subpage.vision section .section-triangle {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1430px) {
  .subpage.vision section .section-triangle {
    margin-bottom: 10px;
  }
}
@media (max-width: 1430px) {
  .subpage.vision section .section-triangle img {
    width: 100%;
  }
}
.subpage.vision section .contents {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.subpage.vision section .contents span.box {
  border: 1px solid #eee;
  border-radius: 20px;
  font-size: 16px;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 14px;
  text-align: center;
  word-break: break-all;
}
@media (max-width: 1430px) {
  .subpage.vision section .contents span.box {
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
  }
}
.subpage.vision section .contents span.box:nth-child(2n) {
  margin-right: 0;
}

.subpage.request h5.section-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
.subpage.request section {
  margin-bottom: 50px;
}
.subpage.request p {
  font-size: 16px;
  color: #4f4f4f;
}
.subpage.request .process-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.request .process-wrapper .process {
  border: 2px solid #eaeaea;
  font-size: 20px;
  color: #4f4f4f;
  text-align: center;
  width: 100%;
  padding: 30px;
  border-radius: 50px;
  transition: 0.5s all ease-in-out;
}
.subpage.request .process-wrapper .process.active {
  border: 2px solid #0f6cb1;
  color: #0f6cb1;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1430px) {
  .subpage.request .process-wrapper .process {
    padding: 15px;
    font-size: 14px;
    word-break: keep-all;
  }
}
.subpage.request .process-wrapper .arrow i {
  font-size: 40px;
  color: #b7b7b7;
}
.subpage.request p.download {
  display: flex;
  margin-top: 20px;
}
.subpage.request p.download a.btn {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 45px;
  border: 1px solid #0f6cb1;
  background-color: #0f6cb1;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
.subpage.request p.download a.btn:hover {
  background-color: #0b4f82;
  border: 1px solid #0b4f82;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.subpage.performance h5.section-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
.subpage.performance section {
  margin-bottom: 50px;
}
.subpage.performance p {
  font-size: 16px;
  color: #4f4f4f;
}
.subpage.performance .performance-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .subpage.performance .performance-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.performance .performance-1 .inner-section .img-wrapper {
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 10px;
}
.subpage.performance .performance-1 .inner-section .img-wrapper img {
  max-width: 100%;
}

.subpage.center .center-header-img {
  margin-bottom: 30px;
}
.subpage.center .center-header-img img {
  border-radius: 20px;
  width: 100%;
}
.subpage.center h5.section-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 1430px) {
  .subpage.center h5.section-title {
    font-size: 20px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.subpage.center section.center_hub .centers {
  display: flex;
  flex-direction: column;
}
.subpage.center section.center_hub .centers .center_line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-top: 1px solid #eaeaea;
  padding: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line {
    flex-direction: column;
  }
}
.subpage.center section.center_hub .centers .center_line:last-child {
  border-bottom: 1px solid #eaeaea;
}
.subpage.center section.center_hub .centers .center_line .center_img {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .center_img {
    margin-right: 0;
  }
}
.subpage.center section.center_hub .centers .center_line .center_name {
  flex: 1;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .center_name {
    text-align: center;
  }
}
.subpage.center section.center_hub .centers .center_line .center_name .name_k {
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .center_name .name_k {
    font-size: 18px;
  }
}
.subpage.center section.center_hub .centers .center_line .center_name .name_e {
  color: #4f4f4f;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .center_name .name_e {
    font-size: 13px;
  }
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #eee;
  padding: 16px 54px;
  border-radius: 32px;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .links a.btn.link {
    margin-top: 10px;
    padding: 8px 27px;
  }
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link span {
  font-size: 22px;
  font-weight: 400;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .subpage.center section.center_hub .centers .center_line .links a.btn.link span {
    font-size: 16px;
  }
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link i {
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
  transition: 0.5s all ease-in-out;
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link:hover {
  border: 1px solid #0f6cb1;
  transition: 0.5s all ease-in-out;
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link:hover span {
  color: #0f6cb1;
}
.subpage.center section.center_hub .centers .center_line .links a.btn.link:hover i {
  transform: rotate(0);
  transition: 0.5s all ease-in-out;
  background-color: #0f6cb1;
}
.subpage.center section.lab {
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .subpage.center section.lab {
    margin-bottom: 50px;
  }
}
.subpage.center section.lab .lab-header-desc {
  background-color: #f5fbfe;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 45px 20px 35px;
  border-radius: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.center section.lab .lab-header-desc {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.subpage.center section.lab .lab-header-desc h3.lab-name {
  font-size: 32px;
  color: #0f6cb1;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 1430px) {
  .subpage.center section.lab .lab-header-desc h3.lab-name {
    font-size: 20px;
  }
}
.subpage.center section.lab .lab-header-desc h5.lab-summary {
  font-size: 18px;
  margin: 0;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .subpage.center section.lab .lab-header-desc h5.lab-summary {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.subpage.center section.lab .lab-header-desc .bar {
  height: 2px;
  width: 250px;
  background-color: #0f6cb1;
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .subpage.center section.lab .lab-header-desc .bar {
    margin-bottom: 10px;
  }
}
.subpage.center section.lab .lab-header-desc p.lab-desc {
  margin: 0;
  font-size: 16px;
  color: #4f4f4f;
  text-align: center;
}
@media (max-width: 1430px) {
  .subpage.center section.lab .lab-header-desc p.lab-desc {
    font-size: 14px;
  }
}
.subpage.center .lab-tab-inside-wrapper {
  width: 100%;
}
.subpage.center .lab-tab-inside-wrapper h5.tab-title {
  margin: 0;
  font-size: 25px;
  margin-bottom: 30px;
  color: #0f6cb1;
  font-weight: 600;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper h5.tab-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper {
    flex-direction: column;
    padding: 15px;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper img {
  margin-right: 0px;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper img {
    margin-right: 0;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper iframe {
  display: flex;
  width: 30%;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper iframe {
    width: 100%;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  margin-right: 30px;
  max-width: 65%;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper .inner-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper .inner-title {
    font-size: 18px;
    margin: 10px 0;
  }
}
.subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper p.summary-desc {
  font-size: 16px;
  color: #4f4f4f;
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .tab-summary-wrapper .summary-txt-wrapper p.summary-desc {
    font-size: 14px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-subjects {
  margin-bottom: 75px;
}
.subpage.center .lab-tab-inside-wrapper .lab-subjects .subject-inner-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-left: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-subjects .subject-inner-title {
    margin-left: 0;
    font-size: 20px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-subjects .subject-wrapper {
  border: 1px solid #ddd;
  padding: 40px 50px;
  border-radius: 20px;
  font-size: 16px;
  color: #4f4f4f;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-subjects .subject-wrapper {
    padding: 15px;
    font-size: 14px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-contents {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-contents {
    flex-direction: column;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-contents .content {
  width: 49%;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-contents .content {
    width: 100%;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-contents .content img {
  border-radius: 20px;
  width: 100%;
}
.subpage.center .lab-tab-inside-wrapper .lab-contents .left {
  margin-right: 2%;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-contents .left {
    margin-right: 0;
  }
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-contents .left iframe {
    width: 100%;
    height: 55vw;
  }
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-contents .right iframe {
    width: 100%;
    height: 55vw;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents {
  margin-bottom: 30px;
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item {
    flex-direction: column;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .left, .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right {
  border-radius: 20px;
  width: 49%;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .left, .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right {
    width: 100%;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .left img, .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right img {
  width: 100%;
  border-radius: 20px;
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .left {
  margin-right: 2%;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .left {
    margin-right: 0;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 40px;
  min-height: 428px;
  justify-content: center;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right {
    padding: 0;
    height: auto;
    min-height: inherit;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right h6 {
  margin: 0;
  font-size: 20px;
  margin-bottom: 30px;
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right p {
  color: #4f4f4f;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents .item .right p {
    margin: 0;
    font-size: 14px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents.horizontal {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: start;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents.horizontal {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .subpage.center .lab-tab-inside-wrapper .lab-equipment .contents.horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents.horizontal .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.center .lab-tab-inside-wrapper .lab-equipment .contents.horizontal .item .img-wrapper img {
  border-radius: 10px;
  width: 100%;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows {
  position: relative;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow {
  border: 1px solid #0f6cb1;
  background-color: #0f6cb1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 170px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow {
    width: 50px;
    height: 50px;
    top: 24vw;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow.prevArrow {
  left: -140px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow.prevArrow {
    left: 20px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow.nextArrow {
  right: -140px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow.nextArrow {
    right: 20px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow i {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow i {
    font-size: 20px;
  }
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow:hover {
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .arrows .arrow:hover i {
  color: #0f6cb1;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .lab-slider .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .lab-slider .contents .img-wrapper {
  margin: 10px;
}
.subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .lab-slider .contents .img-wrapper img {
  border-radius: 10px;
}
@media (max-width: 1430px) {
  .subpage.center .lab-tab-inside-wrapper .lab-slider-wrapper .lab-slider .contents .desc span {
    font-size: 14px;
  }
}
.subpage.center section.overflow {
  background-color: #f8f8f8;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow {
    margin-bottom: 50px;
    padding: 30px 0 30px;
  }
}
.subpage.center section.overflow .arrows {
  position: relative;
}
.subpage.center section.overflow .arrows .arrow {
  border: 1px solid #0f6cb1;
  background-color: #0f6cb1;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 170px;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .arrows .arrow {
    width: 50px;
    height: 50px;
    top: 57vw;
  }
}
.subpage.center section.overflow .arrows .arrow.prevArrow {
  left: -140px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .arrows .arrow.prevArrow {
    left: 0px;
  }
}
.subpage.center section.overflow .arrows .arrow.nextArrow {
  right: -140px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .arrows .arrow.nextArrow {
    right: 0px;
  }
}
.subpage.center section.overflow .arrows .arrow i {
  color: #fff;
  font-size: 40px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .arrows .arrow i {
    font-size: 20px;
  }
}
.subpage.center section.overflow .arrows .arrow:hover {
  background-color: #fff;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
.subpage.center section.overflow .arrows .arrow:hover i {
  color: #0f6cb1;
}
.subpage.center section.overflow .center-slider .slide .contents {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents {
    flex-direction: column;
  }
}
.subpage.center section.overflow .center-slider .slide .contents .left, .subpage.center section.overflow .center-slider .slide .contents .right {
  border-radius: 20px;
  width: 49%;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .left, .subpage.center section.overflow .center-slider .slide .contents .right {
    width: 100%;
  }
}
.subpage.center section.overflow .center-slider .slide .contents .left img, .subpage.center section.overflow .center-slider .slide .contents .right img {
  width: 100%;
  border-radius: 20px;
}
.subpage.center section.overflow .center-slider .slide .contents .left {
  margin-right: 2%;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .left {
    margin-right: 0;
  }
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .left iframe {
    width: 100%;
    height: 55vw;
  }
}
.subpage.center section.overflow .center-slider .slide .contents .right {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  justify-content: center;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .right {
    padding: 15px;
    min-height: auto;
    margin-top: 70px;
  }
}
.subpage.center section.overflow .center-slider .slide .contents .right h6 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .right h6 {
    margin-bottom: 10px;
  }
}
.subpage.center section.overflow .center-slider .slide .contents .right p {
  color: #4f4f4f;
  line-height: 1.6;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .subpage.center section.overflow .center-slider .slide .contents .right p {
    font-size: 14px;
    margin: 0;
  }
}
.subpage.center section.performance {
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .subpage.center section.performance {
    margin-bottom: 50px;
  }
}
.subpage.center section.performance .perform-wrapper {
  border: 1px solid #ddd;
  color: #4f4f4f;
  font-size: 16px;
  padding: 55px;
  border-radius: 20px;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  .subpage.center section.performance .perform-wrapper {
    padding: 15px;
    font-size: 14px;
  }
}
.subpage.center section.performance .perform-wrapper h6.perform-inner-title {
  font-size: 18px;
  margin: 0;
}
.subpage.center section.performance .perform-wrapper p {
  color: #4f4f4f;
}
.subpage.center section.performance .perform-wrapper .row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .subpage.center section.performance .perform-wrapper .row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.subpage.center section.performance .perform-wrapper .row.reverse {
  justify-content: space-between;
}
@media (max-width: 1430px) {
  .subpage.center section.performance .perform-wrapper .row.reverse {
    flex-direction: column-reverse;
  }
}
.subpage.center section.performance .perform-wrapper .row .img-side {
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .subpage.center section.performance .perform-wrapper .row .img-side {
    margin-right: 0;
  }
}
.subpage.center section.performance .perform-wrapper .row .img-side img {
  border-radius: 20px;
  width: 100%;
}
.subpage.center section.performance .perform-wrapper .row .txt-side {
  line-height: 1.5;
}
.subpage.center section.performance .perform-wrapper .row .txt-side span.bold {
  font-weight: 600;
}
.subpage.center section.performance .perform-wrapper .row .txt-side span.blue {
  color: #0f6cb1;
}
.subpage.center section.performance .perform-imggrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .subpage.center section.performance .perform-imggrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subpage.center section.performance .perform-imggrid .article-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.center section.performance .perform-imggrid .article-wrapper img {
  max-width: 100%;
}
.subpage.center section.performance .perform-imggrid .article-wrapper p {
  font-size: 20px;
}
.subpage.center section.members {
  margin-bottom: 120px;
}
@media (max-width: 1430px) {
  .subpage.center section.members {
    margin-bottom: 50px;
  }
}
.subpage.center table.software td {
  word-break: break-all;
  text-align: center;
}
.subpage.center table.software td:last-child {
  text-align: left;
}

.subpage.facility .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1430px) {
  .subpage.facility .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.facility .items .item {
  padding: 20px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item {
    padding: 20px 0;
  }
}
.subpage.facility .items .item:nth-child(1), .subpage.facility .items .item:nth-child(2) {
  border-top: 1px solid #eaeaea;
}
.subpage.facility .items .item:nth-child(2n) {
  border-right: 0;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item:nth-child(2n+1) {
    border-right: 0;
  }
}
.subpage.facility .items .item .left {
  width: 288px;
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .left {
    width: 40%;
    margin-right: 10px;
  }
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .left img {
    width: 100%;
  }
}
.subpage.facility .items .item .right {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .right {
    justify-content: flex-start;
  }
}
.subpage.facility .items .item .right .name-e {
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 13px;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .right .name-e {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.subpage.facility .items .item .right .name-k {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .right .name-k {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.subpage.facility .items .item .right .link a {
  border: 1px solid #eee;
  border-radius: 30px;
  padding: 12px 36px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  width: auto;
}
@media (max-width: 1430px) {
  .subpage.facility .items .item .right .link a {
    padding: 5px 20px;
    font-size: 12px;
  }
}
.subpage.facility .items .item .right .link a:hover {
  background-color: #0f6cb1;
  border-color: #0f6cb1;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
.subpage.facility.inpage .detailpage-header {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.facility.inpage .detailpage-header {
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.subpage.facility.inpage .detailpage-header h6 {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
  color: #4f4f4f;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .subpage.facility.inpage .detailpage-header h6 {
    font-size: 14px;
  }
}
.subpage.facility.inpage .detailpage-header h5 {
  font-size: 22px;
  color: #000;
  margin: 0;
  font-weight: 700;
}
@media (max-width: 1430px) {
  .subpage.facility.inpage .detailpage-header h5 {
    font-size: 16px;
  }
}
.subpage.facility.inpage .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 1430px) {
  .subpage.facility.inpage .img-wrapper {
    margin-bottom: 20px;
  }
}
.subpage.facility.inpage table th, .subpage.facility.inpage table td {
  padding: 30px 20px;
  line-height: 1.6;
}
@media (max-width: 1430px) {
  .subpage.facility.inpage table th, .subpage.facility.inpage table td {
    padding: 16px 8px;
  }
}
.subpage.facility.inpage .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.subpage.facility.inpage .btn-wrapper a {
  background-color: #0f6cb1;
  color: #fff;
  padding: 15px 80px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #0f6cb1;
  transition: 0.5s all ease-in-out;
}
.subpage.facility.inpage .btn-wrapper a:hover {
  background-color: #fff;
  color: #0f6cb1;
  transition: 0.5s all ease-in-out;
}

.subpage.equipment .tab-pane .left h4.tab-title {
  font-size: 22px;
  color: #0f6cb1;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.equipment .tab-pane .left h4.tab-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.subpage.equipment .tab-pane .left h6.equip-inner-section-title {
  font-size: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 1430px) {
  .subpage.equipment .tab-pane .left h6.equip-inner-section-title {
    font-size: 18px;
  }
}
.subpage.equipment .tab-pane .left p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.equipment .tab-pane .left p {
    font-size: 14px;
  }
}

.subpage.history {
  position: relative;
  z-index: 0;
}
.subpage.history .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .subpage.history .section-title {
    margin-bottom: 10px;
  }
}
.subpage.history .section-title span {
  font-size: 22px;
  padding: 25px 120px;
  border-radius: 20px;
  background-color: #0f6cb1;
  color: #fff;
}
@media (max-width: 1024px) {
  .subpage.history .section-title span {
    padding: 15px;
    width: 100%;
    text-align: center;
  }
}
.subpage.history .section-title span.green {
  background-color: #6db646;
  margin-top: 50px;
}
.subpage.history section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .subpage.history section {
    margin: 0;
    flex-direction: column;
    padding-left: 10px;
  }
}
.subpage.history section.toblack {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s all ease-in-out;
}
.subpage.history section.toblack.blacked {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-in-out;
}
.subpage.history section h5 {
  font-size: 38px;
  position: relative;
  top: -20px;
  margin-top: 0;
}
@media screen and (max-width: 992px) {
  .subpage.history section h5 {
    font-size: 25px;
    top: 55px;
    right: -25px;
    width: 80%;
  }
}
.subpage.history section h5.blued {
  color: #0f6cb1;
}
.subpage.history section.section02 h5.blued {
  color: #6db646;
}
.subpage.history section span.pin {
  position: relative;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #0f6cb1;
  border-radius: 50%;
  left: 63px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .subpage.history section span.pin {
    left: -2px;
  }
}
.subpage.history section span.pin.blued:before {
  content: " ";
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #0f6cb1;
  border-radius: 50%;
  animation: scale1 2s infinite;
  left: -22.5px;
  top: -22.5px;
}
.subpage.history section span.pin.blued:after {
  content: " ";
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #0f6cb1;
  border-radius: 50%;
  top: 0;
  animation: scale2 2s infinite;
  left: -22.5px;
  top: -72.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.section02 span.pin {
  background-color: #6db646;
}
.subpage.history section.section02 span.pin.blued:before {
  background-color: #6db646;
}
.subpage.history section.section02 span.pin.blued:after {
  background-color: #6db646;
}
.subpage.history section ul {
  border-left: 1px solid #eee;
  padding-left: 80px;
  margin-left: 60px;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .subpage.history section ul {
    padding: 65px 0px 25px 25px;
    margin: 0;
  }
}
.subpage.history section ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .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: 992px) {
  .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: 500px;
}
@media screen and (max-width: 992px) {
  .subpage.history section ul li .content {
    width: 100%;
  }
}
.subpage.history section ul li .content span {
  font-size: 18px;
  color: #4f4f4f;
  font-weight: 300;
  line-height: 1.9;
}
@media screen and (max-width: 992px) {
  .subpage.history section ul li .content span {
    font-size: 14px;
  }
}

.subpage.kolas h2.pagetitle {
  margin-bottom: 20px;
}
.subpage.kolas h5.section-title {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 1024px) {
  .subpage.kolas h5.section-title {
    font-size: 20px;
  }
}
.subpage.kolas .cert-top-desc {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-top-desc {
    flex-direction: column;
    padding: 15px;
  }
}
.subpage.kolas .cert-top-desc img {
  margin-right: 30px;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-top-desc img {
    margin-right: 0;
  }
}
.subpage.kolas .cert-top-desc p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.8;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-top-desc p {
    font-size: 14px;
  }
}
.subpage.kolas .cert-innertab-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.subpage.kolas .cert-innertab-wrapper section {
  margin-bottom: 30px;
}
.subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper .img-wrapper-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 20px;
}
.subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper .img-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper .img-wrapper-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper img {
  margin-right: 20px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-innertab-wrapper .cert-top-media-wrapper img {
    margin-right: 0;
  }
}
.subpage.kolas .cert-innertab-wrapper table.standard td {
  padding: 20px 40px;
  font-size: 14px;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-innertab-wrapper table.standard td {
    padding: 10px;
  }
}
.subpage.kolas .cert-innertab-wrapper table.standard td:first-child {
  text-align: center;
}
.subpage.kolas .cert-innertab-wrapper p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.8;
  margin: 10px 0;
}
@media (max-width: 1024px) {
  .subpage.kolas .cert-innertab-wrapper p {
    font-size: 14px;
  }
}
.subpage.kolas .cert-innertab-wrapper table.person td {
  padding: 20px 40px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1430px) {
  .subpage.kolas .cert-innertab-wrapper table.person td {
    padding: 10px;
    font-size: 14px;
  }
}

.marineICT {
  margin-bottom: 150px;
}
.marineICT .inner-title-wrapper {
  background-color: #DFEED5;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.marineICT .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 1430px) {
  .marineICT .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.marineICT .items .item {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 25px;
}
.marineICT .items .item .item-header {
  text-transform: uppercase;
  background-color: #354b78;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #ddd;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 20px;
}
.marineICT .items .item .item-img {
  margin-bottom: 30px;
}
.marineICT .items .item .item-img img {
  border-radius: 20px;
  max-width: 100%;
}
.marineICT .items .item .item-desc {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#fregisterform .register_form_inner {
  margin-top: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
#fregisterform .register_form_inner h2 {
  font-size: 40px;
  color: #222;
  margin: 0;
  margin-bottom: 70px;
  text-align: center;
}
#fregisterform .register_form_inner ul {
  width: 640px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
#fregisterform .register_form_inner li {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (max-width: 1430px) {
  #fregisterform .register_form_inner li {
    align-items: flex-start;
    flex-direction: column;
  }
}
#fregisterform .register_form_inner li label {
  width: 150px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1430px) {
  #fregisterform .register_form_inner li label {
    margin-bottom: 5px;
  }
}
#fregisterform .register_form_inner li label span.bluestar {
  color: #0f6cb1;
  margin-left: 5px;
}
#fregisterform .register_form_inner li input {
  flex: 1;
  height: 56px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 18px 24px;
  width: 100%;
}
@media (max-width: 1430px) {
  #fregisterform .register_form_inner li input {
    padding: 12px;
  }
}
#fregisterform .register_form_inner li input.readonly {
  background-color: #f5f5f5;
  color: #a1a1a1;
}
#fregisterform .register_form_inner li.address .address_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#fregisterform .register_form_inner li.address .address_wrapper .postnum_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 20px;
}
#fregisterform .register_form_inner li.address .address_wrapper .postnum_wrapper input {
  width: 48%;
  margin-right: 2%;
}
#fregisterform .register_form_inner li.address .address_wrapper .postnum_wrapper .btn_frmline {
  flex: 1;
  border: 1px solid #0f6cb1;
  background-color: #0f6cb1;
  height: 54px;
  width: 50%;
  border-radius: 5px;
  color: #fff;
}
#fregisterform .register_form_inner li.address .address_wrapper input.mb20 {
  margin-bottom: 20px;
}
#fregisterform .register_form_inner li.reg_mb_img_file span.tooltip {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  margin: 15px 0px;
  color: #666;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper .img-wrapper {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper .img-wrapper img {
  width: 100%;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper .del-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper .del-wrapper input {
  height: auto;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper .del-wrapper label {
  width: auto;
  margin-left: 10px;
}
#fregisterform .register_form_inner li.reg_mb_img_file .imgfield_wrapper input#reg_mb_img {
  width: 100%;
}
#fregisterform .register_form_inner li.bar {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-top: 50px;
}
#fregisterform .register_form_inner h5.subtitle {
  font-size: 20px;
  font-weight: 600;
  margin: 36px 0;
}
#fregisterform .btn_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
}
#fregisterform .btn_confirm #btn_submit {
  border: 1px solid #0f6cb1;
  background-color: #0f6cb1;
  color: #fff;
  width: 485px;
  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1430px) {
  #fregisterform .btn_confirm #btn_submit {
    width: 100%;
  }
}
#fregisterform .btn_confirm #btn_submit:hover {
  background-color: #0d5e99;
  transition: 0.5s all ease-in-out;
}

header.login-header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

#mb_login, #mb_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#mb_login .mbskin_box, #mb_confirm .mbskin_box {
  max-width: 485px;
  width: 100%;
}
#mb_login .mbskin_box h2, #mb_confirm .mbskin_box h2 {
  font-size: 40px;
  color: #222;
  margin-top: 200px;
  text-align: center;
}
#mb_login .mbskin_box p, #mb_confirm .mbskin_box p {
  margin-bottom: 40px;
  text-align: center;
  color: #666;
}
#mb_login .mbskin_box .login-box, #mb_confirm .mbskin_box .login-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 485px;
  width: 100%;
}
#mb_login .mbskin_box .login-box #login_id, #mb_login .mbskin_box .login-box #login_pw, #mb_login .mbskin_box .login-box #mb_confirm_id, #mb_login .mbskin_box .login-box #confirm_mb_password, #mb_confirm .mbskin_box .login-box #login_id, #mb_confirm .mbskin_box .login-box #login_pw, #mb_confirm .mbskin_box .login-box #mb_confirm_id, #mb_confirm .mbskin_box .login-box #confirm_mb_password {
  height: 56px;
  border: 1px solid #eee;
  padding: 0 1em;
  margin-bottom: 10px;
  border-radius: 5px;
}
#mb_login .mbskin_box .login-box .login_if_auto, #mb_confirm .mbskin_box .login-box .login_if_auto {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 15px;
}
#mb_login .mbskin_box .login-box .login_if_auto label, #mb_confirm .mbskin_box .login-box .login_if_auto label {
  font-size: 14px;
  color: #666;
  margin-left: 10px;
}
#mb_login .mbskin_box .login-box .btn_submit, #mb_confirm .mbskin_box .login-box .btn_submit {
  margin: 30px 0;
  border: 0;
  background-color: #0f6cb1;
  color: #fff;
  font-size: 18px;
  height: 60px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
#mb_login .mbskin_box .login-box .btn_submit:hover, #mb_confirm .mbskin_box .login-box .btn_submit:hover {
  background-color: #0b4f82;
  transition: 0.5s all ease-in-out;
}
#mb_login .mbskin_box .login-box .info, #mb_confirm .mbskin_box .login-box .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  color: #666;
  font-weight: 300;
}

.subpage.ci .ci-symbols {
  margin-bottom: 100px;
}
.subpage.ci .ci-symbols .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-symbols .row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.ci .ci-symbols .row .col h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.subpage.ci .ci-symbols .row .col .ci-img-box {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/ci/pattern.jpg);
  border: 1px solid #eaeaea;
  padding: 40px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-symbols .row .col .ci-img-box {
    height: auto;
  }
}
.subpage.ci .ci-symbols .row .col .ci-img-box img {
  max-width: 100%;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-symbols .row .col .ci-img-box img {
    max-width: 80%;
  }
}
.subpage.ci .ci-symbols .row .col .ci-img-box.tall {
  height: 300px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-symbols .row .col .ci-img-box.tall {
    height: auto;
  }
  .subpage.ci .ci-symbols .row .col .ci-img-box.tall img {
    max-width: 50%;
  }
}
.subpage.ci .ci-symbols .download-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
}
.subpage.ci .ci-symbols .download-btn-wrap a {
  background-color: #0f6cb1;
  color: #fff;
  padding: 15px 80px;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #0f6cb1;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.subpage.ci .ci-symbols .download-btn-wrap a:hover {
  background-color: #fff;
  color: #0f6cb1;
  transition: 0.5s all ease-in-out;
}
.subpage.ci .ci-colors {
  margin-bottom: 100px;
}
.subpage.ci .ci-colors h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.subpage.ci .ci-colors .color-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-colors .color-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.ci .ci-colors .color-row.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1430px) {
  .subpage.ci .ci-colors .color-row.grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.ci .ci-colors .color-row .color-box {
  display: flex;
  position: relative;
}
.subpage.ci .ci-colors .color-row .color-box .color-sample {
  width: 100%;
  height: 140px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-colors .color-row .color-box .color-sample {
    height: 100px;
  }
}
.subpage.ci .ci-colors .color-row .color-box .color-info {
  font-size: 22px;
  font-weight: 500;
  padding: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-colors .color-row .color-box .color-info {
    font-size: 16px;
  }
}
.subpage.ci .ci-colors .color-row .color-box .color-info span {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-colors .color-row .color-box .color-info span {
    font-size: 14px;
  }
}
.subpage.ci .ci-fonts {
  margin-bottom: 100px;
}
.subpage.ci .ci-fonts h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 20px;
}
.subpage.ci .ci-fonts .font-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-fonts .font-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.subpage.ci .ci-fonts .font-row .font-box {
  width: 100%;
  height: 141px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/ci/pattern.jpg);
  border: 1px solid #eaeaea;
  padding: 40px;
}
.subpage.ci .ci-fonts .font-row .font-box .font-sample {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage.ci .ci-fonts .font-row .font-box .font-sample img {
  max-width: 100%;
}
@media (max-width: 1430px) {
  .subpage.ci .ci-fonts .font-row .font-box .font-sample img {
    max-width: 80%;
  }
}

/*# sourceMappingURL=main.css.map */
