@charset "utf-8";



  h2.sub-tit {
    font-size: 42px;
    word-break: keep-all;
  }
  .sub-main-vis img {
    width: 100%;
  }
  /* .sub-main-txt {
    display: block;
  } */
  .sub-main-txt .sub-main-txt-left, 
  .sub-main-txt .sub-main-txt-right {
    width: 100%;
  }
  .history-tit {
    display: none;
  }
  .tab-style a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .corp-field-img {
    width: 100%;
  }
  .field-item {
    padding: 30px;
    background-position: bottom 30px right 30px;
  }
  .field-item strong {
    font-size: 22px;
  }
  .field-item em {
    margin-bottom: 12px;
  }
  .location-ico-wrap {
    height: 240px;
  }
  .location-car .car-ico {
    display: inherit;
  }
  .location-car .car-ico strong {
    font-size: 18px;
  }
  .location-ico-wrap li img {
    margin-bottom: 20px;
  }
  .location-ico-wrap li strong {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .location-ico-wrap li p {
    font-size: 14px;
  }
  .detail-subtit {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .detail-tit {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .prod_detail strong {
    margin-bottom: 26px;
  }
  .detail-table .detail-table-article {
    padding: 24px 40px;
  }
  .button-style {
    font-size: 16px;
    width: 180px;
    height: 52px;
    margin-top: 40px;
    border-radius: 2em;
  }
  .service_inquiry_form .service_inquiry_form_tit {
    width: 160px;
    padding-left: 40px;
    margin-right: 20px;
  }
  .service_inquiry_form .service_inquiry_form_input.multiple {
    margin-right: 20px;
  }
  .service_inquiry_form > li {
    min-height: 95px;
  }
  .vision .sub-tit {
    margin-bottom: 80px;
  }
  .notice_tit {
    width: 70%;
    font-size: 16px;
    text-align: left;
  }
  .prod_detail .resist-wrap {
    margin-bottom: 90px;
  }
  .detail-edit {
    margin-bottom: 90px;
  }
  .detail-edit p {
    overflow-x: scroll;
  }
  .detail-edit img {
    max-width: 200%;
  }
  .quarant-enlarge {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    z-index: 9999909;
    background: #ddd;
    display: none;
  }
  .quarant-enlarge img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .enlarge-close {
    width: 30px;
    height: 30px;
    background: #ddd;
    position: absolute;
    top: 106px;
    right: 4%;
    border-radius: 100%;
    text-align: center;
    z-index: 9;
  }
  .enlarge-close i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  br.m{
   display: none;
  }
  .location .flex{
    display: flex;
   flex-direction: column;
  }
  .location .flex{
    display: flex;
    gap: 30px;
   flex-direction: column;
  }
  .location .col_left{
    max-width: 100%;
    width: 100%;
  }
  .location .col_left img{
    width: 100%;
    max-height: 250px;
    height: 100%;
  }
  .location .col_right{
    max-width: 100%;
    width: 100%;
  }
  /* .sub-inner {
    margin: 0 3.90625%;
    width: auto;
  } */

@media all and (max-width:1500px) {
 
}
/* 타블렛 세로 */
@media all and (max-width:1024px) {
  .Policy > ul:last-child {
    display: grid;
    grid-template-columns: repeat(2,1fr);}
  .prod-item-box:hover::after, .prod-item-box:hover::before {
    opacity: 0;
  }
  .sub_visual {
    padding: 130px 0 100px;
  }
  .sub_visual .sub-nav {
    margin-bottom: 14px;
  }
  .sub_visual .sub-nav img {
    width: 13px;
    height: 13px;
  }
  .sub_visual .sub-nav a {
    margin-right: 12px;
  }
  .sub_visual .sub-nav p {
    margin: 0 13px;
  }
  .sub_visual nav p::before {
    width: 3px;
    height: 3px;
    left: -14px;
  }
  hgroup h1 {
    font-size: 38px;
  }
  .sub{
    padding-top: 0;
   padding-bottom: 80px;
  }
  h2.sub-tit {
    font-size: 36px;
    margin-bottom: 40px;
    line-height: 1.4em; 
    width: 100%;
  }
  .sub-main-vis {
    margin-bottom: 40px;
  }
  .sub-main-txt p {
    font-size: 16px;
    line-height: 1.4;
  }
  .history-arti-list {
    justify-content: space-between;
  }
  .history-arti-list ul::after {
    left: 14%;
  }
  .history-arti-list strong::after {
    position: absolute;
    top: 10px;
    left: 8.5%;
  }
  .history-arti-list em {
    margin-right: 40px;
  }
  .history-arti-list ul {
    width: 80%;
  }
  .history-arti-list li {
    width: auto;
    margin-bottom: 30px;
  }
  .vision > strong {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .vision > p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .corp-field-img {
    margin-bottom: 80px;
  }
  .field-item {
    padding: 24px;
    background-position: bottom 24px right 24px;
    height: 160px;
    margin-bottom: 12px;
  }
  .field-item strong {
    font-size: 20px;
  }
  .field-item em {
    margin-bottom: 10px;
  }
  .location-ico-wrap {
    flex-wrap: wrap;
    height: auto;
    align-items: center;
  }
  .location-ico-wrap li {
    width: 50%;
    margin: 20px 0;
    padding: 0;
    height: 130px;
  }
  .location-ico-wrap li:nth-child(2n) {
    border-right: none;
  }
  .location-car .car-ico {
    display: flex;
    margin-bottom: 30px;
    width: auto;
  }
  .location-car {
    display: inherit;
  }
  .location .inner:first-child {
    padding-top: 80px;
  }
  .location .inner:last-child {
    padding-bottom: 80px;
  }
  .manage p {
    margin-top: -10px;
    font-size: 18px;
    margin-bottom: 40px;
  }
  .search-bg {
    width: 100%;
  }
  .search-wrap {
    width: 90%;
  }
  .search-input-btn {
    width: 15%;
    height: 100%;
  }
  .detail-subtit {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .detail-tit {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .detail-img {
    margin-bottom: 24px;
  }
  .prod_detail strong {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .detail-table .detail-table-tit span {
    font-size: 16px;
  }
  .detail-table .detail-table-article {
    padding: 20px 30px;
  }
  .detail-table .detail-table-article p {
    font-size: 14px;
  }
  .detail-table {
    margin-bottom: 80px;
  }
  .button-style {
    font-size: 16px;
    width: 160px;
    height: 46px;
    margin-top: 28px;
  }
  .resist p {
    font-size: 16px;
    line-height: 1.4;
  }
  .resist-item {
    height: 100px;
  }
  .resist-item strong {
    margin: 0 50px;
    font-size: 16px;
  }
  .resist-item .download {
    height: 50px;
    font-size: 13px;
    margin: 0 20px;
  }
  .resist-item .download span::after {
    width: 13px;
    height: 13px;
    margin-left: 7px;
  }
  .notice_number,
  .header_number {
    width: 10%;
  }
  .notice_tit,
  .header_tit {
    width: 56%;
  }
  .notice_name,
  .header_name {
    width: 10%;
  }
  .notice_date,
  .header_date {
    width: 14%;
  }
  .inquiry strong {
    line-height: 1;
  }
  .service_inquiry_form .service_inquiry_form_tit {
    width: 140px;
    padding-left: 30px;
    margin-right: 10px;
  }
  .service_inquiry_form .service_inquiry_form_input.multiple {
    margin-right: 10px;
  }
  .service_inquiry_form > li {
    min-height: 8 0px;
  }
  .service_inquiry_form > li.service_inquiry_form_half {
    width: 100%;
  }
  .vision .sub-tit {
    margin-bottom: 40px;
  }
  .certi .prod-item .prod-item-box {
    min-height: 300px;
  }
  .certi .prod-item .prod-item-box::after {
    display: none;
  }
  .certi .prod-item .prod-item-box::before {
    display: none;
  }
  .prod_detail .resist-wrap {
    margin-bottom: 70px;
  }
  .detail-edit {
    margin-bottom: 70px;
  }
  .privacy_box p{
    font-size: 18px;
    line-height: 26px;
   }
}
/*연혁 after 삭제*/
@media all and (max-width:900px) { 
  .Policy > ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2,1fr);}
  .history-arti-list ul::after {
    display: none;
  }
  .history-arti-list strong::after {
    display: none;
  }

  .sub-desc {
    font-size: 24px;
    margin-bottom: 59px;
    padding-top: 27px;
    margin-bottom: 49px;
}
  .sub-desc em{
    font-size: 24px;
}
.sub-subtit{
  font-size: 24px;
}

}
/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:768px) {
  .Policy .policy_item {
    height: 220px;
}
 
.sub-main-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  justify-content: center;
  gap: clamp(50px, 5vw, 150px);
  flex-direction: column;
}
  .prod_detail .flex{
    display: flex;
    flex-direction: column;
   gap: 40px;
  }
  h2.sub-tit {
    font-size: 26px;
    margin-bottom: 26px;
  }
  /* .sub-inner {
    padding: 60px 50px;
  } */
  .sub-main-vis {
    margin-bottom: 30px;
  }
  .greet-name em {
    font-size: 20px;
    /* margin-bottom: 14px; */
  }
  .greet-name strong {
    font-size: 24px;
  }
  .sub-main-txt p {
    margin-bottom: 24px;
  }
  .history-arti-list {
    display: inherit;
  }
  .history-arti-list ul {
    width: 100%;
  }
  .history-arti-list strong {
    margin-bottom: 30px;
  }
  .history-arti-list em {
    margin-right: 25px;
  }
  .history-arti-list li {
    margin-bottom: 16px;
  }
  .vision > strong {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .vision > p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .corp-field-img {
    margin-bottom: 50px;
  }
  .field-item {
    width: 49%;
  }
  .field-item strong {
    font-size: 18px;
  }
  .field-item em {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .search-bg {
    padding: 30px 0;
  }
  .search-wrap {
    height: 34px;
  }
  .detail-subtit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .detail-tit {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .detail-img {
    margin-bottom: 20px;
  }
  .prod_detail strong {
    margin-bottom: 16px;
  }
  .detail-table .detail-table-article {
    padding: 14px 20px;
  }
  .detail-table .detail-table-article p {
    margin: 0;
    line-height: 1.4;
  }
  .detail-table {
    margin-bottom: 50px;
  }
  .button-style {
    font-size: 14px;
    width: 140px;
    height: 38px;
    margin-top: 18px;
  }
  .inquiry strong {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .service_inquiry_form > li {
    min-height: 80px;
  }
  .service_inquiry_form .service_inquiry_form_input.multiple {
    margin-right: 0;
  }
  .service_inquiry_form .service_inquiry_form_tit {
    font-size: 16px;
  }
  .service_inquiry_form .service_inquiry_form_input select {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .service_inquiry_form .service_inquiry_form_input input[type='text'] {
    font-size: 14px;
    height: 42px;
  }
  .resist-item .download span {
    font-size: 12px;
  }
  .resist-item .download span::after {
    margin-left: 4px;
    height: 11px;
    width: 11px;
  }
  .certi .prod-item .prod-item-box {
    min-height: 250px;
  }
  .sub-desc {
    font-size: 20px;
}
  .sub-desc em{
    font-size: 20px;
}
br.m{
  display: block;
}
.sub-subtit{
  font-size: 20px;
}
.privacy_box p{
  font-size: 14px;
  line-height: 22px;
 }
 .inquiry strong {
  margin-top: 20px;
  margin-bottom: 36px;
}

.main-certif .thumb_item .desc{
  color: #FFF;
  font-size: 16px;
  line-height: 160%; 
  display: block;
}
.greet-name .thumb{
  width: 98px;
}
.sub.inner.organiz .thumb.bottom{
  padding: 5% 0%;
}


}
/* 모바일 상세 */
@media all and (max-width:660px) {

  .lnb {
    position: relative;
    /* height: 56px; */
    height: 50px;
    z-index: 999999;
  }
  .lnb p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 56px;
    /* color: #41B25D; */
    color: #FFF;
    font-weight: 500;
  }
  .lnb p::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 12px;
    /* border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease;
  }

  .lnb p.active::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-30%) rotate(-135deg);
  }
  .lnb_list {
    display: inherit;
    top: 56px;
    display: none;
    border-bottom: 1px solid #ddd;
  }

  .lnb_list.open{
    display: block;
    transform: translateY(50px);
  
  }
  
  .lnb_list a {
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
  }
  .lnb_list a:last-child {
    border-bottom: none;
  }
  .lnb_list a:not(.active) {
    background: #fff;
    color: #666;
  }
  .lnb_list a.active {
    background-color: #FFF;
    color: #000;
  }
  .lnb_list a.active::after {
    display: none;
  }
  .lnb_list.inner {
    margin: 0;
  }
  .tab-style {
    position: relative;
    display: inherit;
    width: 100%;
    height: 50px;
    z-index: 9999;
    border: 1px solid #ddd;
  margin-top: 40px;
  }
  .tab-style ul {
    position: absolute;
    display: none;
      top: -10px;
    width: 100%;
  }
  .map_thumb{
    margin-top: 40px;
  }

  .tab-style ul.open{
    display: block;
  }
  
  .tab-style li {
    border: 1px solid #ddd;
    border-top: none;
  }
  .tab-style a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    background: #fff;
    border: none;
  }

  .tab-style a.active {
    border: 1px solid #ddd;
    color: #666;
  }
  .tab-style p {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    border: 1px solid #ddd;
    /* background: #41b25d; */
    background: #3157B4;
    color: #fff;
  }
  .tab-style p::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease;
  }
  .tab-style p.active::after {
    transform: translateY(-30%) rotate(-135deg);
  }
  .history-wrap-tab {
    margin-top: 30px;
  }
  .history-arti-list em {
    font-size: 16px;
  }
  h2.sub-tit {
    font-size: 22px;
    margin-bottom: 35px;
  }
  /* .sub{
    padding-top: 0;
   padding-bottom: 60px;
  } */
  .sub-main-vis {
    margin-bottom: 20px;
  }
  .sub-main-txt p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .greet-name em {
    font-size: 16px;
   
    /* margin-bottom: 10px; */
  }
  .greet-name strong {
    font-size: 20px;
  }
  .history-arti-list {
    margin-bottom: 30px;
  }
  .history-arti-list strong {
    margin-bottom: 20px;
  }
  .history-arti-list li {
    margin-bottom: 16px;
  }
  .history-arti-list li p {
    font-size: 15px;
    line-height: 1.4em;
  }
  .vision > strong {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .vision > p {
    margin-bottom: 12px;
  }
  .corp-field-img {
    margin-bottom: 30px;
  }
  .field-item {
    padding: 16px;
    background-position: bottom 16px right 16px;
    height: 130px;
    margin-bottom: 10px;
  }
  .field-item strong {
    font-size: 16px;
  }
  .field-item em {
    margin-bottom: 6px;
  }
  /* .location-car .car-ico {
    margin-bottom: 20px;
  }
  .location .inner:first-child {
    padding-top: 50px;
  }
  .location .inner:last-child {
    padding-bottom: 50px;
  }
  .location-ico-wrap {
    margin-bottom: 40px !important;
  }
  .location-ico-wrap li {
    padding: 0;
    margin: 10px 0;
    height: 90px;
  }
  .location-ico-wrap li strong {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .location-ico-wrap li em {
    font-size: 14px;
  }
  .location-ico-wrap li img {
    width: 30px;
    object-fit: contain;
    margin-bottom: 10px;
  }
  .location-car .car-ico img {
    width: 30px;
    object-fit: contain;
    margin-right: 12px;
  }
  .car-way li {
    margin-bottom: 18px;
  }
  .location-car .car-ico strong {
    font-size: 14px;
  } */
  .car-way li em {
    margin-right: 30px;
    font-size: 14px;
    line-height: 1;
  }
  .car-way li p {
    padding-right: 0;
    line-height: 1.4em;
    font-size: 14px;
  }
  .manage p {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .prod-tab {
    margin-bottom: 30px;
  }
  .prod-wrap li {
    width: 48%;
    margin-bottom: 40px;
  }
  .prod-wrap {
    justify-content: space-between;
  }
  .prod-item {
    margin-right: 0;
  }
  .prod-item-tit em {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .prod-item-tit strong {
    font-size: 16px;
  }
  .prod-item-box {
    margin-bottom: 20px;
  }
  .search-input-btn {
    font-size: 12px;
  }
  .search-wrap-select select {
    font-size: 12px;
  }
  .search-wrap .search-input {
    font-size: 12px;
  }
  
  .certi-tab {
    margin-bottom: 30px;
  }
  .detail-subtit {
    font-size: 16px;
  }
  .detail-tit {
    font-size: 24px;
  }
  .detail-img {
    margin-bottom: 16px;
  }
  .detail-table {
    margin-bottom: 30px;
  }
  .button-style {
    font-size: 13px;
    margin-top: 12px;
  }
  .resist p {
    font-size: 14px;
    margin-bottom: 24px;
    word-break: keep-all;
  }
  .resist-item {
    height: 80px;
  }
  .resist-item strong {
    margin: 0 15px;
    font-size: 14px;
  }
  .resist-item .download {
    height: 40px;
    width: 120px;
    font-size: 13px;
    margin: 0 14px;
  }
  .resist-item .download span::after {
    width: 13px;
    height: 13px;
  }
  .notice_main a {
    padding: 20px 0;
  }
  .notice_header {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
  }
  .privacy_agree {
    margin-bottom: 40px;
  }
  .service_inquiry_form {
    margin-bottom: 50px;
  }
  .vision .sub-tit {
    margin-bottom: 24px;
  }
  .location-map iframe {
    height: 300px;
  }
  .resist p {
    margin-top: 0;
  }
  .modal-popup {
    padding: 16px;
  }
  .modal-popup-top {
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  .modal-popup-top em {
    font-size: 18px;
  }
  .modal-close span {
    width: 18px;
  }
  .modal-main-img {
    width: 90%;
  }
  .pager {
    margin: 30px 0;
  }
  .pager a {
    margin: 0 3px;
    width: 30px;
    height: 30px;
  }
  .privacy_box_bg {
    margin-bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
  }
  .privacy_box {
    height: 180px;
    padding: 0;
  }
  .privacy_agree label {
    font-size: 12px;
  }
  .service_inquiry_form > li {
    display: block;
  }
  .service_inquiry_form > li.service_inquiry_form_half {
    display: block;
  }
  .service_inquiry_form .service_inquiry_form_tit {
    height: 42px;
    width: 100%;
    padding-left: 14px;
    font-size: 16px;
  }
  .service_inquiry_form .service_inquiry_form_input input[type='text'] {
    height: 38px;
    line-height: 38px;
  }
  .service_inquiry_form .service_inquiry_form_input.multiple {
    padding: 15px 0;
  }
  .service_inquiry_form .service_inquiry_form_input textarea {
    height: 150px;
    font-size: 14px;
    margin: 0;
  }
  .service_inquiry_form .service_inquiry_form_input select {
    display: none;
  }
  .inquiry strong {
    font-size: 16px;
    margin-bottom: 20px;
  } 
  .prod_detail .resist-wrap {
    margin-bottom: 50px;
  }
  .detail-edit {
    margin-bottom: 50px;
  }
  .sub-main-txt {
    
    gap: 50px;
  }
  .Policy > ul{
   display: grid;
   grid-template-columns: repeat(2,1fr);
    }
  .Policy > li{
   flex: 1;
    }
    .privacy .sub-tit{
      margin-top: 50px;
    }
    .privacy p{
      margin-top: 35px;
    }
}

/* 모바일 가로 */
@media all and (max-width:568px) {
  .Policy > ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
  .Policy > ul:last-child {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.Policy .policy_item span {
  color: #fff;
 font-size: 20px;
  margin-bottom: 20px;
  
}
  .Policy .policy_item {
    height: 160px;
}
  .main-certif .tit_kor{
    font-size: 24px;
  }
  .main-certif .thumb_item{
    padding: 28px 58px 28px 25px;
  }
  .sub_visual {
    padding: 110px 0 80px;
  }
  .sub_visual .sub-nav p {
    font-size: 13px;
  }
  .sub_visual hgroup h1 {
    font-size: 30px;
  }
  .sub-desc {
    font-size: 20px;
    padding-top: 517px;
    padding-top: 17px;
    margin-bottom: 59px;
  }
  .sub-desc em {
    font-size: 20px;
  }
  .field-item {
    width: 100%;
  }
  .location-ico-wrap {
    margin-bottom: 30px;
  }
  .location-ico-wrap li {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    height: 100px;
  }
  .location-ico-wrap li {
    margin: 0;
    padding: 20px 0 ;
    height: auto;
  }
  .location-ico-wrap li:not(:nth-child(2n)) {
    border-right: none;
  }
  .location-ico-wrap li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .location-ico-wrap li img {
    margin-bottom: 12px;
  }
  .location-ico-wrap li strong {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .location-ico-wrap li p {
    font-size: 13px;
  }
  .prod-tab {
    margin-bottom: 30px;
  }
  .prod-wrap li {
    width: 48%;
    margin-bottom: 24px;
  }
  .prod-item-tit em {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .prod-item-tit strong {
    font-size: 14px;
  }
  .prod-item-box {
    margin-bottom: 12px;
  }
  .detail-subtit {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .detail-tit {
    font-size: 20px;
  }
  .prod_detail strong {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .detail-table .detail-table-tit span {
    font-size: 14px;
  }
  .detail-table .detail-table-article {
    padding: 10px 14px;
  }
  .detail-table .detail-table-article p {
    font-size: 13px;
  }
  .detail-table {
    margin-bottom: 24px;
  }
  .resist-item {
    height: 60px;
  }
  .notice_main a {
    position: relative;
  }
  .resist-item strong {
    margin: 0;
    font-size: 14px;
  }
  .resist-item .download {
    height: 30px;
    width: 90px;
    font-size: 13px;
    margin: 0;
  }
  .resist-item .download span::after {
    width: 13px;
    height: 13px;
  }
  .notice_name{
    display: none;
  }
  .notice_number {
    width: 10%;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
  }
  .notice_number img {
    width: 16px;
    height: 14px;
  }
  .notice_main a {
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .notice_tit {
    width: 70%;
    font-size: 14px;
    text-align: left;
  }
  .notice_date {
    margin-top: 10px;
    text-align: left;
    width: 70%;
  }
  .notice_header {
    height: 2px;
    padding: 0;
    display: block;
    overflow: hidden;
    margin-top: 35px;
  }
  .modal-popup-top em {
    font-size: 16px;
  }
  .certi .prod-item img {
    width: 70%;
  }
  .prod_detail .resist-wrap {
    margin-bottom: 30px;
  }
  .detail-edit {
    margin-bottom: 30px;
  }
  .sub{
    padding-top: 0;
  padding-bottom: 60px;
  }
  .Policy .sub-tit{
    margin-bottom:35px;
  }
  .Policy > ul{
    margin-bottom: 35px;
    }
    .esg .tab_list {
      margin: 35px 0;
  }
  .esg .tab_item button {
    padding: 26px 20px;
}


}

@media all and (max-width:425px) {


  .Policy .policy_item {
    height: 140px;
}

  .vision > strong {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pager a {
    margin: 0 3px;
    width: 30px;
    height: 30px;
  }
  /* .search-wrap .search-input {
    width: 63%;
  } */
  /* .search-input-btn {
    width: 12%;
  } */
  .certi-tab {
    margin-bottom: 20px;
  }
  .tab-style {
    height: 40px;
  }

  .tab-style p {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .tab-style p::after {
    width: 8px;
    height: 8px;
  }
  .tab-style ul {
    position: absolute;
    display: none;
      top: -21px;
    width: 100%;
  }
  .location .flex li span:nth-child(1){
    max-width: 105px;
    width: 100%;
    font-size: 15px;
  }
  .location .flex li span:nth-child(2){
    max-width: 765px;
    width: 100%;
  font-size: 15px;
  font-weight: 700;
  }
  
  .tab-style a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .tab-style li:not(:first-child) a {
    border-left: 1px solid #ddd;
  }
  .lnb {
    /* height: 50px; */
    height: 40px;
  }
  .lnb_list.open{
    transform: translateY(40px);
  
  }
  .lnb p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .lnb_list.inner {
    top: 50px;
  }
  .lnb_list a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .lnb p::after {
    width: 9px;
    height: 9px;
  }
  .detail-tit {
    font-size: 18px;
  }
  .prod-item-tit em {
    margin-bottom: 5px;
  }
  .sub{
   padding-top: 0;
   padding-bottom: 30px;
  }
  .location .flex li {
    padding: 20px 0px;
  }
}

@media all and (max-width:375px) {
  .sub-main-txt p {
    margin-bottom: 8px;
  }  
  /* .sub{
    padding: 0px 0 40px;
  } */
  .greet-name em {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .greet-name strong {
    font-size: 16px;
  }
  /* .search-input-btn {
    width: 14%;
  } */
  .detail-table .detail-table-tit {
    width: 20%;
  }
}

@media all and (max-width:320px) {}