/*공통*/
.overview {
  max-width: 890px;
}
.sub-title {
  padding: 150px 0 100px;
  text-align: center;
}
.sub-title h2 {
  font-size: 54px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  max-width: 700px;
}
.sub-title p {
  font-size: 18px;
  color: #555;
  padding: 0px 0 50px 0;
  line-height: 1.65;
}
.sub-title.left {
  text-align: left;
}
.sub-title.left strong {
  color: #0460d9;
  font-size: 18px;
  padding-bottom: 20px;
  display: block;
}

.sub-content-title {
  padding: 100px 0 50px;
}
.sub-content-title h3 {
  font-size: 38px;
  color: #222;
  font-weight: 700;
}
.sub-content-title h3::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #0460d9;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}

.dot-title {
  display: block;
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
.dot-title {
  display: block;
  position: relative;
  margin-top: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}
/* .dot-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/sub/icon_hexa_blue.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
} */
.dot-h2-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/sub/icon_hexa_blue.svg");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.dot-title--nomb {
  margin-top: 0;
}
.dot-title--bottom {
  margin-top: 0;
  margin-bottom: 30px;
}
.sub_title {
  text-align: left;
  padding: 0px 20px;
  max-width: 1400px;
  word-break: keep-all;
  margin: 80px auto;
}

.sub_title__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.sub_title .dot-h2-title {
  font-size: 38px;
  color: #000;
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 576px) {
  .sub_title {
    margin: 50px 0 50px;
  }
  .dot-h2-title::before {
    top: 8px;
  }
  .sub_title .dot-h2-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

/* sub_title 제품선택 커스텀 셀렉트 */
.sub-title-post-select {
  max-width: 335px;
  width: 100%;
}
.sub-title-post-select .custom-select {
  position: relative;
  width: 100%;
  height: 45px;
}

.sub-title-post-select .select-selected {
  position: relative;
  padding: 0 15px;
  height: 100%;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.sub-title-post-select .select-selected i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.sub-title-post-select .custom-select.active .select-selected i {
  transform: rotate(-180deg);
}

.sub-title-post-select .custom-select.active .select-selected {
  border-color: #000;
}

.sub-title-post-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  z-index: 9;
  max-height: 300px;
  overflow-y: auto;
  margin-top: -1px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.sub-title-post-select .custom-select.active .select-options {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.sub-title-post-select .option-item {
  padding: 12px 15px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.sub-title-post-select .option-item:hover {
  background-color: #f0f4f9;
}

.sub-title-post-select .option-item.selected {
  background-color: #f0f4f9;
  font-weight: 600;
  color: #297fea;
}

.sub-title-post-select .option-item:first-child {
  border-top: 1px solid #e5e5e5;
}

.sub-title-post-select .option-item:last-child {
  border-bottom: none;
}

@media (max-width: 576px) {
  .sub_title__title {
    width: 100%;
  }
  .sub_title__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .sub-title-post-select {
    width: 100%;
    max-width: 100%;
  }
  .sub-title-post-select .select-selected {
    font-size: 14px;
  }
  .sub-title-post-select .select-options {
    max-height: 200px;
  }
  .sub-title-post-select .option-item {
    font-size: 14px;
  }
}

/*탭*/
.tl_tab {
  padding-bottom: 100px;
}
.tl_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  max-width: 450px; /* 최대 너비 증가 */
  list-style-type: none;
  gap: 20px; /* 버튼 사이의 간격 */
}
.tl_tab.ts2 ul li {
  width: calc(50% - 10px); /* 50%에서 간격의 절반만큼 뺌 */
}
.tl_tab.ts2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 15px;
  color: #222;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 27.5px; /* 타원형을 위해 height의 절반으로 설정 */
  transition: all 0.3s ease;
  padding: 0 20px; /* 좌우 패딩 추가 */
  white-space: nowrap; /* 텍스트가 한 줄로 유지되도록 */
  overflow: hidden; /* 넘치는 텍스트 숨김 */
  text-overflow: ellipsis; /* 넘치는 텍스트를 ...으로 표시 */
}
.tl_tab.ts2 ul li a.on {
  background-color: #3181cb;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .tl_tab ul {
    max-width: 100%;
    gap: 10px; /* 모바일에서는 간격을 좁힘 */
  }
  .tl_tab.ts2 ul li {
    width: calc(40% - 5px); /* 모바일에서 간격 조정 */
  }
  .tl_tab.ts2 ul li a {
    padding: 0 10px; /* 모바일에서는 패딩을 줄임 */
  }
}
/*탭*/

/* main common */
.max-inner {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.sec-title p.sub-tit {
  font-size: 18px;
  color: #0460d9;
  font-weight: 600;
  margin-bottom: 20px;
}
.max-inner .top-desc {
  font-size: 24px;
  font-weight: 700;
  max-width: 830px;
  word-break: keep-all;
  padding: 28px 0;
  line-height: 1.4;
}

.download-button {
  margin: 50px 0 0;
}
.download-button a {
  display: inline-block;
  padding: 20px 50px;
  background: #0460d9;
  color: #fff;
}
.download-button a img {
  margin-left: 20px;
}

/*ì¸ì‚¬ë§*/
.company {
  position: relative;
}

.company .point-txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  margin: 25px 0 20px;
}

.company .point-txt > span {
  font-weight: 800;
  color: #297fea;
}

.company .company-txt {
  padding-top: 10px;
  position: relative;
}
.company .company-txt p:first-child {
  margin-bottom: 30px;
}

.company .company-txt::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 50px;
  background: #ddd;
  left: 50%;
  top: calc(100% + 50px);
}

.ceo_message {
  position: relative;
  padding: 200px 0;
}
.company .sticky-container {
  position: sticky;
  top: 0;
  overflow: hidden;
}
.company .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  transition: height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.company .image img {
  width: 1400px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  object-fit: cover;
}
.company .text-content {
  background-color: white;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(100%);
  text-align: center;
}

.company .company-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 100px 0;
}

.company .company-list li {
  padding: 55px 10px;
  width: calc(25% - 25px);
  background: #f7f8f9;
  border-radius: 20px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4;
}
.company-section {
  margin: 200px 0;
  position: relative;
}

.company-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 왼쪽 배경 */
.company-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10%;
  width: 33%;
  height: 100%;
  background-color: #f7f8f9;
  z-index: 1;
}

/* 이미지 영역 */
.company-img {
  width: 44.5%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.company-img img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: -10%;
  /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
}
/* 오른쪽 텍스트 */
.company-right {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}

.company-info {
  position: relative;
}

.company-info h4 {
  position: absolute;
  top: -50px;
  left: 60px;
  font-size: 105px;
  font-family: "Play", sans-serif;
  color: #f3f3f3;
  font-weight: bold;
  line-height: 124px;
  letter-spacing: -5px;
  margin: 0;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}
.company-info .info-section {
  position: relative;
  z-index: 1;
  padding: 45px 60px 75px;
  border-bottom: 1px solid #e1e1e1;
}

.company-info .info-section:last-child {
  border-bottom: none;
  padding-bottom: 60px;
}

.company-info .info-section h3 {
  margin-bottom: 20px;
}

.company-info .info-section p {
  margin-bottom: 10px;
  word-break: break-word;
}

.company-info .info-section p:last-child {
  margin-bottom: 0;
}

/* 반응형 */
@media (max-width: 1024px) {
  .company-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .company-wrapper::before {
    width: 100%;
    height: 60px;
    top: 0;
  }

  .company-img {
    width: 100%;
    padding: 60px 20px;
    justify-content: center;
  }

  .company-img img {
    max-width: 100%;
    margin-right: 0;
  }

  .company-right {
    width: 100%;
  }

  .company-info h4 {
    font-size: 60px;
    left: 20px;
  }
  .company-info .info-section {
    padding: 30px 20px 50px;
  }

  .company-info .info-section:last-child {
    padding-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .company-section {
    margin: 100px 0;
  }

  .company-wrapper::before {
    height: 40px;
  }

  .company-img {
    padding: 40px 20px;
  }

  .company-info h4 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .company-info .info-section {
    padding: 25px 20px 40px;
  }

  .company-info .info-section:last-child {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 992px) {
  .company .company-list li {
    width: calc(50% - 15px);
  }
}
@media all and (max-width: 786px) {
  .company .point-txt::after {
    top: calc(100% + 35px);
  }
  .company .company-list {
    padding: 50px 0;
  }
  .company .company-list li {
    width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .company .point-txt {
    font-size: 21px;
  }
}

.ceo_message .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.ceo_message .box-tit {
  flex: 1 1 100%;
  margin-bottom: 30px;
}
.ceo_message .box-con {
  flex: 1 1 100%;
}
.ceo_message .tit-h4 {
  font-size: 48px;
  font-weight: 600;
  transition: all 0.3s;
  color: #000;
}
.ceo_message .top-copy {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
  word-break: keep-all;
}
.ceo_message .top-desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 70px;
  max-width: 700px;
  word-break: keep-all;
}
.ceo_message .ceo-msg p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.ceo_message .ceo-msg p strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
.ceo_message .ceo-name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 100px;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .ceo_message .tit-h4 {
    font-size: 42px;
  }
  .ceo_message .top-copy {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .ceo_message .box-tit {
    flex: 0 0 27%;
  }
  .ceo_message .box-con {
    flex: 0 0 73%;
  }
}
@media (max-width: 576px) {
  .ceo_message {
    padding: 100px 0;
  }

  .ceo_message .tit-h4 {
    font-size: 36px;
  }
  .ceo_message .top-copy {
    font-size: 28px;
  }
  .ceo_message .top-desc {
    font-size: 20px;
  }
  .ceo_message .ceo-msg p {
    font-size: 17px;
  }
  .ceo_message .image img {
    width: 100%;
    height: 100%;
  }
}

/* history 연혁  */
.content_history {
  margin-top: 100px;
}

.content_history .history_wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.content_history .history_wrap .history_menu {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
}

.content_history .history_wrap .history_menu.fixed {
  position: fixed;
  left: 50%;
  max-width: 1360px;
  width: calc(100% - 3%);
  transform: translateX(-50%);
}

.content_history .history_wrap .history_menu .h_menu {
  width: 260px;
  height: 100%;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
}

.content_history .history_wrap .history_menu .select-active {
  display: none;
}

.content_history .history_wrap .history_menu ul {
  display: none;
  position: sticky;
  top: 100px;
}

.content_history .history_wrap .history_menu.open ul {
  display: block;
}

.content_history .history_wrap .history_menu ul li {
  position: relative;
  margin-bottom: 30px;
}

.content_history .history_wrap .history_menu ul li a {
  display: block;
  padding: 10px 19px;
  font-size: 16px;
  color: #979797;
  padding: 0;
  line-height: 28px;
  letter-spacing: -0.16px;
  position: relative;
}

.content_history .history_wrap .history_menu ul li.active a {
  color: #000;
  font-weight: 800;
}

.content_history .history_wrap .history_menu .h_menu {
  border-left: 0;
}

.content_history .history_wrap .content_box {
  width: calc(100% - 260px);
  margin-left: 260px;
  margin-bottom: 120px;
  position: relative;
}

.content_history .history_wrap .history_list {
  border-top: 1px solid #e9e9e9;
  padding: 30px 0;
  display: flex;
  opacity: 0.1;
  transition: 0.3s;
}

.content_history .history_wrap .history_list.on {
  opacity: 1;
}

.content_history .history_wrap .history_list h3 {
  width: 320px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.6px;
  transition: 0.3s;
}

.content_history .history_wrap .history_list.on h3 {
  font-size: 38px;
  letter-spacing: -0.72px;
}

.content_history .history_wrap .history_list ul {
  width: calc(100% - 320px);
}

.content_history .history_wrap .history_list li + li {
  margin-top: 5px;
}

.content_history .history_wrap .history_list div {
  display: flex;
  align-items: center;
}

.content_history .history_wrap .history_list strong {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-right: 20px;
}

.content_history .history_wrap .history_list img {
  margin-top: 30px;
  max-width: 100%;
}

.content_history .history_wrap .history_list span {
  color: #555;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: -0.18px;
}

@media screen and (max-width: 992px) {
  .content_history {
    margin-top: 50px;
  }

  .content_history .history_wrap {
    padding: 0 20px;
  }

  .content_history .history_wrap .history_menu {
    left: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }

  .content_history .history_wrap .history_menu.fixed {
    left: 0;
    max-width: none;
    width: 100%;
    transform: translateX(0);
    z-index: 8001;
  }

  .content_history .history_wrap .history_menu .h_menu {
    width: 100%;
    height: auto;
    padding-top: 0;
    border-left: 0;
  }

  .content_history .history_wrap .history_menu .select-active {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: -0.16px;
    padding: 26px 10px 25px 24px;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
  }

  .content_history .history_wrap .history_menu .select-active::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    content: url("../img/sub/arrow.png");
    transition: transform 0.3s ease;
  }

  .content_history .history_wrap .history_menu.open .select-active::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .content_history .history_wrap .history_menu ul {
    position: relative;
    top: 0;
    padding: 16px 0;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0px 0px 3px 0px #dbdbdb;
  }

  .content_history .history_wrap .history_menu ul li {
    margin-bottom: 0;
  }

  .content_history .history_wrap .history_menu ul li a {
    padding: 14px 24px;
  }

  .content_history .history_wrap .history_menu ul li.active a {
    color: #979797;
    font-weight: 400;
  }

  .content_history .history_wrap .content_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
    padding-top: 65px;
  }

  .content_history .history_wrap .content_box > div:first-child {
    padding-top: 50px;
  }

  .content_history .history_wrap .history_list {
    padding: 40px 0 48px;
    flex-direction: column;
  }

  .content_history
    .history_wrap
    .content_box
    > div:first-child
    .history_list:first-child {
    border-top: none;
    padding-top: 0;
  }

  .content_history .history_wrap .history_list h3 {
    width: 100%;
    font-size: 18px;
    letter-spacing: -0.48px;
  }

  .content_history .history_wrap .history_list.on h3 {
    font-size: 32px;
    letter-spacing: -0.48px;
  }

  .content_history .history_wrap .history_list ul {
    width: 100%;
  }

  .content_history .history_wrap .history_list li {
    margin-top: 25px;
  }

  .content_history .history_wrap .history_list strong {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.14px;
    margin-right: 18px;
  }

  .content_history .history_wrap .history_list img {
    margin-top: 20px;
  }

  .content_history .history_wrap .history_list span {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.16px;
  }
}

/* .vision */
.vision {
  margin: 200px 0 0;
  text-align: center;
}

.vision .bg {
  background: url("../img/sub/vision_bg.jpg") no-repeat center bottom / cover;
  padding: 120px 0;
  color: #fff;
  background-attachment: fixed;
}

.vision .title-h4 {
  margin-top: 40px;
}

.vision .card_title {
  font-size: 21px;
  color: inherit;
}

.vision .mission {
  margin: 0 0 80px;
}

.vision .mission > li {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 100px;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}

.vision .mission > li > span {
  font-weight: 700;
  color: #297fea;
  font-size: 1.2em;
}

.vision .mission > li > p {
  text-align: center;
  margin: 0;
}

.vision .value {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.vision .value li {
  padding: 55px 20px;
  width: calc(25% - 25px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
    height: 280px;     /* 통일 */
  overflow: hidden;  /* 튀어나오는 것 방지 */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vision .value li img {
  width: clamp(45px, 4vw, 55px);
  margin-bottom: 20px;
}

.vision .value li p {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgb(255 255 255 / 0.8);
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}


.vision .value li p span {

    margin-top: auto;
}

.vision .value li strong {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
}

.vision .core_values_title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.vision .core_values_subtitle {
  font-size: 17px;
  color: #ccc;
}

@media all and (max-width: 992px) {
  .vision .mission > li {
    gap: 10px;
  }

  .vision .value li {
    width: calc(50% - 15px);
  }
}

@media all and (max-width: 768px) {
  .vision .mission > li {
    padding: 20px;
    flex-direction: column;
  }

  .vision .value li {
    width: 100%;
  }

  .vision .core_values_title {
    font-size: 26px;
  }

  .vision .value li strong {
    font-size: 21px;
  }
}

@media all and (max-width: 576px) {
  .vision {
    margin: 100px 0 0;
  }
}

/*폼메일*/

.form_row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.form_label {
  width: 200px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding: 15px 0 0 5px;
  letter-spacing: -0.02em;
}

.form_input {
  flex: 1;
  position: relative;
  min-width: 0;
  padding: 8px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.form_input .input_container {
  margin-bottom: 0;
}

.tel_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 700px;
}

.tel_dash {
  color: #999;
}
.tel_wrap .frm_input {
  width: 33.33%;
}

#fmail .frm_input {
  font-size: 17px;
  height: 45px;
  border: 1px solid #d0d3db;
  border-radius: 6px;
  padding: 5px 10px;
  width: 100%;
}

#fmail .frm_input.form_select {
  max-width: 220px;
}

#fmail .frm_input.en_select {
  max-width: 280px;
}

#fmail .frm_file {
  display: block;
  padding: 8px;
  width: 100%;
}

.formmail {
  width: 100%;
}
.formmail .form_section .form_h2 {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #333;
  margin-bottom: 10px;
}
.formmail .form_section h2 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.formmail .form_section p {
  color: #555;
}
.formmail .form_section {
  margin-bottom: 50px;
  text-align: left;
}

/* 체크박스 레이아웃 */
.form_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

@media screen and (max-width: 576px) {
  .formmail .form_section .form_h2 {
    margin-bottom: 0;
  }
  .form_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.formmail textarea {
  width: 900px;
  height: 200px;
  border: 1px solid #d0d3db;
  color: #333;
  vertical-align: middle;
  border-radius: 6px;
  padding: 5px 10px !important;
  width: 100%;
  resize: none !important;
  font-size: 17px;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.required_mark::after {
  content: "*";
  color: #ff4d4d;
  margin-left: 4px;
}
.formmail .form_section .guide_text {
  font-size: 15px;
  color: #e34c4c;
  margin-top: 5px;
  font-weight: 400;
}

.formmail .btn_submit {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
.formmail .form-radio {
  margin-right: 10px;
  line-height: 28px;
}
.formmail #email_list {
  width: 200px;
  height: 50px;
  line-height: 40px;
}

.formmail .send_submit {
  width: 180px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ddd;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: color 0.4s ease;
  cursor: pointer;
}

.formmail .send_submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: left 0.4s ease;
  z-index: 0;
}
.formmail .send_submit:hover::before {
  left: 0;
}
.formmail .send_submit:hover {
  color: #fff;
}
.formmail .send_submit span {
  position: relative;
  z-index: 1;
}
/* 파일 업로드 컨테이너 */
.file_upload_container {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

/* 파일 표시 영역 */
.file_display_area {
  flex: 1;
  height: 45px;
  border: 1px solid #d0d3db;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  cursor: default;
}

.file_placeholder {
  color: #6c757d;
  font-size: 17px;
}

/* 선택된 파일명 컨테이너 */
.file_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.file_name {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}

/* 파일 삭제 버튼 */
.file_remove_btn,
.btn_remove_career {
  width: 28px;
  height: 28px;
  color: #6b7280;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.btn_remove_career {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.file_remove_btn:hover,
.btn_remove_career:hover {
  background-color: var(--bg-color);
  color: var(--primary-color);
}

.file_remove_btn:before,
.btn_remove_career::before {
  content: "×";
  font-weight: 500;
}

/* 파일 선택 버튼 */
.file_select_btn {
  flex-shrink: 0;
  width: 100px;
  height: 45px;
  background-color: #297fea;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.file_select_btn:hover {
}

/* 기존 파일 input 숨김 */
#fmail .frm_file {
  display: none !important;
}

.formmail .privacy-terms-content h2 {
  font-size: 17px;
  font-weight: 700;
  padding: 5px 0 10px;
  border: 0;
  margin: 0;
}
.formmail .privacy-terms-content p {
  font-size: 15px;
}
.formmail .agreement_item {
  margin: 10px 0;
}

/* checkbox 스타일 */
.tc-check {
  display: flex !important;
  align-items: center; /* 상단 정렬로 변경 */
  font-size: 15px;
  cursor: pointer;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-weight: 500;
  color: rgb(41 127 234);
  gap: 0.5rem;
}

.tc-check:hover {
  background-color: #f8f9fa;
}

.tc-check > span {
  font-size: 17px;
  color: #333;
  line-height: 1.6;
}

.tc-checkbox {
  /* 기본 설정 */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* 크기 및 레이아웃 */
  width: 20px;
  height: 20px;
  padding: 0;
  display: inline-block;
  flex-shrink: 0;

  /* 색상 및 테두리 */
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 0.25rem;
  color: #297fea;

  /* 기타 */
  user-select: none;
  print-color-adjust: exact;
  background-origin: border-box;
  cursor: pointer;
}

/* Focus 상태 */
.tc-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 127, 234, 0.1);
}

/* Checked 상태 */
.tc-checkbox:checked {
  background-color: #297fea;
  border-color: #297fea;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* 접근성을 위한 Forced Colors 모드 지원 */
@media (forced-colors: active) {
  .tc-checkbox:checked,
  .tc-checkbox:indeterminate {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
  }
}
@media screen and (max-width: 768px) {
  .tc-check > span {
    font-size: 15px;
  }
}

.formmail .form_h2 {
  font-size: 26px !important;
}
.formmail .form_p {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin: 5px 0 30px;
}
.formmail .date_input {
  max-width: 600px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.formmail .date_input input[type="date"] {
  font-size: 14px;
}

.btn_add_career {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  padding: 0 15px;
  border: 1px solid var(--primary-color);
  border-radius: 25px;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.3s ease;
}

.btn_add_career:hover {
  background-color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
}

.answer #captcha #captcha_key {
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .formmail .form_h2 {
    font-size: 21px !important;
  }
  .form_label {
    font-size: 16px;
  }
  .btn_add_career {
    font-size: 12px;
    height: 35px;
  }
  .form_row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .form_input {
    width: 100%;
  }
  #fmail .frm_input {
    width: 100%;
    font-size: 15px;
    height: 40px;
  }
  #fmail .frm_input.form_select,
  #fmail .frm_input.en_select {
    width: 100%;
    max-width: 100%;
  }
  .tel_wrap,
  .formmail .date_input {
    gap: 3px;
    max-width: 100%;
  }

  .file_placeholder {
    font-size: 15px;
  }

  .formmail .textarea {
    font-size: 15px;
    height: 150px;
  }
  .answer #captcha #captcha_key {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .formmail {
    padding-top: 0;
  }
  .formmail .form_section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .formmail .privacy-terms-content h2 {
    font-size: 15px;
  }
  .formmail .left {
    width: 100%;
    padding-bottom: 20px;
  }
  .formmail .right {
    width: 100%;
  }
  .formmail .company .text,
  .formmail #file1 {
    width: 100%;
  }
  .formmail #email1,
  .formmail #email2 {
    width: 45%;
  }
  .formmail .textarea {
    width: 100%;
  }
  .formmail .frm_input {
    width: 100%;
  }

  .file_upload_container {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .file_select_btn {
    width: 100%;
  }
}
/*폼메일*/

/*오시는길*/
.location {
  width: 100%;
}
.location .map_area .txt {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
  z-index: 100;
}
.location .map_area .txt .txt_wrap {
  background-color: #006fce;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 45px 0;
}
.location .map_area .txt .logo {
  position: absolute;
  top: 34px;
  left: 0;
  border-right: 1px solid #1a7dd3;
  text-align: center;
  width: 315px;
  line-height: 90px;
  height: 90px;
}
.location .map_area .txt .contact {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.6;
  padding: 0 0 0 405px;
}
.location .map_area .txt .contact .tel {
  font-weight: 300;
}
.location .map_area .txt .bt {
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -35px;
  display: block;
  border-radius: 65px;
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  text-align: center;
  min-width: 220px;
  line-height: 60px;
  height: 65px;
}

.location .contact_address {
  width: 100%;
  height: auto;
  line-height: 1.7;
  padding-top: 50px;
}
.location .contact_address ul {
  max-width: 1600px;
  clear: both;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.location .contact_address ul li {
  color: #555;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.location .contact_address ul li strong {
  font-size: 20px;
  color: #1a1a1a;
}
.location .contact_traffic {
  max-width: 1240px;
  clear: both;
}
.location .contact_traffic:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  padding-bottom: 50px;
  clear: both;
}
.location .contact_traffic ul {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
.location .contact_traffic .bus {
  width: 100%;
  padding: 50px 0;
}
.location .contact_traffic .subway {
  width: 100%;
  padding: 50px 0;
}
.location .contact_traffic ul li {
  color: #555;
  line-height: 33px;
  font-size: 16px;
}
.location .contact_traffic h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #1a1a1a;
  padding-bottom: 10px;
  text-align: left;
}

@media (max-width: 768px) {
  .location .map_area .txt {
    margin-top: -30px;
    width: 1024px;
  }
  .location .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }
  .location .map_area .txt .logo {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    border-right: 0;
    margin-left: 0;
    width: 100%;
  }
  .location .map_area .txt .logo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -88px;
    background-color: #1a7dd3;
    width: 177px;
    height: 1px;
  }
  .location .map_area .txt .contact {
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
  }
  .location .map_area .txt .contact .tel {
    font-weight: 300;
  }
  .location .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    margin: 35px auto 0;
    width: 150px;
  }
}

@media (max-width: 576px) {
  .location .map_area .txt {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    margin-top: -30px;
    width: auto;
  }
  .location .map_area .txt .logo img {
    height: 20px;
  }
  .location .map_area .txt .contact {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 180%;
    padding: 20px 0 0;
    text-align: center;
    clear: both;
  }
  .location .map_area .txt .txt_wrap {
    border-radius: 0px 0px 20px 0px;
    margin: 0 15px;
    padding: 0 0 30px;
  }
  .location .map_area .txt .bt {
    position: static;
    border-radius: 65px;
    border-width: 2px;
    font-size: 15px;
    margin: 25px auto 0;
    width: 150px;
    line-height: 40px;
    height: 40px;
  }
  .location .map_area .txt .logo {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    border-right: 0;
    width: 100%;
    line-height: 70px;
    height: 70px;
  }
}
/*오시는길*/

/* location 오시는 길 ==================================================================================== */
.location .maparea {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
}

.location .maparea:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.location .maparea .map {
  width: calc(100% - 675px);
  height: 500px;
}

.location .maparea .loca_info_box {
  width: 675px;
  padding: 80px 65px 80px 20px;
  box-sizing: border-box;
}

.location .maparea h3 {
  color: #171717;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.36px;
}

.location .maparea .loca_address {
  color: #171717;
  font-size: 19px;
  letter-spacing: -0.2px;
  margin-top: 32px;
  display: flex;
  gap: 8px;
}

.location .maparea .loca_contact {
  color: #171717;
  font-size: 19px;
  letter-spacing: -0.16px;
  margin-top: 20px;
  display: flex;
  gap: 8px;
}

.location .maparea .loca_guide {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.location .maparea .loca_guide .loca-btn {
  width: 115px;
  text-align: center;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.16px;
  background: #f5f5f5;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  transition: all 0.3s ease;
}

.location .maparea .loca_guide .loca-btn:hover {
  background-color: #297fea;
  color: #fff;
}

.location .maparea.office-map {
  gap: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.location .maparea.office-map h3 {
  width: 320px;
}

.location .maparea .map-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.location .maparea .map-txt {
  min-width: 500px;
}

.location .maparea.office-map .loca_address {
  margin-top: 0;
}
.location .maparea.office-map .loca_guide {
  margin-top: 0;
}
.location .maparea .loca_address svg,
.location .maparea .loca_contact svg {
  flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
  .location .maparea .map {
    width: calc(100% - 585px);
    height: 500px;
  }

  .location .maparea .loca_info_box {
    width: 585px;
    padding: 55px 40px 55px 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 992px) {
  .location .maparea {
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-right: 0;
  }

  .location .maparea .map {
    width: 100%;
    height: 350px;
  }

  .location .maparea .loca_info_box {
    width: 100%;
    padding: 40px 10px;
  }

  .location .maparea h3 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }

  .location .maparea .loca_guide {
    margin-top: 10px;
  }

  .location .maparea .loca_address {
    font-size: 17px;
    letter-spacing: -0.18px;
    margin-top: 22px;
  }
  .location .maparea .loca_contact {
    font-size: 17px;
  }
  .location .maparea .map-flex {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .location .maparea .loca_guide {
    margin-top: 0px;
  }
  .location .maparea .loca_guide .loca-btn {
    width: 100px;
    font-size: 14px;
  }
  .location .maparea.office-map .map-flex {
    gap: 30px;
  }
  .location .maparea .map-txt {
    min-width: auto;
    width: 100%;
  }
}

/* 제품소개 */
.product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  margin-bottom: 200px;
}

.product-item {
  height: 485px;
  border-radius: 13px;
  position: relative;
  background-color: rgb(247, 247, 247);
  display: flex;
  overflow: hidden;
}

.product-item .product-img-wrap {
  width: 55%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.product-item .product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-item .product-info-wrap {
  width: 45%;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-item .product-info .product-name {
  font-size: 38px;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.product-item .product-info .product-desc {
  font-size: 17px;
}
.product-item .product-info ul {
  padding-bottom: 20px;
}
.product-item .product-info ul li {
  position: relative;
  color: #555;
  line-height: 1.6;
  font-size: 17px;
  padding-left: 20px;
}

.product-item .product-info ul li:before {
  content: "•";
  font-weight: 500;
  color: #6e6e6e;
  position: absolute;
  left: 5px;
}

.product-item .product-info-wrap .btn-wrap {
  justify-content: flex-end;
}

.product-item .product-info-wrap .btn-wrap .view-more {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  .product-item {
    flex-direction: column;
    height: auto;
  }
  .product-item .product-img-wrap {
    width: 100%;
  }

  .product-item .product-info-wrap {
    width: 100%;
    padding: 30px;
  }
}

@media screen and (max-width: 768px) {
  .product-item .product-info .product-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-item .product-info ul li {
    font-size: 15px;
  }
}

.process-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 30px;
}

.process-wrapper.products-wrap {
  gap: 20px;
  flex-wrap: wrap;
}

.process-wrapper.custom-wrap {
  align-items: center;
  margin-bottom: 150px;
}

.process-step {
  /* flex: 0 0 auto; */
  /* max-width: 270px; */
}

.process-step.m-height:nth-child(1) {
  margin-left: 30px;
}

.process-step img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.process-step img.m-only {
  display: none;
}

.arrow-icon {
  flex: 0 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin: 100px 20px 0;
}

.process-wrapper.custom-wrap .arrow-icon {
  margin: 25px 0 15px;
}

.arrow-icon svg {
  fill: #c61c0b;
}

.process-img {
  margin: 150px 0;
}

.process-img h2 {
  font-size: 42px;
  margin-bottom: 80px;
  font-weight: 600;
  transition: all 0.3s;
}
.process-products {
  width: calc(25% - 15px);
}
.process-products img {
  width: 100%;
}

.process-step.space-before {
  margin-left: calc(100% - 20px);
}

.process-wrapper .line-txt {
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px 45px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .process-step.space-before {
    margin-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .process-products {
    width: calc(50% - 10px);
  }
}
/* 모바일 */
@media (max-width: 768px) {
  .process-wrapper {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .process-wrapper.custom-wrap {
    justify-content: center;
    gap: 7px !important;
  }
  .process-step {
    max-width: 100% !important;
  }
  .process-step.m-height:nth-child(1) {
    margin-left: 0px;
  }

  .process-step img {
    width: 100%;
  }
  .process-step img.pc-only {
    display: none;
  }
  .process-step img.m-only {
    display: block;
  }

  .arrow-icon:last-child {
    display: none;
  }
  .process-products {
    width: 100%;
  }
  .process-wrapper .line-txt {
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .process-step img {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
  }

  .process-step.m-height img {
    max-height: 100px;
  }
}
