@charset "UTF-8";

/* scss 변수 */
body {
  font-family: "Noto Sans KR";
}

.layout {
  margin: 0 auto;
}

.body-content-wrap {
  padding-top: 0px;
  height: 100%;
  position: relative !important;
}

/* 상단 헤더 */
.header.open {
  background-color: #fff;
}

.header.open .header-gnb .gnb-depth-1>.depth-1>.depth-1-link>span {
  color: #494949;
}

.header.open .header-gnb .gnb-depth-1>.depth-1>.depth-1-link>span:hover {
  color: #24b7be;
}

.header.open .header-gnb .gnb-depth-1>.depth-1>.depth-1-link .menu-icon-group {
  filter: invert(1);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.header .header-inner {
  position: relative;
  text-align: center;
}

.header .header-inner .header-logo {
  position: absolute;
  top: 12px;
  left: 2%;
}

.header .header-inner .header-logo .logo {
  width: 130px;
  height: 67px;
  display: block;
  background: url(/images/common/logo.png) 0 -58px no-repeat;
  background-size: cover;
}

.header .header-inner .header-logo .logo.open {
  background-position: 0 0px;
}

.header .header-gnb {
  display: inline-block;
  width: 100%;
  margin-left: 100px;
}

.header .header-gnb .gnb-depth-1 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 0;
}

.header .header-gnb .depth-1>.depth-1-link {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0;
  font-size: 19px;
  font-weight: bold;
}

.header .header-gnb .depth-1>.depth-1-link>span {
  position: relative;
  display: block;
  line-height: normal;
  color: #fff;
}

.header .header-gnb .depth-1>.depth-1-link>span::before {
  content: "";
}

.header .header-gnb .depth-1.current>.depth-1-link>span::before {
  content: "";
}

.header .header-gnb .depth-1.current>.depth-1-link {
  color: #24b7be;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group button {
  background-color: transparent;
  border: 0;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group img {
  width: 30px;
  margin-left: 15px;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group img:hover {
  filter: invert(20%) sepia(10%) saturate(5617%) hue-rotate(138deg) brightness(100%) contrast(71%);
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content {
  display: none;
  position: fixed;
  top: 70px;
  border-radius: 5px;
  background-color: #f9f9f9;
  min-width: 100px;
  font-size: 15px;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  margin-top: 0px;
  border-top: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content a:hover {
  color: #24b7be;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group button:hover .dropdown-content {
  display: block;
}

.header.open {
  background-color: #fff;
}

.header.open :deep .header-gnb .gnb-depth-1>.depth-1>.depth-1-link>span {
  color: #494949;
}

.header.open :deep .header-gnb .gnb-depth-1>.depth-1>.depth-1-link>span:hover {
  color: #24b7be;
}

.header.open :deep .header-gnb .gnb-depth-1>.depth-1>.depth-1-link .menu-icon-group {
  filter: invert(1);
}

.header .header-gnb .gnb-depth-1 {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 0;
}

.header .header-gnb .depth-1>.depth-1-link {
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0;
  font-size: 19px;
  font-weight: bold;
}

.header .header-gnb .depth-1>.depth-1-link>span {
  position: relative;
  display: block;
  line-height: normal;
  color: #fff;
}

.header .header-gnb .depth-1>.depth-1-link>span::before {
  content: "";
}

.header .header-gnb .depth-1.current>.depth-1-link>span::before {
  content: "";
}

.header .header-gnb .depth-1.current>.depth-1-link {
  color: #24b7be;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group button {
  background-color: transparent;
  border: 0;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group img {
  width: 30px;
  margin-left: 15px;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group img:hover {
  filter: invert(20%) sepia(10%) saturate(5617%) hue-rotate(138deg) brightness(100%) contrast(71%);
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content {
  display: none;
  position: fixed;
  top: 70px;
  border-radius: 5px;
  background-color: #f9f9f9;
  min-width: 100px;
  font-size: 15px;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  margin-top: 0px;
  border-top: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group .dropdown-content a:hover {
  color: #24b7be;
}

.header .header-gnb .depth-1>.depth-1-link .menu-icon-group button:hover .dropdown-content {
  display: block;
}

.header .header-gnb .depth-1 .depth-item {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  opacity: 0;
  text-align: left;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.header .header-gnb .depth-1 .depth-item .item-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  padding: 0 20px;
}

.header .header-gnb .depth-1 .depth-item .item-title strong {
  display: block;
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
}

.header .header-gnb .depth-1 .depth-item .item-title p {
  margin-top: 15px;
}

.header .header-gnb .depth-1 .depth-item .gnb-depth-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20%;
  padding: 40px 0 50px 20px;
  border-left: 1px solid #dcdcdc;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}

.header .header-gnb .depth-2 {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 10% 0 0;
}

.header .header-gnb .depth-2 .depth-2-link {
  display: block;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #494949;
  --accent-fill-rest: #888;
  gap: 5px;
}

.header .header-gnb .depth-2:hover>a,
.header .header-gnb .depth-2>.depth-2-link:focus {
  color: #24b7be;
}

.header .header-gnb .gnb-depth-3 {
  padding: 0;
}

.header .header-gnb .depth-3 {
  padding: 2px 0;
}

.header .header-gnb .depth-3>.depth-3-link {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  --accent-fill-rest: #888;
}

.header .header-gnb .depth-3>.depth-3-link span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  background-color: #fff;
  color: #3f4146;
}

.header .header-gnb .depth-3>.depth-3-link:hover,
.header .header-gnb .depth-3>.depth-3-link:focus {
  color: #24b7be;
}

.header .header-gnb .depth-3>.depth-3-link:before {
  display: block;
  position: absolute;
  top: 57%;
  right: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #24b7be;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.header .header-gnb .depth-3>.depth-3-link:hover:before,
.header .header-gnb .depth-3>.depth-3-link:focus:before {
  width: 100%;
}

.header .mobile-gnb {
  display: none;
}

.header .mobile-gnb .sidebar-btn {
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 10px;
  z-index: 1;
  border: 0;
  background-color: transparent;
}

.header .mobile-gnb .sidebar-btn span {
  display: block;
  position: absolute;
  left: 20px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.header .mobile-gnb .sidebar-btn span:nth-child(1) {
  top: 22px;
}

.header .mobile-gnb .sidebar-btn span:nth-child(2) {
  top: 32px;
  transition: opacity 0s 0.15s;
}

.header .mobile-gnb .sidebar-btn span:nth-child(3) {
  top: 42px;
}

.header .mobile-gnb .sidebar-btn span:nth-child(1),
.header .mobile-gnb .sidebar-btn span:nth-child(3) {
  transition: top 0.15s 0.15s, transform 0.15s, width 0.15s, left 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(2) {
  opacity: 0;
  transition: opacity 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(1),
.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
  top: 32px;
  width: 30px;
  transition: top 0.15s, transform 0.15s 0.15s, width 0.15s 0.15s, left 0.15s 0.15s;
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(1) {
  left: 18px;
  transform: rotate(45deg);
}

.header .mobile-gnb.open .sidebar-btn span:nth-child(3) {
  left: 18px;
  transform: rotate(-45deg);
}

.header .mobile-gnb .sidebar-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 90px;
  left: 0;
  background-color: rgba(233, 246, 242, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.header .mobile-gnb.open .sidebar-wrap {
  visibility: visible;
  opacity: 1;
}

.header .mobile-gnb .sidebar-wrap .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 375px;
  height: calc(100vh - 65px);
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.5s;
}

.header .mobile-gnb.open .sidebar-wrap .sidebar {
  transform: translateX(0);
}

.header .mobile-gnb .gnb-depth-1 {
  height: 100%;
  overflow-y: auto;
  padding: 0;
}

.header .mobile-gnb .depth-1>.depth-1-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 60px 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #494949;
}

.header .mobile-gnb .depth-1>.depth-1-link:not(:only-child)::before {
  content: "▼";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 10px;
}

.header .mobile-gnb .depth-1.current>.depth-1-link:not(:only-child)::before {
  content: "▲";
}

.header .mobile-gnb .depth-1>.depth-1-link>span {
  position: relative;
  display: block;
  line-height: normal;
}

.header .mobile-gnb .depth-1>.depth-1-link>span::before {
  content: "";
}

.header .mobile-gnb .depth-1.current>.depth-1-link>span::before {
  content: "";
}

.header .mobile-gnb .gnb-depth-2 {
  display: none;
  padding: 10px;
  text-align: left;
}

.header .mobile-gnb .depth-2.current {
  border: 0;
}

.header .mobile-gnb .depth-2>.depth-2-link {
  display: block;
  position: relative;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #494949;
  transition: all 0.3s;
}

.header .mobile-gnb .depth-2>.depth-2-link.active {
  color: #007ea5;
  font-weight: bold;
}

/* 현재 페이지 활성화 되어있음을 알리는 active 클래스 */
.header .mobile-gnb .depth-2.current>.depth-2-link {
  color: #494949;
}

.header .mobile-gnb .depth-2>.depth-2-link:not(:only-child)::before {
  content: "┼";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 10px;
}

.header .mobile-gnb .depth-2.current>.depth-2-link:not(:only-child)::before {
  content: "─";
}

.header .mobile-gnb .depth-2 .gnb-depth-3 {
  display: none;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 0;
}

.header .mobile-gnb .depth-2 .depth-3 {
  position: relative;
  margin: 18px 0;
}

.header .mobile-gnb .depth-2 .depth-3>.depth-3-link {
  display: block;
  padding-left: 33px;
  font-size: 16px;
  color: #3f4146;
}

.header .mobile-gnb .depth-2 .depth-3>.depth-3-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #007ea5;
}

@media (max-width: 1440px) {
  .header-inner.layout {
    padding-right: 0;
  }
}

@media (max-width: 1440px) {
  .header {
    position: fixed;
    width: 100%;
    height: 90px !important;
    overflow: visible;
  }

  .header .header-inner {
    text-align: right;
  }

  .header .header-logo {
    top: 12px;
  }

  .header .header-logo img {
    width: 150px;
  }

  .header .header-gnb {
    display: none;
  }

  .header .mobile-gnb {
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

  .header .mobile-gnb .menu-icon-group {
    height: 65px;
    margin-top: 13px;
    display: flex;
    align-items: center;
  }

  .header .mobile-gnb .menu-icon-group button {
    background-color: transparent;
    border: 0;
  }

  .header .mobile-gnb .menu-icon-group img {
    width: 30px;
    margin-left: 15px;
  }

  .header .mobile-gnb .menu-icon-group img:hover {
    filter: invert(20%) sepia(10%) saturate(5617%) hue-rotate(138deg) brightness(100%) contrast(71%);
  }

  .header .mobile-gnb .menu-icon-group .dropdown-content {
    display: none;
    position: fixed;
    top: 70px;
    border-radius: 5px;
    background-color: #f9f9f9;
    min-width: 100px;
    font-size: 15px;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .header .mobile-gnb .menu-icon-group .dropdown-content::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 20px;
    margin-top: 0px;
    border-top: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
  }

  .header .mobile-gnb .menu-icon-group .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .header .mobile-gnb .menu-icon-group .dropdown-content a:hover {
    color: #24b7be;
  }

  .header .mobile-gnb .menu-icon-group button:hover .dropdown-content {
    display: block;
  }

  .header .header-gnb .depth-1>.depth-1-link {
    padding: 0 45px;
  }

  .header .header-gnb .depth-1>.depth-1-link {
    font-size: 18px;
  }

  .header .header-gnb .depth-2>.depth-2-link {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  html.not-scroll .header .header-logo {
    opacity: 0;
  }

  .header .mobile-gnb .sidebar-wrap .sidebar {
    max-width: 100%;
  }
}

/* 상단 헤더 End */
.header .search-layer {
  top: -100vh;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}

.header .search-layer.active {
  top: 0;
}

.header .search-layer .btn-close-layer {
  position: absolute;
  top: 33px;
  right: 27px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: transparent;
}

.header .search-layer .btn-close-layer span {
  width: 100%;
  position: absolute;
  height: 3px;
  background: #fff;
}

.header .search-layer .btn-close-layer span:first-child {
  top: 50%;
  margin-top: -1.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 40px;
  left: 50%;
  margin-left: -20px;
}

.header .search-layer .btn-close-layer span:last-child {
  bottom: inherit;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  left: 50%;
  margin-left: -20px;
}

.header .search-layer .search-wrap {
  position: absolute;
  top: 20%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #fff;
  width: 400px;
  height: 200px;
  padding: 50px 0;
  background-color: transparent;
  /* 해당 페이지의 모든 FluentTextField에 대한 스타일 정의 */
}

.header .search-layer .search-wrap .input-search {
  width: 100%;
  height: 50px;
  font-size: 24px;
  border-radius: 10px;
  padding: 10px;
}

.header .search-layer .search-wrap .btn-search {
  display: block;
  width: 30px;
  position: absolute;
  right: 10px;
  top: 60px;
  color: #000;
  background-color: transparent;
  border: 0;
}

.header .search-layer .search-wrap .btn-search img {
  width: inherit;
  filter: invert(1);
}

/* 위젯 */
.widget-contact-us {
  position: fixed;
  z-index: 9;
  right: 10px;
  bottom: 50px;
}

.widget-contact-us a span {
  background: url(/images/common/chat-right-text_ic.svg) no-repeat;
}

.widget-contact-us {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.widget-contact-us.is-hidden {
  opacity: 0;
  top: 150%;
}

.widget-contact-us a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  min-width: 150px;
  height: 51px;
  border-radius: 50px;
  padding: 1px;
  color: #333;
  gap: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.widget-contact-us a p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.widget-contact-us a span {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 25px;
  background-position: center;
  background-color: #24b7be;
  border: 1px solid #d4fdff;
  border-radius: 50%;
}

.widget-contact-us a:hover {
  background-color: #d4fdff;
}

.widget-catalogue-download {
  position: fixed;
  z-index: 9;
  right: 10px;
  top: 120px;
}

.widget-catalogue-download a span {
  background: url(/images/common/download_ic.svg) no-repeat;
}

.widget-catalogue-download {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.widget-catalogue-download.is-hidden {
  opacity: 0;
  top: 150%;
}

.widget-catalogue-download a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  min-width: 150px;
  height: 51px;
  border-radius: 50px;
  padding: 1px;
  color: #333;
  gap: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.widget-catalogue-download a p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.widget-catalogue-download a span {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 25px;
  background-position: center;
  background-color: #24b7be;
  border: 1px solid #d4fdff;
  border-radius: 50%;
}

.widget-catalogue-download a:hover {
  background-color: #d4fdff;
}

.widget-manual-download {
  position: fixed;
  z-index: 9;
  right: 10px;
  top: 180px;
}

.widget-manual-download a span {
  background: url(/images/common/download_ic.svg) no-repeat;
}

.widget-manual-download {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.widget-manual-download.is-hidden {
  opacity: 0;
  top: 150%;
}

.widget-manual-download a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  min-width: 150px;
  height: 51px;
  border-radius: 50px;
  padding: 1px;
  color: #333;
  gap: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.widget-manual-download a p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.widget-manual-download a span {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 25px;
  background-position: center;
  background-color: #24b7be;
  border: 1px solid #d4fdff;
  border-radius: 50%;
}

.widget-manual-download a:hover {
  background-color: #d4fdff;
}

.widget-newletter {
  position: fixed;
  z-index: 9;
  right: 10px;
  bottom: 120px;
}

.widget-newletter a span {
  background: url(/images/common/envelope-at_ic.svg) no-repeat;
}

.widget-newletter {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.widget-newletter.is-hidden {
  opacity: 0;
  top: 150%;
}

.widget-newletter a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  min-width: 150px;
  height: 51px;
  border-radius: 50px;
  padding: 1px;
  color: #333;
  gap: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.widget-newletter a p {
  margin-left: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}

.widget-newletter a span {
  display: block;
  width: 45px;
  height: 45px;
  background-size: 25px;
  background-position: center;
  background-color: #24b7be;
  border: 1px solid #d4fdff;
  border-radius: 50%;
}

.widget-newletter a:hover {
  background-color: #d4fdff;
}

.newsletter-wrap {
  position: fixed;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.newsletter-wrap .newsletter-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  display: flex;
}

.newsletter-wrap .newsletter-form .news-right-box {
  background: url(/images/common/envelope-at_ic.svg) no-repeat;
  background-color: #24b7be;
  min-width: 200px;
  background-size: 100px;
  background-position: center;
}

.newsletter-wrap .newsletter-form .news-left-box {
  padding: 50px;
  width: 400px;
}

.newsletter-wrap .newsletter-form .news-left-box .txt-email {
  width: 100%;
  --density: 5;
}

.newsletter-wrap .newsletter-form .news-left-box .btn-subscribe {
  color: #ffffff;
  width: 100%;
}

.newsletter-wrap .newsletter-form .news-left-box .email-error {
  font-size: 0.8rem;
  height: 1.2rem;
  display: none;
  margin: 5px 0;
}

.newsletter-wrap .newsletter-form .news-left-box .btn-close {
  position: absolute;
  top: -35px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.newsletter-wrap .newsletter-form .news-left-box .btn-close span {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.newsletter-wrap .newsletter-form .news-left-box .btn-close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.newsletter-wrap .newsletter-form .news-left-box .btn-close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (max-width: 768px) {

  .widget-contact-us a,
  .widget-catalogue-download a,
  .widget-manual-download a,
  .widget-newletter a {
    height: 37px;
    width: 145px;
  }

  .widget-contact-us a p,
  .widget-catalogue-download a p,
  .widget-manual-download a p,
  .widget-newletter a p {
    font-size: 12px;
  }

  .widget-contact-us a span,
  .widget-catalogue-download a span,
  .widget-manual-download a span,
  .widget-newletter a span {
    width: 35px;
    height: 35px;
    background-size: 20px;
  }

  .newsletter-wrap .newsletter-form .news-right-box {
    min-width: 0;
  }
}

/* // 위젯*/
/* 푸터 */
.footer-content {
  width: 100%;
  flex-direction: column;
}

.footer-content .card-link-wrap .fluent-grid .grid-item {
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-left {
  background-color: #24b7be;
  padding: 20px 30px;
  height: 100%;
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-left a {
  color: #fff;
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-left a h2 {
  font-size: var(--h2-font-size);
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-right {
  background-color: #555;
  padding: 20px 30px;
  height: 100%;
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-right a {
  color: #fff;
}

.footer-content .card-link-wrap .fluent-grid .grid-item .card-right a h2 {
  font-size: var(--h2-font-size);
}

.footer-content .link-wrap {
  width: 100%;
  border-bottom: 1px solid #555;
  padding: 30px 50px 10px 50px;
}

.footer-content .link-wrap .link {
  display: flex;
  text-align: left;
}

.footer-content .link-wrap .link a {
  color: #fff;
  font-size: 15px;
  padding-right: 30px;
}

.footer-content .link-wrap .sns {
  text-align: right;
  right: 0;
  top: 50%;
  height: 30px;
  margin-top: 0;
  transform: translateY(-20%);
}

.footer-content .link-wrap .sns .face-book {
  background: url(/images/common/ft_facebook_logo.png) 0 0 no-repeat;
  background-size: 30px auto;
}

.footer-content .link-wrap .sns .youtube {
  background: url(/images/common/ft_youtube_logo.png) 0 0 no-repeat;
  background-size: 30px auto;
}

.footer-content .link-wrap .sns .blog {
  background: url(/images/common/ft_blog_logo.png) 0 0 no-repeat;
  background-size: 30px auto;
}

.footer-content .link-wrap .sns .linkedin {
  background: url(/images/common/ft_linkedin_logo.png) 0 0 no-repeat;
  background-size: 30px auto;
}

.footer-content .link-wrap .sns a {
  font-size: 15px;
  color: #fff;
  padding: 0 30px 0 0;
  display: inline-block;
  width: 30px;
  margin-right: 20px;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.footer-content .link-wrap .sns a:hover {
  background-position: 0 -30px;
}

.footer-content .info-wrap {
  width: 100%;
  padding: 40px 60px 0 60px !important;
  text-align: left;
  font-size: 15px;
}

.footer-content .info-wrap .info-inline {
  display: flex;
}

.footer-content .info-wrap strong {
  color: #fff;
  margin: 100px 0;
}

.footer-content .info-wrap span {
  color: #6F6C6C;
  margin-right: 20px;
}

.footer-content .related-site-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.footer-content .related-site-wrap .footer-dropbtn {
  background-color: transparent;
  color: white;
  width: 120px;
  padding: 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border: 1px solid #6F6C6C;
}

.footer-content .related-site-wrap .footer-dropdown {
  position: relative;
}

.footer-content .related-site-wrap .footer-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  bottom: 50px;
}

.footer-content .related-site-wrap .footer-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.footer-content .related-site-wrap .footer-dropdown-content a:hover {
  background-color: #f1f1f1;
}

.footer-content .related-site-wrap .footer-dropdown:hover .footer-dropdown-content {
  display: block;
}

.footer-content .related-site-wrap .footer-dropdown:hover .footer-dropbtn {
  background-color: #6F6C6C;
}

.footer-content .copyright {
  color: #6F6C6C;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-content .card-link-wrap {
    margin-bottom: 20px;
  }

  .footer-content .link-wrap {
    padding: 5px 50px;
  }

  .footer-content .link-wrap .link {
    display: inline-block;
    text-align: center;
  }

  .footer-content .link-wrap .link a {
    width: 120px;
    display: inline-block;
    padding: 5px 0;
  }

  .footer-content .link-wrap .sns {
    text-align: center;
  }

  .footer-content .info-wrap {
    display: none;
  }

  .footer-content .related-site-wrap {
    margin-left: 20px;
  }
}

/* // 푸터*/
/* 리스트 공통 */
/* 배경 고정 영역 */
.parallax-bg {
  position: relative;
  background-image: url("https://woojinplaimm.com/img/speed_img_05.jpg");
  height: 100vh;
  /* 전체 화면 높이 */
  background-attachment: fixed;
  /* 핵심: 배경 고정 */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.parallax-bg .heading {
  margin-left: 10%;
}

.parallax-bg .heading h1 {
  color: white;
  font-size: calc(var(--h1-font-size) + 10px);
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  margin-bottom: 30px;
}

.parallax-bg .heading h1 small {
  color: white;
  font-size: calc(var(--h1-font-size) - 10px);
}

.parallax-bg .heading pre {
  color: #fff;
  font-family: inherit;
  font-size: var(--h2-font-size);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 40px;
  white-space: pre-wrap;
}

.parallax-bg .scroll-down {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.parallax-bg .scroll-down img {
  width: 40px;
  margin: 0 auto;
  display: block;
}

.parallax-bg .scroll-down {
  /* 애니메이션 적용: 이름, 시간, 속도, 반복 */
  animation: bounceDown 2s infinite;
}

@keyframes bounceDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
    /* 위로 약간 이동 */
  }

  60% {
    transform: translateY(-10px);
    /* 위로 약간 이동 */
  }
}

/* 아래에서 올라올 제품 리스트 영역 */
.content-section {
  background-color: white;
  padding: 40px 20px;
  position: relative;
  z-index: 1;
}

.content-section .list .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px solid red; */
  height: 100%;
}

.content-section .list .item .img-box {
  width: 100%;
}

.content-section .list .item .img-box img {
  width: 100%;
  height: auto;
}

.content-section .list .item .content-box p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* // 리스트 공통 */
/* 레이어 팝업*/
.layer-popup {
  display: flex;
  flex-direction: column;
  position: fixed;
  background-color: #ffffff;
  border-radius: 10px;
}

.layer-popup .img {
  display: block;
  border-radius: 10px 10px 0 0;
}

.layer-popup .button-box {
  height: 40px;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.layer-popup .button-box div {
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 0 10px;
  background-color: #8bd5cf;
}

.layer-popup .button-box div label {
  display: flex;
}

.layer-popup .button-box div label input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.layer-popup .button-box button {
  border: 0;
  width: 30%;
  height: 100%;
  background-color: #24b7be;
  color: #fff;
  border-radius: 0 0 10px 0;
}

@media (max-width: 768px) {
  .layer-popup {
    top: 100px !important;
    left: 10px !important;
  }

  .layer-popup .img {
    width: 350px !important;
  }
}

/* // 레이어 팝업 */
/* 개인정보보호 설정 레이어 팝업 */
.cookie-banner {
  position: fixed;
  max-width: 500px;
  left: 10px;
  bottom: 10px;
  z-index: 999999;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -10px;
}

.cookie-banner .banner-detail {
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 0.9em;
  color: #666;
}

.cookie-banner .banner-detail label {
  display: flex;
  font-size: 18px;
  gap: 10px;
}

.cookie-banner .banner-detail label input[type=checkbox] {
  width: 20px;
  height: 20px;
}

.cookie-banner .button-box {
  text-align: right;
}

.cookie-banner .button-box button {
  width: 100px;
  height: 40px;
  background-color: #24b7be;
  border: 0;
  color: #fff;
}

.cookie-banner .button-box .btn-reject {
  background-color: #fff;
  color: #000;
}

.cookie-banner .button-box button:hover {
  background-color: #8bd5cf;
  color: #fff;
}

.cookie-banner-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999999;
  background: #24b7be;
  padding: 5px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -10px;
  --accent-fill-rest: #fff;
}

.cookie-banner-icon svg {
  display: block;
}

/* // 개인정보보호 설정 레이어 팝업 */
/* 히스토리 */
#history {
  padding: 0;
}

#history .tab_year {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
  /* 사파리 지원 */
  position: -webkit-sticky;
  position: sticky;
  /* 상단 어느 지점에 고정할지 */
  top: 90px;
  z-index: 2;
  background-color: white;
}

#history .tab_year ul li {
  font-family: inherit;
  font-size: 30px;
  font-weight: bold;
  color: #737272;
}

#history .tab {
  margin: 0 auto;
  display: inline-block;
}

#history .tab li {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  font-family: inherit;
  margin: 0 30px;
  text-align: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

#history .tab li.active {
  color: #25b7bc;
  border-bottom: 5px solid #25b7bc;
}

#history .his {
  position: relative;
}

#history .his>div {
  position: relative;
  text-align: right;
  margin-right: 50%;
  width: 50%;
  padding-right: 40px;
  padding-bottom: 50px;
}

#history .his>div>div:after {
  content: "";
  clear: both;
  display: block;
}

#history .his>div:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 10px solid #25b7bc;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
  position: absolute;
  right: -15px;
  top: 7px;
}

#history .his>div:after {
  content: "";
  width: 2px;
  height: calc(100% - 42px);
  position: absolute;
  bottom: 0;
  right: -1px;
  background: #ddd;
}

#history .his>div:nth-child(even):before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 10px solid #25b7bc;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
  position: absolute;
  left: -15px;
  top: 7px;
}

#history .his>div:nth-child(even):after {
  content: "";
  width: 2px;
  height: calc(100% - 42px);
  position: absolute;
  bottom: 0;
  left: -1px;
  background: #ddd;
}

#history .his>div:nth-child(even) {
  position: relative;
  text-align: left;
  margin-left: 50%;
  width: 50%;
  padding-left: 40px;
}

#history .his>div h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: inherit;
  text-align: right;
  position: relative;
  color: #737272;
}

#history .his>div:nth-child(even) h2 {
  text-align: left;
}

#history .his>div p {
  font-size: 16px;
  line-height: 1.8;
  color: #737272;
}

#history .his>div .img {
  width: 100%;
  margin: 10px 0 20px 0;
}

#history .his>div .img img {
  width: 60%;
}

#history .his>div p strong {
  padding-left: 10px;
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

#history .his>div p span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  word-break: keep-all;
}

#history .his>div:nth-child(even) p strong {
  padding-right: 10px;
  padding-left: 0;
}

/* 히스토리 */
.list {
  max-width: 1400px;
  margin: 0 auto;
}

.list .item {
  border: 1px solid #eee;
  text-align: center;
  transition: transform 0.3s;
}

.list .item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.list .item ::deep a {
  color: #000;
}

.list .item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: #f9f9f9;
}

.list .center {
  text-align: center;
}

@media all and (max-width: 720px) {
  #history .his:nth-child(2) {
    padding: 40px 15px 40px 15px;
  }

  #history .his:nth-child(4) {
    padding: 0 15px 40px 15px;
  }

  #history .his:last-child {
    padding: 0 15px 40px 15px;
  }

  #history .his>div h2 {
    text-align: left;
    font-size: 22px;
  }

  #history .his>div {
    position: relative !important;
    text-align: left !important;
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 30px !important;
    margin-right: 0;
    padding-right: 0;
    padding-top: 3px;
    display: inline-block;
  }

  #history .his>div:last-child {
    padding-bottom: 0;
  }

  #history .his>div:before {
    content: "";
    width: 10px !important;
    height: 10px !important;
    background: #fff;
    border: 5px solid #25b7bc !important;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    border-radius: 50% 50%;
    position: absolute;
    left: -10px !important;
    top: 5px !important;
  }

  #history .his>div:after {
    content: "";
    width: 2px;
    height: calc(100% - 30px) !important;
    position: absolute;
    bottom: 0;
    left: -1px;
    background: #ddd;
    clear: both;
  }

  #history .his>div p span {
    float: right;
    width: calc(100% - 80px);
  }

  #history .his>div p strong {
    float: left;
    padding-left: 0;
    width: 80px;
  }

  #history .his>div p:after {
    content: "";
    display: block;
    cleoar: both;
  }

  #history .tab,
  #history .tab_year#his_01,
  #history .tab_year#his_02,
  #history .tab_year#his_03 {
    display: none;
  }

  #history .his>div .img img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

/* // 히스토리 */
/* 스피드 클럽 */
.club-heading h3 {
  font-size: 32px;
  font-weight: bold;
}

.club-heading h3 span {
  color: #25b7bc;
}

.club-heading p {
  font-size: 20px;
}

.club_intro {
  display: flex;
  margin-bottom: 100px;
}

.club_intro:after {
  content: "";
  display: block;
  clear: both;
}

.club_intro>div {
  float: left;
}

.club_intro>div:first-child {
  width: 354px;
}

.club_intro>div:nth-child(2) {
  width: 223px;
  margin: 0 50px;
  position: relative;
  height: 350px;
}

.club_intro>div:nth-child(2) img {
  width: 100%;
}

.club_intro>div:nth-child(2) img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.club_intro>div:last-child {
  width: calc(100% - 677px);
  line-height: 1.7;
  position: relative;
  height: 350px;
}

.club_intro>div:last-child p {
  font-size: 18px;
  font-family: inherit;
  word-break: keep-all;
  padding: 36px 0;
}

.language .club_intro>div:last-child p {
  font-size: 18px;
  font-family: inherit;
  word-break: keep-all;
  padding: 36px 0;
}

.club_intro>div:last-child button {
  position: absolute;
  bottom: 0;
  width: 60%;
  margin: 25px 0 5px 0;
  border: none;
  background: #2d2c28;
  color: #fff;
  padding: 10px 10px 14px 20px;
  text-align: left;
  line-height: normal;
}

.club_intro>div:last-child button span {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  font-family: "Noto Sans CJK KR DemiLight", dotum, sans-serif;
}

.club_intro>div:last-child button span:last-child {
  width: 50px;
  height: 100%;
  background: #25b7bc;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.club_intro>div:last-child button span img {
  width: 50px;
  height: 58px;
  padding: 10px;
  float: right;
}

.club_intro>div:last-child button:hover span:last-child {
  width: 100%;
}

.club_intro>div:last-child button:hover span:last-child img {
  left: inherit;
  right: 0;
}

.grid5 {
  padding-bottom: 100px;
}

.grid5:after {
  content: "";
  clear: both;
  display: block;
}

.grid5 ul {
  display: flex;
  justify-content: space-between;
}

.grid5 ul:after {
  content: "";
  clear: both;
  display: block;
}

.grid5 li {
  width: calc(20% - 10px);
  margin-right: 10px;
  text-align: center;
  padding: 20px;
  border: 2px solid #ddd;
  min-height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  float: left;
}

.grid5 li:last-child {
  margin-right: 0;
}

.grid5 li img {
  width: 80px;
  flex: auto;
  height: 120px;
}

.grid5 li h2 {
  font-size: 26px;
  font-weight: normal;
  padding-top: 10px;
  flex: auto;
  color: #737474;
}

.grid5 li p {
  font-size: 18px;
  height: 80px;
  justify-content: flex-start;
  font-family: inherit;
}

.language .grid5 li p {
  font-size: 15px;
  width: 100%;
  padding: 0 20px;
}

.grid5 li:before {
  content: "";
  width: 50px;
  height: 4px;
  background: #25b7bc;
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.speed_contact {
  margin-bottom: 100px;
}

.speed_contact div.imgs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.speed_contact div.imgs:after {
  content: "";
  clear: both;
  display: block;
}

.speed_contact div.imgs img {
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

.speed_contact div.imgs img:last-child {
  margin-right: 0;
}

.speed_contact p {
  font-size: 18px;
  font-family: inherit;
}

.speed_contact p span {
  font-size: 22px;
  font-family: inherit;
  color: #25b7bc;
}

.grid3 {
  margin-bottom: 100px;
}

.grid3 ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.grid3 ul:after {
  content: "";
  clear: both;
  display: block;
}

.grid3 ul li {
  width: calc(33.33% - 20px);
  padding: 120px 0;
  margin-right: 30px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  cursor: pointer;
  float: left;
}

.grid3 ul li:last-child {
  margin-right: 0;
}

.grid3 ul li:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  border-radius: 20px;
}

.grid3 ul li:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  border-radius: 20px;
}

.grid3 ul li h2 {
  color: #fff;
  opacity: 1;
  font-size: 26px;
  font-family: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}

.language .grid3 ul li h2 {
  padding: 0 20px;
  width: 100%;
}

.grid3 ul li:hover h2 {
  opacity: 1;
  color: #fff;
}

.speed_service {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.speed_service:after {
  content: "";
  clear: both;
  display: block;
}

.speed_service>div {
  width: calc(50% - 5px);
  margin-bottom: 50px;
  float: left;
  min-height: 115px;
}

.speed_service>div:nth-child(odd) {
  padding-right: 10px;
}

.speed_service>div:nth-child(8) {
  height: 137px;
}

.speed_service>div h2 {
  font-size: 20px;
  color: #25b7bc;
  margin-bottom: 30px;
}

.speed_service>div h2:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: #25b7bc;
  -webkit-border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  border-radius: 50% 50%;
}

.speed_service>div p {
  font-size: 18px;
  font-family: inherit;
  word-break: keep-all;
  position: relative;
  padding-left: 20px;
}

.speed_service>div p:before {
  content: "·";
  font-size: 25px;
  position: absolute;
  left: 0;
  top: -5px;
}

.speed_btns {
  margin-top: 50px;
  text-align: center;
}

.speed_btns a {
  padding: 10px 20px;
  font-size: 16px;
  background: #2d2c28;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.speed_btns a:hover {
  background: #25b7bc;
  color: #fff;
}

@media all and (max-width: 1240px) {
  .club_intro {
    display: block;
    margin-bottom: 80px;
  }

  .club_intro>div:first-child {
    width: 300px;
  }

  .club_intro>div:nth-child(2) {
    width: 180px;
    height: 290px;
  }

  .club_intro>div:nth-child(2) img:last-child {
    position: relative;
    margin-top: 50px;
  }

  .club_intro>div:last-child {
    width: calc(100% - 580px);
    height: 290px;
  }

  .club_intro>div:last-child p {
    padding-bottom: 28px;
    font-size: 17px;
  }

  .club_intro>div:last-child button {
    position: relative;
    width: 100%;
  }

  .grid5 li h2 {
    font-size: 20px;
  }

  .grid5 li img {
    height: 80px;
    width: auto;
    margin: 10px 0;
  }

  .grid5 li p {
    height: 84px;
  }

  .speed_service>div p {
    width: calc(100% - 20px);
    padding-left: 20px;
  }
}

@media all and (max-width: 1080px) {
  .club_intro {
    display: block;
    margin-bottom: 50px;
  }

  .club_intro>div:first-child {
    width: 260px;
  }

  .club_intro>div:nth-child(2) {
    width: 150px;
    margin: 0 30px;
    height: 246px;
  }

  .club_intro>div:nth-child(2) img:last-child {
    position: relative;
    margin-top: 50px;
  }

  .club_intro>div:last-child {
    width: calc(100% - 470px);
    height: 246px;
  }

  .club_intro>div:last-child p {
    padding: 37px 0;
    font-size: 15px;
    height: 174px;
  }

  .club_intro>div:last-child p br {
    display: none;
  }

  .club_intro>div:last-child button span {
    font-size: 16px;
  }

  .club_intro>div:last-child button span img {
    width: 50px;
    height: 50px;
  }

  .grid5 li {
    padding: 10px;
  }

  .grid5 li h2 {
    font-size: 18px;
  }

  .grid5 li img {
    height: 75px;
  }

  .grid5 li p {
    height: 70px;
    font-size: 16px;
  }

  .speed_contact {
    margin-bottom: 50px;
  }

  .speed_contact p {
    font-size: 16px;
  }

  .speed_contact p span {
    font-size: 20px;
  }

  .speed_contact div.imgs {
    margin-bottom: 30px;
  }

  .grid3 {
    margin-bottom: 50px;
  }

  .grid3 ul li {
    padding: 80px 0;
  }

  .grid3 ul li h2 {
    font-size: 24px;
  }

  .speed_btns {
    margin-top: 30px;
  }

  .speed_service>div {
    margin-bottom: 30px;
  }

  .speed_service>div h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .speed_service>div p {
    font-size: 16px;
  }

  .speed_btns {
    margin-top: 30px;
  }
}

@media all and (max-width: 868px) {
  .club_intro>div:first-child {
    width: calc(50% - 40px);
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
  }

  .club_intro>div:first-child img {
    width: 300px;
  }

  .club_intro>div:nth-child(2) {
    width: calc(50% - 40px);
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 0;
    height: auto;
  }

  .club_intro>div:nth-child(2) img {
    width: 180px;
    display: block;
  }

  .club_intro>div:last-child {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .club_intro>div:last-child p {
    padding: 0;
    height: auto;
  }

  .grid5 ul {
    display: block;
    padding: 0;
  }

  .grid5 li {
    width: calc(33.33% - 6.66px);
    margin-right: 10px;
  }

  .grid5 li:nth-child(3) {
    margin-right: 0;
  }

  .grid5 li:nth-child(4),
  .grid5 li:nth-child(5) {
    margin-top: 10px;
  }

  .grid5 li h2 {
    font-size: 18px;
  }

  .grid5 li img {
    height: 75px;
  }

  .grid5 li p {
    height: 70px;
    font-size: 16px;
  }
}

@media all and (max-width: 720px) {
  .club_intro>div:first-child {
    width: calc(55% - 20px);
    text-align: center;
    margin-right: 20px;
  }

  .club_intro>div:first-child img {
    width: 90%;
  }

  .club_intro>div:nth-child(2) {
    width: calc(45% - 20px);
    text-align: center;
    margin-left: 20px;
  }

  .club_intro>div:nth-child(2) img {
    width: 65%;
    display: block;
  }

  .club_intro>div:last-child {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  .speed_contact {
    margin-bottom: 30px;
  }

  .speed_contact p {
    font-size: 15px;
  }

  .grid3 {
    margin-bottom: 30px;
  }

  .grid3 ul li {
    padding: 60px 0;
  }

  .grid3 ul li h2 {
    font-size: 22px;
  }

  .speed_service>div {
    width: 100%;
    margin: 0 0 30px 0;
    min-height: inherit !important;
    height: auto !important;
  }

  .speed_service>div:last-child {
    margin-bottom: 50px;
  }

  .speed_service>div h2 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .speed_service>div p {
    font-size: 15px;
  }
}

@media all and (max-width: 560px) {
  .grid5 {
    padding-bottom: 20px;
  }

  .grid5 li {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: inherit;
    float: none;
    text-align: left;
    margin: 0 0 10px 0;
  }

  .grid5 li:before {
    width: 4px;
    height: 30%;
    left: -2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .grid5 li h2 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 20%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .grid5 li img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 70px;
    padding: 0;
    margin: 0 20px 0 0;
  }

  .grid5 li p {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .speed_contact {
    margin-bottom: 20px;
  }

  .speed_contact div.imgs {
    margin-bottom: 20px;
  }

  .grid3 {
    margin-bottom: 20px;
  }

  .grid3 ul {
    display: block;
  }

  .grid3 ul li {
    padding: 40px 0;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .grid3 ul li h2 {
    font-size: 22px;
  }

  .speed_service>div h2 {
    font-size: 16px;
  }

  .speed_service>div li {
    font-size: 14px;
  }

  .speed_service table th {
    font-size: 10px;
  }

  .speed_service table td {
    font-size: 10px;
  }

  .speed_btns {
    margin-top: 10px;
  }
}

/* // 스피드 클럽 */
/* 스피드클럽 운영규정 */
#speedrule {
  padding-top: 0;
  padding-bottom: 0;
}

#speedrule .speed_rule_tab {
  padding-bottom: 50px;
}

#speedrule .speed_rule_tab li {
  font-size: 22px;
  color: #555;
  display: inline-block;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
  padding: 10px 0;
  cursor: pointer;
  font-family: inherit;
}

#speedrule .speed_rule_tab li:hover,
#speedrule .speed_rule_tab li.active {
  color: #25b7bc;
  border-bottom: 2px solid #25b7bc;
}

#speedrule .speed_rule_box .sub_titles {
  font-size: 22px;
  font-weight: bold;
  color: #25b7bc;
  font-family: inherit;
  margin-bottom: 30px;
  font-weight: normal;
}

#speedrule .speed_rule_box .sub_titles img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

#speedrule .speed_rule_box .sub_contents {
  font-size: 18px;
  font-family: inherit;
  margin-bottom: 120px;
  word-break: keep-all;
}

#speedrule .speed_rule_box .sub_contents.no-btm-margin {
  margin-bottom: 20px;
}

#speedrule .speed_rule_box .sub_contents.accent {
  margin-bottom: 0;
  font-size: 20px;
  font-family: inherit;
}

#speedrule .speed_rule_box .speed_rule_con {
  padding-bottom: 80px;
  font-size: 16px;
  font-family: inherit;
}

#speedrule .speed_rule_box .speed_rule_con ul {
  padding: 0;
}

#speedrule .speed_rule_box .speed_rule_con ul li {
  padding-bottom: 2px;
}

#speedrule .speed_rule_box .speed_rule_con ul li.point {
  color: #25b7bc;
  font-size: 18px;
  font-family: inherit;
}

#speedrule .speed_rule_box .speed_rule_con:last-child {
  padding-bottom: 0;
}

#speedrule .speed_rule_box table {
  width: 100%;
  border-spacing: 0;
}

#speedrule .speed_rule_box table th {
  border-top: 2px solid #25b7bc;
  border-bottom: 1px solid #25b7bc;
  padding: 10px;
  font-size: 18px;
}

#speedrule .speed_rule_box table th:first-child {
  width: 180px;
}

#speedrule .speed_rule_box table th:nth-child(2) {
  width: 250px;
}

#speedrule .speed_rule_box table td {
  padding: 15px;
  font-size: 14px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-family: inherit;
  background: #fff;
}

#speedrule .speed_rule_box table tr:last-child td {
  border-bottom: 1px solid #25b7bc !important;
}

#speedrule .speed_rule_box table td:last-child {
  border-right: none;
  text-align: left;
}

#speedrule .speed_rule_box table td:last-child {
  border-right: none;
  text-align: left;
}

#speedrule .speed_rule_box table td.last {
  border-bottom: 1px solid #25b7bc !important;
}

#speedrule .speed_rule_box table td.title {
  text-align: center;
  background: #eee;
}

#speedrule01,
#speedrule02,
#speedrule03 {
  padding-left: 2rem;
}

#speedrule01 {
  display: block;
}

#speedrule02 {
  display: none;
}

#speedrule03 {
  display: none;
}

@media all and (max-width: 1080px) {
  .speed_rule_tab:before {
    content: "";
    clear: both;
    display: block;
  }

  .speed_rule_tab li {
    font-size: 20px;
    width: 33.33%;
    text-align: center;
    float: left;
    margin: 0 0 30px;
  }

  #speedrule .speed_rule_box .speed_rule_con {
    padding-bottom: 50px;
  }

  #speedrule .speed_rule_box table th {
    font-size: 16px;
  }
}

@media all and (max-width: 720px) {
  .speed_rule_tab li {
    margin: 0 0 20px;
    width: 33.33%;
    text-align: center;
    float: left;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 2vw 0;
    font-size: 15px;
  }

  #speedrule .speed_rule_box .speed_rule_con {
    padding-bottom: 30px;
  }

  #speedrule .speed_rule_box table th {
    font-size: 15px;
    padding: 10px 5px;
  }

  #speedrule .speed_rule_box table th:first-child {
    width: 14%;
  }

  #speedrule .speed_rule_box table td {
    font-size: 14px;
    padding: 10px 5px;
  }
}

@media all and (max-width: 560px) {
  .speed_rule_tab {
    padding-left: 0;
    margin-bottom: 50px;
  }

  .speed_rule_tab li {
    margin: 0 0 15px;
    font-size: 12px;
  }

  #speedrule01,
  #speedrule02,
  #speedrule03 {
    padding-left: 0;
  }

  #speedrule .speed_rule_box .speed_rule_con {
    padding-bottom: 15px;
  }

  #speedrule .speed_rule_box .speed_rule_con li {
    font-size: 15px;
  }

  #speedrule .speed_rule_box .speed_rule_con li.point {
    font-size: 17px;
  }
}

@media all and (max-width: 408px) {
  .speed_rule_tab li {
    height: 50px;
    padding: 14px 0;
  }

  .speed_rule_tab li:last-child {
    padding-top: 5px;
  }
}

/* // 스피드클럽 운영규정 */
/* 비전 */
.vision-heading {
  text-align: center;
}

.vision-heading h3 {
  font-size: 38px;
  font-weight: bold;
}

.vision-heading h3 span {
  color: #25b7bc;
}

.vision-heading p {
  font-size: 24px;
}

.vision-strategic .vision-circle {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20% 20%;
  -moz-border-radius: 20% 20%;
  border-radius: 20% 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #64d1d5;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.vision-strategic .vision-circle span {
  font-size: 20px;
  color: #000;
  text-align: center;
  width: 100%;
  display: block;
}

.vision-strategic .vision-circle img {
  width: 70%;
  margin: 0 auto;
  display: inline-block;
}

.vision-strategic .vision-circle p {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}

.vision-strategic .gray {
  background: #c1bebe;
}

.vision-goal .goal-img-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vision-goal .goal-img-wrap .img-box {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-width: 500px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.vision-goal .goal-txt-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.vision-goal .goal-txt-wrap .txt-box {
  font-family: inherit;
}

.vision-goal .goal-txt-wrap .txt-box p {
  height: 50px;
  color: #999;
  font-size: 30px;
  line-height: normal;
  margin: 15px 0;
}

.vision-goal .goal-txt-wrap .txt-box p span {
  color: #64d1d5;
}

.vision-goal .flex-end {
  justify-content: flex-end;
}

@media all and (max-width: 720px) {
  .vision-goal .goal-txt-wrap .txt-box p {
    font-size: 24px !important;
  }
}

/* // 비전 */
/* 경영이념 */
.philosophy-heading h3 {
  font-size: 32px;
  font-weight: bold;
}

.philosophy-heading h3 span {
  color: #25b7bc;
}

.philosophy-heading p {
  font-size: 20px;
}

.philosophy-wrap .content {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.philosophy-wrap .content img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 50px;
}

.philosophy-wrap .content h3 {
  color: #999;
}

.resolution-wrap .content {
  width: 100%;
}

.resolution-wrap .content h4 {
  display: flex;
  align-items: center;
  color: #25b7bc;
}

.resolution-wrap .content h4 img {
  margin-right: 10px;
}

.resolution-wrap .content ul li {
  text-align: left;
  font-size: 18px;
  color: #555;
  line-height: normal;
  list-style: disc !important;
}

.strategic-wrap .content {
  width: 100%;
}

.strategic-wrap .content div {
  height: 300px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.strategic-wrap .content div h2 {
  color: #ffffff;
  font-size: 34px;
}

.strategic-wrap .content div p {
  color: #ffffff;
  font-size: 18px;
}

/* // 경영이념 */
/* HTML용 그리드 */
.grid-container {
  display: grid;
  /* 12등분 */
  grid-template-columns: repeat(12, 1fr);
  padding: 10px;
}

.grid-container .box {
  color: white;
  /* 가로가 줄어들면 세로도 똑같이 줄어듦 (1:1 비율) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  /* 만약 내용이 넘치면 스크롤하거나 숨김 처리 */
  overflow: hidden;
}

/* 모바일 가로 / 태블릿 (480px) */
.col-xs-hidden {
  display: none !important;
}

.col-xs-1 {
  grid-column: span 1 !important;
}

.col-xs-2 {
  grid-column: span 2 !important;
}

.col-xs-3 {
  grid-column: span 3 !important;
}

.col-xs-4 {
  grid-column: span 4 !important;
}

.col-xs-5 {
  grid-column: span 5 !important;
}

.col-xs-6 {
  grid-column: span 6 !important;
}

.col-xs-7 {
  grid-column: span 7 !important;
}

.col-xs-8 {
  grid-column: span 8 !important;
}

.col-xs-9 {
  grid-column: span 9 !important;
}

.col-xs-10 {
  grid-column: span 10 !important;
}

.col-xs-11 {
  grid-column: span 11 !important;
}

.col-xs-12 {
  grid-column: span 12 !important;
}

/* 데스크탑 / 노트북 (768px) */
@media (min-width: 768px) {
  .col-sm-hidden {
    display: none !important;
  }

  .col-sm-1 {
    grid-column: span 1 !important;
  }

  .col-sm-2 {
    grid-column: span 2 !important;
  }

  .col-sm-3 {
    grid-column: span 3 !important;
  }

  .col-sm-4 {
    grid-column: span 4 !important;
  }

  .col-sm-5 {
    grid-column: span 5 !important;
  }

  .col-sm-6 {
    grid-column: span 6 !important;
  }

  .col-sm-7 {
    grid-column: span 7 !important;
  }

  .col-sm-8 {
    grid-column: span 8 !important;
  }

  .col-sm-9 {
    grid-column: span 9 !important;
  }

  .col-sm-10 {
    grid-column: span 10 !important;
  }

  .col-sm-11 {
    grid-column: span 11 !important;
  }

  .col-sm-12 {
    grid-column: span 12 !important;
  }
}

/* 대형 화면 (1024x) */
@media (min-width: 1024px) {
  .col-md-1 {
    grid-column: span 1 !important;
  }

  .col-md-2 {
    grid-column: span 2 !important;
  }

  .col-md-3 {
    grid-column: span 3 !important;
  }

  .col-md-4 {
    grid-column: span 4 !important;
  }

  .col-md-5 {
    grid-column: span 5 !important;
  }

  .col-md-6 {
    grid-column: span 6 !important;
  }

  .col-md-7 {
    grid-column: span 7 !important;
  }

  .col-md-8 {
    grid-column: span 8 !important;
  }

  .col-md-9 {
    grid-column: span 9 !important;
  }

  .col-md-10 {
    grid-column: span 10 !important;
  }

  .col-md-11 {
    grid-column: span 11 !important;
  }

  .col-md-12 {
    grid-column: span 12 !important;
  }
}

/* // 그리드 */

/* WEB AS */

:root {
  --dialog-padding: 1 !important;
}

.body-content {
  overflow-x: visible !important;
  overflow-y: visible !important;
}

.align-right {
  text-align: right;
}

.pd-0 {
  padding: 0 !important;
}

.border-top-radisu-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.textfield-group {
  display: flex;
  gap: 5px;
}

.textfield {
  display: flex;
  align-items: center;
  gap: 5px;
  width: inherit;
}

.textfield-vertical {
  display: flex;
  flex-direction: column;
}

.textfield span {
  white-space: nowrap;
}

.textfield label {
  min-width: 55px;
  display: flex;
  justify-content: flex-end;
}

.textfield fluent-text-area {
  width: 100%;
}


/* 레이블+텍스트 박스 구조 */
.textfield-label-part {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  padding: 0 5px;
  font-size: small;
  background-color: lightgray;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;

  white-space: nowrap;
}

.textfield-textbox-part {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}




/* 섹션 컨테이너 */
.section-container {
  position: relative;
  /* margin: 0 10px 20px 10px; */
  margin-bottom: 8px;
  ;
  padding: 10px 10px;
  border: 1px solid #ccc;
  /* border-top: 2px solid #999; */
  /* border-radius: 3px; */
  background-color: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

fluent-text-field::part(control) {
  font-size: 13px;
  --design-unit: 1;
}

fluent-text-field[readonly]::part(root) {
  cursor: default;
}

fluent-text-field[readonly]::part(control) {
  cursor: default;
}

fluent-text-area::part(control) {
  font-size: 13px;
}

fluent-text-area[readonly]::part(root) {
  cursor: default;
}

fluent-text-area[readonly]::part(control) {
  cursor: default;
}


fluent-select::part(control) {
  font-size: 13px;
}

/* 
fluent-select[disabled]::part(root) {
  cursor: default;
} */

fluent-select[disabled]::part(control) {
  cursor: default;
  opacity: 1;
}

.input-search-bg::part(control) {
  background-color: #f9fadb;

}

/* 포커스(선택) 되었을 때 */
.input-search-bg::part(control):focus-within {
  background-color: #ffffff;
}


/* 섹션 좌측 상단 레이블 */
.section-container .section-label {
  position: relative;
  top: -10px;
  left: -11px;
  background-color: #fff;
  width: calc(100% + 10px);
  padding: 2px 10px;
  margin: 0;
  font-size: 14px;
  color: #333;
  border-left: 10px solid #999;
  /* border-top: 1px solid #ccc; */
  /* border-right: 1px solid #ccc; */
  border-bottom: 1px solid #ccc;
}

.section-container .section-content {
  /* margin-bottom: 20px */
}

/* 섹션 내부 버튼 종류 */
/* 흰색 */
.section-container .btn-white {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  color: #000;
}

/* 생산 BOM 보기 버튼 그룹 */
.btn-group-bom {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.btn-group-bom .btn,
.section-container .btn {
  background: #59abe3;
  /* border: 2px solid #59abe3; */
  border: 0;
  color: #fff;
}

/* 섹션 내부 버튼 크기 */
.section-container .btn.xs {
  padding: 2px;
  /* border: 1px solid #ddd; */
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  display: block;
}

.section-container .btn.sm {
  padding: 5px;
  /* border: 1px solid #ddd; */
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  display: block;
}

.section-container .btn.md {
  padding: 10px;
  /* border: 1px solid #ddd; */
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  display: block;
}


.section-container .xs img {
  width: 20px;
}

.section-container .sm img {
  width: 25px;
}

.section-container .md img {
  width: 30px;
}

.section-container .btn-white.xs:hover,
.section-container .btn-white.sm:hover,
.section-container .btn-white.md:hover {
  color: #000;
  border-color: #999;
  background-color: #f3f3f3;
}

.section-container .btn.xs:hover,
.section-container .btn.sm:hover,
.section-container .btn.md:hover {

  background: #7bc1f0;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

/* 데이터 그리드 */
.section-container .data-grid {
  width: 100%;
  overflow-x: auto;
  max-width: 100%;
}

/* html table로 만든 gird 레이아웃 */
.section-container .data-grid.custom-grid table {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-family: sans-serif;
  font-size: 14px;
}

.section-container .data-grid.custom-grid table thead tr {
  background-color: #f1f1f1;
}

.section-container .data-grid.custom-grid table thead tr th {
  padding: 5px;
  border: 1px solid #dddddd;
  text-align: center;
  font-weight: bold;
  min-width: 80px;
}

.section-container .data-grid.custom-grid table tbody tr {
  background-color: #fff;
}

.section-container .data-grid.custom-grid table tbody tr td {
  padding: 5px;
  border: 1px solid #dddddd;
  text-align: center;
}


/* 데이터 그리드 선택된 로우 */
.fluent-data-grid-row:has([row-selected])>td {
  background-color: #d0e7ff !important;
  color: #000000;
}

/* 데이터 그리드 셀 격자 */
.v-line th,
.v-line td {
  border-inline-end: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  padding-left: 5px !important;
}


/* 헤더 고정 */
.section-container.header-fixed {
  position: sticky;
  top: 69px;
  z-index: 9;
}

/* 컨트롤을 한 줄로 */
.section-container .inline-block {
  display: inline-block;
}

/* 컨트롤 레이블 */
.fluent-input-label {
  font-size: calc(var(--type-ramp-base-font-size) - 1px) !important;
  margin-bottom: 0px !important;
  white-space: nowrap;
}

/* 중첩 컨테이너 */
.section-container .section-content .section-container {
  margin: 20px 0;
}

/* 다중 섹션 라인 구분 */
.section-container .section-content.section-line {
  padding: 10px;
  border: 1px solid #ddd;
  border-left: 5px solid #bbb;
  margin-bottom: 20px;
}

.section-container .attach-area {
  display: flex;

  align-items: flex-start;
  flex-direction: column;
}

.section-container .attach-area .img-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10PX;
}

.section-container .attach-area .img-box-list label {
  white-space: nowrap;
}

/* 이미지 섬네일 컴포넌트 */
.img-box-area {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
}

.img-box-area .img-box {
  flex: 1;
  cursor: pointer;
  background: #f1f3f5;
  border: 1px solid #ced4da;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.img-box-area .img-box img {
  height: 100px;
  width: 100px;
}

.img-box-area .control-group {
  display: flex;
  height: 30px;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 4px 4px;
  background: #fff;
}

.img-box-area .control-group .act-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.img-box-area .control-group .act-btn:not(:last-child) {
  border-right: 1px solid #e9ecef;
}

.img-box-area .control-group .btn-up {
  color: #444;
}

.img-box-area .control-group .btn-del {
  color: #444;
}

.img-box-area .control-group .act-btn:active {
  background: #f8f9fa;
}


#non_interactive_zone {
  background-color: rgba(255, 255, 255, 0);
  width: 100vw;
  height: 88vh;
  /* position: fixed; 
  top: 0;
  left: 0;*/
  box-sizing: border-box;

  /* 내부 콘텐츠 중앙에 정렬*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.bom-grid1 {
  height: 700px;
}

.spare-grid-1,
.spare-grid-2 {
  height: 100% !important;
  max-height: 650px !important;
}

.spac-grid-1,
.spac-grid-2 {
  /* height: 100% !important; */
  max-height: 300px !important;

}

/* dxgrid */
/* 헤더 색 */
.dxbl-grid .dxbl-grid-table th.dxbl-grid-header {
  background-color: #f1f1f1 !important;
}

/* 화면 크기보다 grid가 작을경우 - 바닥에 붙은 엘리먼트를 위로 올림 */
.dxbl-fl .dxbl-fl-item .dxbl-fl-ctrl-nc {
  margin-top: 0px !important;
}

/* DxRadioGroup */
.dxbl-radio-group .dxbl-checkbox label {
  min-width: auto;
}


/* PC, MOBILE 공통 */
@media (max-width: 960px) {
  .bom-dialog-header {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* PC, MOBILE 공통 - xs */
@media (max-width: 573px) {

  .hide-xs {
    display: none;

  }

}

/* PC */
@media (max-width: 960px) and (pointer: fine) {
  .bom-grid1 {
    height: 550px;
  }

  .spac-grid-1 {
    height: 250px !important;
  }

  .spac-grid-2 {
    height: 350px !important;
  }

  .spare-grid-1 {
    height: 250px !important;
  }

  .spare-grid-2 {
    height: 350px !important;
  }
}

/* MOBILE */
@media (max-width: 960px) and (pointer: coarse) {

  .bom-grid1 {
    height: 320px;
  }




  .spare-grid-1 {
    height: 150px !important;
  }

  .spare-grid-2 {
    height: 350px !important;
  }

  .spac-grid-1,
  .spac-grid-2 {
    height: 260px !important;
  }

}


/* // WEB AS */

/*# sourceMappingURL=client.css.map */