.sub_visual{
	position: relative
}

.sub_visual_top{
	position: relative;
	height: 72vh; 
	    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sub_visual_top .sub_visual_bg{position: absolute;
left: 0; top: 0; width: 100%; height: 100%; overflow: hidden}

.sub_visual_top .inner_w{position: relative; z-index: 2}

.sub_visual_top .sub_visual_bg img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    animation: visualZoom 4s ease-out forwards;
}

.sub_visual_top .txt{text-align: center}
.sub_visual_top .txt h4{ 
	margin-bottom: 24px;
	color: #FFF;
font-size: 18px;
font-style: italic;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
	}



.sub_visual_top .txt h2{ font-size: 54px; line-height: 140%; word-break: keep-all; 
font-weight: 700; color: #fff}




@keyframes visualZoom {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1.0);
    }
}



.sub_visual_nav{position: absolute;
left: 0; bottom: 30px; width: 100%; z-index: 2; padding: 0 14rem}
.sub_visual_nav .sub_deps{display: flex;
padding: 10px;
align-items: center;
border-radius: 500px;
background: rgba(255, 255, 255, 0.10);
backdrop-filter: blur(10px);
}

.sub_visual_nav .sub_deps a{
display: flex;
height: 60px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
border-radius: 100px;
transition-duration: .5s;
color: #FFF;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.sub_visual_nav .sub_deps a:hover,
.sub_visual_nav .sub_deps a.on{background: #5BAFF6;}







.sub_section{padding: 150px 0; position: relative}
.sub_section.notop{padding-top: 0}
.sub_section.bg{background: #F9F9F9;}
.sub_title{margin-bottom: 60px;}
.sub_title.center{text-align: center}
.sub_title h4{color: #5BAFF6;
font-family: Baskervville;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 150%; /* 27px */}

.sub_title h4 + h2{margin-top: 24px}

.sub_title h2{

	color: #111;
font-size: 40px;
font-weight: 700;
line-height: 140%; word-break: keep-all
}

.sub_title p{color: #666;
font-size: 18px;
font-weight: 400;
line-height: 150%;  word-break: keep-all}

.sub_title h2 + p{margin-top: 40px;}
.sub_title p + p{margin-top: 20px;}






/*회사개요*/






.ceo_mss{display: flex; gap:5rem;
align-items: center;
    justify-content: space-between; }

.ceo_mss .sub_title{margin: 0}
.ceo_mss .thum{border-radius: 20px; overflow: hidden}
.ceo_mss .thum img{display: block; max-width: 100%}


.sub_section .bg_title_wrap{
    position:absolute;
    bottom:-2%;
    left:0;
    width:100%;
    display:flex;
    z-index:1;
    overflow:hidden;
    opacity:.1;
}

.sub_section .bg_title{
    flex-shrink:0;
    white-space:nowrap;
    color:#5BAFF6;
    font-weight:400;
    font-size:14rem;
    line-height:1;
    padding-right:5rem;
    animation:titleFlow 60s linear infinite;
}





.organization{}

.o_ceo{
	display: flex;
width: 300px;
height: 300px;
padding: 20px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 150px;
border: 2px solid #5BAFF6;
margin: 0 auto
}
.o_ceo .in_o_ceo{
	display: flex;
width: 260px;
height: 260px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 130px;
background: #5BAFF6;
}

.o_ceo .in_o_ceo p{
	color: #FFF;
text-align: center;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.organization .mid{
	display: flex;
width: 300px;
height: 60px;
padding: 18px 0 18px 0;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 10px;
border: 1px solid #5BAFF6;
background: #EFF7FF;
margin: 44px auto 0;
position: relative
}


.organization .mid:before{
	content: '';
	width: 1px;
	height: 44px;
	border-left: 1px dashed #BFBFBF;
	position: absolute; left: 50%; top: -44px;
	transform: translateX(-50%);
}

.organization .mid p{
	color: #5BAFF6;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}


.organization_list{
	display: flex;
align-items: center;
gap: 165px;
justify-content: center;
width: 100%;
padding-top: 30px;
max-width: 1230px;
margin: 30px auto 0;
position: relative
}

.organization_list li{
	display: flex;
width: 300px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
position: relative
}


.organization_list:after{
	content: '';
	width: calc(100% - 300px);
	height: 1px;
	border-top: 1px dashed #BFBFBF;
	position: absolute; left: 50%; top: 0;
	transform: translateX(-50%);
}


.organization_list:before{
	content: '';
	width: 1px;
	height: 30px;
	border-left: 1px dashed #BFBFBF;
	position: absolute; left: 50%; top: -30px;
	transform: translateX(-50%);
}

.organization_list li:after{
	content: '';
	width: 1px;
	height: 30px;
	border-left: 1px dashed #BFBFBF;
	position: absolute; left: 50%; top: -30px;
	transform: translateX(-50%);
}




.organization_list li h4{
	display: flex;
width: 300px;
height: 70px;
justify-content: center;
align-items: center;
flex-direction: column;
border-radius: 10px;
border: 1px solid #5BAFF6;
background: #FFF;
color: #5BAFF6;
text-align: center;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
}

.organization_list li h4 span{
	font-size: 16px;
}

.organization_list li p{
	display: flex;
height: 70px;
padding: 18px 0 18px 0;
justify-content: center;
align-items: center;
gap: 10px;
align-self: stretch;
flex-direction: column;
color: #666;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 10px;
border: 1px solid #DDD;
background: #FFF;
}


/*연혁*/

.history_section{

}

.hisotry{position: relative; padding: 0px 0 100px 0px; }


.hisotry .sub_title{margin: 0 ; width: 30%}

.hisotry .line_are{position: absolute; left: calc(30% - 30px); top: 0; height: 100%; width: 60px;     
transform: translateX(-50%);}




.hisotry .line_are .bar{height: 100%; background: #ddd; width: 1px; 
position: absolute;
    left: 50%;
    top: 0; margin-left: -0.5px}
.hisotry .line_are .bar span{width: 100%; height: 0; 
background: #5BAFF6; position: absolute; left: 0; top: 0;
transition: height 0.1s linear;}

.hisotry .line_are .bar span i{
    position: absolute;
    left: 50%;
    top: 100%; /* 🔥 핵심 */
    transform: translate(-50%, -50%); /* 중앙 맞춤 */
    width: 50px;
    height: 50px;
    z-index: 2;
    border-radius: 50px;
background: #fff;
border: 2px solid #5BAFF6
}

.hisotry .line_are .bar span i:after{
	content: '';
	position: absolute;
	width: 10px; height: 10px; border-radius: 15px; 
	background: #5BAFF6; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3
	
}



.hisotry .in_flex{display: flex; 
    align-items: flex-start;
    justify-content: flex-start;}




.hisotry .in_flex .info{width: 70%; padding-left: 50px }

.hisotry .in_flex .info h3{
	color: rgba(17, 17, 17, 0.20);
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 20px;
transition-duration: .5s
}

.hisotry .in_flex .info h3.show{color: #5BAFF6;}

.hisotry .in_flex .info li{}

.hisotry .in_flex .info li .txt{flex:1}
.hisotry .in_flex .info li .txt p{font-size: 18px; color: #666; 
font-weight: 400; word-break: keep-all; line-height: 140%;
position: relative; padding-left: 15px;}

.hisotry .in_flex .info li .txt p:after{
	content: '·'; position: absolute; left: 0; top: 0
}

.hisotry .in_flex .info li .txt p span{display: block}
.hisotry .in_flex .info li .txt p span + span{margin-top: 10px}

.hisotry .in_flex .info li .txt p + p{margin-top: 22px;}

.hisotry .in_flex .info ul + h3{
	margin-top: 80px;
}




/*location*/

.location_flex{
	display: flex;
justify-content: space-between;
align-items: flex-end;
align-self: stretch;
margin-bottom: 40px;
}

.location_flex h2{
	display: flex;
align-items: center;
gap: 10px;
color: #111;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.location_flex h2 i svg{display: block}

.location_flex p{
	color: #111;
font-size: 20px;
font-style: normal;
font-weight: 400;
}

.location_map{border-radius: 20px; overflow: hidden}
.location_map iframe{display: block; width: 100%}

.location_info{
	display: flex;
align-items: center;
gap: 20px;
align-self: stretch;
margin-top: 20px;
}

.location_info li{
	display: flex;
padding: 25px 40px;
justify-content: flex-start;
    align-items: center;
gap: 10px;
flex: 1 0 0;
border-radius: 10px;
border: 1px solid #5BAFF6;
background: #FFF;
}

.location_info li.bg{
	background: #F8F8F8;
	border: 1px solid #DDD;
}

.location_info li h4{
	display: flex;
width: 120px;
align-items: center;
gap: 10px;
color: #111;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.location_info li h4 i svg,
.location_info li h4 i{display: block}

.location_info li p{
	color: #666;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

/*business*/



.bu_top_img{
	height: 50vh;
	overflow: hidden;
	margin-bottom: 100px
}

.bu_top_img.center{margin-bottom: 40px;}

.bu_top_img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

* + .bu_sub_title{margin-top: 100px}

.bu_sub_title{margin-bottom: 60px;}
.bu_sub_title.center{text-align: center}
.bu_sub_title.nobottom{margin-bottom: 0}


.bu_sub_title h4{
	color: #111;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
}
.bu_sub_title p{
color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}



.bu_sub_title h4 + p,
.bu_sub_title h4 + ul{margin-top: 15px;}

ul.dot{}
ul.dot li{position: relative; padding-left: 15px;
color: #666;
font-family: Pretendard;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

ul.dot li:after{
	content: '·';
	position: absolute; left: 0; top: 0
}



.bu_flex_img{
	display: flex; gap:20px;
}

.bu_flex_img .box{border: 1px solid #ddd;
border-radius: 20px; overflow: hidden; flex:auto}

.bu_flex_img .box img{max-width: 100%; display: block}


.bu_step{display: flex;
gap:20px 12px;
    flex-wrap: wrap;
}

.bu_step li{
	width: calc(33.33% - 8px);
}
.bu_step li .thum{
	border-radius: 12px;
	overflow: hidden
}
.bu_step li .thum img{display: block; width: 100%}
.bu_step li .txt{margin-top: 20px;}

.bu_step li .txt p{
	display: flex;
align-items: center;
gap: 12px;
color: #111;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.bu_step li .txt p .efont{
	display: inline-flex;
padding: 2px 10px 2px 10px;
justify-content: center;
align-items: center;
color: #FFF;
font-size: 18px;
font-style: italic;
font-weight: 600;
line-height: 150%; /* 27px */
border-radius: 100px;
background: #5BAFF6;
} 



.bu_box_flex{margin-top: 100px;}
.bu_box_flex .box{padding: 30px; display: flex;
align-items: flex-start;
gap:70px;
align-items: center;
border-radius: 20px;
border: 1px solid #DDD;
background: #FFF;
}

.bu_box_flex .box + .box{margin-top: 20px;}

.bu_box_flex .box .thum{
	width: 50%; overflow: hidden;
	border-radius: 12px;
}

.bu_box_flex .box .thum img{display: block; width: 100%}
.bu_box_flex .box .txt{flex:1}
.bu_box_flex .box .txt p{
	color: #111;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 30.8px */
}

.bu_img_three{display: flex; gap:10px}
.bu_img_three li{
	flex:1
}

.bu_img_three li .thum{
	overflow: hidden;
	border-radius: 12px;
}

.bu_img_three li .thum img{display: block; width: 100%}
.bu_img_three li p{
	color: #111;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 20px;
}



.sub_title.flex{display: flex;
justify-content: space-between;
    align-items: flex-end; }

.sub_title.flex h2 + p{margin: 0}
.sub_title h2 span{font-weight: 400}
.sub_title h2 b{font-weight: 700}

.tech_flex{display: flex; gap: 20px;}
.tech_flex .box{border-radius: 20px;
border: 1px solid #DDD; height: 340px; flex:1; overflow: hidden; position: relative}

.tech_flex .box img{width: 100%; display: block; height: 100%;
object-fit: cover;}

.tech_flex .box .txt{position: absolute;
left: 0; bottom: 0; width: 100%; padding: 30px;
background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, #111 100%);
}
.tech_flex .box .txt p{
	color: #FAFAFA;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 30px */
}


.tech_bmg{border-radius: 20px;
background: #F9F9F9; padding: 70px;}
.tech_bmg img{display: block; margin: 0 auto; max-width: 100%}



* + .tech_slide_title{margin-top: 100px}

.tech_slide_title{display: flex; justify-content: space-between; margin-bottom: 60px}
.tech_slide_title h4{
	color: #111;
font-family: Pretendard;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 56px */
}



.tech_slide_title .clear_btn{margin: 0}

.bu_slide_are{overflow: hidden}

.bu_slide .slick-list {
    padding: 0 20rem;
}

.bu_slide .box{
	border-radius: 20px;
border: 1px solid #DDD;
background: #FFF;
padding: 30px;
transition-duration: .5s
}

.bu_slide .box:hover{
	border: 2px solid #5BAFF6;
}

.bu_slide .box .thum{overflow: hidden; border-radius: 12px;}
.bu_slide .box .thum img{width: 100%}

.bu_slide .slick-slide{padding: 0 10px}

.bu_slide .box .txt{margin-top: 20px;}
.bu_slide .box .txt p{
	color: #5BAFF6;
font-family: Baskervville;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 150%; /* 27px */
margin-bottom: 12px;
}
.bu_slide .box .txt h4{
	color: #111;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.tech_slide{margin: 0 -5px}
.tech_slide .slick-slide{padding: 0 10px}

.tech_slide .box{
	border-radius: 12px; overflow: hidden;
	border: 1px solid #ddd
}
.tech_slide .box img{display: block; width: 100%}

/*board*/


#bo_cate {

   margin-bottom: 60px;
   text-align: center
}

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


#bo_cate ul {
  zoom: 1;
  display: inline-flex;
padding: 10px;
align-items: center;
align-self: stretch;
border-radius: 100px;
background: #F9F9F9;
}

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




#bo_cate li {
  display: inline-block;
  padding: 0px;
  text-align: center
}

#bo_cate a {
display: flex;
height: 50px;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
flex: 1 0 0;
color: #666;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 100px;
min-width: 145px;
transition-duration: .5s
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
 color: #fff;
background: #5BAFF6;
}

#bo_cate #bo_cate_on {
 color: #fff;
	background: #5BAFF6;
}



.cate_tag {
padding: 4px 10px;
justify-content: center;
align-items: center;
gap: 10px;
display: inline-flex;

border-radius: 100px;
color: #fff;
font-size: 14px;
margin-bottom: 12px

}

/* 특허 */
.cate_patent {
   background: #5BAFF6;
}

/* 인증서 */
.cate_cert {
    background: #5B8CF6;
}

/* 수상 */
.cate_award {
    background: #258EF0;
}



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

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

.gall_list_style li.empty_list {
  width: 100%
}

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




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

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

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

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


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


.gall_list_style.certifications .gall_img{
	padding: 10px;
	border-radius: 10px;
border: 1px solid #DDD;
background: #FFF;
transition-duration: .5s;
}


.gall_list_style.catalog .gall_img{
	padding: 0px;
	border-radius: 0px;
border: 1px solid #F8F8F8;
background: #FFF;
transition-duration: .5s;
position: relative;
overflow: hidden
}

.gall_list_style.catalog .gall_img .catalog_bg{position: absolute;
left: 0; top: 0; width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.20);
display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; transition-duration: .5s;
}


.gall_list_style.catalog .gall_img:hover .catalog_bg{opacity: 1}


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


.gall_list_style.tech_style li{
	    width: calc(33.33% - 15.99px)
}


.gall_list_style.tech_style .gall_img{
border: 1px solid #F4F4F4;
background: #F4F4F4;
padding: 40px;
transition-duration: .8s;
height: 300px;
display: flex;
    flex-direction: column;
    justify-content: space-between;
        align-items: flex-end;
}


.gall_list_style.tech_style .tech_list_txt{width: 100%}
.gall_list_style.tech_style .tech_list_txt .tech_tag{color: #666; font-size: 16px; font-weight: 400; word-break: keep-all;margin-bottom: 16px;
display: block; transition-duration: .8s}
.gall_list_style.tech_style .tech_list_txt h3{font-size: 24px; font-weight: 700; line-height: 140%; word-break: keep-all; color: #111;
transition-duration: .8s;
word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;


}

.gall_list_style.tech_style li:hover .tech_list_txt h3{color: #fff}
.gall_list_style.tech_style li:hover .tech_tag{color: #fff}


.gall_list_style.tech_style .tech_list_down{
	background: #fff; width: 60px; height: 60px;
	justify-content: center;
align-items: center;
display: flex;
transition-duration: .8s
}

.gall_list_style.tech_style .tech_list_down i{
	width: 24px; height: 24px;
	background: url(../img/sub/downb.png);
	background-position: center; 
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition-duration: .8s;
	display: block
}


.gall_list_style.tech_style li:hover .gall_img{
	background: #003C90
}



.gall_list_style.news_style li{
	transition-duration: .8s;
	overflow: hidden;
	transition-duration: .5s
}


.gall_list_style.news_style li .gall_img{
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
}


.gall_list_style.news_style li .gall_img img{display: block; width: 100%; height: 100%}










.board_common_btn_list {
  margin-top: 80px
}

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

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

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

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

.total_board {}

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

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

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

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

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

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

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

.search_board .sch_bar input:focus{
-webkit-box-shadow:0 0 0px #9ed4ff;
-moz-box-shadow:0 0 0px #9ed4ff;
box-shadow:0 0 0px #9ed4ff;
border:0px solid #558ab7 !important;
}
 
.search_board .sch_bar input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #B7B7B7
  /* 20.8px */
}

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



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

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




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

.gall_list_style.certifications .board_list_txt{text-align: left; margin: 20px 0 0; transition-duration: .5s}


.gall_list_style.news_style li .board_list_txt{margin: 20px 0 0; }

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

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

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




.gall_list_style.news_style li .board_list_txt p{
	 word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  transition-duration: .8s;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
    align-items: center;
}




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

.board_tlb{}

.board_tlb table{width: 100%; border-spacing: 0;
border-top: 1px solid #111;
}
.board_tlb table th{
	padding: 19px; 
	border-bottom: 1px solid #DDD;
background: #FFF;
color: #111;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 22.4px */
background: #F8F8F8;
}

.board_tlb table td{
	color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
border-bottom: 1px solid #DDD;
background: #FFF;
padding: 19px
}

.board_tlb table td.td_num{width: 130px; text-align: center}
.board_tlb table td.td_datetime{width: 200px; text-align: center}

.file_list_btn i{
	display: inline-flex;
width: 44px;
height: 44px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
aspect-ratio: 1/1;
border-radius: 10px;
border: 1px solid #5BAFF6;
background: #FFF;
transition-duration: .5s
}


.file_list_btn i svg{display: block}
.file_list_btn i svg path{transition-duration: .5s; fill:#5BAFF6}


.board_tlb table td.td_num a.file_list_btn:hover i{background: #5BAFF6}
.board_tlb table td.td_num a.file_list_btn:hover i svg path{ fill:#fff}




.board_tlb table td.td_subject a{color: #666; transition-duration: .5s; font-weight: 500}
.board_tlb table td.td_subject a:hover{
	color: #111; 
}

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

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








#bo_v_img {
  text-align: center;
}

#bo_v_con * {
 
}

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

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

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

#bo_v_file li i img {
  margin: 0
}

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


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

.board_title h2 {
        color: #111;
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    word-break: keep-all;
}

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

.contact_view {}

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

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

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





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



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

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

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

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


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

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

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

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

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

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











.notice_list{border-top: 1px solid #111}
.notice_list .box{position: relative; border-bottom: 1px solid #ddd}

.notice_list .box a{display: block; background: #fff; padding: 40px; transition-duration: .8s; position: relative}
.notice_list .box a:hover{
	background: #F8F8F8;
}


.notice_list .box a h4{
  color: #111;
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 줄 수를 2줄로 제한 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: .8s;
  text-align: left;
  line-height: 140%;
  display: flex;
align-items: center;
gap: 12px;
align-self: stretch;
}

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




.notice_list .chk_box{z-index: 3}




.recruitment_tag {
    display: inline-flex;
padding: 4px 10px;
justify-content: center;
align-items: center;
gap: 10px;
color: #555;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-radius: 100px;
background: #F1F1F1;
}

/* 접수중 */
.recruitment_tag.ing {
    background: #5BAFF6;
    color: #fff;
}

/* 접수마감 */
.recruitment_tag.end {
    background: #F1F1F1;
    color: #555;
}


.if_video_are{max-width: 1280px; margin: 0 auto 40px}




/*inquery*/



/*inquery*/



.inquery {
  margin-top: 60px;
}

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


.form-input {
  width: 100%;
 display: flex; gap: 30px;
 flex-wrap: wrap;
}


.form-input li{width: calc(50% - 15px)}
.form-input li.w100{width: 100%}

.form-input label {
  color: #111;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 23.8px */
  position: relative;
margin-bottom: 10px;
display: block;
}

.form-input label span{
	color: #003C90;
}



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

}

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

}

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

.ck_agree{
  display: flex;
  align-items: center;
  gap: 10px;
}

.ck_agree input{display: none}
.ck_agree input + label{
	background: url(../img/sub/ck.png);
	width: 18px; height: 18px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	cursor: pointer
}

.ck_agree input:checked + label{
	background-image: url(../img/sub/ckon.png);
}

.ck_agree p{
color: #111;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%;
}

.ck_agree p a{
	color: #5BAFF6;
}


.form_in_btn{text-align: center; margin-top: 40px;}
.form_in_btn button{border: 0}

















.perf-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.perf-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.58);
}

.perf-modal__box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 980px;
    max-width: calc(100% - 40px);
    min-height: 400px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.perf-modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    border: 0;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.perf-modal__img {
    width: 55%;
    min-height: 400px;
    background: #f5f5f5;
}

.perf-modal__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.perf-modal__txt {
    width: 45%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.perf-modal__year {
    display: inline-flex;
    border-radius: 100px;
background: #5BAFF6;
padding: 4px 10px;
justify-content: center;
align-items: center;
gap: 10px;
margin-bottom: 16px;
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.perf-modal__txt h3 {
    color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 28px */
}

.perf-modal__content {
   color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
margin-top: 12px;
}



body.modal-open {
    overflow: hidden;
}










