#bo_v_con * {
  font-size: 16px;
  word-break: keep-all;
  font-family: 'Pretendard', dotum, sans-serif !important;
  line-height: 150%
}


.sub_visual {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_visual .content {
  z-index: 1;
  animation: bgZoomOut 1.5s ease-out forwards;
  transform: translateY(30px);
  opacity: 0;
  display: inline-block;
  padding: 0 15px;
}

@keyframes bgZoomOut {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.sub_visual .content .sub_visual_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.sub_visual .content .sub_visual_link p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.sub_visual .sub_visual_txt h2 {
  margin-top: 10px;
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}

.sub_visual .sub_visual_nav {
  display: inline-flex;
  margin-top: 60px;
  z-index: 2;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
  transition-duration: .5s;
}

.sub_visual .sub_visual_nav .sub_detps {
  display: inline-flex;
  gap: 10px;
}

.sub_visual .sub_visual_nav .sub_detps a {
  padding: 10px 20px;
  border-radius: 100px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition-duration: .5s
}

.sub_visual .sub_visual_nav .sub_detps a.on,
.sub_visual .sub_visual_nav .sub_detps a:hover {
  background: var(--main-color);
}

.sub_visual .bg-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.sub_visual.bg01 {
  background-image: url(../img/sub/sub_visual01.jpg)
}

.sub_visual.bg02 {
  background-image: url(../img/sub/sub_visual02.jpg)
}

.sub_visual.bg03 {
  background-image: url(../img/sub/sub_visual03.jpg)
}

.sub_visual.bg04 {
  background-image: url(../img/sub/sub_visual04.jpg)
}

.sub_visual.bg05 {
  background-image: url(../img/sub/sub_visual05.jpg)
}

.sub-section-wrap {
  position: relative;
  padding-top: 95px;
  padding-bottom: 150px;
  margin-top: -95px;
  background-color: #ffffff;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.sub-section-wrap section {
  width: 100%;
}

.sub-section-wrap section.sub-section {
  padding-top: 150px;
}

.sub-section-wrap .pad {
  padding: 0 var(--default-pad);
}

.sub-title {
  margin-bottom: 40px;
}

.sub-title.center {
  text-align: center
}

.sub-title span {
  color: var(--main-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

.sub-title h1 {
  color: #1B1B1B;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 51px */
  margin-top: 12px;
}




/*회사개요*/
.sub-company .layer {
  display: flex;
  align-items: stretch;
  gap: 60px;
}

.sub-company .left {
  max-width: 913px;
  width: 100%;
}

.sub-company .left img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

.sub-company .right {
  width: 100%;

}

.company-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--main-color);
}

.company-table tr {
  border-bottom: 1px solid #DDD;
}

.company-table th {
  width: 30%;
  padding: 0 30px;
  background: #FAFAFA;
  height: 60px;
  max-height: 60px;
  line-height: 1;
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.company-table td {
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 60px;
  max-height: 60px;
  line-height: 1;
}

.company-table td p {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.company-table td p.date {
  color: #B8B8B8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 6px;
}

.company-table td p.tag {
  position: relative;
  color: #cf3339;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 10px;
  margin-right: 6px;
}

.company-table td p.tag::after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;

  color: #DDD;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.full-txt {
  margin-top: 150px;
  color: #1B1B1B;
  font-family: var(--font-poppins);
  font-size: clamp(18px, 13.8vw, 207px);
  font-style: normal;
  font-weight: 800;
  line-height: 0.7;
  opacity: 0.05;
  text-align: center;
  white-space: nowrap;
}

.sub-ceo {
  background-color: #fafafa;
}

.sub-ceo .layer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 140px;
  padding-right: 0;
}

.sub-ceo .layer .right {
  width: 50%;
  height: 100%;
}

.sub-ceo .layer .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-ceo .layer .left{
  width: 50%;
  padding: 150px 0;
}

.sub-ceo .layer .left .txt {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.sub-ceo .layer .left .sign {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}

.sub-ceo .layer .left .sign span {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

.sub-ceo .layer .left .sign p {
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 8px;
}

.sub-history{position: relative; padding-bottom: 150px}
.sub-history .his_bg{position: absolute; left: 0; top: 0; width: 100%;height: 100%; opacity: .1}
.sub-history .his_bg img{width: 100%; height: 100%;     object-fit: cover;}


.sub-history .layer {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    flex-direction: column;
    position: relative; z-index: 2
}

.sub-history .layer .left {
  position: relative;
  width: 50%;
}

.sub-history .layer .left .sticky {
  position: relative;
  top: 0;
}

.sub-history .layer .left .img {
  border-radius: 20px;
  overflow: hidden;
  max-width: 600px;
}
.sub-history .layer .right{
  width: 50%;
}
.history-wrap {
  position: relative;
}

.history-wrap .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #d9d9d9;
}

.history-wrap .bar .active-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: var(--main-color);
}

.history-wrap .history {
  width: 100%;
  height: 100%;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.history-wrap .history .area {
  display: flex;
  width: 100%;
  gap: 48px;
}

.history-wrap .history .area .year {
  min-width: 200px;
  color: #1B1B1B;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 45px */
  white-space: nowrap;
}

.history-wrap .history .area ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.history-wrap .history .area ul li {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.chart-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}

.chart-wrap .title {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  border: 1px solid #cf3339;
  background: #FFF;
  color: #cf3339;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 20px;
}

.chart-wrap .top {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.chart-wrap .top span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.chart-wrap .top span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}

.chart-wrap .top p {
  color: #FFF;
  font-family: var(--font-poppins);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 49px */
}

.chart-wrap .middle {
  max-width: 390px;
  width: 100%;
  position: relative;
  padding: 50px 0;
  z-index: 1;
}

.chart-wrap .middle::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  z-index: -1;
}

.chart-wrap .bottom {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.chart-wrap .bottom .list {
  position: relative;
  width: 100%;
  padding-top: 50px;
  z-index: 1;
}

.chart-wrap .bottom .list .title{
  position: relative;
}
.chart-wrap .bottom .list .title::after {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 50px;
  background-color: #e6e6e6;
  z-index: -1;
}

.chart-wrap .bottom .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  z-index: -1;
}

.chart-wrap .bottom .list:first-of-type::before {
  left: 50%;
  transform: translateY(-50%);
  width: calc(50% + 60px);
}

.chart-wrap .bottom .list:nth-of-type(2)::before {
  transform: translateY(-50%);
  width: calc(100% + 30px);
}

.chart-wrap .bottom .list:nth-of-type(3)::before {
  left: unset;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% + 30px);
}

.chart-wrap .bottom .list:last-of-type::before {
  left: unset;
  right: 50%;
  transform: translateY(-50%);
  width: calc(50% + 60px);
}

.chart-wrap .bottom .list .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px auto 0;
  align-items: center;
}

.chart-wrap .bottom .list .box-wrap .box {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  border-radius: 100px;
  border: 1px solid #DDD;
  background: #FFF;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.chart-wrap .bottom .list .box-wrap .box::after{
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 21px;
  background-color: #e6e6e6;
  z-index: -1;
}

.chart-wrap .bottom .list .box-wrap .box:first-of-type:after{
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 31px;
  background-color: #e6e6e6;
  z-index: -1;
}

/*오시는길*/
.sub-map .layer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.sub-map .layer .left {
  max-width: 500px;
  width: 100%;
  border-radius: 20px;
  background: #FAFAFA;
  padding: 30px;
}

.map-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.map-btn {
  padding: 40px 24px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 20px;
  cursor: pointer;
  transition: .3s;
}

.map-btn:hover {
  border: 2px solid var(--main-color);
}

.map-btn.active {
  border: 2px solid var(--main-color);
}

.map-btn .title {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD;
}


.map-btn .title p {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.map-btn.active .title p {
  color: var(--main-color);
}

.map-btn.active .title svg path {
  fill: var(--main-color);
}

.map-btn .add {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
}

.map-btn .add li {
  display: flex;
  gap: 20px;
}

.map-btn .add li span {
  width: 60px;
  color: #1B1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.map-btn .add li p {
  color: #1B1B1B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.sub-map .layer .right {
  width: 100%;
}

.map-wrap {
  width: 100%;
  height: 700px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.map-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.map-box.map1 {
  display: block
}

.map-box.map2 {
  display: none;
}

.map-box .map {
  width: 100%;
  height: 100%;
}


/* business */
.business-img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}

.business-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-content {
  margin-top: 40px;
}

.sub-txt h2 {
  color: #1B1B1B;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 51px */
}

.sub-txt h3 {
  display: block;
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
  margin-top: 16px;

}

.sub-txt h3+p {
  margin-top: 30px;
}

.sub-txt h2+p {
  margin-top: 30px;
}

.sub-txt p {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.sub-txt p+p {
  margin-top: 20px;
}

.sub-txt p.color {
  color: var(--main-color);
}

.sub-txt p strong {
  font-weight: 600;
}

.sub-txt li {
  display: flex;
  gap: 8px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.sub-txt li span {
  line-height: 150%;
}

.tab-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-btn-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  border: 1px solid #DDD;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  margin: 0 auto;
  gap: 5px;
}

.tab-btn-wrap .tab-btn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1B1B1B;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: #fff;
  border-radius: 100px;
  transition: .3s;
}

.tab-btn-wrap .tab-btn:hover {
  background-color: var(--main-color);
  color: #fff;
}

.tab-btn-wrap .tab-btn.active {
  background-color: var(--main-color);
  color: #fff;
}

.tab-content-wrap {
  width: 100%;
  margin-top: 50px;
}

.tab-content {
  display: none;
  transition: .3s;
}

.tab-content.active {
  display: block;
  opacity: 1;
}

.tab-btn.active {
  font-weight: 700;
}

.flex-txt {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.flex-txt>.left {
  width: 100%;
}

.flex-txt2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 120px;
  margin-top: 30px;
}

.flex-txt3 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-top: 30px;
}

.flex-txt2::after,
.flex-txt3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.flex-txt2>*,
.flex-txt3>* {
  width: 50%;
}

.tab-slide-wrap {
  margin-top: 80px;
  padding-left: var(--default-pad);
}

.tab-slide-wrap2 {
  padding-left: var(--default-pad);
}

.tab-slide {

}

.tab-slide .thumb {
  width: 100%;
  height: 586px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 60px;
}

.tab-slide .thumb::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 124, 0, 0.00) 0%, rgba(245, 124, 0, 0.50) 100%);
  transition-duration: .5s;
  opacity: 0
}

.tab-slide .thumb:hover::after {
  opacity: 1;
  bottom: 0;
}

.tab-slide .thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tab-slide .thumb .txt {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
  transition: .3s;
  color: #FFF;
  font-family: var(--font-jaka);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 27px */
  text-transform: uppercase;
}

.tab-slide .thumb:hover .txt {
  opacity: 1;
  visibility: visible;
  transition: .3s;
}

.tab-flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.tab-flex-wrap2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tab-flex-wrap .top {
  width: 100%;
  height: 500px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.tab-flex-wrap .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.tab-flex-wrap .img>img {
  height: auto;
  max-height: 100%;
}

.tab-flex-wrap .bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  /* margin-top: 60px; */
}

.tab-flex-wrap .bottom .content {
  position: relative;
  min-height: 350px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.tab-flex-wrap .bottom .content .icon {
  right: 30px;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-bottom: 60px;
}

.tab-flex-wrap .bottom .content .icon svg{
  width: 100%;
  height: 100%;
}
.tab-flex-wrap .bottom .content .icon svg path {
  fill: #1b1b1b;
  stroke: #1b1b1b;
}

.tab-flex-wrap .bottom .content:hover .icon svg path {
  fill: var(--main-color);
  stroke: var(--main-color);
  transition: .3s;
}

.tab-flex-wrap .bottom .content .txt h3 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  margin-bottom: 12px;
}

.tab-flex-wrap .bottom .content .txt p {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: -0.36px;
}

.tab-img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 60px;
}

.tab-img-wrap>.img {
  flex: 1;
  height: 360px;
  border-radius: 20px;
  background-color: #fddd;
  overflow: hidden;
}

.tab-img-wrap>.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.half-img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.half-img-wrap>* {
  flex: 1;
}

.half-img-wrap .img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  border: 2px solid #DDD;
  background: #FFF;
  transition: .3s;
}

.half-img-wrap>*:hover .img {
  border: 2px solid #cf3339;
}

.half-img-wrap .txt {
  margin-top: 20px;
}

.half-img-wrap .txt h3 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}

.half-img-wrap .txt p {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-top: 12px;
}

.wrap-title {
  color: #1B1B1B;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  margin-bottom: 30px;
}

.model-img-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 50px;
}

.model-img-wrap .content{
  display: flex;
  flex-direction: column;
}

.model-img-wrap .content .img {
  display: flex;
  padding: 70px 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  overflow: hidden;
}

.model-img-wrap .content .txt {
  margin-top: 20px;
  color: #1B1B1B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
}

.flow-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.flow-row {
  display: grid;
  grid-template-columns:
    1fr auto 1fr auto 1fr;
  gap: 40px;
  align-items: center;
}

.flow-row.right,
.flow-row.left {
  display: grid;
  grid-template-columns:
    1fr auto 1fr auto 1fr;
  align-items: center;
  justify-content: space-between;
}

.flow-row.right .flow-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-row.left .flow-box {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-box {
  max-width: 475px;
  width: 100%;
  margin: 0 auto;
}

.flow-box .flow-img {
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.flow-box.border .flow-img {
  border: 1px solid #DDD;
}

.flow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-box p {
  color: #1B1B1B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 30px */
  margin-top: 20px;
}

.flow-arrow {
  flex: 0 0 auto;
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-arrow.spacer {
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

.flow-arrow img {
  max-width: 60px;
}

.flow-arrow.down img {
  transform: rotate(90deg);
}

.flow-reverse .flow-arrow img {
  transform: rotate(180deg);
}

.flow-txt-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flow-txt-wrap li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 12px 16px;
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.list-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-wrap .list-box {
  display: flex;
  padding: 30px;
  align-items: center;
  gap: 52px;
  align-self: stretch;
  background-color: #fafafa;
}

.list-wrap .list-box.list-box2 .img {
  background-color: #ffffff;
}

.list-wrap .list-box .img {
  min-width: 620px;
  height: 400px;
  border-radius: 20px;
  border: 2px solid #ddd;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.list-wrap .list-box:hover .img {
  border: 2px solid var(--main-color);
}

.list-wrap .list-box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-wrap.contain .list-box .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list-wrap .list-box .txt h3 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}

.list-wrap .list-box .txt h3 span {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.list-wrap .list-box .txt h4 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */
}

.list-wrap .list-box .txt p {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  margin-top: 12px;
}

.list-wrap .list-box .txt ul {
  margin-top: 12px;
}

.list-wrap .list-box .txt ul li {
  display: flex;
  gap: 8px;
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.list-wrap .list-box .txt ul li span {
  line-height: 150%;
}

.list-wrap .list-box .txt .inner-txt {
  margin-top: 30px;
}

.process-out-wrap {
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 60px 140px;
}

.flow-txt {
  padding: 30px;
  min-height: 180px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FAFAFA;
}

.flow-txt h3 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.flow-txt h3 span {
  color: var(--main-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
}

.flow-txt ul {
  margin-top: 10px;
}

.flow-txt ul li {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  display: flex;
  gap: 8px;
}

.flow-txt ul li span {
  line-height: 150%;
}

.hover-img-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.hover-box {
  width: 100%;
}

.hover-box .img {
  position: relative;
  border-radius: 20px;
  border: 2px solid #DDD;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20%;
  transition: .3s;
}

.hover-box .img::after {
  content: '';
  background-image: url(../img/plus_circle_white.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 35px;
  bottom: -35px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.10));
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.hover-box:hover .img {
  border: 2px solid var(--main-color);
}

.hover-box:hover .img::after{
    opacity: 1;
  visibility: visible;
} 

.hover-box .img img {
  border-radius: 20px;
}

.hover-box p {
  margin-top: 20px;
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

.sub-product .product-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 50px;
}

.sub-product .product-list .hover-box .img {
  height: 408px;
}

.sub-product .product-list .hover-box .img img{
  width: 100%;
  object-fit: cover;
}

.detail-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
}


.detail-box .title {
  display: flex;
  align-items: center;
  gap: 12%;
}

.detail-box .title .thumb {
  max-width: 650px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 65px;
}

.detail-box .title .txt h3 {
  color: #1B1B1B;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
  margin-bottom: 20px
}

.detail-box .title .txt .info ul li {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.detail-box .title .txt .info ul+ul {
  margin-top: 20px;
}

.detail-box .title .txt .common-btn {
  margin-top: 60px;
}

.draw-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-top: 60px;
}

.draw-box {
  width: 100%;
  height: auto;
  max-height: 450px;
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 70px;
}

.draw-box img {
  width: auto;
  height: 100%;
  max-height: 100%;
}

.icon-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.icon-title span {
  display: flex;
  width: 55px;
  height: 55px;
  padding: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #cf3339;
}

.icon-title h3 {
  color: #111;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 44.2px */

}

.spec-table-wrap {
  width: 100%;
  overflow-x: scroll;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1200px;
}

.spec-table th,
.spec-table td {
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  height: 50px;
}

.spec-table thead th {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #fafafa;
}

.spec-table tbody th {
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: #fafafa;
  font-weight: 600;
}

.spec-table tbody td:first-child{
  color: #1B1B1B;
    background: #fafafa;
    font-weight: 600;
}

.spec-table tbody th.left div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.spec-table tbody td {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.spec-table .sub {
  text-align: center;
  font-weight: 600;
}

/* 대각선 헤더 */
.diagonal {
  position: relative;
  background: #fafafa;
  overflow: hidden;
}

.diagonal::after {
  position: absolute;
  left: -20%;
  width: 140%;
  top: 50%;
  content: '';
  height: 1px;
  background-color: #ddd;
  transform: rotate(8deg);
}

.diagonal .bl {
  position: absolute;
  left: 17px;
  bottom: 12px;
}

.diagonal .tr {
  position: absolute;
  right: 17px;
  top: 12px;
}

.inquiry {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}

.inquiry .left{
  max-width: 440px;
  width: 100%;
}
.inquiry-txt {
  position: sticky;
  top: 50px;
  width: 100%;
  border-radius: 20px;
  border: 2px solid var(--main-color);
  background: #FFF;
  padding: 40px 24px;
}

.inquiry-txt h3 {
  color: #1B1B1B;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.inquiry-txt h3 span {
  color: var(--main-color);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.inquiry-txt ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}

.inquiry-txt ul li {
  display: flex;
  gap: 14px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.inquiry-txt ul li span {
  width: 50px;
}

.inquiry-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form-box {
  padding: 30px;
  border-radius: 20px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-box h3 {
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
}

.form-input {
  width: 100%;

}

.form-input label {
  color: #1B1B1B;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 23.8px */
  position: relative;

}

.form-input label::after {
  content: '*';
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(-50%, -50%);
  color: var(--main-color);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 23.8px */
}

.form-input input {
  width: 100%;
  height: 50px;
  padding: 14px 16px;
  gap: 10px;
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  margin-top: 10px;

}

.form-input textarea {
  resize: none;
  width: 100%;
  height: 250px;
  padding: 14px 16px;
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #FFF;
  margin-top: 10px;
}

.form-input input::placeholder,
.form-input textarea::placeholder {
  color: #AEAEAE;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.ck_agree{
  display: flex;
  align-items: center;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  gap: 10px;
}
.custom-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #222;
  user-select: none;
}

.custom-check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-check .check-ui {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
}

.custom-check .check-ui::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ddd;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}


.custom-check input:checked+.check-ui::after {
  background-color: #ff8a00;
}


.ck_agree a{
  color: var(--main-color);
  text-decoration: underline;
}






.board_common_btn_list {
  margin-top: 80px
}

.board_common_btn_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.board_common_btn_list a,
.board_common_btn_list button {
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  color: #333;
  display: inline-flex;
  align-items: center;
  text-align: center
}

.board_top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
}

.board_top_flex .board-title {
  margin-bottom: 0;
}

.total_board {}

.total_board p {
  font-size: 14px;
  color: #666
}

.total_board p b {
  font-weight: bold;
  color: #DE9B25
}

.search_board form {
  display: flex;
  gap: 10px
}

.search_board form select {
  background: #f5f5f5 url(../img/sub/drop_search.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  color: #666;
  height: 60px;
  line-height: 60px;
  border: 0;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative
}

.search_board form select::-ms-expand {
  display: none;
}

.search_board .sch_bar {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #DDD;
  background: #FFF;
}

.search_board .sch_bar input {
  color: #1b1b1b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  padding: 0 20px;
  line-height: 60px;
  border: 0;
}

.search_board .sch_bar input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}

.search_board .sch_bar button {
  padding: 0 20px;
  border: 0;
  background: #ffffff
}

.board_tlb{
  width: 100%;
}

.board_tlb table {
  width: 100%;
  border-top: 1px solid var(--main-color);
  border-spacing: 0
}

.board_tlb table th {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  padding: 27px 24px;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  color: #231815;
  background: #Fafafa
}

.board_tlb table th.th_subject{
  text-align: left;
}
.board_tlb table td {
  padding: 35px 15px;
  border-bottom: 1px solid #ddd;
  color: #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
}
.board_tlb table td.td_subject{
  max-width: 0;
}
.board_tlb table td a{
 display: block;          /* 🔥 필수 */
  max-width: 100%;         /* 또는 px 값 */
  white-space: nowrap;     /* 한 줄 */
  overflow: hidden;
  text-overflow: ellipsis; /* ... */
}
 

.board_tlb table td.empty_table {
  font-size: 1em;
  padding: 20px 0 !important;
  color: #666;
  text-align: center;
}

.board_tlb table td.num {
  text-align: center;
  width: 80px;
  color:#666;
}

.board_tlb table td.num .notice_icon {
  color: #222
}
.board_tlb table td.writer{
  width: 160px;
  text-align: center;
}
.board_tlb table td.date {
  width: 160px;
  text-align: center
}
.board_tlb table td p{
 color: #666;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 26px */
}

.board_tlb table td.date p {
  text-align: center;
  color: #666;
}

.board_tlb table td.down {
  text-align: center;
  width: 170px;
}

.board_tlb table td a.flexa {
  display: flex;
  gap: 10px
}

.board_tlb table td .point {
  font-size: 14px;
  background: #FF8A00;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff
}

.board_tlb table td.file,
.board_tlb table td.ofc {
  text-align: center;
  width: 160px;
  text-align: center
}

.board_tlb table td.writer{
  text-align: center;
}

.sv_member{
  color: #666;
}

.board_tlb .down_load {}

.board_tlb .down_load {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #18459D;
  padding: 15px 25px 15px 15px;
  border-radius: 100px
}

.board_tlb .down_load i {
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px
}


.board_detail_content {
  border-top: 2px solid #D9D9D9;
  padding-top: 50px;
  border-bottom: 1px solid #D9D9D9
}

.board_view_btn {
  text-align: center;
  margin-top: 100px
}



.gall_list_style {
  display: flex;
  gap: 40px 30px;
  flex-wrap: wrap;
}

.gall_list_style li {
  width: calc(25% - 22.5px);
}

.gall_list_style li.empty_list {
  width: 100%
}

.gall_list_style.certifica .gall_img {
  border-radius: 10px;
  transition-duration: .8s;
  border: 1px solid #ddd;
  position: relative
}

.gall_list_style .gall_img .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 164, 36, 0.90);
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-duration: .8s
}

.gall_list_style .gall_img .bg em {
  color: #fff;
  font-size: 18px;
  font-style: normal
}

.gall_list_style .gall_img .bg img {
  width: auto;
  height: auto;
  object-fit: none;
  aspect-ratio: auto;
}

.gall_list_style .gall_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.board_list_txt {
  margin-top: 20px;
  color: #1B1B1B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  text-align: left;
}

.board_list_txt p {
  font-size: 16px;
  color: #aaa;
  margin-top: 10px
}

.board_list_txt p.list_cate {
  color: #cf3339;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-align: left;
  margin-bottom: 10px;
}

.board_list_txt h3 {
  color: #010101;
  font-size: 18px;
  font-weight: bold;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: .8s;
  text-align: left;
  line-height: 120%;
}


.gall_list_style li:hover .gall_img .bg {
  opacity: 1
}


/* 인증서 */
.gall_list_style.certifications .gall_img img {
  aspect-ratio: 21 / 29;
}

.gall_list_style.certifications {

}

.gall_list_style.certifications li {
}

.gall_list_style.certifications .board_list_txt {
  text-align: center
}

.gall_list_style.certifications li .gall_img {
  position: relative;
  border-radius: 20px;
  border: 2px solid #DDD;
  background: #FFF;
  padding: 50px 63px;
}

.gall_list_style.certifications li .gall_img::after {
  content: '';
  background-image: url(../img/plus_circle_white.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 35px;
  bottom: -35px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.10));
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}


.gall_list_style.certifications li:hover .gall_img::after {
  opacity: 1;
  visibility: visible;
}

.gall_list_style.rnd li:hover .gall_img a {
  border: 2px solid var(--main-color);
}

.gall_list_style.rnd .board_list_txt {
  text-align: left;
}


/* R&D */
.gall_list_style.rnd {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}


.gall_list_style.rnd .board_list_txt {
  text-align: center
}

.gall_list_style.rnd li .gall_img {
  height: 350px;
  position: relative;
  background: #FFF;
}

.gall_list_style.rnd .gall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gall_list_style.rnd li .gall_img a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #DDD;
}

.gall_list_style.rnd li .gall_img::after {
  content: '';
  background-image: url(../img/plus_circle_white.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 35px;
  bottom: -35px;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.10));
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.gall_list_style.rnd li .gall_img a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(245, 124, 0, 0.00) 0%, rgba(245, 124, 0, 0.50) 100%);
  transition-duration: .5s;
  opacity: 0;
}

.gall_list_style.rnd li:hover .gall_img::after {
  opacity: 1;
  visibility: visible;
}

.gall_list_style.rnd li:hover .gall_img a::before {
  opacity: 1;
  bottom: 0;
}

.gall_list_style.certifications li:hover .gall_img {
  border: 2px solid var(--main-color);
}

.gall_list_style.certifications .board_list_txt {
  text-align: left;
}



/* 장비 현황 */
.gall_list_style.equipment {}

.gall_list_style.equipment .gall_img {
  border-radius: 20px;
  overflow: hidden;
}

.gall_list_style.equipment .gall_img img {
  width: 100%;
}


/* 공지사항 */
.notice_list {
  border-top: 1px solid #DDDDDD
}

.notice_list .box {
  border-bottom: 1px solid #DDDDDD;
  padding: 50px;
  position: relative;
  transition-duration: .8s
}

.notice_list .box:hover {
  background: #FBFBFB
}


.notice_list .box .chk_box {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2
}

.notice_list .box .txt h4 {
  color: #231815;
  font-size: 18px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: .8s
}


.notice_list .box .txt p {
  color: #666;
  font-size: 16px;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: .8s;
  margin-top: 15px
}


.notice_list .box:hover .txt h4 {
  color: #DE9B25
}






.if_video_are {
  max-width: 1024px;
  margin: 0 auto 50px
}

.board_detail_content .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 5px
}

.board_detail_content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#bo_v_img {
  text-align: center;
}

#bo_v_con * {
  text-align: center;
}

#bo_v_file li {
  padding: 25px 0;
  border: 0;
  border: 0;
  border-top: 0px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0
}

#bo_v_file li a {
  display: flex;
  gap: 20px;
  font-size: 18px
}

#bo_v_file li i {
  float: none;
  margin: 0
}

#bo_v_file li i img {
  margin: 0
}

#bo_v_file li a strong {
  font-weight: 400
}


.board_title {
  margin-bottom: 60px;
  text-align: center
}

.board_title h2 {
    -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow: hidden;
  font-size: 40px;
  font-weight: 900;
  color: #1E1F1C
}

.board_title h3 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  font-weight: 300
}

.contact_view {}

.contact_view li {
  font-size: 18px;
}

.contact_view li+li {
  margin-top: 10px
}

.contact_content *,
.contact_content {
  font-size: 18px;
  line-height: 150%;
  word-break: keep-all
}



#bo_cate {
  margin: 0px 0 60px
}

#bo_cate h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.board-title {
  color: #111;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  margin-bottom: 54px;
}

#bo_cate ul {
  zoom: 1;
  display: flex;
  gap: 2px;
}

#bo_cate ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: ""
}

#bo_cate li {
  display: inline-block;
  padding: 2px
}

#bo_cate a {
  display: block;
  padding: 10px 20px;
  border-radius: 0px;
  color: #1B1B1B;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition-duration: .3s;
  background: transparent;
  border-radius: 100px;
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
  text-decoration: none;
  background: var(--main-color);
  color: #fff;
}

#bo_cate #bo_cate_on {
  z-index: 2;
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}


.more_product {
  margin-top: 80px;
  text-align: center;
  display: flex;
  gap: 18px;
  justify-content: center;
}



.more_product .sub_btn_flex {
  display: inline-flex;
  font-size: 18px;
  color: #171717;
  background: #fff;
  height: 80px;
  padding: 25px 0 25px 30px;
  border-radius: 80px;
  align-items: center;
  border: 1px solid #DDDDDD
}

.more_product .sub_btn_flex i {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more_product .sub_btn_flex span {
  flex: auto;
  font-weight: 500
}

.more_product .sub_btn_flex.orange {
  background: #FDA424;
  color: #fff
}


/* ✅ 이미지 팝업 모달 기본 스타일 */
.thumb-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.thumb-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.thumb-modal__dialog {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.thumb-modal__dialog img {
  max-width: 86vw;
  max-height: 72vh;
  display: block;
}

.thumb-modal__caption {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
}

.thumb-modal__close {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 36px;
  height: 36px;
  line-height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #1b1b1b;
  font-size: 22px;
  cursor: pointer;
}