@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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
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;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.clearafter::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
  background: none !important;
  clear: both !important;
  float: none !important;
}

.main-board-widget__head > span, .main-service__item h3, .main-service__item span, .main-business__item--head h3, .main-block__title h1, .main-block__title h2, .main-block__title h3, .main-block__title h4, .main-block__title h5, .main-block__title h6 {
  font-size: 1.4285714286rem;
  line-height: 1.7142857143rem;
  color: #383838;
  word-break: keep-all;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

:root {
  font-size: 14px;
  font-family: "Noto Sans KR", "Dotum", sans-serif;
  font-weight: 400;
  color: #676767;
  word-break: keep-all;
  line-height: 1.3;
}

body {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  word-break: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: #383838;
}

.col__wrapper {
  display: block;
  width: 100%;
}

.col__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
}

.col__item--12, .col__item--11, .col__item--10, .col__item--9, .col__item--8, .col__item--7, .col__item--6, .col__item--5, .col__item--4, .col__item--3, .col__item--2, .col__item--1, .col__item {
  display: flex;
  flex-direction: column;
  padding: 8px;
}

.col__body {
  flex: 1 1 auto;
  width: 100%;
}

.col__item--1 {
  flex: 0 0 8.3333333333%;
}
.col__item--2 {
  flex: 0 0 16.6666666667%;
}
.col__item--3 {
  flex: 0 0 25%;
}
.col__item--4 {
  flex: 0 0 33.3333333333%;
}
.col__item--5 {
  flex: 0 0 41.6666666667%;
}
.col__item--6 {
  flex: 0 0 50%;
}
.col__item--7 {
  flex: 0 0 58.3333333333%;
}
.col__item--8 {
  flex: 0 0 66.6666666667%;
}
.col__item--9 {
  flex: 0 0 75%;
}
.col__item--10 {
  flex: 0 0 83.3333333333%;
}
.col__item--11 {
  flex: 0 0 91.6666666667%;
}
.col__item--12 {
  flex: 0 0 100%;
}
.contents--narrow, .contents--main, .main-banner__placeholder, .gnb__ul, .contents {
  display: block;
  margin: 0 auto;
}

.contents--main, .main-banner__placeholder, .gnb__ul {
  width: 1004px;
}
.contents--narrow {
  width: 640px;
}

.header {
  display: block;
  width: 100%;
  background: white;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.header__top {
  height: 76px;
  overflow: hidden;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  background: white;
  position: relative;
  z-index: 10;
}
.header__top .header__contents {
  display: flex;
  height: 76px;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__logo {
  display: block;
  position: relative;
  flex: 0 0 170px;
}
.header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__logo .logo-img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.header__inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header__inner-contents {
  display: flex;
  flex-direction: column;
  padding: 0 11px 0 0;
}
.header__links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
}
.header__links a {
  display: block;
  padding: 0 7px 4px 7px;
  color: #676767;
  text-align: center;
  text-decoration: none;
}
.header__search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__search .header-search__input {
  display: block;
  height: 33px;
  padding: 0;
  background: white;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-bottom: 1px solid #0081F2;
}
.header__search .header-search__submit {
  display: block;
  height: 33px;
  overflow: hidden;
  min-width: 33px;
  padding: 0;
  margin: 0;
  border: 1px solid #dcdcdc;
  background: white;
}
.header__search .header-search__submit img {
  display: block;
  height: 100%;
}
.header__membership {
  flex: 0 0 75px;
  display: flex;
  flex-direction: column;
}
.header__membership-link {
  background-color: #009BFF;
  display: block;
  position: relative;
  width: 100%;
  flex: 1 0 100%;
}
.header__membership-link img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.header__menu {
  display: block;
  position: relative;
  height: 46px;
  overflow: visible;
}

.gnb {
  display: block;
  position: absolute;
  width: 100%;
  min-height: 46px;
  top: 0;
  left: 0;
  background: rgba(247, 247, 247, 0.85);
  border-bottom: 1px solid #dcdcdc;
  line-height: 1;
}
.gnb__ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding: 0;
}
.gnb__ul:hover .gnb__sub {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s ease-in-out 0s, visibility 0s ease-in-out 0s, padding 0s ease-in-out 0s, height 0s ease-in-out 0s, background-color 0.15s ease-in-out 0s;
}
.gnb__ul:hover .gnb__sub li {
  margin-top: 0;
}
.gnb__top-item {
  flex: 1 1 0;
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 9;
}
.gnb__top {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #111111;
  font-weight: 700;
  text-align: center;
  flex: 0 0 46px;
}
.gnb__top a {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  line-height: inherit;
  height: inherit;
}
.gnb__top-bg {
  display: block;
  position: absolute;
  background: white;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.5);
}
.gnb__sub {
  display: block;
  position: relative;
  flex: 1 1 auto;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  list-style: none;
  transition: opacity 0.45s ease-in-out 0s, visibility 0s ease-in-out 0.45s, padding 0s ease-in-out 0.45s, height 0s ease-in-out 0.45s;
  z-index: 1;
  overflow: hidden;
}
.gnb__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  transition: height 0.2s ease-in-out 0s;
}
.gnb__sub li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  color: #676767;
  text-align: center;
  font-size: 16px;
  margin-top: -58px;
  transition: margin-top 0.3s ease-in-out;
  z-index: 9;
}
.gnb__sub li a, .gnb__sub li span {
  display: block;
  width: 100%;
  height: auto;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
  opacity: 0.7;
}
.gnb__sub li a:hover, .gnb__sub li span:hover {
  font-weight: 700;
  opacity: 1;
}
.gnb__sub li:first-child {
  padding-top: 10px;
}
.gnb__sub li:last-child {
  padding-bottom: 10px;
}
.gnb__sub:hover li {
  color: white;
}
.gnb__sub:hover::before {
  height: 100%;
}

.main-banner {
  display: block;
  position: relative;
  width: 100%;
}
.main-banner__contents {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.main-banner__item {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner .banner__img {
  display: block;
  position: absolute;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner__placeholder {
  position: relative;
  z-index: 1;
}
.main-banner__placeholder-img {
  display: block;
  width: 100%;
  height: auto;
}

.main-menu {
  display: block;
  width: 100%;
  background: #0081F2;
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.main-menu__ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0 0 2px 0;
  list-style: none;
}
.main-menu__item {
  display: block;
  margin: 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.main-menu__item a {
  display: block;
  background: inherit;
  color: inherit;
  text-decoration: none;
  padding: 12px 40px;
  min-height: 46px;
}
.main-menu__item:hover {
  background: white;
  color: #0081F2;
}

.section--alt-bg {
  background-color: #F8F8F8;
}
.section__contents {
  padding: 24px 0;
}

.main-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #dcdcdc;
}
.main-block__header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 43px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #dcdcdc;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.main-block__title {
  flex: 1 1 auto;
  padding: 8px 8px 8px 9px;
}
.main-block__title h1, .main-block__title h2, .main-block__title h3, .main-block__title h4, .main-block__title h5, .main-block__title h6 {
  margin: 0;
  padding: 0;
}
.main-block__body {
  flex: 1 1 auto;
}

.main-business {
  display: block;
  overflow: hidden;
}
.main-business__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 1px 0 0 1px;
}
.main-business__item {
  display: block;
  position: relative;
  flex: 0 0 calc(25% + 1px);
  height: calc(128px + 1px);
  box-sizing: border-box;
  margin: -1px 0px 0px -1px;
  background: white;
  border: 1px solid #dcdcdc;
}
.main-business__item > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-business__item > a span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;
  color: black;
  background: rgba(255, 255, 255, 0.72);
  padding: 4px;
  text-align: right;
  min-width: 93px;
}
.main-business__item--head {
  background-image: url("../images/main-business/main-business__background.png");
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--head {
    background-image: url("../images/main-business/main-business__background@2x.png");
  }
}
.main-business__item--head h3 {
  display: block;
  width: 100%;
  padding: 12px 15px 0 15px;
  margin: 0;
}
.main-business__item--rnd a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__rnd.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--rnd a {
    background-image: url("../images/main-business/main-business__rnd@2x.jpg");
  }
}
.main-business__item--invest a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__invest.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--invest a {
    background-image: url("../images/main-business/main-business__invest@2x.jpg");
  }
}
.main-business__item--marketing a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__marketing.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--marketing a {
    background-image: url("../images/main-business/main-business__marketing@2x.jpg");
  }
}
.main-business__item--repair a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__repair.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--repair a {
    background-image: url("../images/main-business/main-business__repair@2x.jpg");
  }
}
.main-business__item--data-rec a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__data-rec.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--data-rec a {
    background-image: url("../images/main-business/main-business__data-rec@2x.jpg");
  }
}
.main-business__item--ai a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__ai.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--ai a {
    background-image: url("../images/main-business/main-business__ai@2x.jpg");
  }
}
.main-business__item--software a {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.8571428571rem;
  background-image: url("../images/main-business/main-business__software.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-business__item--software a {
    background-image: url("../images/main-business/main-business__software@2x.jpg");
  }
}

.main-notice__header {
  background-image: url("../images/main-notice/main-notice__header-icon.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-notice__header {
    background-image: url("../images/main-notice/main-notice__header-icon@2x.png");
  }
}

.main-service__item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  background: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #383838;
}
.main-service__item > a, .main-service__item > div {
  text-decoration: none;
  color: inherit;
  display: block;
  flex: 1 1 auto;
  padding-bottom: 100%;
}
.main-service__item h3, .main-service__item span {
  display: block;
  width: 100%;
  padding: 12px 15px 0 15px;
  margin: 0;
  color: inherit;
}
.main-service__item--main {
  background-image: url("../images/main-service/main-service__icon--main.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--main {
    background-image: url("../images/main-service/main-service__icon--main@2x.png");
  }
}
.main-service__item--member {
  color: white;
  background-color: #129BE0;
  background-image: url("../images/main-service/main-service__icon--member.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--member {
    background-image: url("../images/main-service/main-service__icon--member@2x.png");
  }
}
.main-service__item--career {
  color: white;
  background-color: #54B93B;
  background-image: url("../images/main-service/main-service__icon--career.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--career {
    background-image: url("../images/main-service/main-service__icon--career@2x.png");
  }
}
.main-service__item--certificate {
  color: white;
  background-color: #E2A71D;
  background-image: url("../images/main-service/main-service__icon--certificate.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--certificate {
    background-image: url("../images/main-service/main-service__icon--certificate@2x.png");
  }
}
.main-service__item--jobs {
  color: white;
  background-color: #E2581D;
  background-image: url("../images/main-service/main-service__icon--jobs.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--jobs {
    background-image: url("../images/main-service/main-service__icon--jobs@2x.png");
  }
}
.main-service__item--join {
  color: white;
  background-color: #9D2BB4;
  background-image: url("../images/main-service/main-service__icon--join.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-service__item--join {
    background-image: url("../images/main-service/main-service__icon--join@2x.png");
  }
}

.main-member__header {
  background-image: url("../images/main-member/main-member__header-icon.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-member__header {
    background-image: url("../images/main-member/main-member__header-icon@2x.png");
  }
}
.main-member__body {
  display: flex;
  flex-direction: column;
}
.main-member__item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  flex: 1 1 0;
  min-height: 110px;
  position: relative;
}
.main-member__item span {
  display: block;
  position: absolute;
  color: white;
  text-decoration: none;
  font-size: 1.4285714286rem;
  font-weight: 500;
  padding: 14px;
  width: 50%;
}
.main-member__item--service {
  background-image: url("../images/main-member/main-member__service-img.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-member__item--service {
    background-image: url("../images/main-member/main-member__service-img@2x.png");
  }
}
.main-member__item--service span {
  right: 50%;
  text-align: right;
}
.main-member__item--join {
  background-image: url("../images/main-member/main-member__join-img.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-member__item--join {
    background-image: url("../images/main-member/main-member__join-img@2x.png");
  }
}
.main-member__item--join span {
  left: 50%;
  text-align: left;
}

.main-info__header {
  background-image: url("../images/main-info/main-info__header-icon.png");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-info__header {
    background-image: url("../images/main-info/main-info__header-icon@2x.png");
  }
}
.main-info__body {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.main-info__column {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  border-right: 1px solid #dcdcdc;
}
.main-info__column:last-child {
  border-right: none;
}
.main-info__column-main {
  display: block;
  flex: 1 1 auto;
  min-height: 135px;
  background-position: center;
  background-size: cover;
  padding: 14px;
  color: white;
  font-weight: 700;
  font-size: 1.4285714286rem;
}
.main-info__column-main--legal {
  background-image: url("../images/main-info/info-legal.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-info__column-main--legal {
    background-image: url("../images/main-info/info-legal@2x.jpg");
  }
}
.main-info__column-main--download {
  background-image: url("../images/main-info/info-download.jpg");
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .main-info__column-main--download {
    background-image: url("../images/main-info/info-download@2x.jpg");
  }
}
.main-info__column-links {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  background: #F2F2F2;
  flex: 0 0 84px;
}
.main-info__column-link-item {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-info__column-link-item::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  width: 0;
  height: 60px;
  border-right: 1px solid #dcdcdc;
  top: 50%;
  right: 0;
  margin-top: -30px;
}
.main-info__column-link-item:last-child::after {
  display: none;
}
.main-info__column-link-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 100%;
  text-align: center;
  font-size: 1.4285714286rem;
  text-decoration: none;
  color: #898989;
}

.section-widgets {
  padding-top: 9px;
  padding-bottom: 9px;
  background-image: url("../images/main-widgets/main-widget-bg--top.png"), url("../images/main-widgets/main-widget-bg--bottom.png"), linear-gradient(#F8F8F8, #F8F8F8);
  background-repeat: repeat-x, repeat-x, no-repeat;
  background-size: 1px 9px, 1px 9px, 100% 100%;
  background-position: top left, bottom left, center;
}

.main-widgets__boards {
  margin: -8px;
}

.main-board-widget {
  padding: 8px;
}
.main-board-widget__inner {
  border: 1px solid #dcdcdc;
  background: white;
}
.main-board-widget__head {
  padding: 10px;
  display: flex;
  align-items: baseline;
}
.main-board-widget__head > span {
  display: block;
  flex: 1 1 auto;
}
.main-board-widget__head > a {
  display: block;
  flex: 0 0 auto;
  text-decoration: none;
  color: #898989;
}
.main-board-widget__head > a::after {
  content: ">";
  display: inline-block;
  margin-left: 0.5ch;
}
.main-board-widget__list {
  display: block;
  padding: 0;
  margin: -4px 0 0 0;
  list-style: none;
  padding: 0 8px 8px 8px;
}
.main-board-widget__list li {
  display: block;
  position: relative;
  padding: 4px 0;
  padding-left: 1ch;
}
.main-board-widget__list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.main-board-widget__list li a {
  text-decoration: none;
  color: inherit;
}
.main-board-widget__hiring {
  padding: 0 8px 8px 8px;
  margin: -8px 0 0 0;
  list-style: none;
}
.main-board-widget__hiring li {
  border-bottom: 1px solid #dcdcdc;
}
.main-board-widget__hiring li .item__title {
  display: block;
  color: #676767;
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin: 8px 0 8px 0;
}
.main-board-widget__hiring li .item__body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.main-board-widget__hiring li .item__text {
  display: block;
  text-align: left;
  flex: 1 1 auto;
  margin: 0 0 8px 0;
}
.main-board-widget__hiring li .item__text:nth-child(2n+1) {
  flex: 0 0 30%;
}
.main-board-widget__hiring li .item__text:nth-child(2n) {
  flex: 0 0 70%;
}
.main-board-widget__hiring li:last-child {
  border-bottom: none;
}
.main-board-widget--notice {
  flex: 1 1 auto;
}
.main-board-widget--hiring {
  flex: 0 0 auto;
}

.site-banner {
  padding: 8px 0;
}
.site-banner__items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-banner__item {
  display: block;
  padding: 8px;
}
.site-banner__img {
  display: block;
  width: 100%;
  height: auto;
}
.site-banner a {
  text-decoration: none;
  display: block;
  width: 154px;
  height: 52px;
}

.footer__links {
  display: block;
  width: 100%;
  background: white;
  border-top: 1px solid #DCDCDC;
}
.footer__links-ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 3px 0;
  list-style: none;
  font-size: 0.8571428571rem;
  color: #A0A0A0;
}
.footer__links-ul li {
  flex: 1 1 0;
  text-align: center;
  position: relative;
}
.footer__links-ul li::after {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 0;
  height: 1em;
  float: right;
  border-right: 1px solid #A0A0A0;
  top: 50%;
  right: 0;
  position: absolute;
  margin-top: -0.5em;
}
.footer__links-ul li:last-child::after {
  display: none;
}
.footer__links-a {
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  padding: 6px 0 6px 0;
  display: block;
  margin: 0 auto;
}
.footer__body {
  display: flex;
  width: 100%;
  background: #595959;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  color: #B3B3B3;
}
.footer__body a {
  color: inherit;
  text-decoration: none;
}
.footer__body .contents {
  max-width: 1004px;
  padding: 10px 0;
}
.footer__body-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -24px 20px -24px;
  padding: 0;
}
.footer__body-links a {
  display: block;
  padding: 0 24px 0 24px;
}
.footer__contents .footer-contents__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -24px 8px -24px;
  padding: 0;
  list-style: none;
}
.footer__contents .footer-contents__item {
  display: block;
  padding: 0 24px 0 24px;
}
.footer__contents .footer-contents__trademark {
  margin: 0 0 8px 0;
}
.footer__copyright {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 9px 10px 10px 10px;
  min-height: 36px;
  width: 100%;
  background: #434343;
  color: #7B7B7B;
}
.footer__copyright span, .footer__copyright a {
  color: inherit;
  display: block;
}

.page-header__body {
  background-image: url("../images/sub-page/subpage__top.png");
  height: 150px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-moz-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx), screen and (min-resolution: 192dpi) {
  .page-header__body {
    background-image: url("../images/sub-page/subpage__top@2x.png");
  }
}
.page-header__contents {
  padding: 19px 23px;
}
.page-header__text {
  color: white;
}
.page-header__title {
  font-size: 30px;
  font-weight: 700;
}
.page-header__title::after {
  content: "";
  display: inline-block;
  width: 23.2075471698px;
  height: 30px;
  background: url("../images/sub-page/page-header__title-spacer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: -6px 1px 0 6px;
}
.page-header__subtitle {
  font-size: 16px;
}

.page-contents {
  padding: 16px 0 64px 0;
}

.contents-head {
  display: flex;
  padding: 64px 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 32px;
  justify-content: center;
}
.contents-head-body {
  display: block;
  width: 66.666%;
  flex: 0 0 66.666%;
}
.contents-head p {
  display: block;
  margin: 0;
}
.contents-head-copy {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1.4285714286rem;
  font-weight: 700;
  padding: 16px;
  color: white;
  margin-bottom: 16px;
  text-align: center;
}
.contents-head-text {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px;
}

.contents-rnd-links {
  display: block;
  width: 100%;
  background: linear-gradient(#434343, #212121);
  margin-bottom: 32px;
}
.contents-rnd-links h3 {
  font-size: 1.4285714286rem;
  margin: 0;
  font-weight: 700;
  color: white;
  padding: 16px;
  text-align: center;
}

.contents-rnd-tiles {
  display: flex;
  padding: 0 8px 16px 8px;
  margin: 0;
  list-style: none;
  flex-direction: row;
}
.contents-rnd-tiles .rnd-tile {
  display: flex;
  flex: 1 1 20%;
  flex-direction: column;
  padding: 8px;
}
.contents-rnd-tiles .rnd-tile__inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: gray;
  color: white;
  padding-bottom: 8px;
}
.contents-rnd-tiles .rnd-tile__title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  flex: 0 0 auto;
  padding: 12px;
  white-space: nowrap;
}
.contents-rnd-tiles .rnd-tile__text {
  flex: 1 1 auto;
  padding: 0 12px 8px 12px;
}
.contents-rnd-tiles .rnd-tile__img {
  display: block;
  flex: 0 0 auto;
}
.contents-rnd-tiles .rnd-tile__img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-rnd-tiles .rnd-tile--artificial-intelligence .rnd-tile__inner {
  background-color: #129BE0;
}
.contents-rnd-tiles .rnd-tile--software-development .rnd-tile__inner {
  background-color: #54B93B;
}
.contents-rnd-tiles .rnd-tile--repair-maintenance .rnd-tile__inner {
  background-color: #E2A71D;
}
.contents-rnd-tiles .rnd-tile--data-recovery .rnd-tile__inner {
  background-color: #E2581D;
}
.contents-rnd-tiles .rnd-tile--marketing .rnd-tile__inner {
  background-color: #9D2BB4;
}

.contents-head.investment-head {
  padding: 32px;
}
.contents-head.investment-head .contents-head-body {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex: 1 1 100%;
}
.contents-head.investment-head .contents-head-copy {
  flex: 0 0 41.6666666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: 1px solid white;
  color: white;
  text-align: left;
  padding: 8px;
  margin: 0;
}
.contents-head.investment-head .contents-head-text {
  display: flex;
  flex: 1 1 auto;
  margin-left: 16px;
  background: none;
  color: white;
  padding: 0;
}

.business-view__tabs-ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.business-view__tabs-ul li {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  border: 1px solid #dcdcdc;
  border-width: 1px 0 1px 1px;
}
.business-view__tabs-ul li:last-child {
  border-width: 1px 1px 1px 1px;
}
.business-view__tabs-ul li a {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  color: #676767;
  font-size: 1.1428571429rem;
  font-weight: 500;
}
.business-view__tabs-ul li.cur-item a {
  font-weight: 700;
  color: #0081F2;
}
.business-view__title {
  display: none;
}
.business-view__body {
  display: flex;
  flex-direction: row;
  padding: 32px 0;
}
.business-view__text {
  display: flex;
  flex-direction: column;
  flex: 0 0 58.3333333333%;
  padding-right: 16px;
}
.business-view__copy {
  flex: 0 0 auto;
  font-size: 1.4285714286rem;
  font-weight: 700;
  color: #383838;
  margin-bottom: 16px;
}
.business-view__copy em {
  font-style: normal;
}
.business-view__main {
  flex: 1 1 auto;
}
.business-view__main ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.business-view__main ul li {
  display: block;
  padding-left: 2ch;
  position: relative;
  margin: 0 0 8px 0;
}
.business-view__main ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  margin: 0 0 0 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0081F2;
}
.business-view__img {
  display: block;
  flex: 0 0 41.6666666667%;
}
.business-view__img img {
  display: block;
  width: 100%;
}
.business-view__list {
  display: block;
  border-top: 1px solid #dcdcdc;
  padding-top: 32px;
}
.business-view__list img {
  display: block;
  width: 100%;
}

.contents-section__header {
  display: block;
  font-size: 1.4285714286rem;
}
.contents-section__header::before {
  content: "";
  display: block;
  float: left;
  margin: 0 0.5ch 0 0;
  width: 8px;
  height: 1.3em;
  background-color: #0081F2;
}
.contents-section .contents-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contents-section .contents-list > li {
  padding-left: 16px;
  position: relative;
  margin: 0 0 20px 0;
}
.contents-section .contents-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 0;
  border-radius: 50%;
  border: 2px solid #383838;
  top: 0.5em;
  left: 0;
}
.contents-section .contents-list__main {
  color: #676767;
  font-weight: 500;
}
.contents-section .contents-list__sub {
  display: block;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0.2em 0 0 0;
}
.contents-section .contents-list__sub li {
  padding: 0 0 0 1.2ch;
  margin: 0 0 0.2em 0;
  position: relative;
}
.contents-section .contents-list__sub li::before {
  content: "·";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: -0.5em 0 0 0;
}

.member-join-link {
  display: block;
  text-align: center;
  padding-top: 40px;
}
.member-join-link a {
  display: inline-block;
}
.member-join-link a img {
  display: block;
  width: 204px;
  height: auto;
}

.organization-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -8px;
  list-style: none;
  padding: 0;
}
.organization-tiles li {
  display: block;
  flex: 1 1 33.333%;
  padding: 8px;
}
.organization-tiles li img {
  display: block;
  width: 100%;
}

.kito-history ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.kito-history__year-item {
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 8px 0;
}
.kito-history__year-badge {
  display: block;
  flex: 0 0 auto;
}
.kito-history__year-badge .year-badge {
  width: 69px;
  height: 26px;
  background: url("../images/sub-page/history-year-shape@2x.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.1428571429rem;
  color: white;
  font-weight: 700;
  padding: 0 0 0 6px;
  line-height: 26px;
}
.kito-history__month {
  flex: 1 1 auto;
}
.kito-history__month-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 26px;
  padding: 5px 0 0 0;
}
.kito-history__month-badge {
  flex: 0 0 40px;
  text-align: center;
  font-weight: 700;
}
.kito-history__event-item {
  margin: 0 0 4px 0;
}

.join-form__submit {
  display: block;
  text-align: center;
  padding-top: 40px;
}
.join-form__submit button {
  background: none;
  border: none;
  padding: 0;
}

.kito-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 2px solid #0081F2;
}
.kito-form .form-field {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 1 50%;
  border-bottom: 1px solid #dcdcdc;
}
.kito-form .form-field--full {
  flex: 1 1 100%;
}
.kito-form .form-field--half {
  flex: 1 1 50%;
}
.kito-form .form-field__label {
  background: #F8F8F8;
  flex: 0 0 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.kito-form .form-field__label a, .kito-form .form-field__label span {
  text-decoration: none;
  font-weight: 700;
  color: #676767;
  display: block;
  text-align: center;
}
.kito-form .form-field__input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
}
.kito-form .form-field__input .input-element {
  padding: 8px;
  flex: 0 0 auto;
  width: 100%;
}
.kito-form .form-field__input .input-element__label {
  font-size: 0.8571428571rem;
  opacity: 0.7;
  width: 50px;
}
.kito-form .form-field__input.horizontal {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.kito-form .form-field__input.horizontal .input-element {
  flex: 0 0 auto;
  width: auto;
}
.kito-form .form-field__input.horizontal .input-element__label {
  display: block;
  margin-bottom: 6px;
}
.kito-form input[type=text],
.kito-form input[type=number],
.kito-form input[type=tel],
.kito-form input[type=url],
.kito-form input[type=datetime-local],
.kito-form input[type=email] {
  width: 198px;
  height: 30px;
  border: 1px solid #dcdcdc;
}

.img-join-btn {
  display: block;
  width: 204px;
  height: auto;
}/*# sourceMappingURL=style.css.map */