#sub-main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
}
#sub-main .subvisual-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: white;
}
#sub-main .subvisual-section .sv-wrap {
  width: 100%;
  height: 700px;
  padding-top: 88px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#sub-main .subvisual-section .sv-wrap.sv01 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv02 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv03 {
  background-size: cover;
}
#sub-main .subvisual-section .sv-wrap.sv04 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv05 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv06 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv07 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap.sv08 {
  background-size: auto 205%;
}
#sub-main .subvisual-section .sv-wrap .container {
  width: 95%;
  height: auto;
  padding: 50px 0;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: linear-gradient(to right, transparent 20%, black 50%, transparent 80%);
}
#sub-main .subvisual-section .sv-wrap .container .page-title {
  position: relative;
  font-size: 64px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 12px;
  color: white;
}
#sub-main .subvisual-section .sv-wrap .container .page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2em;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: white;
}
#sub-main .subvisual-section .sv-wrap .container .page-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
#sub-main .subvisual-section .sv-wrap .container .page-desc > b {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
  letter-spacing: 8px;
}
#sub-main .subvisual-section .sv-wrap .container .page-desc > p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: white;
}
#sub-main .subvisual-section .local-nav {
  width: 100%;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 4px solid black;
  border-bottom: 1px solid black;
}
#sub-main .subvisual-section .local-nav .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#sub-main .subvisual-section .local-nav .container > a, #sub-main .subvisual-section .local-nav .container > span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #818181;
  word-break: keep-all;
  text-align: center;
  cursor: pointer;
}
#sub-main .subvisual-section .local-nav .container > a.now, #sub-main .subvisual-section .local-nav .container > span.now {
  color: black;
}
#sub-main .subvisual-section .local-nav .container > a:hover, #sub-main .subvisual-section .local-nav .container > span:hover {
  color: #CE2F2F;
}

.homepage-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.homepage-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.homepage-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.homepage-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.homepage-page .content-wrap .tong-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.homepage-page .content-wrap .tong-section > img {
  width: 100%;
  height: auto;
}
.homepage-page .content-wrap .specialist-section {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.homepage-page .content-wrap .specialist-section .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont {
  position: relative;
  width: 100%;
  height: 900px;
  padding-top: 13%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .cont-top {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .cont-top > em {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: #CE2F2F;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .cont-top > span {
  font-size: 24px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .cont-subject {
  font-size: 80px;
  word-break: keep-all;
  text-align: center;
  color: #2C7BD5;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .cont-subject > span {
  font-size: 0.8em;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(60px);
  width: 100%;
  height: 650px;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img {
  position: absolute;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(1) {
  width: 228px;
  height: auto;
  left: 0;
  top: 0;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(2) {
  width: 100px;
  height: auto;
  left: 20%;
  top: 52%;
  transform: translateY(-50%);
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(3) {
  width: 100px;
  height: auto;
  left: 7%;
  bottom: 0;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(4) {
  width: 148px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(5) {
  width: 228px;
  height: auto;
  right: 0;
  top: 0;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(6) {
  width: 100px;
  height: auto;
  right: 20%;
  top: 52%;
  transform: translateY(-50%);
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .cont .spec-poster-group > img:nth-of-type(7) {
  width: 100px;
  height: auto;
  right: 7%;
  bottom: 0;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .main-subdesc-box {
  font-size: 18px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.homepage-page .content-wrap .specialist-section .container .main-content-wrap .main-subdesc-box > em {
  font-weight: 800;
}
.homepage-page .content-wrap .specialist-section .container .logo-grid {
  width: 100%;
  height: auto;
  max-width: 1340px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 18px;
}
.homepage-page .content-wrap .specialist-section .container .logo-grid .cell {
  width: 100%;
  height: auto;
}
.homepage-page .content-wrap .specialist-section .container .logo-grid .cell > img {
  width: 100%;
  height: auto;
}
.homepage-page .content-wrap .building-trust-section {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.homepage-page .content-wrap .building-trust-section .cover {
  width: 100%;
  height: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.homepage-page .content-wrap .building-trust-section .cover .container {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 250px;
}
.homepage-page .content-wrap .building-trust-section .cover .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.homepage-page .content-wrap .building-trust-section .cover .container .title-wrap > h1 {
  font-size: 48px;
  color: white;
  word-break: keep-all;
  text-align: center;
  letter-spacing: -1px;
  overflow: hidden;
}
.homepage-page .content-wrap .building-trust-section .cover .container .title-wrap > h1 > div {
  transform-origin: left bottom;
}
.homepage-page .content-wrap .building-trust-section .cover .container .title-wrap > p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
  color: white;
  text-align: center;
  letter-spacing: 12px;
  overflow: hidden;
}
.homepage-page .content-wrap .building-trust-section .cover .container .trust-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.homepage-page .content-wrap .building-trust-section .cover .container .trust-contents > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.homepage-page .content-wrap .building-trust-section .cover .container .trust-contents > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.homepage-page .content-wrap .building-trust-section .cover .container .trust-contents > p > span {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.homepage-page .content-wrap .building-trust-section .cover .container .trust-contents > p > span > em {
  font-weight: 700;
}
.homepage-page .content-wrap .black-bar {
  width: 100%;
  height: 120px;
  background: black;
}
.homepage-page .content-wrap .our-strength-section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 48px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: black;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img {
  position: absolute;
  max-width: 100%;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 46%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(2) {
  right: 10%;
  top: 6%;
  width: 28%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(3) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(4) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(5) {
  left: 0;
  bottom: 0;
  width: 30%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .strength-images-group > img:nth-of-type(6) {
  right: 6%;
  bottom: 6%;
  width: 25%;
  height: auto;
}
.homepage-page .content-wrap .our-strength-section .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1024px;
  z-index: 5;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list .item {
  width: 100%;
  height: 450px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid white;
  border-radius: 12px;
  background: transparent;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list .item .title {
  font-size: 34px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list .item .title > em {
  font-weight: 900;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list .item .content {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.homepage-page .content-wrap .our-strength-section .container .strength-list .item .content > b {
  font-weight: 700;
}
.homepage-page .content-wrap .forum-partners-section {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
}
.homepage-page .content-wrap .forum-partners-section > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homepage-page .content-wrap .forum-partners-section .cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px;
  background: rgba(0, 0, 0, 0.3);
}
.homepage-page .content-wrap .forum-partners-section .cover .title-wrap {
  width: 100%;
  height: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.homepage-page .content-wrap .forum-partners-section .cover .title-wrap > img {
  width: auto;
  height: 52px;
}
.homepage-page .content-wrap .forum-partners-section .cover .title-wrap > h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: white;
  overflow: hidden;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: slideLoop 30s linear infinite;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track:hover {
  animation-play-state: paused;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track .slide-list {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track .slide-list .item {
  flex: 0 0 300px;
  height: auto;
  margin-right: 22px;
  display: flex;
  flex-direction: column;
  border: 4px solid white;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track .slide-list .item .thumb {
  width: 100%;
  height: auto;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track .slide-list .item .thumb > img {
  width: 100%;
  height: auto;
}
.homepage-page .content-wrap .forum-partners-section .cover .partners-slides-wrap .slide-track .slide-list .item .subject {
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.process-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.process-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.process-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.process-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-page .content-wrap .process-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.process-page .content-wrap .process-section .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1620px;
  padding-bottom: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 80px;
}
.process-page .content-wrap .process-section .container .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.process-page .content-wrap .process-section .container .left .image-group {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 48px 300px 0;
}
.process-page .content-wrap .process-section .container .left .image-group > img:nth-of-type(1) {
  width: 100%;
  height: auto;
}
.process-page .content-wrap .process-section .container .left .image-group > img:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: auto;
}
.process-page .content-wrap .process-section .container .center-line {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% - 5px);
  background: black;
}
.process-page .content-wrap .process-section .container .right {
  flex: 0 0 50%;
}
.process-page .content-wrap .process-section .container .right .step-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.process-page .content-wrap .process-section .container .right .step-list .item > * {
  padding-left: 38px;
}
.process-page .content-wrap .process-section .container .right .step-list .item .step-num {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  word-break: keep-all;
  color: #d21919;
}
.process-page .content-wrap .process-section .container .right .step-list .item .step-num::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 10000rem;
  background: black;
}
.process-page .content-wrap .process-section .container .right .step-list .item .step-name {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.process-page .content-wrap .process-section .container .right .step-list .item .step-contents {
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.6;
  color: black;
}
.process-page .content-wrap .process-section .container .right .step-list .item .step-contents > b {
  font-weight: 700;
}

.programming-page {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.programming-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.programming-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.programming-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.programming-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.programming-page .content-wrap .programming-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.programming-page .content-wrap .programming-section .pgm-article {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #aaa;
}
.programming-page .content-wrap .programming-section .pgm-article:last-of-type {
  border-bottom: 1px solid #aaa;
}
.programming-page .content-wrap .programming-section .pgm-article .inner {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .black-label {
  width: 100%;
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: black;
  padding: 0 68px;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .black-label > b {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #aaa;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-description {
  flex: 1 1 65%;
  padding: 0 68px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage {
  position: relative;
  padding: 0 68px;
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #ddd;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage > span {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage .pgm-icon-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage .pgm-icon-list .item {
  width: auto;
  height: 32px;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-content-box .pgm-usage .pgm-icon-list .item > img {
  width: auto;
  height: 100%;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-images-grid {
  width: 100%;
  height: auto;
  padding: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  background: #F2F2F2;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-images-grid .pgm-img-cell {
  width: 100%;
  height: auto;
}
.programming-page .content-wrap .programming-section .pgm-article .inner .pgm-images-grid .pgm-img-cell > img {
  width: 100%;
  height: auto;
}

.projects-page {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.projects-page .inner-group {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-page .inner-group.ig01 {
  padding-bottom: 120px;
}
.projects-page .inner-group .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.projects-page .inner-group .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.projects-page .inner-group .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.projects-page .inner-group .recent-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.projects-page .inner-group .recent-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
}
.projects-page .inner-group .recent-wrap .container .recent-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px 18px;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item {
  width: 100%;
  height: auto;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 2px solid black;
  border-radius: 12px;
  overflow: hidden;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.08;
  overflow: hidden;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: white;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .recent-title {
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border-bottom: 1px solid black;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .recent-title::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-100%);
  width: 4px;
  height: 4px;
  background: black;
  border-radius: 100000rem;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .desc-box {
  width: 100%;
  height: 52px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .desc-box .short {
  flex: 0 1 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1.3;
  color: black;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .desc-box .type-tag {
  position: relative;
  flex: 0 0 auto;
  padding-left: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: black;
}
.projects-page .inner-group .recent-wrap .container .recent-grid .item > a .recent-content-area .desc-box .type-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY();
  width: 3px;
  height: 3px;
  border-radius: 10000rem;
  background: black;
}
.projects-page .inner-group .portfolio-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.projects-page .inner-group .portfolio-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid {
  width: 100%;
  height: auto;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item {
  width: calc((100% - 48px) / 4);
  margin-bottom: 70px;
  display: block;
  vertical-align: top;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a .pf-image {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.3);
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a .pf-image > img {
  width: 100%;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a .pf-name {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid black;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a .pf-name > b {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a .pf-name > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #929292;
  word-break: keep-all;
}
.projects-page .inner-group .portfolio-wrap .container .pf-grid .item > a:hover .pf-image {
  filter: brightness(1);
  transform: scale(1.01);
  box-shadow: 0 0 12px -4px black;
}
.projects-page .inner-group .portfolio-wrap .container #more-btn {
  padding: 20px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: white;
  border: 3px solid black;
}
.projects-page .inner-group .portfolio-wrap .container #more-btn > span {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.projects-page .inner-group .portfolio-wrap .container #more-btn > img {
  flex: 0 0 auto;
  width: 28px;
  height: auto;
}

.pf-view-page {
  width: 100%;
  height: auto;
  padding-top: 88px;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pf-view-page .page-head {
  width: 100%;
  height: auto;
  margin: 8px 0;
  padding: 52px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}
.pf-view-page .page-head .container {
  width: auto;
  height: auto;
  max-width: 95%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pf-view-page .page-head .container .pf-name {
  flex: 0 0 auto;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.pf-view-page .page-head .container .pf-type {
  padding: 10px 64px;
  margin: 0 64px;
  font-size: 16px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.pf-view-page .page-head .container .pf-simple-wrap {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pf-view-page .page-head .container .pf-simple-wrap .pf-description {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.pf-view-page .page-head .container .pf-simple-wrap .pf-hashtags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.pf-view-page .page-head .container .pf-simple-wrap .pf-hashtags .tag {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  color: #AB00FF;
}
.pf-view-page .page-body {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pf-view-page .page-body .page-demo-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.pf-view-page .page-body .page-demo-image > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.pf-view-page .page-tail {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pf-view-page .page-tail .container {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.pf-view-page .page-tail .container > a {
  flex: 0 0 auto;
  width: 220px;
  height: auto;
  padding: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  text-align: center;
  border: 1px solid black;
}

.recent-view-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recent-view-page .page-body {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.recent-view-page .page-body .page-demo-image {
  width: 100%;
  height: auto;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.recent-view-page .page-body .page-demo-image > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.recent-view-page .page-tail {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.recent-view-page .page-tail .container {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.recent-view-page .page-tail .container > a {
  flex: 0 0 auto;
  width: 220px;
  height: auto;
  padding: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  word-break: keep-all;
  color: black;
  text-align: center;
  border: 1px solid black;
}

.maintenance-page {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.maintenance-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.maintenance-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.maintenance-page .content-wrap .maintenance-banner-area {
  width: 100%;
  height: 435px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: cover;
}
.maintenance-page .content-wrap .maintenance-banner-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
}
.maintenance-page .content-wrap .maintenance-banner-area .container .left {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.maintenance-page .content-wrap .maintenance-banner-area .container .left > b {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  word-break: keep-all;
  color: #2C7BD5;
  text-align: center;
}
.maintenance-page .content-wrap .maintenance-banner-area .container .left > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: #2C7BD5;
}
.maintenance-page .content-wrap .nonstop-infra-area {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fafafa;
}
.maintenance-page .content-wrap .nonstop-infra-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .subtitle-wrap > em {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #19CCD2;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .subtitle-wrap > b {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list .item {
  width: 100%;
  height: auto;
  padding: 42px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid black;
  border-radius: 8px;
  overflow: hidden;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list .item .infra-name {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list .item .infra-img {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list .item .infra-img > img {
  width: 100%;
  height: auto;
}
.maintenance-page .content-wrap .nonstop-infra-area .container .infra-list .item .infra-content {
  padding: 0 32px;
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .content-wrap .safety-backup-area {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .safety-backup-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.maintenance-page .content-wrap .safety-backup-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .safety-backup-area .container .subtitle-wrap > em {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #19CCD2;
}
.maintenance-page .content-wrap .safety-backup-area .container .subtitle-wrap > b {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.maintenance-page .content-wrap .safety-backup-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item {
  flex: 0 0 auto;
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #aaa;
  border-radius: 100000rem;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item:nth-of-type(1), .maintenance-page .content-wrap .safety-backup-area .container .backup-list .item:nth-of-type(2) {
  position: absolute;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item:nth-of-type(1) {
  left: 0;
  top: 0;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item:nth-of-type(2) {
  right: 0;
  top: 0;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-icon-box {
  width: auto;
  height: 120px;
  margin-bottom: 12px;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-icon-box > img {
  width: auto;
  height: 100%;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-content-wrap > b {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-content-wrap > em {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: #2C7BD5;
}
.maintenance-page .content-wrap .safety-backup-area .container .backup-list .item .backup-content-wrap > p {
  font-size: 1rem;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .content-wrap .fast-maintenance-area {
  width: 100%;
  height: auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.maintenance-page .content-wrap .fast-maintenance-area .subtitle-wrap {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4), transparent);
}
.maintenance-page .content-wrap .fast-maintenance-area .subtitle-wrap > em {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #19CCD2;
}
.maintenance-page .content-wrap .fast-maintenance-area .subtitle-wrap > b {
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.maintenance-page .content-wrap .fast-maintenance-area .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.maintenance-page .content-wrap .fast-maintenance-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
}
.maintenance-page .content-wrap .fast-maintenance-area .container .fast-maintenance-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.maintenance-page .content-wrap .fast-maintenance-area .container .fast-maintenance-list .item {
  flex: 1 1 28%;
  height: 470px;
  padding: 0 32px;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
}
.maintenance-page .content-wrap .fast-maintenance-area .container .fast-maintenance-list .item > b {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .fast-maintenance-area .container .fast-maintenance-list .item > p {
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.maintenance-page .content-wrap .sortation-area {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .sortation-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.maintenance-page .content-wrap .sortation-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .sortation-area .container .subtitle-wrap .red {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #D21919;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .sortation-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .sortation-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .sortation-area .container .content-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 160px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.maintenance-page .content-wrap .sortation-area .container .content-box > img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  flex: 0 0 auto;
  width: auto;
  height: 100%;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .left, .maintenance-page .content-wrap .sortation-area .container .content-box .right {
  width: 33%;
  height: 550px;
  padding: 120px 0 48px;
  display: flex;
  flex-direction: column;
  background: white;
  box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .left .sort-name, .maintenance-page .content-wrap .sortation-area .container .content-box .right .sort-name {
  position: relative;
  width: 100%;
  margin-bottom: 48px;
  padding: 0 90px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .left .sort-name::after, .maintenance-page .content-wrap .sortation-area .container .content-box .right .sort-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  transform: translateY(-2px);
  width: 100%;
  height: 1px;
  background: #707070;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .left .sort-cont, .maintenance-page .content-wrap .sortation-area .container .content-box .right .sort-cont {
  width: 100%;
  padding: 0 90px;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify right;
  color: black;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .right .sort-name {
  text-align: right;
}
.maintenance-page .content-wrap .sortation-area .container .content-box .right .sort-cont {
  text-align: right;
}
.maintenance-page .content-wrap .procedure-area {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 100% auto;
}
.maintenance-page .content-wrap .procedure-area .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}
.maintenance-page .content-wrap .procedure-area .container .subtitle-wrap {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3), transparent);
}
.maintenance-page .content-wrap .procedure-area .container .subtitle-wrap .red {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #D21919;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .procedure-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .procedure-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 0 32px;
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  background: black;
  border-radius: 12px;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(1) {
  z-index: 7;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(2) {
  z-index: 6;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(3) {
  z-index: 5;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(4) {
  z-index: 4;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(5) {
  z-index: 3;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(6) {
  z-index: 2;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:nth-of-type(7) {
  z-index: 1;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 18px solid black;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 12px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item .icon-box {
  width: auto;
  height: 60px;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item .icon-box > img {
  width: auto;
  height: 100%;
}
.maintenance-page .content-wrap .procedure-area .container .procedure-list .item > p {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.maintenance-page .content-wrap .situation-area {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .situation-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.maintenance-page .content-wrap .situation-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .situation-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .situation-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .situation-area .container #situation-table {
  width: 100%;
  border-bottom: 2px solid black;
}
.maintenance-page .content-wrap .situation-area .container #situation-table colgroup col:nth-of-type(1) {
  width: 10%;
}
.maintenance-page .content-wrap .situation-area .container #situation-table colgroup col:nth-of-type(2) {
  width: 20%;
}
.maintenance-page .content-wrap .situation-area .container #situation-table colgroup col:nth-of-type(3) {
  width: auto;
}
.maintenance-page .content-wrap .situation-area .container #situation-table colgroup col:nth-of-type(4) {
  width: 10%;
}
.maintenance-page .content-wrap .situation-area .container #situation-table colgroup col:nth-of-type(5) {
  width: 10%;
}
.maintenance-page .content-wrap .situation-area .container #situation-table .centered {
  text-align: center;
  padding-left: 1rem;
}
.maintenance-page .content-wrap .situation-area .container #situation-table th:not(:last-of-type), .maintenance-page .content-wrap .situation-area .container #situation-table td:not(:last-of-type) {
  border-right: 1px dotted #ddd;
}
.maintenance-page .content-wrap .situation-area .container #situation-table thead tr {
  background: black;
}
.maintenance-page .content-wrap .situation-area .container #situation-table thead tr th {
  padding: 1rem;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  text-align: left;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr {
  border-bottom: 1px solid #aaa;
  height: 56px;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td {
  padding: 0 16px;
  padding-left: 60px;
  font-size: 1rem;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
  vertical-align: middle;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td:nth-of-type(1) > svg {
  width: 28px;
  height: 28px;
  fill: #0AD50A;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td.price.wait {
  color: #707070;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td.price.free {
  color: #656EFF;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td.price.paid {
  color: #FFB000;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td .status {
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  background: #0AD50A;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td .status.applied {
  background: #0AD50A;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td .status.working {
  background: #0AD5D5;
}
.maintenance-page .content-wrap .situation-area .container #situation-table tbody tr td .status.finish {
  background: #656EFF;
}
.maintenance-page .content-wrap .fee-area {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .fee-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.maintenance-page .content-wrap .fee-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .fee-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .fee-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table {
  width: 100%;
  border-bottom: 2px solid black;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table colgroup col:nth-of-type(1) {
  width: 25%;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table colgroup col:nth-of-type(2) {
  width: auto;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table colgroup col:nth-of-type(3) {
  width: 25%;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table .centered {
  text-align: center;
  padding-left: 1rem;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table th:not(:last-of-type), .maintenance-page .content-wrap .fee-area .container .both-table-box table td:not(:last-of-type) {
  border-right: 1px dotted #ddd;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table thead tr {
  background: black;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table thead tr th {
  padding: 1rem;
  padding-left: 36px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  color: white;
  text-align: left;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table tbody tr {
  border-bottom: 1px solid #aaa;
  height: 56px;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table tbody tr td {
  padding: 0 16px;
  padding-left: 36px;
  font-size: 1rem;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
  vertical-align: middle;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table tbody tr td .attention {
  color: #D21919;
}
.maintenance-page .content-wrap .fee-area .container .both-table-box table tbody tr td .infinite {
  color: #656EFF;
}
.maintenance-page .content-wrap .retainer-area {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .retainer-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.maintenance-page .content-wrap .retainer-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .retainer-area .container .subtitle-wrap .red {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #D21919;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .retainer-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .retainer-area .container .subtitle-wrap > p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  border: 3px solid black;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell:nth-of-type(1) {
  border-radius: 1rem 0 0 0;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell:nth-of-type(1) .cell-body {
  border-radius: 8px 0 0 0;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell:nth-of-type(3) {
  border-radius: 0 1rem 0 0;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell:nth-of-type(3) .cell-body {
  border-radius: 0 8px 0 0;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell .cell-tit {
  width: 100%;
  height: auto;
  padding: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell .cell-body {
  width: 100%;
  height: 480px;
  padding: 90px 52px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
  border-top: 3px solid black;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell .cell-body > img {
  width: auto;
  height: 98px;
}
.maintenance-page .content-wrap .retainer-area .container .retainer-grid .cell .cell-body > p {
  font-size: 1rem;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: #3D3D3D;
}
.maintenance-page .content-wrap .question-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.maintenance-page .content-wrap .question-area .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.maintenance-page .content-wrap .question-area .container .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.maintenance-page .content-wrap .question-area .container .subtitle-wrap .red {
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2;
  color: #D21919;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .question-area .container .subtitle-wrap > h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.maintenance-page .content-wrap .question-area .container .faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item {
  width: 100%;
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item:not(:last-of-type) {
  border-bottom: 2px solid black;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .text-wrap {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .text-wrap > b {
  flex: 0 0 auto;
  font-size: 48px;
  line-height: 1;
  color: black;
  transition: all 0.2s ease-in-out;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .text-wrap > h4 {
  flex: 0 1 auto;
  font-size: 24px;
  font-weight: 800;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: all 0.2s ease-in-out;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .icon-wrap {
  display: flex;
  flex-direction: row;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .icon-wrap > svg {
  width: auto;
  height: 48px;
  fill: black;
  transition: all 0.2s ease-in-out;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-title .icon-wrap > svg:nth-of-type(2) {
  display: none;
  fill: #D21919;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item .faq-content {
  width: 100%;
  max-height: 0px;
  padding-top: 0px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #464646;
  word-break: keep-all;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item.open .faq-title .text-wrap > b {
  color: #D21919;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item.open .faq-title .text-wrap > h4 {
  color: #D21919;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item.open .faq-title .icon-wrap > svg {
  display: none;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item.open .faq-title .icon-wrap > svg:nth-of-type(2) {
  display: block;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item.open .faq-content {
  max-height: 320px;
  padding-top: 16px;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item:hover .faq-title .text-wrap > b {
  color: #D21919;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item:hover .faq-title .text-wrap > h4 {
  color: #D21919;
}
.maintenance-page .content-wrap .question-area .container .faq-list .item:hover .faq-title .icon-wrap > svg {
  fill: #D21919;
}

.inquiry-page {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inquiry-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.inquiry-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.inquiry-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.inquiry-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.inquiry-page .content-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1720px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form {
  padding: 48px;
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 2px solid black;
  border-radius: 12px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .input-name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .basic-info-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 44px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .basic-info-grid > input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border: none;
  border-bottom: 1px solid #ddd;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .basic-info-grid > input::-moz-placeholder {
  color: #aaa;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .basic-info-grid > input::placeholder {
  color: #aaa;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .basic-info-grid > input.required {
  background-image: url("/img/reddot.svg");
  background-position: 0 0;
  background-size: 4px 4px;
  background-repeat: no-repeat;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .real-inputs {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-checkbox, .inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-radio {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-checkbox > label, .inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-radio > label {
  flex: 0 0 auto;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #707070;
  border: 1px solid #3D3D3D;
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-checkbox > label.active, .inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .chk-sel-group .fake-radio > label.active {
  border-color: black;
  background: black;
  font-weight: 700;
  color: white;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .real-files {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row > label {
  flex: 0 0 auto;
  padding: 8px 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid black;
  border-radius: 8px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row > label > span {
  font-size: 1rem;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row > label > svg {
  width: 20px;
  height: 20px;
  fill: black;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row .uploaded-file-name {
  flex: 1 1 auto;
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 8px;
  font-size: 1rem;
  line-height: 1.1;
  color: #464646;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row .delete-upload {
  flex: 0 0 auto;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  background: #fff2f2;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .attachment-group .fake-files .fake-row .delete-upload > svg {
  width: 20px;
  height: 20px;
  fill: #D21919;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .normal-input-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 44px;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .normal-input-grid > input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 1rem;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  border: none;
  border-bottom: 1px solid #ddd;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .normal-input-grid > input::-moz-placeholder {
  color: #aaa;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .normal-input-grid > input::placeholder {
  color: #aaa;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box .normal-input-grid > input.required {
  background-image: url("/img/reddot.svg");
  background-position: 0 0;
  background-size: 4px 4px;
  background-repeat: no-repeat;
}
.inquiry-page .content-wrap .container .mir-inquiry-form .input-area .input-box #inq_etc {
  width: 100%;
  height: auto;
  padding: 12px;
  border: 1px solid #aaa;
  border-radius: 8px;
  resize: none;
}
.inquiry-page .content-wrap .container .mir-inquiry-form > button {
  width: 170px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  letter-spacing: 2px;
  background: black;
  border: none;
  border-radius: 8px;
}
.inquiry-page .content-wrap .container .right-wrap {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: 2px solid black;
  border-radius: 12px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq > h4 {
  font-size: 52px;
  line-height: 1.2;
  color: black;
  text-align: center;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-tabs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-tabs .tab {
  flex: 1 1 10%;
  padding: 10px 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #aaa;
  background: #f0f0f0;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-tabs .tab.on {
  background: black;
  color: white;
  font-weight: 700;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item {
  width: 100%;
  height: auto;
  padding: 20px 36px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item .faq-con-head {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item .faq-con-head > span {
  position: relative;
  flex: 1 1 auto;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  color: black;
  word-break: keep-all;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item .faq-con-head > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10000rem;
  background: black;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item .faq-con-head > svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: black;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item .faq-con-body {
  width: 100%;
  height: auto;
  max-height: 0;
  padding-top: 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;
  color: #3D3D3D;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item.on .faq-con-head > svg {
  transform: rotate(270deg);
}
.inquiry-page .content-wrap .container .right-wrap .inq-faq .inq-faq-body .faq-list .item.on .faq-con-body {
  padding-top: 13px;
  max-height: 300px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area {
  width: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border: 2px solid black;
  border-radius: 12px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .phone-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 56px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .phone-group > img {
  flex: 1 1 36%;
  height: auto;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .phone-group .devide-line {
  flex: 0 0 auto;
  width: 1px;
  height: 52px;
  background: #ddd;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .button-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .button-group > a {
  flex: 1 1 30%;
  height: 75px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  border: 1px solid black;
  border-radius: 12px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .button-group > a > img {
  width: auto;
  height: 44px;
}
.inquiry-page .content-wrap .container .right-wrap .inq-quick-area .button-group > a > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}

.faq-page {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.faq-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.faq-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.faq-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.faq-page .content-wrap .faq-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.faq-page .content-wrap .faq-section .container {
  width: 95%;
  height: auto;
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 94px;
}
.faq-page .content-wrap .faq-section .container .faq-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.faq-page .content-wrap .faq-section .container .faq-tabs .tab {
  width: 120px;
  height: auto;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #3D3D3D;
  border-radius: 8px;
}
.faq-page .content-wrap .faq-section .container .faq-tabs .tab.on {
  border-width: 3px;
}
.faq-page .content-wrap .faq-section .container .faq-tabs .tab .tab-icon-box {
  width: auto;
  height: 34px;
}
.faq-page .content-wrap .faq-section .container .faq-tabs .tab .tab-icon-box > img {
  width: auto;
  height: 100%;
}
.faq-page .content-wrap .faq-section .container .faq-tabs .tab > span {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.faq-page .content-wrap .faq-section .container .faq-main-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list .item .faq-title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list .item .faq-title-wrap .type-label {
  width: 80px;
  height: 28px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: black;
  border-radius: 10000rem;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list .item .faq-title-wrap > h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .faq-content-list .item .faq-content-box {
  width: 100%;
  height: auto;
  padding: 28px 28px 28px 100px;
  border: 1px solid black;
  border-radius: 12px;
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .pagination > a {
  width: 32px;
  height: 32px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  color: black;
  text-align: center;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .pagination > a > svg {
  width: 100%;
  height: 100%;
  fill: black;
}
.faq-page .content-wrap .faq-section .container .faq-main-box .pagination > span {
  width: 32px;
  height: 32px;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  color: white;
  text-align: center;
}

.story-page {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.story-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.story-page .content-wrap .story-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.story-page .content-wrap .story-section .container {
  width: 95%;
  height: auto;
  max-width: 1540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 94px;
}
.story-page .content-wrap .story-section .container .now-tabs {
  max-width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.story-page .content-wrap .story-section .container .now-tabs > a {
  width: 150px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: black;
  word-break: keep-all;
  border: 1px solid black;
  border-radius: 500000rem;
  background: transparent;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.story-page .content-wrap .story-section .container .now-tabs > a.active, .story-page .content-wrap .story-section .container .now-tabs > a:hover {
  background: black;
  color: white;
}
.story-page .content-wrap .story-section .container .now-tabs > a.more {
  width: auto;
  height: 44px;
  aspect-ratio: 1/1;
  background: white;
}
.story-page .content-wrap .story-section .container .now-tabs > a.more > svg {
  fill: black;
}
.story-page .content-wrap .story-section .container .latest-list {
  width: 95%;
  max-width: 1620px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 16px;
}
.story-page .content-wrap .story-section .container .latest-list .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5);
}
.story-page .content-wrap .story-section .container .latest-list .item .board-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.8;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.story-page .content-wrap .story-section .container .latest-list .item .board-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body {
  width: 100%;
  padding: 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: black;
  border-radius: 0 0 1rem 1rem;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body .category {
  padding: 0 12px;
  font-size: 14px;
  line-height: 1;
  color: #aaa;
  word-break: keep-all;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body .contents {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  color: #aaa;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body .view-post {
  margin-top: auto;
  width: 100px;
  height: 36px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: white;
  line-height: 1;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
.story-page .content-wrap .story-section .container .latest-list .item .latest-body .view-post:hover {
  color: black;
  background: white;
}
.story-page .content-wrap .story-section .container .pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.story-page .content-wrap .story-section .container .pagination > a {
  width: 32px;
  height: 32px;
  background: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  color: black;
  text-align: center;
}
.story-page .content-wrap .story-section .container .pagination > a > svg {
  width: 100%;
  height: 100%;
  fill: black;
}
.story-page .content-wrap .story-section .container .pagination > span {
  width: 32px;
  height: 32px;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  color: white;
  text-align: center;
}

.freeservice-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freeservice-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.freeservice-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.freeservice-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.freeservice-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freeservice-page .content-wrap .sub-free-service-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.freeservice-page .content-wrap .sub-free-service-section .free-top-banner {
  width: 100%;
  height: auto;
  background: #F5F6F9;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-top-banner .container {
  position: relative;
  width: 95%;
  height: auto;
  padding: 74px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 562px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-top-banner .container > p {
  flex: 0 1 35%;
  font-size: 24px;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-top-banner .container > p.right {
  text-align: right;
}
.freeservice-page .content-wrap .sub-free-service-section .free-top-banner .container > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: auto;
  max-width: 530px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 44px;
  gap: 12px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .title-wrap > h1 {
  font-size: 60px;
  line-height: 1.1;
  color: #f0f0f0;
  word-break: keep-all;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .title-wrap > span {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: balck;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-desc {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-image-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-image-grid .item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.18;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-image-grid .item .support-content-wrap {
  width: 100%;
  height: auto;
  padding: 18px 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: rgba(0, 0, 0, 0.5);
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-image-grid .item .support-content-wrap .support-name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .support-image-grid .item .support-content-wrap .support-content {
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  color: white;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-icon-box {
  width: 128px;
  height: auto;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-icon-box > img {
  width: 100%;
  height: auto;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-content-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 0 36px;
  border: 1px solid #2D2D2D;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-content-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: black;
  border-radius: 10000rem;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-content-wrap > b {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-support-area .container .free-mng-list .item .mng-content-wrap > p {
  font-size: 16px;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area {
  width: 100%;
  height: 800px;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .text-area {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .text-area > h1 {
  margin-bottom: 12px;
  font-size: 60px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  overflow: hidden;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .text-area > span {
  margin-bottom: 44px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  overflow: hidden;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .text-area > p {
  max-width: 400px;
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  color: white;
  overflow: hidden;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item {
  flex: 1 1 40%;
  align-items: flex-start;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid white;
  border-radius: 12px;
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(1), .freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(3) {
  flex: 1 1 30%;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(1) .card-content-wrap, .freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(3) .card-content-wrap {
  padding: 36px 0 16px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(1) .card-image-box, .freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(3) .card-image-box {
  aspect-ratio: 1/0.6;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(1) {
  align-self: flex-end;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item:nth-of-type(3) {
  margin-top: 84px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-content-wrap {
  width: 100%;
  height: auto;
  padding: 40px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-content-wrap > img {
  width: auto;
  height: 54px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-content-wrap > b {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-content-wrap > p {
  font-size: 16px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-image-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.85;
  border-radius: 12px;
  overflow: hidden;
}
.freeservice-page .content-wrap .sub-free-service-section .free-performance-area .container .card-area .card-item .card-image-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area {
  width: 100%;
  height: auto;
  padding: 0 12px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell {
  width: 100%;
  height: 510px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell .info-icon-box {
  width: auto;
  height: 64px;
  margin-bottom: 40px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell .info-icon-box > img {
  width: auto;
  height: 100%;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell .info-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell .info-content-wrap > b {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .cell .info-content-wrap > p {
  font-size: 1rem;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell {
  width: 100%;
  height: 510px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell > h1 {
  font-size: 60px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  margin-bottom: 32px;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell > b {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell > p {
  font-size: 18px;
  line-height: 1.6;
  word-break: keep-all;
  color: black;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell.justify-end {
  justify-content: flex-end;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell.col-3 {
  grid-column: span 3;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell.col-2 {
  grid-column: span 2;
}
.freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell.col-2 > b, .freeservice-page .content-wrap .sub-free-service-section .free-service-info-area .info-grid .bg-cell.col-2 > p {
  color: white;
}
.freeservice-page .content-wrap .sub-free-service-section .bottom-area {
  width: 100%;
  height: 670px;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.freeservice-page .content-wrap .sub-free-service-section .bottom-area .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.freeservice-page .content-wrap .sub-free-service-section .bottom-area .container > img {
  width: 96px;
  height: 96px;
}
.freeservice-page .content-wrap .sub-free-service-section .bottom-area .container > b {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  letter-spacing: 6px;
}

.custom-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.custom-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.custom-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.custom-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-page .content-wrap .custom-page-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container {
  width: 95%;
  height: auto;
  max-width: 1820px;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 2.4fr 2fr 1fr;
  grid-template-rows: 410px 730px 410px 410px 650px 630px 410px;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap > div {
  width: 100%;
  height: 100%;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell .cell-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell .cell-content {
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell.bg-black {
  background: black;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell.bg-black .cell-title {
  color: white;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .text-cell.bg-black .cell-content {
  color: white;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .bg-cell {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .composite-cell {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .composite-cell > img {
  max-width: 100%;
  height: auto;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .composite-cell > b {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .vid-cell {
  position: relative;
  overflow: hidden;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .vid-cell > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .img-cell {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F9B8D0;
}
.custom-page .content-wrap .custom-page-section .custom-page-info-grid .container .grid-wrap .img-cell > img {
  width: 100%;
  height: auto;
}
.custom-page .content-wrap .custom-page-section .detail-care-area {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .title {
  width: 95%;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  overflow: hidden;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid black;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 160px 230px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card.dot {
  padding-top: 40px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card.dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 10000rem;
  background: black;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card .card-icon-box {
  width: auto;
  height: 52px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card .card-icon-box > img {
  width: auto;
  height: 100%;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card .card-content-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card .card-content-group > b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.custom-page .content-wrap .custom-page-section .detail-care-area .area-body .container .care-card-grid .card .card-content-group > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.custom-page .content-wrap .custom-page-section .spin-square-area {
  width: 100%;
  height: auto;
  padding: 240px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.custom-page .content-wrap .custom-page-section .spin-square-area .container {
  position: relative;
  width: 95%;
  height: 600px;
  padding: 78px 36px;
  max-width: 1620px;
  background: black;
}
.custom-page .content-wrap .custom-page-section .spin-square-area .container > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-page .content-wrap .custom-page-section .spin-square-area .container .cover {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom-page .content-wrap .custom-page-section .spin-square-area .container .cover > h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.shoppingmall-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shoppingmall-page .title-wrap {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.shoppingmall-page .title-wrap > p {
  font-size: 30px;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.shoppingmall-page .title-wrap > h1 {
  font-size: 100px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: black;
  letter-spacing: 4px;
  text-align: center;
}
.shoppingmall-page .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap {
  position: relative;
  width: 100%;
  height: 610px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #F5F6F9;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap > img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 70%;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap .container {
  width: 95%;
  height: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap .container .right {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 76px;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap .container .right .title {
  font-size: 60px;
  line-height: 1.1;
  word-break: keep-all;
  color: black;
  text-align: center;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap .container .right .title > em {
  color: #FD0000;
}
.shoppingmall-page .content-wrap .shoppingmall-page-section .since-wrap .container .right .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.shoppingmall-page .content-wrap .commerce-wrap {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: black;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shoppingmall-page .content-wrap .commerce-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .top-tit {
  font-size: 20px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list {
  width: 100%;
  height: auto;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #3D3D3D;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list .item {
  width: 100%;
  height: 186px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list .item:not(:last-of-type) {
  border-right: 1px solid #3D3D3D;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list .item .commerce-icon {
  width: auto;
  height: 56px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list .item .commerce-icon > img {
  width: auto;
  height: 100%;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .top-box .commerce-top-list .item .commerce-name {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .body-tit {
  font-size: 60px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 60px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-image-box {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 4px solid white;
  border-radius: 8px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-image-box > img {
  width: 100%;
  height: auto;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .name-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .name-wrap > h1 {
  font-size: 24px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .name-wrap > span {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .service-specs {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .service-specs .spec {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
}
.shoppingmall-page .content-wrap .commerce-wrap .container .body-box .our-service-grid .service-item .service-content-group .service-specs .spec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 10000rem;
}
.shoppingmall-page .content-wrap .professional-wrap {
  width: 100%;
  height: auto;
  padding: 160px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shoppingmall-page .content-wrap .professional-wrap .container {
  position: relative;
  width: 95%;
  height: 770px;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group {
  position: relative;
  flex: 0 1 33%;
  height: 100%;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group > img {
  position: absolute;
  max-width: 100%;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.left > img:nth-of-type(1) {
  top: 0;
  right: 70px;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.left > img:nth-of-type(2) {
  top: 25%;
  left: 0;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.left > img:nth-of-type(3) {
  bottom: 25%;
  left: 70px;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.left > img:nth-of-type(4) {
  right: 0;
  bottom: 0;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.right > img:nth-of-type(1) {
  top: 0;
  left: 70px;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.right > img:nth-of-type(2) {
  top: 25%;
  right: 0;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.right > img:nth-of-type(3) {
  bottom: 25%;
  right: 70px;
}
.shoppingmall-page .content-wrap .professional-wrap .container .icon-group.right > img:nth-of-type(4) {
  left: 0;
  bottom: 0;
}
.shoppingmall-page .content-wrap .professional-wrap .container .center-content-group {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shoppingmall-page .content-wrap .professional-wrap .container .center-content-group > span {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 4px;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .professional-wrap .container .center-content-group > h1 {
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .professional-wrap .container .center-content-group > p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .professional-wrap .container .center-content-group > p > em {
  font-weight: 700;
}
.shoppingmall-page .content-wrap .speciality-wrap {
  width: 100%;
  height: auto;
  padding: 120px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ECEEF2;
}
.shoppingmall-page .content-wrap .speciality-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .title-group > h1 {
  font-size: 70px;
  line-height: 1.1;
  word-break: keep-all;
  text-align: center;
  color: black;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .title-group > span {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 3px;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .speciality-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid black;
  border-left: 1px solid black;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .speciality-grid .item {
  width: 100%;
  height: 170px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  gap: 24px;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .speciality-grid .item > b {
  font-size: 32px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .speciality-grid .item > p {
  font-size: 20px;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
  font-weight: 200;
}
.shoppingmall-page .content-wrap .speciality-wrap .container .speciality-grid .item > p > em {
  font-weight: 800;
}
.shoppingmall-page .content-wrap .store-devel-wrap {
  width: 100%;
  height: auto;
  padding-top: 76px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container {
  position: relative;
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container > img {
  width: 36%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group {
  position: relative;
  width: 36%;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left {
  height: 2340px;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left > img {
  position: absolute;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left > img:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 55%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left > img:nth-of-type(2) {
  right: 0;
  top: 20%;
  width: 50%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left > img:nth-of-type(3) {
  left: 0;
  top: 45%;
  width: 55%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.left > img:nth-of-type(4) {
  right: 0;
  bottom: 0;
  width: 50%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right {
  height: 2220px;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right > img {
  position: absolute;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right > img:nth-of-type(1) {
  right: 0;
  top: 0;
  width: 55%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right > img:nth-of-type(2) {
  left: 0;
  top: 20%;
  width: 50%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right > img:nth-of-type(3) {
  right: 0;
  bottom: 16%;
  width: 65%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .devel-img-group.right > img:nth-of-type(4) {
  left: 0;
  bottom: 0;
  width: 50%;
  height: auto;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .sd-title-wrap {
  position: absolute;
  left: 50%;
  top: 64px;
  width: 60%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  z-index: 3;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .sd-title-wrap > h1 {
  font-size: 60px;
  line-height: 1.1;
  word-break: keep-all;
  color: black;
  text-align: center;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .sd-title-wrap > p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: black;
  overflow: hidden;
}
.shoppingmall-page .content-wrap .store-devel-wrap .container .sd-title-wrap > p > em {
  font-weight: 700;
}
.shoppingmall-page .content-wrap .shopping-bottom {
  width: 100%;
  height: auto;
  padding: 230px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.shoppingmall-page .content-wrap .shopping-bottom .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.shoppingmall-page .content-wrap .shopping-bottom .container > img {
  width: 96px;
  height: auto;
}
.shoppingmall-page .content-wrap .shopping-bottom .container > b {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 3px;
}

.company-page {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-page .black-grad-bottom {
  position: relative;
  width: 100%;
  height: 320px;
  background: linear-gradient(to bottom, black 200px, transparent);
  z-index: 3;
}
.company-page .company-main-subject-section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-page .company-main-subject-section > video {
  width: 100%;
  height: auto;
}
.company-page .company-main-subject-section .container {
  position: absolute;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
  z-index: 5;
}
.company-page .company-main-subject-section .container .title-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.company-page .company-main-subject-section .container .title-area > h1 {
  position: relative;
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.company-page .company-main-subject-section .container .title-area > h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 1px;
  background: white;
}
.company-page .company-main-subject-section .container .title-area > b {
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.company-page .company-main-subject-section .container .title-area > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.company-page .company-main-subject-section .container .both-content-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 240px;
}
.company-page .company-main-subject-section .container .both-content-box .content-box {
  flex: 1 1 30%;
}
.company-page .company-main-subject-section .container .both-content-box .content-box > p {
  font-size: 18px;
  line-height: 1.6;
  word-break: keep-all;
  color: white;
  font-weight: 200;
}
.company-page .company-main-subject-section .container .both-content-box .content-box > p > em {
  font-weight: 700;
}
.company-page .company-main-subject-section .container .both-content-box .content-box.left > p {
  text-align: right;
}
.company-page .company-spec-section {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 120px;
  margin-top: -120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-page .company-spec-section .black-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(to top, black calc(100% - 120px), transparent);
}
.company-page .company-spec-section .container {
  position: relative;
  width: 95%;
  height: auto;
  max-width: 1720px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 5;
}
.company-page .company-spec-section .container .spec-card {
  width: 100%;
  padding: 100px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  background: black;
  border: 8px solid white;
  border-radius: 8px;
  overflow: hidden;
}
.company-page .company-spec-section .container .spec-card > img {
  width: auto;
  height: 77px;
}
.company-page .company-spec-section .container .spec-card .card-contents-wrap {
  width: 100%;
  height: auto;
  max-width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.company-page .company-spec-section .container .spec-card .card-contents-wrap > b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
  color: white;
  text-align: center;
}
.company-page .company-spec-section .container .spec-card .card-contents-wrap > p {
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
  color: white;
}
.company-page .our-sincerity-section {
  width: 100%;
  height: auto;
  padding: 160px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-page .our-sincerity-section .container {
  width: 95%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-page .our-sincerity-section .container > h1 {
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.company-page .our-sincerity-section .container > p {
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.company-page .our-sincerity-section .container > p > em {
  font-weight: 700;
}
.company-page .company-map-section {
  width: 100%;
  height: auto;
  margin-bottom: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-page .company-map-section .container {
  width: 95%;
  height: auto;
  border: 7px solid black;
  border-radius: 8px;
  overflow: hidden;
}
.company-page .company-map-section .container .map-box {
  width: 100%;
  height: 460px;
}
.company-page .company-map-section .container .map-box .root_daum_roughmap {
  width: 100%;
  height: 100%;
}
.company-page .company-map-section .container .map-box .root_daum_roughmap .wrap_map {
  width: 100%;
  height: 100%;
}
.company-page .company-map-section .container .company-info-grid {
  width: 100%;
  height: auto;
  padding: 88px 8%;
  display: flex;
  flex-direction: row;
  gap: 64px;
}
.company-page .company-map-section .container .company-info-grid .item {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.company-page .company-map-section .container .company-info-grid .item > h4 {
  font-size: 30px;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
}
.company-page .company-map-section .container .company-info-grid .item .content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.company-page .company-map-section .container .company-info-grid .item .content > b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.company-page .company-map-section .container .company-info-grid .item .content > span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #707070;
}
.company-page .company-map-section .container .company-info-grid .devide {
  display: block;
  width: 1px;
  height: auto;
  background: #aaa;
}
.company-page .spin-square-section {
  width: 100%;
  height: auto;
  padding-bottom: 240px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.company-page .spin-square-section .container {
  position: relative;
  width: 95%;
  height: 600px;
  padding: 78px 36px;
  max-width: 1620px;
  background: black;
}
.company-page .spin-square-section .container > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-page .spin-square-section .container .cover {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-page .spin-square-section .container .cover > h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.tong-page {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tong-page .tong-section {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tong-page .tong-section > img {
  width: 100%;
  height: auto;
}

.story-board-tab-wrap {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.story-board-tab-wrap .container {
  width: 95%;
  height: auto;
  max-width: 1540px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 94px;
}
.story-board-tab-wrap .container .now-tabs {
  max-width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.story-board-tab-wrap .container .now-tabs > a {
  width: 150px;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
  color: black;
  word-break: keep-all;
  border: 1px solid black;
  border-radius: 500000rem;
  background: transparent;
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.story-board-tab-wrap .container .now-tabs > a.active, .story-board-tab-wrap .container .now-tabs > a:hover {
  background: black;
  color: white;
}
.story-board-tab-wrap .container .now-tabs > a.more {
  width: auto;
  height: 44px;
  aspect-ratio: 1/1;
  background: white;
}
.story-board-tab-wrap .container .now-tabs > a.more > svg {
  fill: black;
}/*# sourceMappingURL=sub.css.map */