.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.sub-top {
  position: relative;
}
.sub-top.K04, .sub-top.K05 {
  height: 540px;
  background-image: url("/image/sub/customer_sv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-top.K04 h2, .sub-top.K05 h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.sub-top.K04 .lnb, .sub-top.K05 .lnb {
  z-index: 2;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sub-top.K04 .lnb .inner02, .sub-top.K05 .lnb .inner02 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-top.K04 .lnb .inner02 a, .sub-top.K05 .lnb .inner02 a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
}
.sub-top.K04 .lnb .inner02 a.on, .sub-top.K05 .lnb .inner02 a.on {
  background-color: var(--orange);
}
.sub-top.K04 .lnb::after, .sub-top.K05 .lnb::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: -webkit-gradient(linear, right top, left top, color-stop(-26.79%, rgba(255, 255, 255, 0)), color-stop(-6.82%, rgba(0, 0, 0, 0.2)), color-stop(11.15%, rgba(22, 22, 22, 0.18)), color-stop(123.81%, rgba(255, 255, 255, 0.04)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -26.79%, rgba(0, 0, 0, 0.2) -6.82%, rgba(22, 22, 22, 0.18) 11.15%, rgba(255, 255, 255, 0.04) 123.81%);
  background-blend-mode: overlay;
  -webkit-backdrop-filter: blur(90px);
          backdrop-filter: blur(90px);
}

.sub-page .content {
  padding: 140px 0;
}
.sub-page .common-btn {
  margin: 80px auto 0;
}

.sub-page02 .content {
  padding-bottom: 140px;
}
.sub-page02 section {
  overflow: hidden;
}
.sub-page02 section:not(:first-child) {
  padding-top: 140px;
}
.sub-page02 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-page02 article > div {
  width: 1040px;
}
.sub-page02 article b svg{
  vertical-align: bottom;
  color: #000;
  transition: all 0.5s ease;
  margin-bottom: 7px;
  flex-shrink: 0;
  margin-left: 10px;
}
.sub-page02 article b {
 
  gap: 6px;
  font-size: 28px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.sub-tit {
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.board-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 42px 0;
  background-color: #f5f5f5;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.board-search > * {
  background-color: #fff;
  border-radius: 2em;
  border: 1px solid #ddd;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
  height: 58px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.board-search select {
  background-image: url("/image/common/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 166px;
}
.board-search div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 420px;
}
.board-search div input[type=text] {
  min-width: 0;
}
.board-search div input[type=text]::-webkit-input-placeholder {
  color: #888;
}
.board-search div input[type=text]::-moz-placeholder {
  color: #888;
}
.board-search div input[type=text]:-ms-input-placeholder {
  color: #888;
}
.board-search div input[type=text]::-ms-input-placeholder {
  color: #888;
}
.board-search div input[type=text]::placeholder {
  color: #888;
}
.board-search div button {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.board-search div button svg {
  width: 100%;
  height: 100%;
}

.board-list {
  display: grid;
  grid-gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
}
.board-list > a figure {
  position: relative;
  width: 100%;
  height: 292px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.board-list > a figure img {
  position: absolute;
  top: 0;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  left: 0;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.board-list > a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.board-list > a:hover b {
  color: var(--orange);
}
.board-list > a b {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  max-height: 2.8em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.board-list > a p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
}

.board .common-btn {
  width: 232px;
  background-color: transparent;
  border: 1px solid #ddd;
  color: #000;
}
.board .common-btn span {
  color: #888;
}

.board-view__edit {
  padding: 50px 0;
  min-height: 500px;
}
.board-view__edit img {
  display: inline-block;
}

.board-view__nav {
  border-top: 1px solid #ddd;
}
.board-view__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  gap: 50px;
  padding: 30px 40px;
  font-size: 18px;
  font-weight: 400;
}
.board-view__nav li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #888;
}
.board-view__nav li a {
  line-height: 1;
}

.board-view__top {
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #000;
}
.board-view__top b {
  display: block;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
.board-view__top p {
  color: #888;
  font-size: 18px;
  font-weight: 400;
}

.board-view .common-btn {
  width: 183px;
}

.board-inquiry__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.board-inquiry__tit p {
  font-size: 14px;
  color: #888;
}

.sub-stit {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.sub-stit02 {
  font-size: 36px;
  font-weight: 700;
}
.sub-stit02 span {
  color: var(--orange);
  display: block;
  font-size: 18px;
  line-height: 2;
}

.board-inquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #222;
}
.board-inquiry li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.board-inquiry li.half {
  width: 50%;
}
.board-inquiry li.tri input[type=text] {
  width: 30%;
}
.board-inquiry li.tri select {
  width: 30%;
}
.board-inquiry li div:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 180px;
  background-color: #f9f9f9;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
}
.board-inquiry li div:last-child {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
}
.board-inquiry li div:last-child input[type=text] {
  padding: 0 20px;
  height: 60px;
  border: 1px solid #ddd;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board-inquiry li div:last-child input[type=text]::-webkit-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child input[type=text]::-moz-placeholder {
  color: #888;
}
.board-inquiry li div:last-child input[type=text]:-ms-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child input[type=text]::-ms-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child input[type=text]::placeholder {
  color: #888;
}
.board-inquiry li div:last-child select {
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ddd;
  height: 60px;
  background-image: url("/image/common/select_arrow02.svg");
}
.board-inquiry li div:last-child textarea {
  resize: none;
  border: 1px solid #ddd;
  width: 100%;
  height: 400px;
  padding: 20px;
}
.board-inquiry li div:last-child textarea::-webkit-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child textarea::-moz-placeholder {
  color: #888;
}
.board-inquiry li div:last-child textarea:-ms-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child textarea::-ms-input-placeholder {
  color: #888;
}
.board-inquiry li div:last-child textarea::placeholder {
  color: #888;
}
.board-inquiry .secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.board-term {
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  height: 400px;
  padding: 10px;
}

.board-term__inner {
  height: 100%;
  overflow-y: scroll;
  padding: 20px 180px 0 20px;
}
.board-term__inner::-webkit-scrollbar {
  width: 4px;
  height: 380px;
  background-color: #eee;
}
.board-term__inner::-webkit-scrollbar-thumb {
  background-color: var(--orange);
}

.inquiry .board-wrap > div:not(:first-child) {
  margin-top: 80px;
}
.inquiry .common-btn {
  width: 173px;
}

.board-term__agree {
  margin-top: 30px;
}
.board-term__agree input[type=checkbox] {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
}
.board-term__agree input[type=checkbox]:checked + label div span {
  background-color: var(--orange);
}
.board-term__agree input[type=checkbox] + label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.board-term__agree input[type=checkbox] + label div {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.board-term__agree input[type=checkbox] + label div span {
  width: 10px;
  height: 10px;
  display: block;
}

.sub-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.sub-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 52px;
  width: 173px;
  color: #888;
  font-size: 18px;
  font-weight: 400;
  border-radius: 2em;
  background-color: #f5f5f5;
}
.sub-tab a.on {
  background-color: var(--orange);
  color: #fff;
}

.location-map iframe {
  width: 100%;
  height: 480px;
}

.location-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  color: #444;
  margin-top: 50px;
}

.location-info__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.location-info__tit figure {
  width: 60px;
}
.location-info__tit div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.location-info__tit div b {
  font-size: 28px;
  font-weight: 700;
}

.location-info__list {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.location-info__list li {
  position: relative;
}
.location-info__list li span {
  color: #888;
}
.location-info__list li::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #d9d9d9;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
}
.location-info__list li:last-child::after {
  display: none;
}

.sub-mv {
  height: 100vh;
  background-image: url("/image/sub/sv01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.about .sub-mv {
  background-image: url("/image/sub/sv01.webp");
}

.satell-overview .sub-mv {
  background-image: url("/image/sub/sv02.webp");
}

.satell01 .sub-mv {
  background-image: url("/image/sub/sv0201.webp");
}

.satell02 .sub-mv {
  background-image: url("/image/sub/sv0202.webp");
}
.satell03 .sub-mv {
  background-image: url("/image/sub/sv0303.png");
}
.satell04 .sub-mv {
  background-image: url("/image/sub/sv0404.png");
}
.satell05 .sub-mv {
  background-image: url("/image/sub/sv0505.png");
}
.satell06 .sub-mv {
  background-image: url("/image/sub/sv0606.png");
}
.satell07 .sub-mv {
  background-image: url("/image/sub/sv0707.png");
}
.satell08 .sub-mv {
  background-image: url("/image/sub/sv0808.png");
}
.brand .sub-mv {
  background-image: url("/image/sub/sv03.webp");
}

.sub-mv__desc {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
.sub-mv__desc h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  white-space: nowrap;
}
.sub-mv__desc b {
  display: block;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  white-space: nowrap;
}
.sub-mv__desc p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.sub-img__anim {
  position: relative;
}
.sub-img__anim picture {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  overflow: hidden;
  width: 0;
}
.sub-img__anim picture img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-intro__img {
  height: 400px;
  margin-bottom: 80px;
}
.about-intro__img picture img {
  height: 400px;
}

.sub-desc {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.about-intro .sub-desc {
  margin-top: 30px;
}

.about-intro__sign {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
}
.about-intro__sign img {
  width: 120px;
}

.about-history__tit {
  position: relative;
}
.about-history__tit .item {
  position: relative;
  height: 320px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  z-index: 2;
}
.about-history__tit .item picture {
  position: absolute;
  padding: 0;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-history__tit .item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about-history__tit .item p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.about-history__tit .item p:first-of-type {
  font-size: 18px;
  line-height: 1;
}
.about-history__tit .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.about-history__tit .slick-prev {
  left: 40px;
  background-image: url("/image/common/arrow_left.svg");
}
.about-history__tit .slick-next {
  right: 40px;
  background-image: url("/image/common/arrow_right.svg");
}

.about-history__desc {
  margin-top: 50px;
  padding-left: 57px;
}
.about-history__desc .slick-list {
  overflow: visible;
}
.about-history__desc .item {
  padding-left: 54px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0s;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0s;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
.about-history__desc .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.about-history__desc .item dt {
  color: #000;
  font-size: 36px;
  font-weight: 700;
}
.about-history__desc .item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding-top: 2px;
}
.about-history__desc .item dd p {
  padding-left: 14px;
  position: relative;
}
.about-history__desc .item dd p::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--orange);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-history__desc .item.slick-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.about-history__desc .item::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-history__desc .pin {
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: 1;
}

.about-history__desc .pin a {
  display: block;
}

.about-history__desc .pin a i {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid var(--orange);
  background-color: #fff;
}

.about-history__desc .pin a i span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about-history__desc .pin a i span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(248, 172, 0, 0.3);
}

.about-history__desc .pin a i span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(248, 172, 0, 0.1);
}

.about-figure figcaption {
  margin-top: 80px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
  border-radius: 2em;
  width: 100%;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-workplace {
  position: relative;
  background-image: url("/image/sub/about_workplace_bg.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-block: 140px;
  margin-top: 140px;
  height: 100vh;
}
.about-workplace .sub-stit02 {
  color: #fff;
}
.about-workplace article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
.about-workplace article > div ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-workplace article > div ul:last-of-type {
  margin-top: 120px;
}
.about-workplace article > div figure {
  height: 310px;
}
.about-workplace article > div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-workplace__info {
  background-color: #fff;
  min-height: 312px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about-workplace__info p span {
  display: block;
  color: #888;
}

.about-grid ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px;
}
.about-grid ul li figure {
  border: 1px solid #ddd;
  background: #f8f8f8;
  padding: 60px;
  position: relative;
}
.about-grid ul li figure figcaption {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.about-grid ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, 0.04);
}
.about-grid ul li p {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.brand-list ul {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 20px;
}
.brand-list ul li figure {
  height: 200px;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.brand-list ul li b {
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list ul li p {
  margin-top: 10px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
}
.brand-list ul li:hover b {
  color: var(--orange);
}

.overview-brand picture {
  display: block;
}
.overview-brand .sub-desc {
  margin-top: 50px;
}
.overview-brand .sub-desc:not(:first-of-type) {
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

.sub-desc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.sub-desc__list span {
  display: block;
  position: relative;
  padding-left: 10px;
}
.sub-desc__list span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--orange);
  position: absolute;
  left: 0;
  top: 0.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.overview-bottom {
  padding-top: 0 !important;
  margin-top: 140px;
  height: 920px;
  background-image: url("/image/sub/satell_overview_bottom.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.overview-bottom p {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
}

.sub-page02.satell-overview .content {
  padding-bottom: 0;
}

.satell-sec.is-bg {
  padding-bottom: 140px;
  margin-top: 140px;
  background-color: #fffbf0;
}

.satell01-img {
  margin-top: 50px;
  height: 480px;
}
.satell01-img picture {
  display: block;
}
.satell01-img picture img {
  height: 480px;
}

.satell-sec .sub-desc + .sub-desc {
  margin-top: 30px;
}

.satell-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px 30px;
}
.satell-service li {
  font-size: 24px;
  font-weight: 600;
}
.satell-service li .thumb img {
  width: 100%;
}
.satell-service li img {
  margin-bottom: 20px;
}
.satell-service li span {
  display: block;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.satell-product {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 30px;
}
.satell-product li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.satell-product li figure {
  width: 100%;
}
.satell-product li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.satell-product li p {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.satell-product li p span {
  display: block;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 327px;
  width: 100%;
}

.satell-slide {
  position: relative;
  z-index: 2;
}
.satell-slide::after {
  content: "";
  width: 1107px;
  height: 1107px;
  position: absolute;
  top: -633px;
  right: -244px;
  background-image: url("/image/main/main_business_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-animation: mainMv 13s linear infinite;
          animation: mainMv 13s linear infinite;
  z-index: -1;
}

.stell02-list {
  margin-top: 50px;
}
.stell02-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
padding: 30px 0;
  gap: 30px;
  align-items: flex-start;
  /* height: 80px; */
  padding-inline: 30px;
  border-bottom: 1px solid #ddd;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  height: 80px;
  padding-inline: 30px;
  border-bottom: 1px solid #ddd; */
}
.stell02-list li:last-of-type {
  border-bottom: none;
}
.stell02-list li em {
  color: var(--orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.satell-slide__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  overflow: hidden;
  gap: 76px;
}

.satell-slide__img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 880px;
}
.satell-slide__img .item {
  aspect-ratio: 1.692/1;
}
.satell-slide__img .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.satell-slide__nav {
  /* padding-top: 60px; */
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}
.satell-slide__nav .item b {
  display: block;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
}

.satell-slide__arrow {
  position: absolute;
  bottom: 0;
}

.satell-antenna {
  text-align: center;
}
.satell-antenna picture {
  display: block;
  margin-top: 50px;
}
.satell-antenna .sub-stit02 {
  margin-bottom: 10px;
}
.satell-antenna .satell-service {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0;
}
.satell-antenna .satell-service li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}


/* 20250714 */
.mt80{
  margin-top: 80px;
}
.satell-service li img{
  margin-bottom: 22px;
}
.satell-antenna .satell-service {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.satell-antenna .satell-service li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

          align-items: flex-start;
}
.satell-sec .tit{
  color: #000;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 33.6px */
margin-bottom: 20px;
}
.satell-sec .gray{
  color: #444;
font-family: Pretendard;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 35.2px */
/* margin-top: 80px; */
}
.mb80{
  margin-bottom: 80px;
}
.mt80{
  margin-top: 80px;
}
.mt10{
  margin-top: 10px;
}
.pb140{
padding-bottom: 140px !important; 
}
.satell-slide__nav .item .desc{
  color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
margin-bottom: 20px;
}
.satell03 .satell-slide::after {
  display: none;
}
.satell-sec .sub-title{
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 50px 0 20px;
  width: 100%;
  text-align: left;
}
 .satell-product.gtc02{
  grid-template-columns: repeat(1, 1fr) !important;
}
.satell07 .flex{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.satell05 .flex{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.satell08 .satell-product,
.satell06 .satell-product,
.satell05 .satell-product {
  margin-top: 0;
}
.satell05 .satell-product h4{
  color: #000;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 33.6px */
}
.satell08 .satell-product li,
.satell05 .satell-product.gtc02 li {
  align-items: flex-start;
}
/* .satell08 .satell-product li p {
  margin-top: 20px;
} */
.satell07 .satell-product li p span,
.satell08 .satell-product li p span,
.satell06 .satell-product li p span{
  margin-top: 10px;
}
.satell08 .satell-product li p,
.satell06 .satell-product li p{
  width: 100%;
}
.satell08 .satell-product li ,
.satell06 .satell-product li {
 text-align: left;
}
.satell07 .stell02-list{
  border-top: 1px solid #DDD;
}
.satell07 .satell-product {
  gap: 0;
}






@media all and (max-width:768px) {
  .satell07 .flex{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
  }
}
@media all and (max-width:1100px) {

  .satell-antenna .satell-service .thumb{
width: 100%;
  }
  .satell-antenna .satell-service {
    grid-template-columns: repeat(2, 1fr);
}
}





@media all and (min-width: 768px) {
  .about-workplace__list a:hover  b {
    color: #F8AC00;
  }
  .about-workplace__list a:hover svg{
    color: #F8AC00;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}






/* 20250714 end */

@media all and (max-width: 1500px) {
  .sub-page02 article > div {
    width: 80%;
  }
  .location-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .location-info__list {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 90px;
  }
  .satell-slide__wrap {
    gap: 30px;
  }
  .satell-slide__img {
    width: 60%;
  }
  .satell-slide__nav {
    padding-top: 20px;
    padding-bottom: 60px;
  }
 
}



/* 20250724 */
.satell-product li a{

  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media all and (min-width:768px) {
  .satell-product li a figure {
    position: relative;
  }
  .satell-product li a figure::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #F8AC00;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 1;box-sizing: border-box; 
  }
  .satell-product li a:hover figure::before {
    opacity: 1;
  }
  .satell-product li a p{
    transition: all 0.3s;
  }
  .satell-product li a:hover p{
    color: #F8AC00;
  }
  
}