.search-area{
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: center;
  background-color: #F7F7F7;
  padding: 40px 0;
}
.search-area span{
  color: #222;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}
.search-area form{
  max-width: 993px;
  width: 100%;
}
.sub-tab-list > .tab-item.active > a,
.sub-tab-list > .tab-item > a:focus {
  color: #fff;
  background: #E60012;
  font-weight: 700;
}
.sub-tab-list > .tab-item:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.sub-tab-list > .tab-item:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.sub-tab-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 4px;
 
}
.sub-tab-list .sub-list {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 20px;
  width: 100%;
  z-index: 9999;
 
}
.sub-tab-list > li {
  flex: 1;
  text-align: center;
  overflow: hidden;
}

.sub-tab-list .tab-item + .tab-item{
  border-left: 1px solid #ddd;
}
.sub-tab-list .tab-item > a {
  display: block;
  padding: 31px 0;
  color: #AAA;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  transition: color 0.2s, background 0.2s;
}




.sub-tab-list .tab-item.active .sub-list {
  display: flex;
  background: #fff5f5;
  border-radius: 4px;
  background: rgba(230, 0, 18, 0.04);
  padding: 31px 40px;
  gap: 40px;
}

.sub-list {
  align-items: center;
  justify-content: flex-start;
}

.sub-list .sub-item:last-child {
  margin-right: 0;
}
.sub-list .sub-item a {
  display: inline-block;
  color: #AAA;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  transition: all 0.5s;
  white-space: nowrap;
}

.sub-list .sub-item a.active {
  color: #e51e23;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 25%; /* 4.5px */
  text-underline-position: from-font;
}




/* 제품소개 */
.prd-list{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(370px, max-content));
gap: 40px;
margin-top: 180px;
margin-bottom: 80px;
}
.prd-list li{
  position: relative;
  flex: 1 1 370px;
  min-width: 370px;
}
.prd-list li a{
display: block;
padding: 40px;
border-radius: 10px;
background: #FFF;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
height: 100%;
}
.prd-list li a .thumb{
  margin-bottom: 24px;
  text-align: -webkit-center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prd-list li a strong{
  color: #E60012;
text-align: center;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 16px */
letter-spacing: -0.32px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

margin-bottom: 10px;
}
.prd-list li a p.eng{
  min-height: 0;
}
.prd-list li a p {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 33.6px */
  letter-spacing: -0.48px;
  min-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical;
}

/* 제품소개 뷰페이지*/
.prd-view{
  position: relative;
}

.prd-view .thumb-bg{
  position: absolute;
  top: 0;
  left: 0;
}
.info-area{
  display: flex;
  gap: 80px;
}


.info-area .thumb{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 130px;
  border-radius: 10px;
  border: 1px solid #DDD;
  background: #FFF;
  width: 600px;
  height: 600px;
flex-shrink: 0;

}

 .info{
  flex: 1;
}
.prd-view .tit strong{
  color: #E60012;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: -0.4px;}
.prd-view .tit h2{
  color: #222;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 40px */
letter-spacing: -1.6px;
padding-bottom: 48px;
border-bottom: 2px solid #222;
}

.prd-view .tit .flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-end;
  margin-bottom: 24px;
}


.prd-view .info ul {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.prd-view .info ul li{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.prd-view .info ul li strong::before{
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222;
}
.prd-view .info ul li strong{
  position: relative;
  display: block;
  min-width: 110px;
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
padding-left: 10px;
}
.prd-view .info ul li span{
  color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 18px */
letter-spacing: -0.36px;
word-break: break-all;
}
.prd-view .btn-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.prd-view .btn-wrap a{
  
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  max-width: 449px;
  width: 100%;
  height: 80px;
  font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.prd-view .btn-wrap a.dl-btn{
  background: #E60012;
  border: 1px solid #E60012;
  color: #FFF;

}
.prd-view .btn-wrap a.back-to-list{
  border: 1px solid #DDD;
  background: #FFF;
  color: #222;

}
.spec-area{
  margin-top: 122px;
  border-top: 1px solid #222;
}
.spec-area li{
  display: flex;
  border-bottom: 1px solid #DDD;
}
.spec-area li div span{
  padding-left: 10px;
  position: relative;
}
.spec-area li div span::before{
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #222;
}
.spec-area li div.tit{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 190px;
  flex-shrink: 0;
  background: #F7F7F7;
  padding: 35.5px 40px;
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 28.8px */
letter-spacing: -0.36px;
}
.spec-area li .desc{
  flex: 1;
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  padding: 35.5px 40px;
  background-color: #FFF;
  word-break: break-all;
}

.title-area{
  margin-top: 42px;
  border-top: 2px solid #000;
}
.title-area div{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.title-area,
.board-item {
  display: grid;
  grid-template-columns: 110px 1fr 140px 180px 140px;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #ddd;
}
.board-item .row-bottom{
  display: grid;
  grid-template-columns:  140px 180px 140px;
}

.board-item .title {
  color: #222;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  transition: all 0.5s;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.board-item .date,
.board-item span{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.bdn{
  border: none !important;
  margin-top: 0 !important;
}
.board-item .num{
  color: #666;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.board-item.noti{
  background: rgba(230, 0, 18, 0.04);
}
.board-item.noti .title{
  color: #E60012;
}




/* 자료실 */
.board-list.resors .title{
  display: flex;
  align-items: center;
  gap: 5px;
}
/* .board-list.resors .title::after{
  content: '';
  width: 16px;
height: 18px;
flex-shrink: 0;
background-image: url(/image/common/cilp-icon.svg);
background-repeat: no-repeat;
background-size:  16px 18px;
} */


/* 질병정보 */
.disease-list{
  margin-top: 180px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  grid-template-rows: repeat(3,1fr);
  gap: 40px;
}
.disease-list li a {
  position: relative;
  display: block;
  padding: 40px;
  border-radius: 10px;
background: #FFF;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
transition: all 0.5s;
}
.disease-list li a .caqtag{
  color: #E60012;
font-family: Pretendard;
font-size: 16px;
font-weight: 500;
line-height: 100%; /* 16px */
letter-spacing: -0.32px;
}
.disease-list li a .kor{
  margin-top: 10px;
}
.disease-list li a p{
  color: #222;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
min-height: 34px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
width: 100%;

}
.disease-list li a .flex{
  margin-top: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.disease-list li a svg{
  color: #E60012;
 
}
.disease-list li a .svg-thumb{
  display: flex;
  align-items: center;
  justify-content: center;
 width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: all 0.5s;
}

/* 질병정보 뷰페이지 */
.dis-view{
  position: relative;
}
.dis-view .bg-thumb{
  position: absolute;
  top: 0;
  left: 0;
}

.dis-view .board-view-tit {
  border-top: none;
}

.dis-view .board-view {
  border-top: 2px solid #000;
  margin-top: 80px;
}

.dis-view .catag{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60012;
text-align: center;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;

}
.dis-view .board-view-tit h3 {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: -1.6px;
  margin: 24px 0 0px;
}

.dis-view .spec-area {
  margin-top: 0px;
  border-top: none;
}

.dis-view .thumb-list > div{
  flex: 1;
}
.dis-view .thumb-list{
  padding: 35.5px 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(188px, 1fr)) !important;
  gap: 40px;
  width: 100%;
  align-items: center;

}
.dis-view .thumb-list .thumb img{
width: 100%;
height: 100%;
object-fit: cover;
}
.dis-view .thumb-list strong{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 290px;
  width: 100%;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;

}
/* 제품문의 */

.agreement h4 span{
  color: #ED1C24;
}
#agreemt{
  border-radius: 4px;
  border: 1px solid #DDD;
  background: #FFF;
 margin-top: 40px;
  padding: 40px;
  color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: -0.36px;
height: 360px;
}
#agreemt .scroll {
  overflow-y: auto;
  height: 100%;
}

#agreemt .scroll::-webkit-scrollbar {
  width: 4px;

}



#agreemt .scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}



#agreemt .scroll::-webkit-scrollbar-thumb {
  background: #ED1B23;
  border-radius: 100px;
}


.custom-checkbox {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.custom-checkbox input[type="checkbox"] {
  display: none; /* 기본 체크박스 숨기기 */
}


.custom-checkbox .checkbox-image img {
  width: 24px;
  height: 24px;
 

}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-image img {
  content: url('/image/common/chk02.svg');
}


.chk-area .txt{
  color: #666;
font-family: Pretendard;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 16px */
letter-spacing: -0.32px;
margin-left: 10px;
}

.inquiry h4{
  margin-top: 80px;
  margin-bottom: 40px;
}
.inquiry .form{
  margin-top: 40px;
  border-top: 2px solid #222;
}
.form li{
  display: flex;
  border-bottom: 1px solid #ddd;
}
.form__tit{
  display: flex;
  align-items: center;
  background: #F7F7F7;
  padding: 35px 20px;
  min-width: 180px !important;
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.form__tit .deco{
  color: #ED1C24;
}
.form__input{
  padding: 20px;
  width: 100%;
  
}
.form__full .form__input select{
  height: 60px;
  padding: 20px;
  width: 100%;
  max-width: 580px;
    background: url(/image/common/ar-down.svg) no-repeat 97% 50%;
    outline: none;
    border: 1px solid #DDD;
    border-radius: 2px;
    color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.form__full .form__input input{
  height: 60px;
  padding: 20px;
  border-radius: 2px;
border: 1px solid #DDD;
background: #FFF;
width: 100%;
  max-width: 580px;
  border-radius: 2px;
}

.form__half.num .form__input {
  width: 100%;
}
.form select,
.form input{
  outline: none;
}
.form__half.email select,
.form__half.email input,
.form__half.num .form__input select,
.form__half.num .form__input input{
  flex: 1;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 2px;
border: 1px solid #DDD;
background-color: #FFF;
}
.form__half.num  p{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 580px;
  width: 100%;
}

.form__half.email p{
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 862px;
  width: 100%;
}


.form__half select {
  background: url(/image/common/ar-down_sm.svg) no-repeat 88% 50%;
}
.form__half.email select {
  background: url(/image/common/ar-down_sm.svg) no-repeat 92% 50%;
}
.form textarea,
.form .form__input{
  color: #222;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.form textarea::placeholder,
.form .form__input::placeholder{color: #AAA;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;}

  .form textarea{
    resize: none;
    outline: none;
    height: 240px;
    width: 100%;
    border-radius: 2px;
border: 1px solid #DDD;
padding: 20px;
  }

  .form__full .w-620{
    display: flex;
    align-items: center;
    max-width: 620px;
    width: 100%;
    gap: 10px;
  }
  
  @media all and (max-width:768px) {
    .form__full .w-620{
      display: flex;
      align-items: center;
      max-width: unset;
    }
  
    .tit24 {
      font-size: 22px;
    }
  }
  

/* 오시는길 */

.loca-tab{
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 80px;
  border: 1px solid #DDD;
}
.loca-tab a.active{
  border: 1px solid #E60012;
background: #E60012;
color: #FFF;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.loca-tab a{
  flex: 1;
  color: #AAA;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
display: flex;
align-items: center;
justify-content: center;
padding: 31px 0;
}
.root_daum_roughmap .wrap_controllers {
  display: none !important;
}
.root_daum_roughmap .cont .section.lst{
  display: none;
} 
.root_daum_roughmap {
  width: 100% !important;
  height: 510px !important;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.root_daum_roughmap .map_border{
display: none !important;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}
.tit-thumb{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 40px */
letter-spacing: -0.8px;
}
.tit-thumb::before{
content: '';
background-image: url(/image/sub/pin.svg);
width: 40px;
height: 40px;
}

.addr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 58px;
}

.addr .col-left{
  color: #222;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 24px */
letter-spacing: -0.48px;
}
.addr .col-right{
  display: flex;
  align-items: center;
  gap: 40px;
}
.addr .col-right span,
.addr .col-right a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 20px */
letter-spacing: -0.4px;
}
.addr .col-right .tel::before{
  content: '';
  background-image: url(/image/sub/phone.svg);
  width: 18px;
height: 18px;
}
.addr .col-right .fax::before{
  content: '';
  background-image: url(/image/sub/print.svg);
  width: 18px;
height: 18px;
}
.addr .col-right .email::before{
  content: '';
  background-image: url(/image/sub/mail.svg);
  width: 18px;
height: 18px;
}




/* 지역별 대리점 */
.sc-card,
.sc-loca{
  height: auto !important;
}
.sc-card h3,
.sc-loca h3{
  display: block;
  text-align: left;
  color: #222;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  margin: 80px 0 40px;
 width: 100%;
}

.sc-card h3{
  margin: 180px 0 40px 0;
}
.sc-card .card-area .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-card .card-area .thumb{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sc-card .card-area{
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background: #F7F7F7;
  padding: 60px;
}
.sc-card .card-area .left{
  padding-right: 40px;
}
.sc-card .card-area .left strong{
  color: #E60012;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
.sc-card .card-area .left span{
  display: block;
  color: #222;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  margin-top: 16px;
}
.sc-card .card-area .right{
 position: relative;
}
.sc-card .card-area .right::after{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 1px;
  height: 106px;
  background-color: #ddd;
}
.sc-card .card-area .right{
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 63px;
}
.sc-card .card-area .right a::before{
  content: '';
  width: 24px;
  height: 24px;
}
.sc-card .card-area .right a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 18px */
letter-spacing: -0.36px;
}
.sc-card .card-area .tel::before{
  background-image: url(/image/sub/g-Phone.svg);
}
.sc-card .card-area .mail::before{
  background-image: url(/image/sub/g-Mail.svg);
}


.loca-info .title-area,
.loca-info .board-item {
  grid-template-columns: 240px 1fr 200px 200px ;
  align-items: center;
  padding: 33px 0;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}
.loca-info .board-item .title {
  text-align: center;
}
.loca-info .board-item .title {
  color: #666;
text-align: center;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%; 
letter-spacing: -0.36px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
width: 100%;
}

.sub-list::-webkit-scrollbar {
height: 4px;

}
.sub-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 50px;
}
.sub-list::-webkit-scrollbar-thumb {
  background: #ED1B23;
  border-radius: 100px;
}
/* 회사소개 */
.values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  padding-top: 20px
}
.values>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 360px
}

.values .circle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.values .circle::before {
  content: "";
  padding-bottom: 100%
}

.values .circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid hsla(0, 1%, 78%, 0.462);
  border-radius: 100%
}


.values .circle dd {
  color: #000;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.values .circle .font-mont {
  color: #E60012;
  text-align: center;
  font-family: Pretendard;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  letter-spacing: -1.12px;
}


.values .circle .fsm {
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
}

.values .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none
}

/* @media(max-width: 575.98px) {
  .values .circle {
      font-size:.875rem
  }

  .values .circle .fs-6 {
      font-size: .875rem
  }
}

@media(max-width: 1450px) {
  .values .circle .fsm {
    font-size: 1.4vw;
  }
} */

@media(max-width: 1620px) {
  .values {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
}
  .values>li {
      max-width:460px;
      width: 100%;
  }

  .values>li:nth-child(odd){
      margin-left: auto !important;
  }
}

@media(max-width: 800px) {
  .values {
    gap:20px;
    grid-template-columns: repeat(1, 1fr);
}
.values>li {
  width: 100%;
  margin: 0 auto;
}

}
@media(max-width: 425px) {
  .values .circle .fsm {
    font-size: 14px;
  }
}




.animated-circle {
  stroke-dasharray: 1124.4;
  stroke-dashoffset: 1124.4;
  -webkit-transition: stroke-dashoffset 1.2s linear;
  transition: stroke-dashoffset 1.2s linear
}

.animated-circle.visible {
  stroke-dashoffset: 0
}


/* 회사소개 */
.intro h3{
  color: #222;
font-family: Pretendard;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 48px */
letter-spacing: -0.96px;
padding: 140px 0 60px;
}
.intro .bg-gray{
  padding: 120px 0;
  background-color: #F7F7F7;
}

.sub-banner{
  position: relative;
  height: 400px;
  margin-bottom: 120px;
 background-image: url(/image/sub/sub-banner.jpg);
 background-position: center center;
 background-repeat: no-repeat;
 background-size: 100% 400px;
 background-size: cover;
 padding: 144px 0;
 border-radius: 10px;
 overflow: hidden;
}
.sub-banner p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
text-align: center;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 56px */
letter-spacing: -0.8px;
width: 100%;
}
/* ----------- Company :: 연혁 ----------- */
.history-page .sub-con-tit-box {margin-bottom: 3.7rem;}
.history-top-con {position: relative; width: 100%; height: 0; padding-top: 26%; margin-bottom: 11rem;}
.history-con-wrap {position: relative; }
.history-percent-bar {position: absolute;top: 0; left: 50%;  width:0.5rem;height: calc(100% - 3.5rem);background-color: #eeeeee;}
.history-percent-bar .percent-bar-child {position: absolute;content: ""; width: 100%;  height: 0;background-color: #E60012;
   z-index: 1; }
.percent-bar-child .point { display: block; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;
    position: absolute; bottom: -6.2rem; left: calc(50% - 3.4rem); content: ""; z-index: 5;
	width: 6.9rem; height: 8.2rem; background:url(/image/sub/bar-point.svg) no-repeat center; -webkit-background-size: 100%;
	background-size: 100%;
}

/* -------- 좌측(년대) -------- */
.history-con .history-year-group-box {position: relative; display: flex; padding-bottom: 6rem;}
#fixedContent03 .history-year-group-box {padding-bottom: 0;}
.history-con .history-year-group-box .history-year-group-tit-box {width: 50%; text-align: right;}
.history-con .history-year-group-box .history-year-group-tit-box .history-year-group-tit {
  color: #222;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 60px */
  letter-spacing: -1.2px; 
  letter-spacing: -0.050em;
   transition: all 0.3s;
}
.history-con .history-year-group-box .history-year-group-tit-box .history-year-group-txt {
  font-size: 2rem; font-weight: 700; letter-spacing: -0.050em; color: #000000; padding-top: 1rem; transition: all 0.3s;
}
/* -------- 우측영역(정보) -------- */
.history-con .history-year-list-box {width: 50%; padding-top: 2rem;} 
.history-con .history-year-list-box .history-year-item {position: relative; display: flex; margin-bottom: 7rem;}
.history-con .history-year-list-box .history-year-item:before {position: absolute; width: 0.5rem; height:  0.5rem; border-radius:  0.5rem; content: ''; top: 1rem; background: #cccccc;}
#fixedContent03 .history-year-list-box .history-year-item:last-of-type {margin-bottom: 0;}
.history-con  .history-year {
  width: 99px !important; 
  color: #222;
font-family: Pretendard;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
flex-shrink: 0;
}
.history-con .history-month-box {
  /* width: calc(100% - 9.5rem); */
}
.history-con .history-month-box .history-detail-txt {
  position: relative;color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
   margin-bottom: 10px;
    padding-left: 1.2rem;
    word-break: break-all;
}
.history-con .history-month-box .history-detail-txt:before {position: absolute; content: '-'; top: -1px; } 
/* active */
.history-con .history-year-group-box.active  .history-year-group-tit,
.history-con .history-year-group-box.active  .history-year-group-txt {color: #E60012; }

@media all and (min-width:1025px){
	.history-con .history-year-group-box:not(.reverse) .history-year-group-tit-box {padding-right: 9rem;}
	.history-con .history-year-group-box:not(.reverse) .history-year-list-box {padding-left: 9.0rem;}
	.history-con .history-year-group-box:not(.reverse) .history-month-box .history-detail-txt:before {left: 0;}
	.history-con .history-year-group-box:not(.reverse) .history-year-list-box .history-year-item:before {left: -9.0rem;}
	.history-con .history-year-group-box.reverse {flex-direction:row-reverse;}
	.history-con .history-year-group-box.reverse .history-year-list-box {padding-right: 9.7rem;}
	.history-con .history-year-group-box.reverse .history-year-list-box .history-year-item:before {right: -10.2rem;}
	.history-con .history-year-group-box.reverse .history-year-group-tit-box {padding-left: 9rem; text-align: left;}
	.history-con .history-year-group-box.reverse .history-year-list-box .history-year-item {flex-direction:row-reverse;}
	.history-con .history-year-group-box.reverse .history-year-list-box .history-year-item .history-year {text-align: right;}
	.history-con .history-year-group-box.reverse .history-month-box {text-align: right;}
	.history-con .history-year-group-box.reverse .history-month-box .history-detail-txt {padding-left: 0; padding-right: 1.2rem;}
	.history-con .history-year-group-box.reverse .history-month-box .history-detail-txt:before {right: 0;}
}
@media all and (max-width:1024px){
	.history-top-con {padding-top: 35%; margin-bottom: 8rem;}
	.history-percent-bar {left: calc(var(--area-padding) + 1.2rem); height: calc(100% - 1.6rem);}
	.history-con .history-year-group-box {padding-left: 6rem; display: block;}
	.history-con .history-year-group-box .history-year-group-tit-box {text-align: left; width: 100%; margin-bottom: 3rem;}
	.history-con .history-year-group-box .history-year-group-tit-box .history-year-group-tit {font-size: 3.8rem;}
	.history-con .history-year-list-box {width: 100%;}
	.history-con .history-year-list-box .history-year-item:before {left: -6rem;}
	.history-con .history-month-box .history-detail-txt:before {left: 0;}
	.history-con .history-year-list-box .history-year-item {margin-bottom: 5rem; display: block;}
	.history-con .history-year-list-box .history-year-item .history-year {width: 100%; margin-bottom: 1.5rem;}
	.history-con .history-month-box {width: 100%;}
  .history-con-wrap{
    margin-left: 30px;
  }
}
@media all and (max-width:768px){
  .history-con .history-year-group-box .history-year-group-tit-box .history-year-group-tit {
    font-size: 8vw;
}
.percent-bar-child .point {
  width: 4.9rem;
  height: 10.2rem;
  left: calc(50% - 2.5rem);
}
.history-con .history-year-group-box {
  padding-left: 3rem;
}
.history-con .history-year-list-box .history-year-item:before {
  left: -3rem;
}

}


/* 제조시설 소개 */
.circle-cont{
  margin: 80px 0 120px;
}
.circle-cont .txt{
padding-bottom: 80px;
}
.circle-cont strong{
  color: #222;
font-family: Pretendard;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 140%;
letter-spacing: -0.64px;
display: block;
margin-bottom: 20px;
text-align: center;
}
.circle-cont strong span{
  color: #E60012;
}
.circle-cont p{
  color: #666;
text-align: center;
font-family: Pretendard;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 32px */
letter-spacing: -0.4px;
}

.circle-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.circle-wrap ul .esg-circle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-wrap ul .esg-circle .circle-outerline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.5rem;
  height: 31.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px solid #E60012;
  background: #fff;
}
.circle-wrap ul .esg-circle .circle-innerline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29rem;
  height: 29rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: 1px dashed #E60012;
  background: #fff;
}
.circle-wrap ul .esg-circle .circle-inner-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 26.5rem;
  height: 26.5rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background: #F7F7F7;
  z-index: 5;
}
.circle-wrap ul .esg-circle .circle-inner-area p {
  color: #E60012;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 36px */
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}

.circle-wrap ul .esg-circle .circle-inner-area span {
  display: block;
  color: #444;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
}

.circle-wrap ul .esg-circle .rolling-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21.8rem;
  height: 21.8rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: rollingRight 15s linear infinite;
}

.circle-wrap ul .esg-circle .rolling-circle.left {
  animation: rollingLeft 15s linear infinite;
}


@keyframes rollingRight {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rollingLeft {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.certi-cont{
  background-color: #F7F7F7;
  padding: 120px 0;
}
.certi-cont h3{
  color: #222;
font-family: Pretendard;
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 48px */
letter-spacing: -0.96px;
text-align: center;
margin-bottom: 80px;
}
.certi-cont .swiper-button-prev{
  background-image: url(/image/sub/swiper-prev.svg);
}
.certi-cont .swiper-button-next{
  background-image: url(/image/sub/swiper-next02.svg);
}
.certi-cont .swiper-button-next:after,
.certi-cont .swiper-button-prev:after {
 display: none;
}
.certi-cont .swiper-button-next, 
.certi-cont .swiper-button-prev {
  width: 25px !important;
  height: 38px !important;
  flex-shrink: 0;
}
.certi-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.certi-slide span{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  letter-spacing: -0.4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
 .swiper-button-next, 
 .swiper-button-prev {
  position: static !important;
  
}

.certi-cont .inner-1708{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}















@media all and (min-width:768px) {
  .loca-info .board-item:hover .title {
    color: #666;
  }
  .board-item:hover .title {
    color: #E60012;
  }
  .disease-list li a:hover svg{
    color: #fff;
  }
  .disease-list li a:hover .svg-thumb{
   
    border: 1px solid #E60012;
    background-color: #E60012;
  }
  
}