@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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: #222;
  font: 16px "SUIT", "Open Sans", sans-serif;
}

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

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

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

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

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

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

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

header .mobile-gnb {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
header .mobile-gnb > span {
  position: relative;
  top: 10px;
  left: 10px;
}
header .mobile-gnb .gnb-menu {
  border-top: 1px solid #eee;
  margin-top: 20px;
}
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;
}
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 18px 35px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  /*    color: hsla(240,6%,97%,.5); */
  color: #000;
  border-bottom: 1px #e2e2e2 solid;
}
header .mobile-gnb .gnb-menu .sidebar-menu .sidebar-submenu > 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;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
}
header .mobile-gnb .change-lang {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0;
}
header .mobile-gnb .hd_login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 50px;
}
header .mobile-gnb .hd_login li {
  margin-right: 15px;
}
@media (max-width: 1430px) {
  header .mobile-gnb .hd_login li {
    margin-right: 0;
    margin: 5px;
  }
}
header .mobile-gnb .hd_login li a {
  padding: 11px 30px;
  border: 1px solid #005ca6;
  border-radius: 30px;
  color: #005ca6;
  font-size: 14px;
}
header .mobile-gnb .hd_login li a:hover {
  background-color: #005ca6;
  border-color: #005ca6;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  transition-duration: 0.5s;
  transition-property: background-color;
}
@media (max-width: 1430px) {
  header .desktop-gnb {
    display: none;
  }
}
header .desktop-gnb .top_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
header .desktop-gnb .top_wrap .header-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100px;
  width: 1600px;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .logo .color {
  display: none;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav {
  flex: 1;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 {
  color: #222;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 > a {
  height: 100px;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.125em;
  color: #fff;
  position: relative;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 > a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #005ca6;
  position: absolute;
  top: 60px;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 > a:hover {
  color: #005ca6;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 > a:hover::after {
  top: 72px;
  transition: 0.5s opacity ease-in-out;
  opacity: 1;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1.on > a {
  color: #005ca6;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1.on > a::after {
  content: "";
  top: 72px;
  transition: 0.5s opacity ease-in-out;
  opacity: 1;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 .depth2 {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #666;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 101px;
  left: 0;
  overflow: hidden;
  border: 0;
  height: 0;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 .depth2 li a {
  height: 80px;
  padding: 0 50px;
  color: #666;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1 .depth2 li a:hover {
  color: #005ca6;
}
header .desktop-gnb .top_wrap .header-inner-wrapper nav.nav #gnb .depth1:hover .depth2 {
  display: flex;
  height: 80px;
  border-bottom: 2px solid #005ca6;
  transition-duration: 0.5s;
  transition-delay: 0.3s;
  transition-property: height, border-bottom;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .change-lang {
  color: #fff;
  margin-right: 20px;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .change-lang i {
  margin-right: 5px;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .hd_login {
  display: flex;
  flex-direction: row;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .hd_login li {
  margin-right: 15px;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .hd_login li a {
  padding: 11px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}
header .desktop-gnb .top_wrap .header-inner-wrapper .hd_login li a:hover {
  background-color: #005ca6;
  border-color: #005ca6;
  transition: 0.5s all ease-in-out;
}
header .desktop-gnb:hover, header .desktop-gnb.open, header .desktop-gnb.scrolled {
  background-color: #fff;
}
header .desktop-gnb:hover .top_wrap, header .desktop-gnb.open .top_wrap, header .desktop-gnb.scrolled .top_wrap {
  border-bottom: 1px solid #e5e5e5;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper .logo .white, header .desktop-gnb.open .top_wrap .header-inner-wrapper .logo .white, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper .logo .white {
  display: none;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper .logo .color, header .desktop-gnb.open .top_wrap .header-inner-wrapper .logo .color, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper .logo .color {
  display: inherit;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper nav.nav #gnb a, header .desktop-gnb.open .top_wrap .header-inner-wrapper nav.nav #gnb a, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper nav.nav #gnb a {
  transition: 0.5s color ease-in-out;
  color: #222;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper .change-lang, header .desktop-gnb.open .top_wrap .header-inner-wrapper .change-lang, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper .change-lang {
  color: #222;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper .hd_login li a, header .desktop-gnb.open .top_wrap .header-inner-wrapper .hd_login li a, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper .hd_login li a {
  color: #222;
  border: 1px solid #222;
}
header .desktop-gnb:hover .top_wrap .header-inner-wrapper .hd_login li a:hover, header .desktop-gnb.open .top_wrap .header-inner-wrapper .hd_login li a:hover, header .desktop-gnb.scrolled .top_wrap .header-inner-wrapper .hd_login li a:hover {
  background-color: #005ca6;
  border-color: #005ca6;
  transition: 0.5s all ease-in-out;
  color: #fff;
}

.sub-header {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1430px) {
  .sub-header {
    height: 250px;
  }
}
.sub-header h2.cate-title {
  font-size: 45px;
  color: #fff;
}
@media (max-width: 1430px) {
  .sub-header h2.cate-title {
    font-size: 30px;
    font-weight: 700;
  }
}

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

/* 모바일 메뉴 */
.nav-btn-wrapper {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100%;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 1430px) {
  .nav-btn-wrapper {
    display: flex;
  }
}
.nav-btn-wrapper .logo-area .color {
  display: none;
}
.nav-btn-wrapper .change-lang {
  color: #fff;
  margin-right: 50px;
  margin-top: 11px;
}
@media (max-width: 1430px) {
  .nav-btn-wrapper .change-lang {
    font-size: 14px;
  }
}
.nav-btn-wrapper.open .logo-area {
  display: none;
}
.nav-btn-wrapper.open .change-lang {
  color: #000;
  position: absolute;
  top: 19px;
  right: 63px;
  margin-right: 0;
  margin-top: 0;
}
.nav-btn-wrapper.scrolled {
  background-color: #fff;
}
.nav-btn-wrapper.scrolled .logo-area .color {
  display: inherit;
}
.nav-btn-wrapper.scrolled .logo-area .white {
  display: none;
}
.nav-btn-wrapper.scrolled .change-lang {
  color: #000;
}
.nav-btn-wrapper.scrolled .nav-btn span:nth-of-type(1) {
  background: #000;
}
.nav-btn-wrapper.scrolled .nav-btn span:nth-of-type(2) {
  background: #000;
}
.nav-btn-wrapper.scrolled .nav-btn span:nth-of-type(3) {
  background: #000;
}
.nav-btn-wrapper.scrolled.open {
  padding: 0;
}
.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;
}

footer {
  background-color: #f3f3f3;
  padding: 0;
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
  z-index: 1;
  margin-top: 150px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 1430px) {
  footer {
    margin-top: 100px;
  }
}
footer.notopmargin {
  margin-top: 0;
}
@media (max-width: 1430px) {
  footer.notopmargin {
    margin-top: 150px;
  }
}
footer .flex {
  display: flex;
}
@media (max-width: 1430px) {
  footer .flex {
    flex-direction: column;
    align-items: center;
  }
}
footer .flex .logo-wrapper {
  margin-right: 70px;
}
@media (max-width: 1430px) {
  footer .flex .logo-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  footer .flex .logo-wrapper img {
    width: 80%;
  }
}
footer .flex .right {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1430px) {
  footer .flex .right {
    text-align: center;
  }
}
footer .flex .right .popup-links {
  font-size: 18px;
  margin-bottom: 25px;
  color: #222;
}
@media (max-width: 1430px) {
  footer .flex .right .popup-links {
    font-size: 16px;
  }
}
footer .flex .right .second-line {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
@media (max-width: 1430px) {
  footer .flex .right .second-line {
    flex-direction: column;
    font-size: 14px;
  }
}
footer .flex .right .second-line address {
  margin-left: 20px;
  font-style: normal;
}
@media (max-width: 1430px) {
  footer .flex .right .second-line address {
    margin-top: 5px;
    margin-left: 0;
  }
}
footer .flex .right .copyright {
  margin-top: 15px;
  font-size: 16px;
}
@media (max-width: 1430px) {
  footer .flex .right .copyright {
    font-size: 14px;
  }
}

main .section01 {
  position: relative;
}
main .section01 .slide-wrapper {
  position: relative;
  height: 100vh;
}
main .section01 .slide-wrapper .img-wrapper {
  width: 100%;
  overflow: hidden;
}
main .section01 .slide-wrapper .img-wrapper img {
  height: 100vh;
  min-width: 100%;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  main .section01 .slide-wrapper .img-wrapper img {
    left: -140vw;
  }
}
main .section01 .slide-wrapper .caption {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
main .section01 .slide-wrapper .caption h5 {
  font-size: 1.125em;
  color: #fff;
  margin: 0;
  margin-bottom: 1.56em;
  font-weight: 300;
}
@media (max-width: 1430px) {
  main .section01 .slide-wrapper .caption h5 {
    font-size: 1em;
  }
}
main .section01 .slide-wrapper .caption h2 {
  font-size: 2.875em;
  color: #fff;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
@media (max-width: 1430px) {
  main .section01 .slide-wrapper .caption h2 {
    font-size: 21px;
    margin-bottom: 2em;
  }
}

#top_btn {
  position: fixed;
  bottom: 80px;
  right: 100px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 87px;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 1430px) {
  #top_btn {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
  #top_btn i {
    height: 14px;
    margin-top: -5px;
  }
  #top_btn span {
    font-size: 12px;
  }
}

#to-next-section {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 5vw;
}
#to-next-section #to-next-section-btn {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  z-index: 1;
  color: #fff;
  font-size: 40px;
}
@media (max-width: 1430px) {
  #to-next-section #to-next-section-btn {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

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

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

.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;
}
.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;
}
.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 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: #005ca6;
}
.dnb_board.list .bo_fx {
  margin-top: 30px;
}
.dnb_board.list .bo_fx ul.btn_bo_user {
  display: flex;
  justify-content: flex-end;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  padding: 15px 45px;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a:hover {
  background-color: #005ca6;
  color: #fff;
  border: 1px solid #005ca6;
}
.dnb_board.list .bo_fx ul.btn_bo_user li a span {
  font-size: 16px;
  font-weight: 400;
}

.dnb_board.view {
  padding-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 1430px) {
  .dnb_board.view {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.dnb_board.view header #bo_v_title {
  border-top: 2px #005ca6 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;
}
.dnb_board.view #bo_v_link li {
  font-size: 16px;
}
.dnb_board.view #bo_v_link li span.linktext {
  margin-right: 10px;
  font-weight: 600;
}
.dnb_board.view #bo_v_file {
  padding: 30px;
  border-top: 1px solid #eaeaea;
}
.dnb_board.view #bo_v_file li {
  font-size: 16px;
}
.dnb_board.view #bo_v_file li span.label {
  margin-right: 20px;
}
.dnb_board.view #bo_v_file li a {
  text-decoration: underline;
}
.dnb_board.view #bo_v_file li a:hover {
  color: #005ca6;
}
.dnb_board.view .bo_v_nb li {
  border-top: 1px solid #DCDBDB;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .dnb_board.view .bo_v_nb li {
    font-size: 14px;
  }
}
.dnb_board.view .bo_v_nb li:last-child {
  border-bottom: 1px solid #DCDBDB;
}
.dnb_board.view .bo_v_nb li .nb_tit {
  display: inline-block;
  padding-right: 0;
  color: #000;
  background-color: #F9F9F9;
  width: 200px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 40px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 1430px) {
  .dnb_board.view .bo_v_nb li .nb_tit {
    font-size: 14px;
    margin-right: 20px;
    padding: 10px;
    width: auto;
  }
}
.dnb_board.view .bo_v_nb li a {
  padding: 10px;
}
.dnb_board.view .board-bottom-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 50px;
}
.dnb_board.view .board-bottom-btn-wrapper .btn {
  background-color: #fff;
  border: 1px solid #005ca6;
  color: #005ca6;
  padding: 15px 45px;
  margin-right: 20px;
  transition: 0.5s all ease-in-out;
}
.dnb_board.view .board-bottom-btn-wrapper .btn:hover {
  background-color: #005ca6;
  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 #005ca6;
  background-color: #005ca6;
  color: #fff;
}
#bo_w .btn_confirm .btn:hover {
  background-color: #004073;
  border: 1px solid #004073;
  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: #005ca6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#bo_gall #gall_ul .gall_li .gall_box .gall_info {
  font-size: 14px;
  margin-top: 9px;
}
@media (max-width: 1430px) {
  #bo_gall #gall_ul .gall_li .gall_box .gall_info {
    font-size: 12px;
    margin-top: 5px;
  }
}
#bo_gall #gall_ul .gall_li .gall_box .gall_info span.gall_date {
  color: #666;
  font-weight: 300;
}

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

.latest.latest_basic {
  background-color: #f0f4fe;
  padding: 40px 30px;
  border-radius: 5px;
}
@media (max-width: 1430px) {
  .latest.latest_basic {
    padding: 15px;
  }
}
.latest.latest_basic ul li {
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li {
    margin-bottom: 15px;
  }
}
.latest.latest_basic ul li:last-child {
  margin-bottom: 0;
}
.latest.latest_basic ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a {
    font-size: 14px;
  }
}
.latest.latest_basic ul li a span.board-name {
  font-size: 16px;
  transition: 0.3s background-color ease-in-out;
  background-color: #fff;
  padding: 12px;
  margin-right: 40px;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a span.board-name {
    padding: 5px;
    font-size: 14px;
    margin-right: 15px;
  }
}
.latest.latest_basic ul li a span.article-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.latest.latest_basic ul li a span.w-date {
  display: flex;
  justify-self: flex-end;
  color: #666;
}
@media (max-width: 1430px) {
  .latest.latest_basic ul li a span.w-date {
    display: none;
  }
}
.latest.latest_basic ul li a:hover span.board-name {
  transition: 0.3s background-color ease-in-out;
  background-color: #005ca6;
  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;
  display: flex;
}
.latest.latest-gallery ul li a img {
  border-radius: 5px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a img {
    width: 100%;
  }
}
.latest.latest-gallery ul li a .gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent);
  top: 0;
  border-radius: 5px;
}
.latest.latest-gallery ul li a .article-info {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info {
    left: 10px;
    bottom: 10px;
  }
}
.latest.latest-gallery ul li a .article-info .article-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info .article-title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.latest.latest-gallery ul li a .article-info .w-date {
  font-size: 14px;
}
@media (max-width: 1430px) {
  .latest.latest-gallery ul li a .article-info .w-date {
    font-size: 12px;
  }
}

main .section02 {
  padding-top: 110px;
  margin-bottom: 160px;
}
@media (max-width: 1430px) {
  main .section02 {
    margin-bottom: 50px;
    padding-top: 100px;
  }
}
main .section02 .img-banner {
  background-image: url("../../img/main/main_sec01_img.jpg");
  height: 400px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-size: cover;
}
@media (max-width: 1430px) {
  main .section02 .img-banner {
    text-align: center;
    padding: 30px;
    height: 90vw;
  }
}
main .section02 .img-banner h1 {
  font-size: 37px;
  color: #fff;
}
@media (max-width: 1430px) {
  main .section02 .img-banner h1 {
    font-size: 30px;
  }
}
main .section02 .img-banner p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1430px) {
  main .section02 .img-banner p {
    font-size: 16px;
  }
}
main .section03 {
  margin-bottom: 120px;
}
main .section03 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  main .section03 .container {
    flex-direction: column;
  }
}
main .section03 .board-wrapper {
  width: 49%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1430px) {
  main .section03 .board-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .section03 .board-wrapper h2 {
  font-size: 37px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1430px) {
  main .section03 .board-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
main .section03 .board-wrapper h2 a {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transform: rotate(0deg);
}
main .section03 .board-wrapper h2 a:hover {
  background-color: #005ca6;
  color: #fff;
  transition: 0.5s all ease-in-out;
  border: 0;
  transform: rotate(720deg);
}
main .section04 {
  margin-bottom: 120px;
}
main .section04 h2 {
  font-size: 37px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1430px) {
  main .section04 h2 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 10px;
  }
}
main .section04 h2 a {
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  transform: rotate(0deg);
}
main .section04 h2 a:hover {
  background-color: #005ca6;
  color: #fff;
  transition: 0.5s all ease-in-out;
  border: 0;
  transform: rotate(720deg);
}
main .section_eng {
  padding-top: 50px;
  margin-bottom: 120px;
}
main .section_eng h3.subtitle {
  font-size: 37px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1430px) {
  main .section_eng h3.subtitle {
    font-size: 24px;
  }
}
main .section_eng .grid-wrap {
  display: grid;
}
main .section_eng .grid-wrap.grid_3_2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 1430px) {
  main .section_eng .grid-wrap.grid_3_2 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
main .section_eng .grid-wrap .cell {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 35px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  main .section_eng .grid-wrap .cell {
    padding: 30px;
  }
}
main .section_eng .grid-wrap .cell p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1430px) {
  main .section_eng .grid-wrap .cell p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
main .section_eng .grid-wrap .cell img {
  align-self: flex-start;
}
@media (max-width: 1430px) {
  main .section_eng .grid-wrap .cell img {
    width: 30%;
  }
}
main .section_eng .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}
main .section_eng .btn-area a {
  background-color: #005ca6;
  border: 1px solid #005ca6;
  font-size: 18px;
  padding: 15px 45px;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
main .section_eng .btn-area a:hover {
  color: #005ca6;
  border: 1px solid #005ca6;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}
main .section05 {
  margin-bottom: 120px;
}
main .section05 h2 {
  font-size: 37px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1430px) {
  main .section05 h2 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 10px;
  }
}
main .section05 .contact-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  main .section05 .contact-wrapper {
    flex-direction: column;
  }
}
main .section05 .contact-wrapper .contact {
  background-color: #f0f4fe;
  width: 49%;
  display: flex;
  flex-direction: column;
  margin-right: 2%;
  padding: 20px;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1430px) {
  main .section05 .contact-wrapper .contact {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .section05 .contact-wrapper .contact h5 {
  font-size: 25px;
  color: #222;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 800;
}
@media (max-width: 1430px) {
  main .section05 .contact-wrapper .contact h5 {
    font-size: 20px;
  }
}
main .section05 .contact-wrapper .contact a {
  font-size: 25px;
  color: #222;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 1430px) {
  main .section05 .contact-wrapper .contact a {
    font-size: 20px;
  }
}
main .section05 .contact-wrapper .contact i {
  font-size: 80px;
  color: #dde6fc;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media (max-width: 1430px) {
  main .section05 .contact-wrapper .contact i {
    font-size: 60px;
  }
}
main .section05 .contact-wrapper .contact:last-child {
  margin-right: 0;
}

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 {
  width: 485px;
  max-width: 100%;
  padding: 15px;
}
#mb_login .mbskin_box h2, #mb_confirm .mbskin_box h2 {
  font-size: 40px;
  color: #222;
  margin-top: 200px;
  text-align: center;
}
@media (max-width: 1430px) {
  #mb_login .mbskin_box h2, #mb_confirm .mbskin_box h2 {
    font-size: 32px;
    margin-top: 100px;
  }
}
#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;
  width: 485px;
  max-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: #005ca6;
  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: #004073;
  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;
}
@media (max-width: 1430px) {
  #mb_login .mbskin_box .login-box .info, #mb_confirm .mbskin_box .login-box .info {
    font-size: 14px;
  }
}

.greeting .page-wrapper {
  background-color: #f3f3f3;
  margin-top: 210px;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper {
    margin-top: 0;
    background-color: #fff;
  }
}
.greeting .page-wrapper .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container {
    flex-direction: column;
  }
}
.greeting .page-wrapper .container .left {
  width: 50%;
  position: relative;
  top: -150px;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .left {
    width: 100%;
    top: 0;
  }
}
.greeting .page-wrapper .container .left img {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
}
.greeting .page-wrapper .container .right {
  width: 50%;
  padding-top: 50px;
  padding-left: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .right {
    width: 100%;
    padding: 0;
  }
}
.greeting .page-wrapper .container .right p.txt {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .right p.txt {
    padding-right: 0;
    text-align: justify;
    word-break: break-all;
  }
}
.greeting .page-wrapper .container .right p.txt.firstline {
  color: #005ca6;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
  text-align: justify;
  word-break: break-all;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .right p.txt.firstline {
    font-size: 1.4em;
  }
}
.greeting .page-wrapper .container .right .signature {
  text-align: right;
  font-size: 20px;
  font-weight: 300;
  color: #222;
  margin-bottom: 100px;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .right .signature {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.greeting .page-wrapper .container .right .signature .name {
  font-size: 30px;
  font-weight: 700;
  margin-left: 30px;
}
@media (max-width: 1430px) {
  .greeting .page-wrapper .container .right .signature .name {
    font-size: 20px;
    margin-left: 10px;
  }
}

.introduce section {
  margin-bottom: 80px;
}
.introduce section .desc-panel {
  background-image: url("../../img/sub/sub01_img_01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 90px;
  border-radius: 20px;
}
@media (max-width: 1430px) {
  .introduce section .desc-panel {
    padding: 30px;
  }
}
.introduce section .desc-panel h4 {
  color: #fff;
  font-size: 30px;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 1430px) {
  .introduce section .desc-panel h4 {
    font-size: 22px;
  }
}
.introduce section .desc-panel p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
}
@media (max-width: 1430px) {
  .introduce section .desc-panel p {
    text-align: justify;
    word-break: break-all;
    font-size: 16px;
    margin: 0;
  }
}
.introduce section h3.subtitle {
  font-size: 30px;
  color: #222;
  font-weight: 700;
}
@media (max-width: 1430px) {
  .introduce section h3.subtitle {
    font-size: 26px;
  }
}
.introduce section h3.subtitle span.smalltext {
  font-size: 24px;
}
@media (max-width: 1430px) {
  .introduce section h3.subtitle span.smalltext {
    font-size: 20px;
  }
}
.introduce section .flex-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  padding: 100px 30px;
}
@media (max-width: 1430px) {
  .introduce section .flex-wrap {
    padding: 50px 10px;
    flex-direction: column;
  }
}
.introduce section .flex-wrap .cell {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.introduce section .flex-wrap .cell h6 {
  font-size: 14px;
  color: #005ca6;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 1.5px;
  font-weight: 700;
}
@media (max-width: 1430px) {
  .introduce section .flex-wrap .cell h6 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.introduce section .flex-wrap .cell h5 {
  font-size: 24px;
  color: #222;
  margin: 0;
}
@media (max-width: 1430px) {
  .introduce section .flex-wrap .cell h5 {
    font-size: 18px;
  }
}
@media (max-width: 1430px) {
  .introduce section .flex-wrap .plus {
    margin: 20px;
  }
}
.introduce section .flex-wrap .plus i {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  padding: 5px;
}
@media (max-width: 1430px) {
  .introduce section .flex-wrap .plus i {
    font-size: 10px;
  }
}
.introduce section .grid-wrap {
  display: grid;
}
.introduce section .grid-wrap.grid_3_2 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}
@media (max-width: 1430px) {
  .introduce section .grid-wrap.grid_3_2 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.introduce section .grid-wrap .cell {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 35px 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1430px) {
  .introduce section .grid-wrap .cell {
    padding: 30px;
  }
}
.introduce section .grid-wrap .cell p {
  margin: 0;
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 1430px) {
  .introduce section .grid-wrap .cell p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.introduce section .grid-wrap .cell img {
  align-self: flex-start;
}
@media (max-width: 1430px) {
  .introduce section .grid-wrap .cell img {
    width: 30%;
  }
}
.introduce section table.insection {
  width: 100%;
  border-collapse: collapse;
}
.introduce section table.insection tr th, .introduce section table.insection tr td {
  font-size: 18px;
  color: #222;
  padding: 30px 25px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 1430px) {
  .introduce section table.insection tr th, .introduce section table.insection tr td {
    font-size: 16px;
    padding: 16px 12px;
  }
}
.introduce section table.insection tr th {
  text-align: center;
  background-color: #f3f3f3;
  font-weight: 700;
  width: 15%;
}
.introduce section table.insection tr td {
  font-weight: 400;
  width: 35%;
}
.introduce section table.insection tr:first-child th, .introduce section table.insection tr:first-child td {
  border-top: 2px solid #005ca6;
}
.introduce section.cate .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.introduce section.cate .img-wrap img {
  max-width: 100%;
  width: 745px;
}

.history #scroll_bar {
  height: 10px;
  width: 1px;
  background-color: #005ca6;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
  max-height: 1270px;
}
@media screen and (max-width: 1430px) {
  .history #scroll_bar {
    left: -1px;
    max-height: 1520px;
  }
}
.history section {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1430px) {
  .history section {
    margin: 0;
    flex-direction: column;
    padding-left: 15px;
  }
}
.history section.toblack {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.history section.toblack.blacked {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.history section h5 {
  font-size: 35px;
  font-weight: 800;
  position: relative;
  margin: 0;
  color: #005ca6;
  top: -14px;
}
@media screen and (max-width: 1430px) {
  .history section h5 {
    font-size: 18px;
    top: 20px;
    right: -20px;
    width: 80%;
  }
}
.history section h5.blued {
  color: #005ca6;
}
.history section span.pin {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #005ca6;
  border-radius: 50%;
  left: 68px;
  z-index: 1;
}
@media screen and (max-width: 1430px) {
  .history section span.pin {
    left: -7px;
  }
}
.history section span.pin.blued:before {
  content: " ";
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #005ca6;
  border-radius: 50%;
  animation: scale1 2s infinite;
  left: -17.5px;
  top: -17.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;
  }
}
.history section ul {
  border-left: 1px solid #eee;
  padding-left: 80px;
  margin-left: 60px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 1430px) {
  .history section ul {
    padding: 20px 0px 0px 20px;
    margin: 0;
  }
}
.history section ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-top: -13px;
}
@media screen and (max-width: 1430px) {
  .history section ul li {
    margin-bottom: 8px;
  }
}
.history section ul li .date {
  font-size: 18px;
  font-weight: 600;
  width: 100px;
  line-height: 1.5;
}
@media screen and (max-width: 1430px) {
  .history section ul li .date {
    font-size: 14px;
    line-height: 1.9;
  }
}
.history section ul li .content {
  display: flex;
  flex-direction: column;
  width: 32vw;
}
@media screen and (max-width: 1430px) {
  .history section ul li .content {
    width: 100%;
  }
}
.history section ul li .content span {
  font-size: 20px;
  color: #666;
  font-weight: 300;
  line-height: 1.9;
  margin-bottom: 27px;
}
@media screen and (max-width: 1430px) {
  .history section ul li .content span {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.history section ul li .content .logo-wrapper {
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  height: 150px;
  padding: 20px;
}
.history h2.bgtext {
  font-size: 165px;
  font-weight: 900;
  color: #f6f6f6;
  position: absolute;
  line-height: 1;
  bottom: -222px;
  right: -40px;
}
@media screen and (max-width: 1430px) {
  .history h2.bgtext {
    bottom: -208px;
    font-size: 80px;
    color: rgba(246, 246, 246, 0.8392156863);
    right: 0;
  }
}
.history h2.bgtext.toblack {
  opacity: 0;
  transform: translateX(-50px);
  transition: 0.5s all ease-in-out;
}
.history h2.bgtext.toblack.blacked {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s all ease-in-out;
}
@media screen and (max-width: 992px) {
  .history .bottom-bigtext {
    display: none;
  }
}
.history .bottom-bigtext .container {
  position: relative;
  height: 180px;
}
.history .bottom-bigtext .text {
  position: absolute;
  left: 0;
  font-size: 130px;
  font-weight: 900;
  color: #eaeaea;
  white-space: nowrap;
}
.history .bottom-bigtext .text2 {
  position: absolute;
  left: 0;
  font-size: 130px;
  font-weight: 900;
  color: #005ca6;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
}

#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: #005ca6;
  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 #005ca6;
  background-color: #005ca6;
  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 #005ca6;
  background-color: #005ca6;
  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: #004e8d;
  transition: 0.5s all ease-in-out;
}

.subpage.postceo .tab-pane .members {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .subpage.postceo .tab-pane .members {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subpage.postceo .tab-pane .members .member {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subpage.postceo .tab-pane .members .member:nth-child(6n) {
  margin-right: 0;
}
.subpage.postceo .tab-pane .members .member img {
  width: 100%;
}
.subpage.postceo .tab-pane .members .member span {
  font-size: 19px;
  margin-top: 10px;
}
.members .local_ov01 {
  display: flex;
}
.members .local_ov01 .ov_num {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 8px 24px;
}
.members #fsearch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  margin: 2em 0;
}
@media (max-width: 1430px) {
  .members #fsearch {
    margin: 1em 0;
    margin-bottom: 0;
  }
}
.members #fsearch .ov_listall {
  height: 70px;
  border: 1px solid #eee;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.5em;
  color: #666;
  transition: 0.5s all ease-in-out;
}
.members #fsearch .ov_listall:hover {
  background-color: #005ca6;
  border-color: #005ca6;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1430px) {
  .members #fsearch .ov_listall {
    display: none;
  }
}
.members #fsearch .search_option_wrapper {
  height: 70px;
  border: 1px solid #eee;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2em;
  color: #666;
  background-color: transparent;
  cursor: pointer;
  flex: 1;
  margin: 0 1.5em;
}
@media (max-width: 1430px) {
  .members #fsearch .search_option_wrapper {
    margin: 0;
    padding: 0;
    height: 50px;
  }
}
.members #fsearch .search_option_wrapper i {
  color: #ddd;
  font-size: 1.5em;
  justify-self: flex-start;
  margin-right: 30px;
}
@media (max-width: 1430px) {
  .members #fsearch .search_option_wrapper i {
    display: none;
  }
}
.members #fsearch .search_option_wrapper select {
  border: 0;
  padding: 1em;
  flex: 1;
  margin-right: 2em;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .members #fsearch .search_option_wrapper select {
    margin-right: 0.5em;
    padding: 0.5em;
    font-size: 14px;
  }
}
.members #fsearch .search_option_wrapper #search_keyword {
  border: 0;
  padding: 1em;
  flex: 3;
  color: #666;
  font-weight: 400;
}
@media (max-width: 1430px) {
  .members #fsearch .search_option_wrapper #search_keyword {
    padding: 0.5em;
    width: 100%;
    font-size: 14px;
  }
}
.members #fsearch .btn_submit {
  height: 70px;
  border: 1px solid #eee;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5em;
  color: #666;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 1430px) {
  .members #fsearch .btn_submit {
    display: none;
  }
}
.members #fsearch .btn_submit:hover {
  background-color: #005ca6;
  border-color: #005ca6;
  color: #fff;
  transition: 0.5s all ease-in-out;
}
.members .mambers_table {
  margin-top: 40px;
}
@media (max-width: 1430px) {
  .members .mambers_table {
    margin-top: 0;
  }
}
.members .mambers_table .member-list-header {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: grid;
  grid-template-columns: 1fr 0.75fr 1fr 1.2fr 1fr 1fr 0.5fr;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list-header {
    display: none;
  }
}
.members .mambers_table .member-list-header .header-label {
  padding: 30px 0;
  font-size: 1.125em;
  color: #222;
  font-weight: 600;
  text-align: center;
}
.members .mambers_table .member-list .collapsible {
  display: grid;
  grid-template-columns: 1fr 0.75fr 1fr 1.2fr 1fr 1fr 0.5fr;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible {
    grid-template-columns: 1fr;
  }
}
.members .mambers_table .member-list .collapsible .member_cell {
  padding: 20px 0;
  font-size: 1em;
  color: #666;
  font-weight: 300;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  place-content: center center;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible .member_cell {
    border-bottom: 0;
  }
}
.members .mambers_table .member-list .collapsible .member_cell.td_mbname {
  display: flex;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible .member_cell.td_mbname {
    display: none;
  }
}
.members .mambers_table .member-list .collapsible .member_cell.td_mbname span.imgwrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-right: 25px;
}
.members .mambers_table .member-list .collapsible .member_cell.td_mbname span.imgwrapper img {
  width: 100%;
}
.members .mambers_table .member-list .collapsible .member_cell.td_mbname span.name {
  margin-right: 20px;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible .member_cell.td_bunga, .members .mambers_table .member-list .collapsible .member_cell.td_birth, .members .mambers_table .member-list .collapsible .member_cell.td_company_name, .members .mambers_table .member-list .collapsible .member_cell.td_company_position, .members .mambers_table .member-list .collapsible .member_cell.td_tel {
    display: none;
  }
}
.members .mambers_table .member-list .collapsible .member_cell.td_expand {
  display: grid;
  place-content: center;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible .member_cell.td_expand {
    display: none;
  }
}
.members .mambers_table .member-list .collapsible .member_cell.td_expand .icon-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s transform ease-in-out;
}
.members .mambers_table .member-list .collapsible.active .icon-wrapper {
  transform: rotate(180deg);
  transition: 0.5s transform ease-in-out;
}
.members .mambers_table .member-list .collapsible .mobile-line {
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding: 25px 0;
  display: none;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .collapsible .mobile-line {
    display: flex;
  }
}
.members .mambers_table .member-list .collapsible .mobile-line .img {
  display: flex;
}
.members .mambers_table .member-list .collapsible .mobile-line .img span.imgwrapper {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  margin-right: 15px;
}
.members .mambers_table .member-list .collapsible .mobile-line .img span.imgwrapper img {
  width: 100%;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt {
  flex: 1;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .nameline {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 5px;
  font-size: 14px;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .nameline .name {
  font-size: 16px;
  margin-right: 10px;
  font-weight: 600;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .nameline .bunga {
  margin-right: 5px;
  font-weight: 600;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .nameline .gubun {
  font-weight: 600;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .m_td_company_name, .members .mambers_table .member-list .collapsible .mobile-line .txt .m_td_company_position {
  font-size: 13px;
  color: #222;
  margin-bottom: 5px;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .telline {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
  font-size: 14px;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .telline .m_td_tel {
  margin-right: 20px;
}
.members .mambers_table .member-list .collapsible .mobile-line .txt .telline i {
  color: #005ca6;
}
.members .mambers_table .member-list .collapsible .mobile-line .m_td_expand {
  position: absolute;
  top: 25px;
  right: 0;
}
.members .mambers_table .member-list .collapsible .mobile-line .m_td_expand .icon-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.members .mambers_table .member-list .collapsible .mobile-line .m_td_expand .icon-wrapper i {
  font-size: 20px;
}
.members .mambers_table .member-list .content {
  max-height: 0;
  overflow: hidden;
  background-color: #f3f3f3;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0px 50px;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content {
    padding: 0 15px;
  }
}
.members .mambers_table .member-list .content .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 50%;
  padding: 18px 0;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row {
    width: 100%;
    padding: 10px 0;
    align-items: flex-start;
  }
}
.members .mambers_table .member-list .content .row .label {
  font-weight: 500;
  color: #222;
  font-size: 1em;
  width: 100px;
  min-width: 100px;
  text-align: left;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row .label {
    font-size: 14px;
  }
}
.members .mambers_table .member-list .content .row .label:before {
  content: "∙";
  margin-right: 10px;
}
.members .mambers_table .member-list .content .row .contents {
  font-size: 1em;
  color: #666;
  font-weight: 300;
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row .contents {
    font-size: 14px;
  }
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row:first-child, .members .mambers_table .member-list .content .row:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 1430px) {
  .members .mambers_table .member-list .content .row:last-child {
    margin-bottom: 30px;
  }
}

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