@import "/static/platform/css/default.css";
@font-face {
  font-family: "Montserrat-Italic";
  src: url("/static/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("woff"), url("/static/font/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("woff"), url("/static/font/Montserrat/Montserrat-VariableFont_wght.ttf") format("woff2");
  font-weight: 500 600 700 800 900;
}
@font-face {
  font-family: "SUIT";
  src: url("/static/font/SUIT-woff2/SUIT-Variable.woff2") format("woff"), url("/static/font/SUIT-woff2/SUIT-Variable.woff2") format("woff2");
  font-weight: 300 500 600 800 900;
}
.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  width: 100%;
  padding: 22px 100px 10px;
  margin: 0 auto;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
}
.header h1 a {
  display: block;
  width: 124px;
  height: 73px;
  background: url(/static/platform/img/logo2.png) no-repeat;
}

.gnb ul {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.gnb ul li {
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
}
.gnb ul li a {
  text-transform: uppercase;
}
.gnb ul li.on {
  position: relative;
  font-weight: 900;
  color: #fba817;
}
.gnb ul li.on::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fba817;
  left: 0;
  bottom: -6px;
}

.footer {
  display: flex;
  width: 100%;
  height: 260px;
  justify-content: space-between;
  padding: 43px 100px 55px;
  background: #131316;
}
.footer .site li {
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  line-height: 42px;
}
.footer .address p {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
}
.footer .address ul {
  display: flex;
  gap: 0 40px;
  margin-top: 38px;
}
.footer .address li {
  font-family: "SUIT";
  font-weight: 600;
  color: #fff;
}
.footer .address li:last-of-type {
  position: relative;
  color: #b5b5b5;
}
.footer .address li:last-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.footer .logo {
  text-align: right;
}
.footer .logo i {
  display: inline-block;
  width: 249px;
  height: 62px;
  background: url(/static/platform/img/main/footer-logo.png) no-repeat;
}
.footer .logo p {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 27px;
  color: #b5b5b5;
  margin-top: 14px;
}

.floating {
  position: absolute;
  top: 236px;
  right: 100px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
.floating div {
  width: 115px;
  height: 80px;
  border-radius: 15px;
  overflow: hidden;
}
.floating a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.floating .intranet {
  background: #fba817;
  border-radius: 15px 15px 0 0;
}
.floating .sitemap {
  border: 1px solid #060c18;
  border-radius: 0 0 15px 15px;
  background: #fff;
  color: #060c18;
}

.location {
  position: absolute;
  top: 0;
  right: 0;
}
.location ul {
  display: flex;
  align-items: center;
  gap: 0 28px;
}
.location ul li {
  font-family: "Montserrat";
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.16px;
}
.location .home {
  position: relative;
  width: 15px;
  height: 15px;
  background: url(/static/platform/img/location-home.png) no-repeat;
}
.location .home::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 9px;
  background: url(/static/platform/img/location-next.png) no-repeat;
}

.hgroup span {
  display: block;
  font-family: "SUIT";
  font-size: 18px;
  font-weight: 600;
  color: #717171;
}
.hgroup h2 {
  margin-top: 14px;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 80px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}

h3.tit {
  font-family: "SUIT";
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 14px;
}

.help {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  color: #13216a;
}

.form {
  padding: 0 50px;
}
.form li {
  margin-bottom: 12px;
}
.form li.row {
  gap: 0 40px;
  padding-top: 20px;
}
.form__tit {
  border-bottom: 1px solid #e4e4e4;
}
.form__email {
  flex: 1;
  border-bottom: 1px solid #e4e4e4;
}
.form__file {
  display: flex;
  gap: 0 10px;
  flex: 1;
  border-bottom: 1px solid #e4e4e4;
}
.form__file .input-file-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.form__catpcha {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 16px 16px;
}
.form input[type=text], .form textarea {
  width: 100%;
  padding: 20px 16px;
  border: 0;
  outline: 0;
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  color: #1a1a1a;
}
.form input[type=text]:focus, .form textarea:focus {
  outline: 2px dotted;
  outline-offset: -2px;
}
.form input[type=text]:-ms-input-placeholder, .form textarea:-ms-input-placeholder {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  color: #898989;
}
.form input[type=text]::placeholder, .form textarea::placeholder {
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  color: #898989;
}
.form input[type=text]:disabled, .form textarea:disabled {
  background: #fff;
}
.form textarea {
  height: 316px;
  padding: 40px;
  border: 1px solid #e4e4e4;
}

.catpchaSet {
  padding-top: 10px;
}
.catpchaSet .set {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
}
.catpchaSet #catpcha {
  display: flex;
  align-items: center;
}
.catpchaSet #catpcha img {
  height: 47px;
}
.catpchaSet .b {
  display: flex;
  flex-direction: column;
}
.catpchaSet .b button {
  width: 25px;
  height: 25px;
}
.catpchaSet #catpchaAnswer {
  max-width: 215px;
  height: 47px;
  border: 1px solid #e4e4e4;
}
.catpchaSet .help {
  padding-left: 10px;
}

.btn-set {
  text-align: center;
  margin: 40px auto 0;
}

[class^=b-] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
[class^=b-].b-file {
  width: 140px;
  height: 44px;
  font-family: "SUIT";
  font-weight: 600;
  background: #fba817;
  color: #fff;
  border-radius: 22px;
  transform: translateY(-10px);
}
[class^=b-].b-file .i-down {
  width: 14px;
  height: 14px;
  background: url(/static/platform/img/i-down.png) no-repeat;
  margin-right: 6px;
}
[class^=b-].b-save, [class^=b-].b-list {
  width: 250px;
  height: 75px;
  font-family: "SUIT";
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  border-radius: 37.5px;
  background-color: #13216a;
}

.pagination-set,
.paginationSet {
  position: relative;
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.pagination > li a,
.pagination > li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: "SUIT";
  font-weight: 600;
  color: #757575;
  border-radius: 50%;
}

.pagination > li.first > *,
.pagination > li.prev > *,
.pagination > li.next > *,
.pagination > li.end > * {
  width: 44px;
  height: 44px;
}

.pagination > li.first > *:before,
.pagination > li.prev > *:before,
.pagination > li.next > *:before,
.pagination > li.end > *:before {
  content: "";
  display: inline-flex;
  width: 100%;
  height: 100%;
}

.pagination > li .s,
.pagination > li .s span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.pagination > li.first,
.pagination > li.prev {
  margin-right: 12px;
}

.pagination > li.next,
.pagination > li.end {
  margin-left: 12px;
}

.pagination > li.first > *:before {
  content: "";
  background: url(/static/platform/img/i-first.png) no-repeat;
}

.pagination > li.prev > *:before {
  content: "";
  background: url(/static/platform/img/i-prev.png) no-repeat;
}

.pagination > li.next > *:before {
  content: "";
  background: url(/static/platform/img/i-next.png) no-repeat;
}

.pagination > li.end > *:before {
  content: "";
  background: url(/static/platform/img/i-last.png) no-repeat;
}

.pagination > .active {
  background: #0b1b6a;
}
.pagination > .active span, .pagination > .active em, .pagination > .active a {
  color: #fff;
}

.bdlist {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.bdlist .list {
  border-bottom: 1px solid #e4e4e4;
}
.bdlist .list:last-of-type {
  border-bottom: 0;
}
.bdlist .list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 36px 26px;
}
.bdlist .list a > div {
  max-width: calc(100% - 100px - 20px);
}
.bdlist__tit {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "SUIT";
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.bdlist__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 52px;
  margin-top: 14px;
  font-family: "SUIT";
  font-size: 18px;
  font-weight: 500;
  color: #898989;
}
.bdlist__date {
  font-family: "SUIT";
  font-size: 18px;
  font-weight: 500;
  color: #898989;
}

.view__head {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 3px solid #000;
}
.view__head .tit {
  font-family: "SUIT";
  font-weight: 700;
  font-size: 30px;
  color: #000;
}
.view__head .date {
  display: block;
  margin-top: 20px;
  font-family: "SUIT";
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #898989;
}
.view__cont {
  padding: 45px 40px 10px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.view__cont p {
  font-family: "SUIT";
  font-weight: 700;
  font-size: 18px;
  color: #898989;
  margin-bottom: 40px;
}
.view__cont img {
  margin-bottom: 40px;
}

.row {
  display: flex;
}

#container {
  padding-top: 134px;
}

main {
  position: relative;
  max-width: 1500px;
  width: 100%;
  padding-bottom: 100px;
  margin: 0 auto;
}

#content {
  margin-top: 40px;
}

.visual {
  padding: 60px 120px;
  width: 100%;
  height: 300px;
  background: url(/static/platform/img/contact-bg.png) no-repeat;
  background-size: cover;
}
.visual__head {
  padding: 0 20px;
  font-family: "SUIT";
  font-weight: 400;
  font-size: 40px;
  color: #fff;
}
.visual__head strong {
  font-weight: 900;
}
.visual__body ul {
  margin-top: 27px;
  padding: 36px 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.visual__body li {
  font-family: "SUIT";
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.visual__body li + li {
  margin-top: 8px;
}
/*# sourceMappingURL=sub.css.map */
