<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ���誤启Μ�� */

.container-inner {
  max-width: 1640px;
  margin: auto;
  padding-top: 150px;
  position: relative;
}

.pf-list-wrap {
  font-size: 0;
  padding-bottom: 50px;
}

.pf-list-wrap .pf-list {
  display: inline-block;
  width: 32.3%;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 0.5% 55px 0.5%;
  opacity: 0;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

.pf-list-wrap .pf-list .pf-thumb {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  background-color: #ddd;
}

.pf-list-wrap .pf-list .pf-thumb.showing {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.pf-list-wrap .pf-list.on .pf-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pf-list-wrap .pf-list .pf-thumb img {
  width: 100%;
  margin: auto;
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.pf-list-wrap .pf-list .pf-title {
  font-size: 1.7em;
  line-height: 1.7em;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.pf-list-wrap .pf-list .pf-title.showing {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.pf-list-wrap .pf-list .pf-link {
  color: #999;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.2em;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all ease 1.5s;
  transition: all ease 1.5s;
}

.pf-list-wrap .pf-list .pf-link.showing {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/* ���誤启Μ�� 覈���� �� */

.pfmw-list-wrap {
  font-size: 0;
  padding: 20px 0 50px;
}

.pfmw-list-wrap .pf-list {
  display: inline-block;
  width: 23.3%;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
  margin: 55px 0.5% 0 0.5%;
  opacity: 0;
  position: relative;
  vertical-align: top;
}

.pfmw-list-wrap .pf-list.on .pf-thumb&gt;img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pfmw-list-wrap .pf-list .pf-thumb {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.pfmw-list-wrap .pf-list .pf-thumb&gt;img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.pfmw-list-wrap .pf-list .pf-title {
  font-size: 1.7em;
  font-weight: bold;
  color: #000;
  margin-top: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pfmw-list-wrap .pf-list .pf-link {
  color: #999;
  margin-top: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* QR CODE */

.pfmw-list-wrap .pf-list.on .pf-thumb .pf-list-layer {
  opacity: 1;
}

.pf-list-layer {
  position: absolute;
  background-color: rgba(256, 256, 256, .8);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 35%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 0;
  box-sizing: border-box;
}

/* ��觜��� */

/* ��觚�觜�譯殊�� */

.sub-banner-wrap {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.sub-banner-wrap .sub-banner {
  max-width: 100%;
  /* height: 500px; */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: 100%;
  padding-top: 11%;
  padding-bottom: 11%;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all ease 3s;
  transition: all ease 3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.sub-banner-wrap .page-name {
  color: #f2bb0d;
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  margin-bottom: 20px;
}

.sub-banner-wrap .page-sub-tit {
  color: #fff;
  font-size: 1.8em;
  font-weight: 300;
  opacity: 0;
  text-transform: capitalize;
}

.inner1640 {
  max-width: 1640px;
  margin: auto;
}

.title-wrap .title {
  font-size: 3em;
  font-weight: 600;
}

.title-wrap .sub-title {
  font-size: 1.5em;
  margin-top: 35px;
}

.hub-pms-wrap {
  padding: 80px 0 120px;
  position: relative;
}

.hub-pms-wrap .field-img {
  margin-top: 70px;
}

.hub-pms-wrap .hub-pms-list-wrap {
  font-size: 0;
  margin-top: 100px;
}

.hub-pms-wrap .hub-pms-list {
  display: inline-block;
  width: 31.3%;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 1%;
  border-top: 1px solid #0e2149;
  height: 200px;
  vertical-align: top;
}

.hub-pms-wrap .hub-pms-list .hub-pms-title {
  font-size: 2em;
  margin-top: 15px;
  ;
}

.hub-pms-wrap .hub-pms-list .hub-pms-title span {
  margin-right: 15px;
  font-weight: bold;
  color: #0d5d9e;
}

.hub-pms-wrap .hub-pms-list .hub-pms-sub {
  margin-left: 48px;
  line-height: 1.7em;
  font-size: 1.1em;
  width: 300px;
  word-break: keep-all;
  margin-top: 15px;
}

.web-standard-wrap {
  background-color: #1a2c52;
  padding: 120px 0 30px;
  /* overflow: hidden; */
  position: relative;
}

.font-white {
  color: #fff;
}

.align-center {
  text-align: center;
}

.web-standard-list-wrap {
  font-size: 0;
  margin-top: 70px;
}

.web-standard-list {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  border-top: 1px solid #fff;
  vertical-align: top;
  color: #fff;
  height: 420px;
}

.web-standard-list img {
  margin-top: 30px;
}

.web-standard-list h1 {
  margin-top: 25px;
  font-size: 2em;
}

.web-standard-list p {
  font-size: 1.1em;
  margin-top: 25px;
  word-break: keep-all;
}

.web-standard-list p:last-child {
  color: #bdc0c8;
}

.web-standard-wrap .designhub-txt {
  position: absolute;
  bottom: -80px;
  right: -60px;
}

.ci-wrap {
  padding: 150px 0 120px;
  position: relative;
}

.ci-list-wrap {
  font-size: 0;
  margin-top: 55px;
}

.ci-list {
  display: inline-block;
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  border-top: 3px solid #ccc;
  padding: 40px 0 0 0;
  height: 650px;
}

.ci-list:last-child {
  border-top: 3px solid #f5821f;
}

.ci-list .ci-img-wrap {
  text-align: center;
  margin-bottom: 25px;
}

.ci-list p {
  color: #666;
  font-size: 1.3em;
  word-break: keep-all;
  line-height: 1.6em;
  margin-top: 20px;
  padding-left: 15px;
  position: relative;
}

.ci-list p::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 14px;
  border-radius: 50%;
}

/* �旧擦��蠏� */

#hub-pms,
#web-standard,
#ci {
  position: absolute;
  top: -80px;
}

/* START OF �企���貉危�朱�� */

/* START OF ABOUT01 SECTION01 */

.about01-sec01 {
  padding: 75px 0 125px;
}

.about01-sec01 .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  font-weight: 500;
}

.about01-sec01 .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
}

.about01-sec01 .prod-process {
  border-top: 2px solid #222222;
  padding-top: 30px;
  padding-bottom: 20px;
  display: inline-block;
  width: 30%;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  text-align: center;
  margin: 0 1.5%;
}

.about01-sec01 .prod-process h1 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8em;
  color: #000;
}

.about01-sec01 .prod-process-icon {
  margin-bottom: 40px;
}

.about01-sec01 .prod-process-txt {
  height: 220px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding: 40px 30px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2em;
  word-break: keep-all;
  line-height: 1.8em;
}

.about01-sec01 .prod-process-txt&gt;p {
  margin-bottom: 15px;
}

.process-arrow {
  text-align: center;
  padding-bottom: 30px;
}

.about01-sec01-phrase {
  background-color: #222;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 1.2em;
  letter-spacing: .03em;
  font-weight: 300;
}

/* START OF ABOUT01 SECTION02 */

.about01-sec02 {
  padding: 75px 0 85px;
  background-image: url(/image/sub/about_sec02_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about01-sec02 .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  color: #fff;
  font-weight: 500;
}

.about01-sec02 .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
  color: #fff;
  word-break: keep-all;
}

.com-status-wrap {
  font-size: 0;
  display: inline-block;
  width: 48%;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #fff;
}

.com-status {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  height: 475px;
}

.com-status-head {
  background-color: #f2f2f2;
  color: #222;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.4em;
  padding: 60px 40px 0 40px;
  background-repeat: no-repeat;
  background-position: 60px bottom;
}

.com-status-con {
  width: 540px;
}

.com-status-list {
  box-sizing: border-box;
  padding: 40px;
}

.com-status-list&gt;li {
  font-size: 0;
  border-bottom: 1px solid #ddd;
  margin-top: 1px;
  display: flex;
}

.com-status-list&gt;li&gt;div {
  /* display: inline-block; */
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
}

.com-status-list-tit {
  width: 75px;
  position: relative;
}

.com-status-list-tit::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 75px;
  height: 2px;
  background-color: #f5821f;
}

.com-status-list-con {
  color: #8e8e8e;
  padding-left: 40px;
}

@media all and (max-width:1480px) {

  /* �企���貉危�朱�� ���� ���� */
  .com-status-wrap {
    display: block;
    width: 720px;
    margin: 0 auto 25px auto;
  }

  .com-status-wrap:last-child {
    float: none !important;
  }
}

/* START OF ABOUT01 SECTION03 */

.about01-sec03 {
  padding: 75px 0 100px;
}

.about01-sec03 .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 500;
}

.about01-sec03 .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
}

.organ-map {
  text-align: center;
}

.m-organ {
  display: none;
}

/* END OF �企��� 貉危�朱�� */

/* START OF 谿場���れ���� 蠍� */

.about04-sec01 {
  padding: 75px 0 100px;
  /* text-align: center; */
}

.about04-sec01 .sec-tit {
  font-size: 3em;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 90px;
}

.location-info-wrap {
  display: -webkit-box;
  display: flex;
  text-align: center;
  width: 1080px;
  margin: auto;
}

.location-info01,
.location-info02 {
  display: inline-block;
  width: 540px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 70px;
}

.location-info01 {
  border-right: 1px solid #ddd;
}

.location-info-list {
  margin-bottom: 35px;
}

.location-info-list h1 {
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 15px;
}

.location-info-list p {
  font-size: 1.1em;
}

.location-info-list .subway-marker {
  padding-left: 20px;
  position: relative;
}

.location-info-list .subway-marker::before {
  content: "5";
  position: absolute;
  text-align: center;
  left: -6px;
  top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: .8em;
  background-color: #8f42e2;
  color: #fff;
}

/* END OF 谿場���れ���� 蠍� */

/* START OF �壱�� */

.m-history-wrap {
  display: none;
}

.history-sec01 {
  text-align: center;
  padding: 75px 0 175px;
}

.history-sec01 .sec-tit {
  font-size: 3em;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin-bottom: 90px;
}

.history-left-side,
.history-right-side {
  display: inline-block;
  width: 680px;
  -moz-text-align-last: left;
  text-align-last: left;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  vertical-align: top;
}

.history-left-side {
  border-right: 1px solid #ddd;
  padding-bottom: 45px;
}

.history-left-side::after {
  content: "";
  right: -18px;
  position: absolute;
  background-image: url(/image/sub/history_circle.png);
  background-repeat: no-repeat;
  top: -35px;
  width: 35px;
  height: 35px;
}

.history-info-wrap .history-info-years,
.history-info-wrap .history-info-list {
  display: inline-block;
  vertical-align: top;
}

.history-info-wrap .history-info-years {
  font-size: 2.5em;
  font-weight: bold;
  color: #0d5d9e;
}

.history-info-wrap .history-info-list {
  margin-left: 25px;
  margin-bottom: 40px;
}

.history-info-wrap .history-info-list&gt;p {
  position: relative;
  padding-left: 10px;
  line-height: 2em;
  font-size: 1.1em;
  text-align: left;
}

.history-info-wrap .history-info-list&gt;p::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #bababa;
}

.history-info-wrap {
  position: relative;
}

.history-info-wrap .animated {
  opacity: 0;
  /* animation-duration: 1.5s; */
}

.history-left-side .history-info-wrap::after {
  content: "";
  right: -13px;
  position: absolute;
  background-image: url(/image/sub/history_circle02.png);
  background-repeat: no-repeat;
  top: 0px;
  width: 26px;
  height: 26px;
}

.history-left-side .history-info-wrap::before {
  content: "";
  right: 13px;
  position: absolute;
  top: 13px;
  width: 0px;
  height: 1px;
  background-color: #ddd;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.history-right-side .history-info-wrap::after {
  content: "";
  left: -67px;
  position: absolute;
  background-image: url(/image/sub/history_circle02.png);
  background-repeat: no-repeat;
  top: 0px;
  width: 26px;
  height: 26px;
}

.history-right-side .history-info-wrap::before {
  content: "";
  left: -42px;
  position: absolute;
  top: 13px;
  width: 0px;
  height: 1px;
  background-color: #ddd;
  -webkit-transition: all ease .8s;
  transition: all ease .8s;
}

.history-info-wrap.showing::before {
  width: 40px;
}

.history-info-wrap {
  margin-top: 240px;
}

.history-right-side .history-info-wrap:first-child {
  margin-top: 80px;
}

/*  END OF �壱�� */

/* START OF SUPPORT  */

.support03-wrap {
  padding: 75px 0 125px;
}

.support03-wrap .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  font-weight: 500;
}

.support03-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 60px;
}

.support03-wrap .contract-list-wrap {
  border-top: 2px solid #0e224b;
  margin-bottom: 50px;
}

.support03-wrap .contract-list-wrap .contract-list {
  padding: 42px 0px;
  border-bottom: 1px solid #ddd;
}

.support03-wrap .contract-list-wrap .contract-list&gt;div {
  display: inline-block;
  vertical-align: top;
}

.support03-wrap .contract-list-wrap .contract-list .status {
  width: 9%;
  text-align: center;
}

.support03-wrap .contract-list-wrap .contract-list .title {
  width: 79%;
}

.support03-wrap .contract-list-wrap .contract-list .title .mobile-date {
  display: none;
}

.support03-wrap .contract-list-wrap .contract-list .date {
  width: 11%;
  float: right;
  margin-top: 3px;
  text-align: center;
}

.support03-wrap .contract-list-wrap .contract-list .date&gt;div {
  width: 100%;
  text-align: center;
}

.support03-wrap .contract-list-wrap .contract-list .status&gt;.new {
  color: #fff;
  background-color: #0e224b;
  border: 1px solid #0e224b;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 1.1em;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -.05em;
}

.support03-wrap .contract-list-wrap .contract-list .status&gt;.open {
  color: #fff;
  border: 1px solid #0e224b;
  color: #0e224b;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 1.1em;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -.05em;
}

.support03-wrap .contract-list-wrap .contract-list .title&gt;div {
  font-size: 1.7em;
  color: #000;
  line-height: 1.6em;
  word-break: keep-all;
  font-weight: 500;
}

.support03-wrap .contract-list-wrap .contract-list .title .local-name {
  margin-right: 7px;
}

.support03-wrap .contract-list-wrap .contract-list .date&gt;div {
  float: right;
  color: #666;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

/* START OF �語�ろ�� 覦� ��讌�覲伎�� */

.support02-wrap {
  padding: 75px 0 125px;
  background-image: url(/image/sub/support02_bg.png);
  background-repeat: no-repeat;
  background-position: 0 110%;
}

.support02-wrap .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  color: black;
  font-weight: 500;
}

.support02-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 95px;
}

.support02-wrap .support02-sec01 {
  font-size: 0;
  text-align: center;
}

.support02-wrap .support02-sec01&gt;li {
  display: inline-block;
  font-size: 14px;
  width: 750px;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 60px;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con {
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 450px;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con&gt;p {
  position: relative;
  padding-left: 10px;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con&gt;p::before {
  content: "揃";
  position: absolute;
  left: 0;
  top: 1px;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.support02-wrap .support02-sec01&gt;li .support02-sec01-con p {
  font-size: 1.1em;
  color: #333;
}

.support02-wrap .inner2 {
  width: 1360px;
  margin: 65px auto 0 auto;
}

.support02-wrap .support02-sec02 {
  font-size: 0;
}

.support02-wrap .support02-sec02&gt;li {
  display: inline-block;
  width: 320px;
  margin-right: 25px;
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  box-shadow: 2px 4px 10px #ddd;
  position: relative;
}

.support02-wrap .support02-sec02&gt;li .mont {
  font-weight: 900;
  color: #212c60;
  font-size: 2em;
  margin-bottom: 30px;
  position: relative;
}

.support02-wrap .support02-sec02&gt;li:last-child {
  margin-right: 0px;
}

.support02-wrap .support02-sec02&gt;li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 3px;
  height: 18px;
  background-color: #ff8712;
}

.support02-wrap .support02-sec02&gt;li .cost {
  margin-bottom: 10px;
}

.support02-wrap .support02-sec02&gt;li .cost h1 {
  color: #666;
  font-size: 1.2em;
}

.support02-wrap .support02-sec02&gt;li .cost h2 {
  color: #212c60;
  font-weight: 600;
  font-size: 1.2em;
}

.support02-wrap .support02-sec02 .support02-sec02-con {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.support02-wrap .support02-sec02 .support02-sec02-con&gt;li&gt;div {
  display: inline-block;
  width: 110px;
  color: #666;
  font-size: 1.2em;
  margin-bottom: 7px;
}

.support02-wrap .area-tit {
  background-color: #212c60;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 5px 20px;
  margin-bottom: 40px;
  font-size: 1.3em;
}

.m_support_bg {
  display: none;
}

/* END OF �語�ろ�� 覦� ��讌�覲伎�� */

/* START OF 蟆���覓語�� */

.inquiry-wrap {
  /* margin: 175px 0 125px 0; */
  padding: 75px 0 125px;
}

.inquiry-wrap .inquiry-grid {
  width: 1200px;
  margin: auto;
}

.inquiry-wrap .sec-tit {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 45px;
  width: 1200px;
  margin: 0 auto 45px auto;
}

.inquiry-wrap .area-tit {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}

.inquiry-wrap .radio-wrap {
  font-size: 0;
  margin-bottom: 50px;
}

.inquiry-wrap .radio-wrap li {
  display: inline-block;
  width: 32.3%;
  margin: .5%;
  box-sizing: border-box;
  background-color: #ececec;
  font-size: 14px;
  padding: 40px 25px;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  color: #606060;
}

.inquiry-wrap .radio-wrap li.on {
  background-color: #43539b;
  color: #fff;
  font-weight: 300;
}

.inquiry-wrap .radio-wrap li input[type='radio'] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.inquiry-wrap .radio-wrap li:last-child {
  width: 98.9%;
}

.inquiry-wrap .radio-wrap li .radio-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ececec;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 8px;
}

.inquiry-wrap .radio-wrap li .radio-circle-inner {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #ececec;
}

.inquiry-wrap .radio-wrap li.on .radio-circle {
  background-color: #43539b;
  border: 1px solid #fff;
}

.inquiry-wrap .radio-wrap li.on .radio-circle-inner {
  background-color: #fbbf3d;
}

.inquiry-wrap .input-wrap {
  margin-bottom: 25px;
}

.inquiry-wrap .input-wrap li {
  font-size: 0;
}

.inquiry-wrap .input-wrap li&gt;div {
  width: 48%;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 77px;
}

.inquiry-wrap .input-wrap li&gt;div::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 0%;
  height: 1px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.inquiry-wrap .input-wrap li&gt;div.focus::after {
  width: 100%;
}

.inquiry-wrap .input-wrap li&gt;div:first-child {
  margin-right: 4%;
}

.inquiry-wrap .input-wrap li&gt;div&gt;input {
  border: none;
  width: calc(100% - 17%);
  position: absolute;
  bottom: 0px;
  background: none;
  font-size: 1.1em;
  height: 40px;
  padding-left: 17%;
}

/* ����覯��� �� */

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap {
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 83%;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap&gt;.tel-input {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap&gt;.tel-input:last-child {
  margin-right: 0;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap&gt;.tel-input input {
  height: 40px;
  background-color: none;
  width: 140px;
  border: none;
  text-align: center;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap&gt;.tel-input::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #999;
  position: absolute;
  right: -20px;
  top: 19px;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.tel-input-wrap&gt;.tel-input:last-child::after {
  display: none;
}

/* �企��狩� */

.inquiry-wrap .input-wrap li&gt;div&gt;.email-input-wrap {
  position: absolute;
  bottom: 0;
  left: 17%;
  width: 83%;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.email-input-wrap&gt;.email-input {
  display: inline-block;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.email-input-wrap&gt;select {
  display: inline-block;
  height: 42px;
  border: 1px solid #ddd;
  border-bottom: none;
}

.inquiry-wrap .input-wrap li&gt;div&gt;.email-input-wrap&gt;.email-input input {
  height: 40px;
  background-color: none;
  width: 140px;
  padding-left: 7px;
  border: none;
}

.inquiry-wrap .input-wrap li&gt;div .ovr-txt {
  position: absolute;
  bottom: 15px;
  font-size: 1.1em;
  color: #333;
  font-weight: 500;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}

.inquiry-wrap .input-wrap li&gt;div .ovr-txt .require-el {
  font-weight: bold;
  color: #fbbf3d;
  font-size: 1.1em
}

.inquiry-wrap .input-wrap li&gt;div.focus .ovr-txt {
  color: #fbbf3d;
  font-weight: 400;
  font-size: 1em;
  bottom: 45px;
}

/* .inquiry-wrap .input-wrap li:first-child&gt;div {
    width: 100%;
    margin: 0;
} */

.inquiry-wrap .cb-wrap {
  text-align: center;
  margin-bottom: 35px;
}

.inquiry-wrap .cb-wrap li {
  display: inline-block;
  width: 16.2%;
  margin: .1%;
  box-sizing: border-box;
  background-color: #ececec;
  font-size: 14px;
  padding: 25px 25px;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  color: #606060;
  text-align: left;
}

.inquiry-wrap .cb-wrap li.on {
  background-color: #43539b;
  color: #fff;
  font-weight: 300;
}

.inquiry-wrap .cb-wrap li input[type='checkbox'] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.inquiry-wrap .cb-wrap li .cb-circle {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #ececec;
  border: 1px solid #bbb;
  text-align: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 8px;
}

.inquiry-wrap .cb-wrap li .cb-circle-inner {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  margin-top: 2px;
  background-color: #ececec;
}

.inquiry-wrap .cb-wrap li.on .cb-circle {
  background-color: #43539b;
  border: 1px solid #fff;
}

.inquiry-wrap .cb-wrap li.on .cb-circle-inner {
  background-color: #fbbf3d;
}

.inquiry-wrap .contact-cont {
  width: 100%;
  resize: none;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 25px;
  height: 180px;
  margin-bottom: 25px;
  font-family: 'Noto Sans KR', sans-serif;
}

.inquiry-wrap .contact-cont::-webkit-input-placeholder {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}

.inquiry-wrap .contact-cont:-ms-input-placeholder {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}

.inquiry-wrap .contact-cont::-moz-placeholder {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}

.inquiry-wrap .contact-cont::-ms-input-placeholder {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}

.inquiry-wrap .contact-cont::placeholder {
  font-size: 1.1em;
  color: #666;
  font-weight: 600;
}

.inquiry-wrap .attach-file-wrap {
  margin-bottom: 45px;
}

.inquiry-wrap .attach-file-wrap&gt;div {
  display: inline-block;
  vertical-align: top;
  width: 86%;
}

.inquiry-wrap .attach-file-wrap .fileBox {
  float: right;
}

.inquiry-wrap .attach-file-wrap .upload-tit {
  height: 48px;
  border: 1px solid #ddd;
  width: 13%;
  line-height: 48px;
  text-align: center;
  font-size: 1.1em;
}

.inquiry-wrap .attach-file-wrap .fileBox .fileName {
  display: inline-block;
  width: 85%;
  height: 48px;
  padding-left: 10px;
  line-height: 48px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  vertical-align: middle;
}

.inquiry-wrap .attach-file-wrap .fileBox .btn_file {
  display: inline-block;
  border: 1px solid #414141;
  background-color: #414141;
  width: 13%;
  height: 48px;
  font-size: 1em;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  float: right;
}

.inquiry-wrap .attach-file-wrap .fileBox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.inquiry-wrap .p-info-wrap {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.inquiry-wrap .p-info-wrap .p-info-tit {
  font-size: 1.3em;
  color: #000;
  font-weight: 500;
  margin-bottom: 25px;
}

.inquiry-wrap .p-info-wrap .p-info {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 210px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap {
  text-align: center;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 25px;
  font-weight: 500;
  cursor: pointer;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn .radio-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ececec;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 8px;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn .radio-circle-inner {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #ececec;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn.on .radio-circle {
  background-color: #fff;
  border: 1px solid #bbb;
}

.inquiry-wrap .p-info-wrap .agree-btn-wrap .agree-btn.on .radio-circle-inner {
  background-color: #fbbf3d;
}

.inquiry-wrap .submit-btn {
  margin-top: 85px;
  display: block;
  width: 300px;
  height: 80px;
  margin: 85px auto 0 auto;
  text-align: left;
}

.inquiry-wrap .submit-btn .motion-linker {
  margin: auto;
  width: 230px;
}

.inquiry-wrap .submit-btn .motion-linker .motion-linker-txt {
  font-size: 1.2em;
}

/* 鬭���覓語�� �ろ�碁逢讌� */

.inquiry-wrap .s-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  align-items: center;
}

.inquiry-wrap .s-wrap .s-box {
  font-size: 1.6rem;
  text-align: center;
  margin-right: 45px;
}

.inquiry-wrap .s-wrap .s-box h1 {
  display: inline-block;
  vertical-align: middle;
}

.inquiry-wrap .s-wrap .s-box .s-num {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.inquiry-wrap .s-wrap .s-box input {
  border: 1px solid #ddd;
  outline: none;
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
}

/* END OF 蟆���覓語�� */

/* START OF 襴������ */

.recruit-wrap {
  /* margin: 175px 0 125px 0; */
  padding: 175px 0 125px;
}

.recruit-wrap .recruit-grid {
  width: 1200px;
  margin: auto;
}

.recruit-wrap .sec-tit {
  font-size: 2.5em;
  font-weight: 600;
  margin-bottom: 45px;
  width: 1200px;
  margin: 0 auto 45px auto;
}

.recruit-wrap .area-tit {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 15px;
}

.recruit-wrap .radio-wrap {
  font-size: 0;
  margin-bottom: 50px;
}

.recruit-wrap .radio-wrap .job-field {
  width: 24%;
  margin: .5%;
  padding: 25px;
}

.recruit-wrap .radio-wrap li {
  display: inline-block;
  width: 49%;
  margin: .5%;
  box-sizing: border-box;
  background-color: #ececec;
  font-size: 14px;
  padding: 40px 25px;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  color: #606060;
}

.recruit-wrap .radio-wrap li.on {
  background-color: #43539b;
  color: #fff;
  font-weight: 300;
}

.recruit-wrap .radio-wrap li input[type='radio'] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.recruit-wrap .radio-wrap li .radio-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ececec;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 8px;
}

.recruit-wrap .radio-wrap li .radio-circle-inner {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #ececec;
}

.recruit-wrap .radio-wrap li.on .radio-circle {
  background-color: #43539b;
  border: 1px solid #fff;
}

.recruit-wrap .radio-wrap li.on .radio-circle-inner {
  background-color: #fbbf3d;
}

.recruit-wrap .input-wrap {
  margin-bottom: 25px;
}

.recruit-wrap .input-wrap li {
  font-size: 0;
}

.recruit-wrap .input-wrap li&gt;div {
  width: 48%;
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  position: relative;
  height: 77px;
}

.recruit-wrap .input-wrap li&gt;div::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #000;
  width: 0%;
  height: 1px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.recruit-wrap .input-wrap li&gt;div.focus::after {
  width: 100%;
}

.recruit-wrap .input-wrap li&gt;div:first-child {
  margin-right: 4%;
}

.recruit-wrap .input-wrap li&gt;div input {
  border: none;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: none;
  font-size: 1.1em;
  height: 40px;
}

.recruit-wrap .input-wrap li&gt;div .ovr-txt {
  position: absolute;
  bottom: 15px;
  font-size: 1.1em;
  color: #333;
  font-weight: 500;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.recruit-wrap .input-wrap li&gt;div .ovr-txt .require-el {
  font-weight: bold;
  color: #fbbf3d;
  font-size: 1.1em;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.recruit-wrap .input-wrap li&gt;div.focus .ovr-txt {
  color: #fbbf3d;
  font-weight: 400;
  font-size: 1em;
  bottom: 45px;
}

.recruit-wrap .input-wrap li:first-child&gt;div {
  width: 100%;
  margin: 0;
}

.recruit-wrap .contact-cont {
  width: 100%;
  resize: none;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 25px;
  height: 180px;
  margin-bottom: 25px;
}

.recruit-wrap .contact-cont::-webkit-input-placeholder {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
}

.recruit-wrap .contact-cont:-ms-input-placeholder {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
}

.recruit-wrap .contact-cont::-ms-input-placeholder {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
}

.recruit-wrap .contact-cont::-moz-placeholder {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
}

.recruit-wrap .contact-cont::placeholder {
  font-size: 1.1em;
  color: #333;
  font-weight: 600;
}

.recruit-wrap .attach-file-wrap {
  margin-bottom: 80px;
}

.recruit-wrap .attach-file-wrap&gt;div {
  display: inline-block;
  vertical-align: top;
  width: 86%;
}

.recruit-wrap .attach-file-wrap .fileBox {
  float: right;
}

.recruit-wrap .attach-file-wrap .upload-tit {
  height: 48px;
  border: 1px solid #ddd;
  width: 13%;
  line-height: 48px;
  text-align: center;
  font-size: 1.1em;
}

.recruit-wrap .attach-file-wrap .fileBox .fileName {
  display: inline-block;
  width: 85%;
  height: 48px;
  padding-left: 10px;
  line-height: 48px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  vertical-align: middle;
}

.recruit-wrap .attach-file-wrap .fileBox .btn_file {
  display: inline-block;
  border: 1px solid #414141;
  background-color: #414141;
  width: 13%;
  height: 48px;
  font-size: 1em;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  float: right;
}

.recruit-wrap .attach-file-wrap .fileBox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.recruit-wrap .p-info-wrap {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.recruit-wrap .p-info-wrap .p-info-tit {
  font-size: 1.3em;
  color: #000;
  font-weight: 500;
  margin-bottom: 25px;
}

.recruit-wrap .p-info-wrap .p-info {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 210px;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 25px;
  margin-bottom: 40px;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap {
  text-align: center;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn {
  font-size: 1.1em;
  display: inline-block;
  margin-right: 25px;
  font-weight: 500;
  cursor: pointer;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn .radio-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ececec;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-right: 8px;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn .radio-circle-inner {
  width: 16px;
  height: 16px;
  margin-left: 2px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #ececec;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn.on .radio-circle {
  background-color: #fff;
  border: 1px solid #bbb;
}

.recruit-wrap .p-info-wrap .agree-btn-wrap .agree-btn.on .radio-circle-inner {
  background-color: #fbbf3d;
}

.recruit-wrap .submit-btn {
  margin-top: 85px;
  display: block;
  width: 300px;
  height: 80px;
  margin: 85px auto 0 auto;
  text-align: left;
}

.recruit-wrap .submit-btn .motion-linker {
  margin: auto;
  width: 230px;
}

.recruit-wrap .submit-btn .motion-linker .motion-linker-txt {
  font-size: 1.2em;
}

*:focus {
  outline: none;
}

/* END OF 襴������ */

/* START OF �伎�� */

.news01-wrap {
  padding: 75px 0 125px;
}

.news01-wrap .sec-tit {
  font-size: 3em;
  text-align: center;
  margin-bottom: 35px;
  color: #000;
  font-weight: 500;
}

.news01-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
}

.news01-wrap .news-board-wrap {
  border-top: 1px solid #000;
  margin-bottom: 45px;
}

.news01-wrap .news-board-wrap .news-board-head {
  padding: 24px 0;
  font-size: 1.4em;
  color: #000;
}

.news01-wrap .news-board-wrap .news-board-head&gt;div {
  text-align: center;
  font-weight: 500;
}

.news01-wrap .news-board-wrap .news-board-body {
  padding: 38px 0;
}

.news01-wrap .news-board-wrap .news-board-body&gt;div {
  text-align: center;
  color: #707070;
}

.news01-wrap .news-board-wrap .news-board-list {
  /* font-size: 1.2em; */
  border-bottom: 1px solid #ddd;
}

.news01-wrap .news-board-wrap .news-board-list .num {
  display: inline-block;
  width: 8%;
  /* color: #707070; */
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

.news01-wrap .news-board-wrap .news-board-list .title {
  display: inline-block;
  width: 73%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  font-size: 1.8em;
  color: #000;
  font-weight: 500;
  line-height: 1.2em;
}

.news01-wrap .news-board-wrap .news-board-list .date {
  display: inline-block;
  width: 10%;
  /* color: #707070; */
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

.news01-wrap .news-board-wrap .news-board-list .view {
  display: inline-block;
  width: 8%;
  /* color: #707070; */
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}

.news01-wrap .news-board-wrap .news-board-head .num,
.news01-wrap .news-board-wrap .news-board-head .title,
.news01-wrap .news-board-wrap .news-board-head .date,
.news01-wrap .news-board-wrap .news-board-head .view {
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 1em !important;
}

/* 蟆����� 觀� ���伎� */

.news-view-wrap {
  width: 1320px;
  padding: 155px 0 125px;
  margin: auto;
}

.news-view-wrap .board-sub {
  color: #ff8e01;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

.news-view-wrap .board-sub .date {
  font-size: .8em;
  color: #999;
  font-weight: 400;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
}

.news-view-wrap .board-tit {
  font-size: 2.4em;
  text-align: center;
  margin-bottom: 60px;
  color: #000;
  font-weight: 600;
}

.news-view-wrap .list-btn-wrap {
  text-align: center;
}

.news-view-wrap .list-btn-wrap .list-btn {
  text-align: center;
  display: inline-block;
  background-color: #0e224b;
  color: #fff;
  width: 200px;
  padding: 18px 0;
  text-align: left;
  font-size: 1.2em;
  margin: 60px auto 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-left: 60px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.news-view-wrap .list-btn-wrap .list-btn:hover {
  background-color: #333;
}

.news-view-wrap .list-btn::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 23px;
  width: 14px;
  height: 15px;
  background-image: url(/image/sub/list_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* END OF �伎�� */

/* START OF 觚�襦�蠏� */

.news02-wrap {
  padding: 75px 0 125px;
  max-width: 1640px;
  margin: auto;
}

.news02-wrap .sec-tit {
  text-align: center;
  font-size: 3em;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
}

.news02-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.4em;
}

.news02-wrap .blog-list-wrap {
  opacity: 0;
  width: 100%;
}

.news02-wrap .blog-list-wrap .item {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  /* opacity: 0; */
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  box-sizing: border-box;
  /* padding: 10px; */
  width: 23%;
  margin: 1%;
  vertical-align: top;
}

/* .news02-wrap .blog-list-wrap .item:nth-child(3n-1) {
    transform: translateY(-118px);
} */

.news02-wrap .blog-list-wrap .item .blog-thumb {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.news02-wrap .blog-list-wrap .item .blog-thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}

.news02-wrap .blog-list-wrap .item.on .blog-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news02-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
  display: none;
}

/* .news02-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(256, 256, 256, .8);
    left: 50%;
    margin-left: -50%;
    overflow: hidden;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.news02-wrap .blog-list-wrap .item.on .blog-thumb .hover-layer {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.news02-wrap .blog-list-wrap .item .blog-thumb .hover-layer&gt;h1 {
    position: absolute;
    top: 48%;
    width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
    font-size: 1.5em;
} */

.news02-wrap .blog-list-wrap .item .title {
  text-align: left;
  font-size: 1.6em;
  /* �� 譴� ��襯願鍵 */
  color: #333;
  font-weight: bold;
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* ���� 譴� ��襯願鍵 豢�螳� �ろ���� */
  white-space: normal;
  line-height: 1.6em;
  height: 3.2em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 25px 0 20px 0;
}

.news02-wrap .blog-list-wrap .item .date {
  text-align: left;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
}

.news02-wrap .more-btn-wrap {
  text-align: center;
}

.news02-wrap .more-btn {
  width: 260px;
  height: 57px;
  font-size: 1.3em;
  color: #000;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
  border: 1px solid #ddd;
  background-image: url("/image/sub/more.png");
  background-repeat: no-repeat;
  background-position: 10%;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.news02-wrap .more-btn:hover {
  color: #fff;
  background-color: #0e224b;
  border: 1px solid #0e224b;
  background-image: url("/image/sub/more_on.png");
}

.loading-img {
  text-align: center;
  width: 120px;
  margin: 150px auto 0 auto;
}

/* END OF 觚�襦�蠏� */

/* START OF 螳る��Μ */

.news03-wrap {
  padding: 75px 0 125px;
  max-width: 1640px;
  margin: auto;
}

.news03-wrap .sec-tit {
  text-align: center;
  font-size: 3em;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
}

.news03-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.4em;
}

.news03-wrap .blog-list-wrap {
  opacity: 0;
  width: 100%;
  overflow: hidden;
}

.news03-wrap .blog-list-wrap .item {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  width: 23%;
  margin: 1%;
  vertical-align: top;
}

.news03-wrap .blog-list-wrap .add_item {
  opacity: 0;
}

.news03-wrap .blog-list-wrap .item .blog-thumb {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.news03-wrap .blog-list-wrap .item .blog-thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.news03-wrap .blog-list-wrap .item.on .blog-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.news03-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
  display: none;
}

/* .news03-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(256, 256, 256, .8);
    left: 50%;
    margin-left: -50%;
    overflow: hidden;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.news03-wrap .blog-list-wrap .item.on .blog-thumb .hover-layer {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.news03-wrap .blog-list-wrap .item .blog-thumb .hover-layer&gt;h1 {
    position: absolute;
    top: 48%;
    width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
    font-size: 1.5em;
} */

.news03-wrap .blog-list-wrap .item .title {
  text-align: left;
  font-size: 1.6em;
  /* �� 譴� ��襯願鍵 */
  color: #333;
  font-weight: bold;
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* ���� 譴� ��襯願鍵 豢�螳� �ろ���� */
  white-space: normal;
  line-height: 1.6em;
  height: 1.6em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 12px 0 0px 0;
}

.news03-wrap .blog-list-wrap .item .date {
  text-align: left;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
}

.news03-wrap .more-btn-wrap {
  text-align: center;
  margin-top: 80px;
}

.news03-wrap .more-btn {
  width: 260px;
  height: 57px;
  font-size: 1.3em;
  color: #000;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #fff;
  border: 1px solid #ddd;
  background-image: url("/image/sub/more.png");
  background-repeat: no-repeat;
  background-position: 10%;
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.news03-wrap .more-btn:hover {
  color: #fff;
  background-color: #0e224b;
  border: 1px solid #0e224b;
  background-image: url("/image/sub/more_on.png");
}

/* END OF 螳る��Μ */

/* 貅��伎�� �ろ�磯�� 襴��ろ�� */

.case-wrap {
  padding: 75px 0 125px;
  max-width: 1640px;
  margin: auto;
}

.case-wrap .sec-tit {
  text-align: center;
  font-size: 3em;
  margin-bottom: 25px;
  color: #000;
  font-weight: 500;
}

.case-wrap .sec-sub {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.4em;
}

.case-wrap .blog-list-wrap {
  opacity: 0;
  width: 100%;
}

.case-wrap .blog-list-wrap .item {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  /* opacity: 0; */
  /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
  box-sizing: border-box;
  /* padding: 10px; */
  width: 23%;
  margin: 1%;
  vertical-align: top;
}

/* .case-wrap .blog-list-wrap .item:nth-child(3n-1) {
    transform: translateY(-118px);
} */

.case-wrap .blog-list-wrap .item .blog-thumb {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.case-wrap .blog-list-wrap .item .blog-thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.case-wrap .blog-list-wrap .item.on .blog-thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
  display: none;
}

/* .case-wrap .blog-list-wrap .item .blog-thumb .hover-layer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(256, 256, 256, .8);
    left: 50%;
    margin-left: -50%;
    overflow: hidden;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.case-wrap .blog-list-wrap .item.on .blog-thumb .hover-layer {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.case-wrap .blog-list-wrap .item .blog-thumb .hover-layer&gt;h1 {
    position: absolute;
    top: 48%;
    width: 100%;
    left: 50%;
    margin: 0 0 0 -50%;
    text-align: center;
    font-size: 1.5em;
} */

.case-wrap .blog-list-wrap .item .title {
  text-align: left;
  font-size: 1.6em;
  /* �� 譴� ��襯願鍵 */
  color: #333;
  font-weight: bold;
  /* display: inline-block; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* ���� 譴� ��襯願鍵 豢�螳� �ろ���� */
  white-space: normal;
  line-height: 1.6em;
  height: 1.6em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 0px 0;
}

.case-wrap .blog-list-wrap .item .date {
  text-align: left;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
}

/* START OF 貅��伎�� �ろ�磯�� */

.case-study-wrap {
  padding: 140px 0 75px;
  width: 1180px;
  margin: auto;
}

.case-study-wrap ul {
  font-size: 0;
}

.case-study-wrap ul .case-list {
  display: inline-block;
  width: 31.3%;
  margin: 1%;
  cursor: pointer;
}

.case-study-wrap ul .case-list .thumb {
  overflow: hidden;
}

.case-study-wrap ul .case-list .thumb img {
  width: 100%;
  display: block;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.case-study-wrap ul .case-list .thumb:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case-study-wrap ul .case-list .tit {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 10px;
}

.case-study-wrap ul .case-list .date {
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* END OF 貅��伎�れ�ろ�磯�� */

/* 蟆����� 蟆����� */

#inner_srch {
  width: 700px;
  border-bottom: 2px solid #333333;
  margin: 0 auto;
  text-align: left;
  padding: 15px 20px;
  margin-top: 70px;
  box-sizing: border-box;
}

#inner_srch input,
#inner_srch button {
  background: none;
  border: none;
  font-size: 23px;
  color: #333;
}

#inner_srch input::-webkit-input-placeholder {
  color: #cdcdcd;
  font-size: .8em;
}

#inner_srch input::-moz-placeholder {
  color: #cdcdcd;
  font-size: .8em;
}

#inner_srch input:-ms-input-placeholder {
  color: #cdcdcd;
  font-size: .8em;
}

#inner_srch input::-ms-input-placeholder {
  color: #cdcdcd;
  font-size: .8em;
}

#inner_srch input::placeholder {
  color: #cdcdcd;
  font-size: .8em;
}

#inner_srch input {
  width: 80%;
}

#inner_srch button {
  background: url("/image/sub/srch_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  float: right;
  text-align: center;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  cursor: pointer;
}

/* case study */

.case-inner {
  width: 980px;
  margin: auto;
}

.case-content-inner {
  padding: 85px 0 90px;
}

.case_top {
  background: #333;
  color: #ccc;
  padding: 50px 0;
  padding-top: 150px;
}

.case_top .tit {
  font-weight: 800;
  color: #fff;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.case_top .desc {
  font-size: 14px;
}

/* case study view */

.case_view_tit {
  padding-top: 11%;
  padding-bottom: 11%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.case_view_tit .tit {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}

.case_view_tit .stit {
  font-size: 14px;
  color: #999;
  line-height: 1.5em;
  text-align: center;
}

.case_info {
  overflow: hidden;
  margin-bottom: 70px;
}

.case_info .tit {
  float: left;
  font-size: 35px;
  color: #000;
  font-weight: 800;
  line-height: 75px;
  letter-spacing: -1px;
  font-family: 'Open Sans', sans-serif;
}

.case_info .desc {
  margin-left: 130px;
}

.case_info .desc ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.case_info .desc li {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  position: relative;
}

.case_info .desc .wide {
  width: 30%;
}

.case_info .desc .link {
  width: 200px;
}

.case_info .desc li::after {
  display: block;
  content: '';
  width: 1px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -19px;
  background: #ddd;
}

.case_info .desc .br0::after {
  display: none;
}

.case_info .desc .label {
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.case_info .desc .info {
  color: #999;
}

.case_info .desc .btn {
  display: block;
  height: 73px;
  line-height: 73px;
  border: 1px solid #ddd;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}

.case_info .desc .btn:hover,
.case_info .desc .btn:focus {
  border-color: #000;
}

.case_info .desc .btn img {
  vertical-align: middle;
  margin-left: 20px;
}

.case_btn {
  overflow: hidden;
  position: relative;
  height: 100px;
  margin-top: 70px;
}

.case_btn .list {
  display: block;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #c5c5c5;
  overflow: hidden;
  left: 50%;
  margin-left: -50px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}

.case_btn .list:hover,
.case_btn .list:focus {
  background-color: #000;
}

.case_btn button {
  height: 100px;
  max-width: 350px;
  position: relative;
}

.case_btn button::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  border-radius: 100%;
  background: #c5c5c5 url("../image/sub/case_btns.png") no-repeat;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}

.case_btn span {
  display: block;
  font-size: 18px;
  color: #999;
  line-height: 1.5em;
}

.case_btn em {
  display: block;
  color: #000;
  font-size: 25px;
  letter-spacing: -1px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.case_btn .prev {
  float: left;
  text-align: left;
  padding-left: 85px;
}

.case_btn .next {
  float: right;
  text-align: right;
  padding-right: 85px;
}

.case_btn .prev::after {
  left: 0;
}

.case_btn .next::after {
  right: 0;
  background-position: -60px 0;
}

.case_btn button:hover::after,
.case_btn button:focus::after {
  background-color: #000;
}

.spam_div {
  display: inline-block;
  vertical-align: middle;
}

.spam_div img {
  vertical-align: top;
}

.sec-sub {
  word-break: keep-all;
}

/* 螳��語��覲伎�襴�逢豺� */

.pp-wrap {
  padding-top: 70px;
}

.pp-wrap .sec-tit {
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 45px;
}


/* ����� ��螳� 豢�螳� 2020 10 29 */
.facility__tit {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: #333;
}

.facility__list {
  margin-top: 75px;
  margin-bottom: 75px;
}

.facility__list .items {
  margin-right: 100px;
  position: relative;
  opacity: 0.4;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 575px;
}

.facility__list .items.slick-current {
  opacity: 1;
}

.facility__list .items .items__tit {
  position: absolute;
  width: 170px;
  height: 46px;
  line-height: 47px;
  background-color: #4074f8;
  color: #fff;
  font-size: 18px;
  text-align: center;
  bottom: 10px;
  right: -10px;
}

.facility__list .arrows {
  position: absolute;
  display: flex;
  width: 720px;
  justify-content: space-between;
  top: 41%;
  left: 50%;
  margin-left: -360px;

}

.facility__list .arrows .arrows__prev {
  background-image: url(/image/sub/fac_prev.png);
  width: 39px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;

}

.facility__list .arrows .arrows__next {
  background-image: url(/image/sub/fac_next.png);
  width: 39px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

</pre></body></html>