@charset "utf-8";
#hd.sub{z-index: 2;}

.wr-1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
/* 서브 공통 */
/* 이미지 모달창 */
#modal {display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color: rgba(0,0,0,.6);}
#modal__content {display: flex;flex-wrap: wrap;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);margin: 0 auto;padding: 60px;background: #FFF;box-shadow: 0px 0px 15px rgba(0,0,0,0.5);}
.modal__exit {position: absolute;width: 60px;height: 60px;top: 0px;right: 0px;font-size: 30px;font-weight: 300;background: #000;color: #FFF;text-align: center;}
.modal__exit span {width: 30px;height: 3px;background: #FFF;display: block;margin: 0 auto;}
.modal__exit span:nth-child(1) {margin: 0px auto 5px;transform: rotate(45deg);position: absolute;top: 50%;left: 15px;}
.modal__exit span:nth-child(2) {margin: 0px auto 5px;transform: rotate(-45deg);top: 50%;position: absolute;left: 15px;}
.modal__img {flex: 0 1 100%;text-align: center;}
.modal__img img {width:100%;max-width: 400px;}
.modal__ttl {flex: 0 1 100%;text-align: center; font-size: 16px; font-weight: 600;}

@media screen and (max-width: 768px){
  #modal__content {padding: 50px 20px;width: 80%;}
	.modal__exit {width: 50px;height: 50px;}
	.modal__exit span {width: 25px;height: 3px;}
	.modal__exit span:nth-child(1) {left: 13px;}
	.modal__exit span:nth-child(2) {left: 13px;}
}

.overlay {display: none;position:absolute;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.5) !important;z-index: 20;cursor: pointer;}
.overlay__message{display: block;width: 100%;font-size: 18px;line-height: 28px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}

@media screen and (max-width: 500px) {
	.overlay__message{font-size: 16px;line-height: 26px;}
}
/* 서브페이지 네비게이션 */
#sub__nav{
  position:relative;
  height: 58px;
  margin-top: 100px;
  background-color: #f8f9fa;
  border-top: 1px solid #ddd;
}
#sub__nav .nav-top-wr {
  margin:0 auto;background: #fff;border-bottom: 1px solid #e5e5e5;
}
#sub__nav .nav-top-wr .wr-1400 {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 6px;
  left: calc(50%);
  transform: translateX(-50%);
  max-width: 1300px;
}
#sub__nav .nav-top-wr .home {display: flex;align-items: center;justify-content: center;width: 60px;height: 45px;}
#sub__nav .nav-top-wr .nav_ul {position: relative;z-index: 99;}
#sub__nav .nav-top-wr .nav_ul:before {display:block;/* content:''; */width: 1px;height: 80%;position: absolute;bottom: -1px;right:0;background: #d7d7d7;}
#sub__nav .nav-top-wr .nav_ul li {position:relative;float:left;min-width: 270px;padding: 0 30px;height: 45px;z-index: 99;cursor: pointer;transition: all 0.3s;}
#sub__nav .nav-top-wr .nav_ul > li:before {display:block;content:'';width: 1px;height: 15px;position: absolute;bottom: 50%;left: 0;background: #00000050;transform: translateY(50%);}
#sub__nav .nav-top-wr .nav_ul li .nav_1a {display:block;font-size: 20px;color: #000;height: 45px;line-height: 47px;font-weight: 400;}
#sub__nav .nav-top-wr .nav_ul li .nav_1a::after {content:'';display:block;position:absolute;transform: translateY(-50%);top: 50%;right: 35px;width:12px;height:12px;background: url('../img/sub/icon_sub_arrow--grey.png')no-repeat center;}
#sub__nav .nav-top-wr .nav_ul li ul {position:relative;display:none;position:absolute;top: 44px;left:-1px;border-top: 1px solid #e3e3e3;border-left:1px solid #e3e3e3;z-index:10;}
#sub__nav .nav-top-wr .nav_ul li ul li {border-bottom:1px solid #e3e3e3;border-right:1px solid #e3e3e3;transition:0.3s;background:#fff;/* line-height: 60px; */height: 50px;z-index: 99;}
#sub__nav .nav-top-wr .nav_ul li ul li:hover {background:#f5f5f5}
#sub__nav .nav-top-wr .nav_ul li ul li a {display:block;height: 50px;line-height: 50px;color:#000;font-weight: 600;}
#sub__nav .nav-title.mft {display: none;}

#sub__nav.nav03 .nav-top-wr .nav_ul>li:before{display:block;content:'';width:1px;height:15px;position:absolute;bottom:50%;left:0;background:#aaabac;transform:translateY(50%)}
#sub__nav.nav03 .nav-top-wr .nav_ul li .nav_1a::after{content:'';display:block;position:absolute;transform: translateY(-50%);top: 50%;right: 35px;width:12px;height:12px;background: url('../img/sub/icon_sub_arrow--grey.png')no-repeat center;}

#sub__nav.nav04 .nav-top-wr .nav_ul>li:before{display:block;content:'';width:1px;height:15px;position:absolute;bottom:50%;left:0;background:#aaabac;transform:translateY(50%)}
#sub__nav.nav04 .nav-top-wr .nav_ul li .nav_1a::after{content:'';display:block;position:absolute;transform: translateY(-50%);top: 50%;right: 35px;width:12px;height:12px;background: url('../img/sub/icon_sub_arrow--grey.png')no-repeat center;}

#sub__nav.nav05 .nav-top-wr .nav_ul>li:before{display:block;content:'';width:1px;height:15px;position:absolute;bottom:50%;left:0;background:#aaabac;transform:translateY(50%)}
#sub__nav.nav05 .nav-top-wr .nav_ul li .nav_1a::after{content:'';display:block;position:absolute;transform: translateY(-50%);top: 50%;right: 35px;width:12px;height:12px;background: url('../img/sub/icon_sub_arrow--grey.png')no-repeat center;}

/* mobile */
.m-menu{display:none;/* padding-top: 10px; */}
.m-menu .mnav-ul li .mnav-1a {display:block;background: #202329;font-size:15px;color: #fff;height: 50px;line-height: 48px;font-weight:400;cursor:pointer;padding: 0 25px;letter-spacing: -0.5px;position: relative;}
.m-menu .mnav-ul li .mnav-1a > span{display: block;content: '';position:absolute;background: url(../img/sub/w_icon_sub_arrow--grey.png) no-repeat center;right: 25px;top: 50%;width: 16px;height: 12px;margin-top: -6px;transition: all 0.5s;}
.m-menu .mnav-ul li .mnav-1a.active span{transform:rotate(180deg)}
.m-menu .mnav-ul li ul {position:relative;display:none;position:absolute;left: 0px;z-index:10;width: calc(100% + 0px);border: 1px solid #e3e3e3;padding: 15px 30px;background: #fff;}
.m-menu .mnav-ul li ul li {border-bottom: 0;border-right: 0;transition:0.3s;background:#fff;padding: 3px 0;}
.m-menu .mnav-ul li ul li a {display: block;/* line-height: 1; */color: #6c6c6c;letter-spacing: -1px;font-size: 16px;word-break: keep-all;line-height: 30px;}
.m-menu .mnav-ul li ul li a:hover{color: #005ad4;font-weight:bold;text-decoration:underline;}

@media (max-width:1300px){
	#sub__nav .nav-top-wr .wr-1400 {bottom:0}
	#sub__nav .nav-top-wr .home {width:50px;height:50px;line-height: 48px;}
	#sub__nav .nav-top-wr .nav_ul li{height: 50px;}
	#sub__nav .nav-top-wr .nav_ul li .nav_1a{height:50px;line-height:50px;font-size: 16px;}
}

@media (max-width:1024px){

}

@media (max-width: 768px){
	#sub__nav .pc-menu{display:none}
	#sub__nav .m-menu{display:block;}
}

@media (max-width:500px){

}

/* 공통 */
#wrapper .sub {/*padding: 0 0 clamp(40px,5.2vw,120px);*/}

#wrapper .wr_1300 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 clamp(40px,5.2vw,120px);
    /*border: 1px solid orange;*/
}

.sub_tit_zone { margin-top: 100px; text-align: center; }
.sub_tit_zone h2 { font-family: 'EnvironmentB'; font-weight: normal; font-size: 3.125rem; }
.sub_tit_info {margin: 30px 0 50px; font-size: 1.375rem; font-weight: 500; color: #7d7d7d; }
.sub_tit_line {
  margin: 0 auto 50px;
  width: 60px;
  height: 3px;
  background: #763b8a;
}

/* sub1_1 */
.sub1_1 .insa {

}
.sub1_1 .insa .insa_bg {
  padding: 0 20px 70px;
  height: 840px;
  background: url('../img/sub/sub1_1_bg.jpg') no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 70px;
}

.sub1_1 .insa .insa_bg .insa_tit {
  font-family: 'EnvironmentB';
  font-size: 3.125rem;
  color: #fff;
}

.sub1_1 .insa .insa_bg .insa_txt {
  padding: 70px 20px 20px;
  width: 100%;
  max-width: 1200px;
  height: fit-content;
  background-color: #ebebeb;
  border-radius: 26px;
}

.sub1_1 .insa .insa_bg .insa_txt p {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}
/* 반응형 */


/* sub1_2 */
.sub1_2 .con_inner {position: relative; overflow: hidden;}

.sub1_2 .con_inner .year {display: flex; gap: clamp(100px, 4vw, 162px); justify-content: space-between;}
.sub1_2 .con_inner .year + .year {margin-top: 100px;}
.sub1_2 .con_inner .year > div:first-child {display: flex; justify-content: flex-end; text-align: right;}
.sub1_2 .con_inner .year > .year_txt {display: flex; flex-direction: column; flex: 0 1 calc(100% / 2); gap: clamp(20px, 4vw, 50px);;}
.sub1_2 .con_inner .year > .year_txt .year_tit {margin-top: 30px; font-family: 'EnvironmentB';font-size: clamp(30px, 3vw, 50px);color: #602e8e; text-align: left;}

.sub1_2 .con_inner .year > .year_txt ul li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  padding: 20px 12px;
  border-bottom: 1px solid #c0c0c0;
}
.sub1_2 .con_inner .year > .year_txt ul li dl {
  display: flex;

}

.sub1_2 .con_inner .year > .year_txt ul li dl dt {
  font-family: 'EnvironmentB';font-size: clamp(16px, 3vw, 28px);
}
.sub1_2 .con_inner .year > .year_txt ul li dl dd {
  padding-left: 50px;
  font-size: clamp(16px, 3vw, 24px); font-weight: 300; line-height: 1.2em; text-align: left;
}

.sub1_2 .con_inner .year > .year_txt ul li dl dd .r_icon {
  padding: 4px 6px;
  font-size: clamp(12px, 3vw, 18px);
  color: #fff; background-color: #4b4b4b;
  border-radius: 6px;
}
.sub1_2 .con_inner .year > .img_box {flex: 0 1 calc(100% / 2 - clamp(100px, 4vw, 162px));width: 453px;height: 251px;/*overflow: hidden; */object-fit: cover;}
.sub1_2 .con_inner .year > .img_box > img {
  width: 100%; max-width: 560px;
  height: fit-content;
}

@media screen and (max-width:425px) {

    #wrapper .sub {padding: clamp(40px, 5.2vw, 120px) 0px;}
    .sub1_2 .con_inner .year {flex-direction: column-reverse; gap: 20px;}
    .sub1_2 .con_inner .year > div:first-child {text-align: left;}
    .sub1_2 .con_inner .year > .year_txt:nth-child(even) {flex-direction: column}
    .sub1_2 .con_inner::before {left: calc(10% - 13px)}
    .sub1_2 .con_inner .year::before {display: none;}
    .sub1_2 .con_inner::before {display: none;}
    .sub1_2 .con_inner::after {display: none;}
    .sub1_2 .con_inner .year > .year_txt {flex: calc(100% / 2); padding: 0 20px;}
    .sub1_2 .con_inner .year > .year_txt ul {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
    }
    .sub1_2 .con_inner .year > .year_txt ul li dl {
      flex-direction: column; gap: 10px;
    }
    .sub1_2 .con_inner .year > .img_box img {display: none;}
    .sub1_2 .con_inner .year > .year_txt ul li dl dd {padding: 10px;}
}

/* sub1_3 */
.sub1_3 { }
.sub1_3 .Directions .map_content {position:relative;display: flex;}
.sub1_3 .Directions .map_content .map_bg {flex: 60%;}
.sub1_3 .Directions .map_content .map_bg > div {width: 100% !important;max-width: 1350px;}
.sub1_3 .Directions .map_content .map_bg > div .hide {display: none !important;}
.sub1_3 .Directions .map_content .wrap_map {height: 600px !important;}
.sub1_3 .root_daum_roughmap .cont {display: none;}
.sub1_3 .Directions .map_content .box_wr {flex: 40%;}
.sub1_3 .Directions .map_content > div p:last-child {font-size: clamp(16px,2vw,18px);}


.sub1_3 .Directions .map_content .box01,
.sub1_3 .Directions .map_content .box02,
.sub1_3 .Directions .map_content .box03,
.sub1_3 .Directions .map_content .box04 {height: 150px;padding: 48px 40px;display:flex;align-items:center;justify-content:space-between;font-size: clamp(18px,2vw,20px);}

.sub1_3 .Directions .map_content .box01 {background: #fff;border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9;}
.sub1_3 .Directions .map_content .box02 {background: #fff;border-bottom: 1px solid #d9d9d9;}
.sub1_3 .Directions .map_content .box03 {background: #fff;}
.sub1_3 .Directions .map_content .box04 {background:#fbe100;cursor: pointer;}

.sub1_3 .Directions .map_content .box01 p:first-child,
.sub1_3 .Directions .map_content .box02 p:first-child,
.sub1_3 .Directions .map_content .box03 p:first-child,
.sub1_3 .Directions .map_content .box04 p:first-child {font-size: clamp(22px,2vw,26px);font-weight: 800;padding-bottom: 15px;}

.sub1_3 .Directions .arrow {transition: transform 0.3s ease;}
.sub1_3 .Directions .arrow.active {transform: rotate(180deg);}
.sub1_3 .Directions .menu_con .txt {max-height: 0;overflow: hidden;transition: max-height 0.5s ease; }

@media screen and (max-width:1024px) {
	.sub1_3 .Directions .map_content {flex-wrap:wrap;}
  .sub1_3 .Directions .map_content .wrap_map {height: 410px !important;}
  .sub1_3 .Directions .map_content .box_wr {top:-50px;right: 20px;flex: 100%;}
  .sub1_3 .Directions .map_content .map_bg {flex:100%;}

  .sub1_3 .Directions .map_content .box01,
  .sub1_3 .Directions .map_content .box02,
  .sub1_3 .Directions .map_content .box03,
  .sub1_3 .Directions .map_content .box04 {padding: 30px 40px;height: 150px;}

  .sub1_3 .Directions .map_content .box01 p:first-child,
  .sub1_3 .Directions .map_content .box02 p:first-child,
  .sub1_3 .Directions .map_content .box03 p:first-child,
  .sub1_3 .Directions .map_content .box04 p:first-child {font-size:1.25rem;}
}

@media screen and (max-width:768px) {
	.sub1_3 .Directions .btm_con {gap: 12px;}
	.sub1_3 .Directions .right_con {flex: 100%;}
	.sub1_3 .Directions .page-tit {padding: 0 20px 30px;}
	.sub1_3 .Directions .map_content .wrap_map {height: 310px !important;}
	
	.sub1_3 .Directions .map_content .box_wr {position: unset;}
	.sub1_3 .Directions .map_content .box01,
  .sub1_3 .Directions .map_content .box02,
	.sub1_3 .Directions .map_content .box03,
	.sub1_3 .Directions .map_content .box04 {padding: 20px 30px;}

	.sub1_3 .Directions .map_content .box01 p:first-child,
  .sub1_3 .Directions .map_content .box02 p:first-child,
  .sub1_3 .Directions .map_content .box03 p:first-child,
  .sub1_3 .Directions .map_content .box04 p:first-child {font-weight: 600;}
	
}

/* sub2 */
.product_zone .box_1 { max-width: 1300px; border: solid 15px #eef1f3; border-radius: 30px; }

.product_zone .box_2 { background-color: #eef1f3; border-radius: 30px; }

.sub .product_zone .box_1 .tit_gbar { position: absolute; top: 50px; left: -15px; display: inline-block; padding: 10px 40px; font-family: 'EnvironmentB'; font-size: clamp(20px,2vw,26px); color: #fff; background: linear-gradient(90deg, #523171, #122a55); }

.sub .product_zone table { margin: 30px auto; width: 100%; max-width: 1030px; border-collapse: collapse; border: 2px solid #3a3b3d; }

.sub .product_zone table tr {}
.sub .product_zone table tr:nth-child(even){background-color: #f2f2f2;}
.sub .product_zone table tr.bd_r th,
.sub .product_zone table tr.bd_r td { border-right: 1px solid #d8d8d8; }
.sub .product_zone table .bd_b,
.sub .product_zone table tr.bd_b th,
.sub .product_zone table tr.bd_b td { border-bottom: 1px solid #d8d8d8; }
.sub .product_zone table tr th { padding: 10px 0; font-size: 1.375rem; font-weight: 500; text-align: center; color: #fff; background-color: #3a3b3d; }
.sub .product_zone table tr td { padding: 10px 0; font-size: 1.125rem; font-weight: 500; text-align: center; }
.sub .product_zone table tr td.td_l { text-align: left; }
.sub .product_zone table tr td.td_bg { background-color: #f2f2f2; }

@media screen and (max-width:980px) {
  .sub .product_zone .box_1 .tit_gbar { position:unset; }

  .sub .product_zone .box_1 .tb_box { width: 100%; overflow-x: auto; }
  .sub .product_zone .box_1 table { }
  .sub .product_zone table tr th { padding: 10px 4px; font-size: 1rem; }
  .sub .product_zone table tr td { padding: 10px 4px; font-size: .75rem; }
}

/* sub2_1 */
.sub2_1 .product_zone .box_1 { position: relative; margin-bottom: 30px; padding: 150px 20px 50px; text-align: center; }
.sub2_1 .product_zone .box_mb { padding: 250px 20px 50px; }
.sub2_1 .product_zone .box_1 ul { position: absolute; top: 130px; left: 50px; text-align: left; }
.sub2_1 .product_zone .box_1 ul li { list-style: disc outside none; font-size: 1.25rem; font-weight: 600; }
.sub2_1 .product_zone .box_1 .p_icon { position: absolute; top: 120px; right: 50px; }


@media screen and (max-width:980px) {
  .sub2_1 .product_zone .box_1 { position: relative; margin-bottom: 30px; padding: 30px 20px; text-align: center; }
  .sub2_1 .product_zone .box_mb { padding: 30px 20px; }
  .sub2_1 .product_zone .box_1 ul { margin: 10px; text-align: left; }
  .sub2_1 .product_zone .box_1 ul li { font-size: 1rem;list-style: disc inside none;}

  .sub2_1 .product_zone .box_1 ul,
  .sub2_1 .product_zone .box_1 .p_icon { position:unset; }
}

@media screen and (max-width:380px) {

}

/* sub2_2 */
.sub2_2 .product_zone .box_1 { position: relative; margin-bottom: 30px; padding: 230px 20px 50px; text-align: center; }
.sub2_2 .product_zone .box_1 ul { position: absolute; top: 130px; left: 50px; text-align: left; }
.sub2_2 .product_zone .box_1 ul li { list-style: disc outside none; font-size: 1.25rem; font-weight: 600; }
.sub2_2 .product_zone .box_1 .p_icon { position: absolute; top: 50px; right: 50px; }

@media screen and (max-width:980px) {
  .sub2_2 .product_zone .box_1 { position: relative; margin-bottom: 30px; padding: 30px 20px; text-align: center; }
  .sub2_2 .product_zone .box_1 ul { margin: 10px; text-align: left; }
  .sub2_2 .product_zone .box_1 ul li { font-size: 1rem;list-style: disc inside none;}

  .sub2_2 .product_zone .box_1 ul,
  .sub2_2 .product_zone .box_1 .p_icon { position:unset; }
}


/* sub2_3 */
.sub2_3 .product_zone { position: relative; }

.sub2_3 .product_zone .box_2 { margin-top: 20px; padding: 90px 80px 70px; }
.sub2_3 .product_zone .box_2 ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; }
.sub2_3 .product_zone .box_2 ul li {}
.sub2_3 .product_zone .box_2 ul li dl { display: flex; flex-wrap: wrap; flex-direction: column-reverse; align-items: center; }
.sub2_3 .product_zone .box_2 ul li dl dt { margin-top: 30px; padding: 10px 50px; color: #fff; font-size: 1.625rem; font-weight: 700; background-color: #f39800; border-radius: 30px; }
.sub2_3 .product_zone .box_2 ul li dl dd {}
.sub2_3 .product_zone .box_2 p { margin: 20px auto; font-size: 1.875rem; font-weight: 600; text-align: center; }

.sub2_3 .product_zone .bottom_box { position: relative; margin-top: 50px; }

.sub2_3 .product_zone .box_3 { position: relative; top: 70px; display: block; height: 100%; max-height: 820px; }

.sub2_3 .product_zone .box_1 { padding: 50px; }
.sub2_3 .product_zone .box_1 ul { display: flex; flex-wrap: wrap; flex-direction: column; align-items: center; gap: 20px; }
.sub2_3 .product_zone .box_1 ul li {}
.sub2_3 .product_zone .box_1 ul li dl { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; gap: 30px; }
.sub2_3 .product_zone .box_1 ul li dl dt { padding: 40px 10px; color: #fff; font-family: 'EnvironmentB'; font-size: clamp(20px,2vw,26px); text-align: center; background-color: #3f3a39; border-radius: 30px; writing-mode: vertical-rl; }
.sub2_3 .product_zone .box_1 ul li dl dd {}
.sub2_3 .product_zone .box_1 ul li dl dd img {width: 100%;}
.sub2_3 .product_zone .box_1 ul li dl dd:nth-child(3) { margin-left: 30px; }

@media screen and (max-width:980px) {
  .sub2_3 .product_zone .box_2 ul li dl dt {font-size: 1rem;}

  .sub2_3 .product_zone .box_1 ul { margin: 10px; text-align: left; }

  .sub2_3 .product_zone .box_1 ul,
  .sub2_3 .product_zone .box_1 .p_icon { position:unset; }
}

@media screen and (max-width:724px) {
  .sub2_3 .product_zone .box_2 { padding: 1.25rem; }
  .sub2_3 .product_zone .box_2 p { font-size: 1.5rem; }

  .sub2_3 .product_zone .box_1 ul { gap: 30px; }
  .sub2_3 .product_zone .box_1 ul li dl dt {padding: 10px 40px; writing-mode: unset; }
  .sub2_3 .product_zone .box_1 ul li dl {
    justify-content: center; gap: 20px;
  }
}

/* sub2_4 */
.sub2_4 .product_zone .box_1 { margin-bottom: 50px; padding: 60px 80px; }

.sub2_4 .product_zone .info_box { position: relative; margin-bottom: 100px; }
.sub2_4 .product_zone .info_box p { position: absolute; left: calc(50% - 350px); bottom: -24px; padding: 8px; width: 100%; max-width: 700px; color: #fff; font-size: 2rem; font-weight: 700; text-align: center; border-radius: 30px; background-color: #f39800; }
.sub2_4 .product_zone .info_box ul { display: flex; }

.sub2_4 .product_zone .box_2 { }
.sub2_4 .product_zone .box_2 ul li {}
.sub2_4 .product_zone .box_2 ul li dl { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 80px; padding: 35px; }
.sub2_4 .product_zone .box_2 ul li dl dt {}
.sub2_4 .product_zone .box_2 ul li dl dd {}

@media screen and (max-width:980px) {
  .sub2_4 .product_zone .box_1 { padding: 20px; }
  .sub2_4 .product_zone .info_box {padding: 20px;}
  .sub2_4 .product_zone .info_box p {margin-bottom: 20px;}

  .sub2_4 .product_zone .box_2 ul li dl { gap: 20px;}
}

@media screen and (max-width:768px) {

  .sub2_4 .product_zone .info_box p { position:unset; }
  .sub2_4 .product_zone .info_box ul { flex-wrap: wrap; justify-content: center; gap: 20px; }
}


/* sub2_5 */
.sub2_5 .product_zone .box_1 { margin-bottom: 50px; padding: 60px; }

.sub2_5 .product_zone .box_2 { padding: 80px 60px 70px; }
.sub2_5 .product_zone .box_2 p { margin: 0 auto; padding: 10px; width: 100%; max-width: 670px; font-family: 'EnvironmentB'; font-size: clamp(20px,2vw,36px); text-align: center; background-color: #deddde; border-radius: 30px; } 
.sub2_5 .product_zone .box_2 ul { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 10px; margin-top: 42px; }
.sub2_5 .product_zone .box_2 ul li {}
.sub2_5 .product_zone .box_2 ul li dl { display: flex; justify-content: center; flex-wrap: wrap; width: 100%; max-width: 374px; }
.sub2_5 .product_zone .box_2 ul li dl dt { padding: 35px; width: 100%; max-width: 374px; color: #fff; font-family: 'EnvironmentB'; font-size: clamp(20px,2vw,30px); text-align: center; border-radius: 8px 8px 0 0; }
.sub2_5 .product_zone .box_2 ul li dl.c_01 dt { background-color: #8e2e88; }
.sub2_5 .product_zone .box_2 ul li dl.c_02 dt { background-color: #602e8e; }
.sub2_5 .product_zone .box_2 ul li dl.c_03 dt { background-color: #392e8e; }
.sub2_5 .product_zone .box_2 ul li dl dd { padding: 30px 50px 20px; background-color: #fff; }
.sub2_5 .product_zone .box_2 ul li dl.c_01 dd { border: 8px solid #8e2e88; }
.sub2_5 .product_zone .box_2 ul li dl.c_02 dd { border: 8px solid #602e8e; }
.sub2_5 .product_zone .box_2 ul li dl.c_03 dd { border: 8px solid #392e8e; }
.sub2_5 .product_zone .box_2 ul li dl dd ul { margin-top: 0; }
.sub2_5 .product_zone .box_2 ul li dl dd ul li { font-size: 1.375rem; font-weight: 500; text-align: center; }

@media screen and (max-width:980px) {
  .sub2_5 .product_zone .box_1 { padding: 20px; }
  .sub2_5 .product_zone .box_2 { padding: 40px 20px 30px; }
}




/* sub3_1 */
.sub3_1 .wr_1300 {}

.sub3_1 .certificate {}
.sub3_1 .certificate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.sub3_1 .certificate ul li {}
.sub3_1 .certificate ul li dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
}
.sub3_1 .certificate ul li dl dt {
  padding: 14px;
  width: 300px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #04162a;
  border-radius: 10px 10px 0 0;
}
.sub3_1 .certificate ul li dl dd {
  padding: 4px;
  border: 2px solid #04162a;
  border-radius: 10px;
}

/* 반응형 */


/* sub3_2 */
.sub3_2 .wr_1300 {}
.sub3_2 .anjang_t {}
.sub3_2 .box {
  max-width: 1044px;
  border: solid 16px #eef1f3;
  border-radius: 30px;  
}
.sub3_2 .con_box1 {
  margin: 0 auto;
  padding: clamp(30px,6vw,88px) clamp(26px,7vw,122px);
  margin-bottom: 20px;
}
.sub3_2 .box h4::before {content: '';display: inline-block; width: 6px;height: 1em;background: #c30d23;transform: translate(0%, 10%);margin-right: 15px;}
.sub3_2 .box h4 {margin-bottom: 38px; font-size: clamp(24px,2.5vw,30px); font-weight: 700;}
.sub3_2 .con_box1 .text {display: flex;text-align: start;justify-content: space-between;}
.sub3_2 .con_box1 .text ul li {font-size: clamp(16px,2vw,24px);font-weight: 400;line-height: 1.5em; list-style: disc;margin-left: 24px;letter-spacing: -1px;}

.sub3_2 .con_box2 { margin: 0 auto; padding: clamp(24px,7vw,88px) clamp(30px,10vw,122px); }
.sub3_2 .con_box2 .sub_box {
  display: flex;
  gap: 20px;
}
.sub3_2 .con_box2 .sub_box li {}
.sub3_2 .con_box2 .sub_box li dl { display: flex; flex-direction: column-reverse; align-items: center; flex-wrap: wrap; }
.sub3_2 .con_box2 .sub_box li dl dt {padding: 10px; font-size: clamp(16px,2vw,24px); font-weight: 400;}

@media screen and (max-width:1300px) {
  .sub3_2 .con_box1 .text img {display: none;}
}

@media screen and (max-width:768px) {
  .sub3_2 .con_box2 .sub_box{flex-direction: column; gap: 15px;}
}



/* sub3_3 */
.sub3_3 .criteria {}
.sub3_3 .criteria table {
  margin: 30px auto;
  width: 100%;
  max-width: 1030px;
  border-collapse: collapse;
  border: 1px solid #3a3b3d;
}

.sub3_3 .criteria table tr {}
.sub3_3 .criteria table tr:nth-child(odd){background-color: #f2f2f2;}

.sub3_3 .criteria table tr th {
  padding: 10px 0;  
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #3a3b3d;
}

.sub3_3 .criteria table tr td {
  padding: 10px 0;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
}
.sub3_3 .criteria table tr td.td_l { text-align: left; }
.sub3_3 .criteria table tr td.td_bg { background-color: #f2f2f2; }

.sub3_3 .criteria .cta_3 {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}

.sub3_3 .criteria .cta_3 ul {
  display: flex;
  flex-wrap: wrap;  
  justify-content: space-between;
}

.sub3_3 .criteria .cta_3 ul li dl {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.sub3_3 .criteria .cta_3 ul li dl dt {
  display: block;
  padding: 6px;
  width: 100%;
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  background-color: #f0f2f4;
  border-radius: 10px;
}
