.guide {
  max-width: 1920px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.guide.hide {
  display: none;
}

.tab-style ul {
  width: 100%;
  margin: 60px 0 40px;
  /* margin-bottom: 62px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab-style li {
  width: 100%;
}
.tab-style a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}

.tab-style li.active a {
  background: #3157B4;
  color: #fff;
  border: 1px solid #3157B4;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block; */
}

.tab-style li:not(:first-child) a {
  border-left: none;
}
.sub-inner2{
  margin: 0 3.90625%;
  width: auto;
}

.sub_visual {
  padding: 238px 0 184px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub_visual .inner{
  display: flex;
  /* justify-content: space-between; */
  gap: 23px;
  flex-direction: column-reverse;
  align-items: center;
  align-items: center;
}
 .inner h1{
  color: #FFF;
  text-align: center;
  font-size: 56px;
  font-weight: 800;
}


.sub_visual.K01 {
  background-image: url("/image/sub/sub_banner_01.png");
}

.sub_visual.K02 {
  background-image: url("/image/sub/sub_banner_02.png");
}

.sub_visual.K03 {
  background-image: url("/image/sub/sub_banner_03.png");
}

.sub_visual.K04 {
  background-image: url("/image/sub/sub_banner_04.png");
}
.sub_visual.K10 {
  background-image: url("/image/sub/sub_banner_01.png");
}



.sub_visual .sub-nav {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_visual .sub-nav a {
  margin-right: 20px;
}

.sub_visual nav p {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 20px;
}

.sub_visual nav p::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hgroup h1 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
/* lnb */
.lnb {
  background-color: rgba(0, 0, 0, 0.70);
  transform: translateY(-100%);
} 

.lnb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}

.lnb_list a {
  height: 65px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
}


.lnb_list a.active{
  background-color: #FFF;
  color: #000;
}

.sub{
  padding: 35px 0 58px;
}

h2.sub-tit {
  position: relative;
  padding-bottom: 29px;
  text-align: center;
  font-size: 48px;
  color: #070707;
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
}
h2.sub-tit::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #3157B4;
}
.sub-desc {
  text-align: center;
  color: #070707;
  font-size: 28px;
  line-height: 42px;
  padding-top: 77px;
  margin-bottom: 79px;
}
.sub-desc em {
  color: #070707;
font-size: 28px;
font-weight: 700;
line-height: 42px;
}
.sub-subtit{
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; 
  margin-bottom: 30px;
}

.sub-main-vis img{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
}
.sub-main-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  justify-content: center;
  gap: clamp(50px, 5vw, 150px);
  flex-direction: row-reverse;
}
.organiz .thumb.top{
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
 object-fit: cover;
}
/* greet */
.sub-main-txt .sub-main-txt-left,
.sub-main-txt .sub-main-txt-right {
  /* width: 620px; */
  flex: 1;
}
.sub-main-txt .sub-main-txt-right{
  /* max-width: 516px; */
  width: 100%;
}
.sub-main-txt .sub-main-txt-right img{
  width: 100%;
  object-fit: cover;
}

.sub-main-txt p {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.54px;
  margin-bottom: 30px;
}
.greet-name {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: auto;
  text-align: left;
}
.greet-name em {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  letter-spacing: -0.54px;
}
.greet-name .thumb{
  width: 118px;
  height: 43px;
}
.greet-name .thumb img{
  width: 100%;
  
}
/* organ */
/* .organiz{
 padding-bottom: 0 !important;
} */
.sub.inner.organiz .sub-main-txt{
  display: flex;
  gap: 150px;
  flex-direction: column;
  margin-top: 32px;
}
.organiz .thumb.top{
  /* max-width: 1050px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
 object-fit: cover;
}
.sub.inner.organiz .thumb.bottom{
  /* padding: 70px 282px; */
  padding: 5% 20.14%;
}
.sub.inner.organiz .thumb.bottom img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* history */
.sub-desc.history{
  color: #070707;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 47px;
}

.history-wrap-tab.show {
  display: block;
}

.history-wrap-tab {
  display: none;
}

.history-wrap-tab > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.history-tit {
  width: 300px;
  font-size: 48px;
  font-weight: bold;
}

.history-arti {
  width: 820px;
}

.history-arti-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.history-arti-list ul::after {
  content: '';
  display: block;
  height: calc(100% - 10px);
  width: 1px;
  background: #ddd;
  position: absolute;
  top: 23px;
  left: 100px;
}

.history-arti-list:last-child ul::after {
  display: none;
}

.history-arti-list strong {
  /* display: block;
  color: #41b25d;
  font-size: 24px;
  font-weight: 500;
  padding-top: 5px; */
  padding-top: 5px;
  display: block;
  color: #000;
  font-size: 28px;
  font-weight: 700;
}

.history-arti-list strong::after {
  content: '';
  display: flex;
  display: inline-block;
  margin: -22px 94px 90px;
 
  vertical-align: middle;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #ddd;
}

.history-arti-list em {
  /* display: block;
  margin-right: 60px;
  color: #0075b6;
  font-size: 20px;
  padding-top: 5px; */
  color: #3157B4;
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-right: 60px;
  margin-left: -60px;
  padding-top: 8px;
}

.history-arti-list li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
}

.history-arti-list li p {
  display: block;
  line-height: 1.6em;
  font-size: 16px;
  color: #666;
}

.history-arti-list li p::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #666;
  vertical-align: middle;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* policy */

.Policy .sub-tit{
  margin-bottom: 80px;
}
.Policy > ul{
  display: flex;
  gap: 25px;
  margin-bottom: 80px;
  }
  .Policy > ul:last-child{
  margin-bottom: 0;
  gap: 20px;
  }
.Policy .policy_item{
  background-size: cover; /* 이미지가 컨테이너를 꽉 채우도록 설정 */
  background-position: center; /* 이미지가 중앙에 위치하도록 설정 */
  background-repeat: no-repeat; /* 이미지 반복 방지 */
  
  
}
.Policy .policy_item.img01{
  background-image: url(/image/sub/policy_01.png);
}
.Policy .policy_item.img02{
  background-image: url(/image/sub/policy_02.png);
}
.Policy .policy_item.img03{
  background-image: url(/image/sub/policy_03.png);
}
.Policy .policy_item.img04{
  background-image: url(/image/sub/policy_04.png);
}
.Policy .policy_item.img05{
  background-image: url(/image/sub/policy_05.png);
}
.Policy .policy_item.img06{
  background-image: url(/image/sub/policy_06.png);
}
.Policy .policy_item.img07{
  background-image: url(/image/sub/policy_07.png);
}
.Policy .policy_item.img08{
  background-image: url(/image/sub/policy_08.png);
}
.Policy .policy_item.img09{
  background-image: url(/image/sub/policy_09.png);
}
.Policy .policy_item.img10{
  background-image: url(/image/sub/policy_10.png);
}
.Policy .policy_item span{
text-align: center; 
 color: #fff;
 margin-bottom: 30px;
 line-height: 130%;
}
.Policy .policy_item{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 25px;
  /* border: 1px solid #DDD; */
  max-width: 450px;
  width: 100%;
  height: 280px;
}

/* location */
.location .flex .tb + .tb{
  margin-top: 40px;
}
.location .tit_box{
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.location .tit_box h3{
  color: #000;
font-family: NanumSquare;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.map_thumb{
  max-width: 100%;
  width: 100%;
  margin-bottom: 70px;
}
.map_thumb img{
  width: 100%;
}


.location-map-img{
  margin-bottom: 40px;
}
.location-map-img a{
  display: flex;
 width: 100%;
 height: 100%;
}
.location-map-img a img{
 
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.location .flex{
  display: flex;
 justify-content: space-between;
}
.location .col_left{
  max-width: 366px;
  width: 100%;
}

.location .col_right{
 max-width: 870px;
 width: 100%;
}
.location .flex iframe {
  width: 100%;
  height: 357px;
  margin-bottom: 40px;
}
.location .flex li:first-child{
  border-top: 1px solid #DDD;
}
.location .flex li {
  display: flex;
padding: 30px 0px;
align-items: center;
border-bottom: 1px solid #DDD;
}
.location .flex li span:nth-child(1){
  max-width: 155px;
  width: 100%;
  color: #444;
  font-size: 18px;
  letter-spacing: -0.54px;
}
.location .flex li span:nth-child(2){
  max-width: 715px;
  width: 100%;
  color: #070707;
font-size: 18px;
font-weight: 700;
letter-spacing: -0.54px;
}


/* esg */

.esg .tab_list{
 margin: 80px 0;
}
.esg .tab_item:first-child{
  border-top: 1px solid #DDD;
}
.esg .tab_item{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DDD;
}
.esg .tab_item button{
  position: relative;
display: flex;
justify-content: space-between;
padding: 36px 30px;
transition: .3s ease;
}
.esg .tab_item button span{
  color: #333;
  font-weight: 700;
}

.esg .tab_item .sub {
  display: none;
 margin: 0px 30px 36px 30px;
  }
  .esg .tab_item .sub_item{
    padding: 5px 0;
    }

  .esg .tab_item .sub.on {
    display: block;
  }

.esg .tab_item button .minus,
.esg .tab_item button .plus {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: opacity 0.1s ease, transform 0.08s ease;
}

.esg .tab_item button .plus {
  opacity: 0;
  transform: translateY(-50%) rotate(-90deg);
}

.esg .tab_item button.on .minus {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}

.esg .tab_item button.on .plus {
  opacity: 1;
  transform: translateY(-50%) rotate(0);
}

/* privacy */

.privacy .sub-tit{
  margin-top: 100px;
}
.privacy p{
  margin-top: 30px;
      color: #444;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.54px;
}






/*notice*/
.notice_list {
  text-align: center;
  margin-bottom: 50px;
}

.notice_header {
  margin-top: 77px;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.notice_header::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3157B4;
  /* background: -webkit-gradient(linear, left top, right top, from(#41b25e), to(#0176b5));
  background: linear-gradient(to right, #41b25e, #0176b5); */
  position: absolute;
  top: 0;
}

.header_number {
  width: 12%;
}

.header_tit {
  width: 50%;
}

.header_name {
  width: 12%;
}

.header_date {
  width: 15%;
}

.notice_main {
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #666;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.notice_main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 16px 0;
  font-size: 16px;
}

.notice_main:hover {
  background: #f8f8f8;
}

.notice_number {
  width: 12%;
  color: #999;
}

.notice_number span {
  display: block;
  width: 18px;
  height: 17px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.notice_tit {
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  color: #222;
 
  text-align: left;
}

.notice_name {
  width: 12%;
  color: #999;
}

.notice_date {
  width: 15%;
  color: #999;
}

.pager {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pager a {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all .3s ease;
}

.pager a.active {
  color: #fff;
  background: #3157B4;
  border: 1px solid #3157B4;
  /* background: #41b25d;
  border: 1px solid #41b25d; */
}
.pager a:hover {
  background: #f8f8f8;
}
a[class^='pager-'] {
  width: 35px;
}



.search-bg {
  width: 100%;
  padding: 22px 0;
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-radius: 3px;
}

.search-wrap {
  margin: auto;
  width: 820px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-wrap-select {
  position: relative;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
  font-size: 15px;
  border-radius: 3px;
  position: relative;
}

.search-wrap-select select {
  width: 100%;
  background: none;
  color: #666;
  padding: 10px 0 10px 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.search-wrap .search-input {
  width: 67%;
  padding-left: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 15px;
}

.search-input-btn {
  background: #333333;
  color: #fff;
  width: 78px;
  height: 46px;
  border-radius: 3px;
  font-size: 15px;
}

.service_inquiry_form {
  margin-top: 20px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
}

.service_inquiry_form::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(#41b25e), to(#0176b5));
  background: linear-gradient(to right, #41b25e, #0176b5); */
  background-color: #3157B4;
}

.service_inquiry_form > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  /* padding: 20px 0; */
  min-height: 60px;
  width: 100%;
}

.service_inquiry_form > li.service_inquiry_form_half {
  width: 50%;
}

.service_inquiry_form > li.service_inquiry_form_full {
  width: 100%;
}

.service_inquiry_form .service_inquiry_form_tit {
  width: 226px;
  padding-left: 45px;
  margin-right: 30px;
  background: #fafafa;
  font-size: 17px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_inquiry_form .service_inquiry_form_input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

.service_inquiry_form_full .service_inquiry_form_input {
  width: 400px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.service_inquiry_form .service_inquiry_form_input.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_inquiry_form .service_inquiry_form_input input[type='text'] {
  height: 42px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding-left: 12px;
  width: 100%;
  font-size: 14px;
  color: #9d9d9d;
}

.service_inquiry_form .service_inquiry_form_input input[type='text'].spam_input {
  width: 300px;
}

.service_inquiry_form .service_inquiry_form_input select {
  height: 44px;
  line-height: 25px;
  border: 1px solid #ddd;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  background: url(/image/sub/down_arrow.png) no-repeat 95% 55%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.service_inquiry_form .service_inquiry_form_input textarea {
  width: 100%;
  resize: none;
  height: 250px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  font-size: 16px;
}

.service_inquiry_form .service_inquiry_form_input.isFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service_inquiry_form .radio_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.service_inquiry_form .radio_wrap input[type='radio'] {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
}

.service_inquiry_form .radio_wrap input[type='radio']:checked + .radio_circle {
  border-color: #5c82fc;
}

.service_inquiry_form .radio_wrap input[type='radio']:checked + .radio_circle::before {
  opacity: 1;
}

.service_inquiry_form .radio_wrap .radio_circle {
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
}

.service_inquiry_form .radio_wrap .radio_circle::before {
  content: '';
  width: 11px;
  height: 11px;
  background-color: #5c82fc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transservice_inquiry_form: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.service_inquiry_form .radio_wrap .radio_label {
  font-size: 16px;
  color: #5c82fc;
}

.service_inquiry_form .spam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_inquiry_form .spam_refresh {
  margin-right: 40px;
  margin-left: 10px;
}

.inquiry strong {
  margin-top: 77px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 36px;
}

.privacy_box_bg {
  border: 1px solid #ddd;
  height: 380px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 40px;
}

.privacy_box {
  overflow-y: scroll;
  height: 300px;
  width: 94%;
  margin: auto;
  padding: 0 3%;
}
.privacy_box p{
 font-size: 16px;
 line-height: 28px;
}

.privacy_box::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

.privacy_box::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.privacy_box::-webkit-scrollbar-thumb {
  border-radius: 2px;
  /* background: #41b25d; */
  background: #3157B4;
}

.privacy_agree {
  text-align: right;
  margin-bottom: 60px;
}

.privacy_agree input[type='checkbox'] {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-right: 3px;
}

.privacy_agree label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  color: #666;
}

.button-style {
  display: block;
  font-size: 18px;
  font-weight: 500;
  /* border: 1px solid #ddd; */
  width: 210px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 60px;
  border-radius: 30px;
  background-color: #3157B4;
  color: #FFF !important;
}
.button-style a{
  color: #FFF !important;
}

/* .button-style:hover {
  background: #f8f8f8;
} */

.button-style a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.prod-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 77px;
}

.prod-item {
  width: 30%;
  margin-bottom: 60px;
  margin-right: 5%;
}
.prod-item:nth-child(3n) {
  margin-right: 0;
}

.prod-item-box {
  margin-bottom: 15px;
  position: relative;
}

.prod-item-box img {
  /* width: 100%;
  height: 210px;
  object-fit: cover;
  display: block; */
  width: 100%;
  max-height: 319px;
  height: 100%;
  display: block;
}

.prod-item-box::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  /* left: -2px; */
  left: 0;
  width: 100%;
  /* padding-top: 75%; */
  height: 100%;
  border: 2px solid #3157B4;
  border-image-slice: 1;
  border-radius: 5px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  box-sizing: border-box;
}

.prod-item-box::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53px;
  height: 53px;
  background-image: url("/image/sub/sub_more_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prod-item-box:hover::after, .prod-item-box:hover::before {
  opacity: 1;
}

.prod-item-tit em {
  display: block;
  color: #0075b6;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.prod-item-tit strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

.certi .prod-item .prod-item-box {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 24px 0;
  min-height: 374px;
  position: relative;
  transition: .35s;
}
.certi .prod-item .prod-item-box:hover {
  border: 1px solid #fff;
}
/* .certi .prod-item .prod-item-box::before {
  padding-top: 97%;
  left: -1px;
} */

.certi .prod-item img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certi li {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.resist p {
  display: block;
  line-height: 34px;
  font-size: 20px;
  color: #666;
  margin-bottom: 50px;
  margin-top: -20px;
}

.resist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resist-item strong {
  display: block;
  margin: 0 80px;
  font-size: 20px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}

.resist-item .download {
  margin: 0 80px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #666;
  width: 175px;
  height: 60px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.resist-item .download:hover {
  background: #f8f8f8;
}

.resist-item .download span::after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 16px;
  height: 16px;
  background-image: url("/image/sub/sub_download_ico.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.resist-wrap li {
  border-bottom: 1px solid #ddd;
}

.resist-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  /* background: -webkit-gradient(linear, left top, right top, from(#41b25e), to(#0176b5));
  background: linear-gradient(to right, #41b25e, #0176b5); */
  background-color: #3157B4;
}

.detail-subtit {
  font-size: 32px;
  font-weight: bold;
  /* color: #41b25d; */
  color: #3157B4;
  margin-bottom: 27px;
  line-height: 1;
}

.detail-tit {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 60px;
}

.prod_detail strong {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 43px;
  line-height: 1;
}
.prod_detail .resist-item strong {
  margin-bottom: 0;
}
.prod_detail .resist-wrap {
  margin-bottom: 120px;
}
.detail-img {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}

.detail-table {
  margin-bottom: 120px;
}

.detail-table::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;

  background: #3157B4;
}

.detail-table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.detail-table .detail-table-tit {
  background: #f8f8f8;
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 18px;
}

.detail-table .detail-table-tit span {
  font-size: 18px;
  font-weight: 500;
}

.detail-table .detail-table-article {
  padding: 27px 60px;
  word-break: keep-all;
  width: 82%;
  font-size: 18px;
}

.detail-table .detail-table-article p {
  display: block;
  margin: 5px;
  font-size: 16px;
  color: #666;
}
.detail-edit {
  width: 100%;
  margin-bottom: 120px;
}
.detail-edit img {
  width: 100%;
  height: auto !important;
}
.modal-dim {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}

.modal-popup {
  display: none;
  position: fixed;
  top: calc(50% + 45px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  z-index: 99999999;
  width: 70vmin;
  max-height: calc(100vh - 110px);
}

.modal-popup-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ddd;
}

.modal-popup-top em {
  font-size: 24px;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.modal-close {
  width: 24px;
  height: 24px;
  position: relative;
}

.modal-close span {
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-main-img {
  margin: 0 auto;
  width: 80%;
}

.car-way li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.car-way li em {
  display: block;
  color: #0075b6;
  line-height: 30px;
  font-size: 20px;
  margin-right: 54px;
}

.car-way li p {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  padding-right: 38px;
}

.manage p {
  display: block;
  margin-top: -30px;
  margin-bottom: 60px;
  font-size: 20px;
  color: #666;
}
.manage img {
  width: 100%;
}
.vision > strong {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 36px;
}

.vision > p {
  color: #666;
  font-size: 20px;
  margin-bottom: 46px;
}

.vision .sub-tit {
  margin-bottom: 110px;
}

.corp-field-img {
  margin-bottom: 110px;
}

.corp-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.field-item {
  width: 32.5%;
  height: 200px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: bottom 40px right 40px;
}

.field-item em {
  display: block;
  color: #0075b6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.field-item strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
}

.field-item:nth-child(1) {
  background-image: url("/image/sub/vision_ico_01.png");
}

.field-item:nth-child(2) {
  background-image: url("/image/sub/vision_ico_02.png");
}

.field-item:nth-child(3) {
  background-image: url("/image/sub/vision_ico_03.png");
}

.field-item:nth-child(4) {
  background-image: url("/image/sub/vision_ico_04.png");
}

.field-item:nth-child(5) {
  background-image: url("/image/sub/vision_ico_05.png");
}

.field-item:nth-child(6) {
  background-image: url("/image/sub/vision_ico_06.png");
}
.prod_detail .table_area{
  flex: 1;
  }
  .prod_detail .flex{
    display: flex;
   gap: 40px;
  }
  .prod_detail .flex .thumb{
    flex: 1;
    /* max-width: 542px;
    width: 100%;
    height: 416px; */
  }
  .prod_detail{
    padding: 90px 0;
  }
  .prod_detail strong {
    display: block;
    font-size: 22px;
    font-weight: bold;
   margin-bottom: 18px;
    line-height: 1;
  }
  .prod_detail .resist-item strong {
    margin-bottom: 0;
  }
  .prod_detail .resist-wrap {
    margin-bottom: 120px;
  }
  .detail-img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    /* height: 100%; */
   
  }
  
.prod_detail .button-style{
  margin-top: 10vh;
  /* margin-bottom: 16vh; */
}