.sub_visual{
	position: relative
}

.sub_visual_top{
	position: relative;
	height: 70vh; 
	    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.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 p{font-size: 20px; font-weight: 400; color: #fff; word-break: keep-all}
.sub_visual_top .txt h2{margin-top: 14px; font-size: 64px; 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{backdrop-filter: blur(20px);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; padding: 0 14rem}
.sub_visual_nav .sub_deps{display: flex; justify-content: center; }

.sub_visual_nav .sub_deps a{height: 70px; padding: 0 40px; display: flex; position: relative;
justify-content: center;
align-items: center; text-align: center;
font-size: 18px; color: #fff; font-weight: 600; word-break: keep-all; 
transition-duration: .8s;
flex:1
}


.sub_visual_nav .sub_deps a:hover,
.sub_visual_nav .sub_deps a.on{color: #003C90; background: #fff}




.main_btn.black{
border: 1px solid rgba(0, 60, 144, 0.50);
background: rgba(255, 255, 255, 0.00);
color: #003C90;
}
.main_btn.black i{
	background: #003C90;
}



.sub_section{padding: 160px 0}
.sub_section.notop{padding-top: 0}
.sub_section.bg{background: #FAFAFA;}
.sub_title{margin-bottom: 60px;}
.sub_title.center{text-align: center}
.sub_title h4{color: #003C90;
font-size: 22px;
font-weight: 600;
line-height: 140%; word-break: keep-all}

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

.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: 500;
line-height: 140%;  word-break: keep-all}

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






/*회사개요*/



.ceo_first {
  height: 100vh;
  display: flex;
  align-items: center;
  background: #F9F9F9;
}

.ceo_first .inner_w {
  width: 100%;
  text-align: center;
}

.fill_text {
  font-size: 90px;
  font-weight: 800;
  line-height: 140%;
  color: rgba(17, 17, 17, 0.20);
  word-break: keep-all
}

.fill_text span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    90deg,
    #111 0%,
    #111 0%,
    rgba(17, 17, 17, 0.20); 0%,
    rgba(17, 17, 17, 0.20); 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}



.ceo_mss{display: flex; gap:14rem;
align-items: flex-start;
    justify-content: flex-start}
.ceo_mss .thum{
	width: 440px;
    border-radius: 500px;
    overflow: hidden
}
.ceo_mss .thum img{display: block; width: 100%}
.ceo_mss .txt{flex:1}
.ceo_mss .txt h3{
	color: #111;
font-size: 40px;
font-weight: 700;
line-height: 140%; /* 56px */
word-break: keep-all;
margin-bottom: 40px;
}
.ceo_mss .txt p{
	word-break: keep-all;
	color: #666;
font-size: 18px;
font-weight: 500;
line-height: 150%; /* 27px */
word-break: keep-all
}
.ceo_mss .txt p + p{margin-top: 25px;}



.value_flex{display: flex; gap:30px; align-items: flex-start;}
.value_flex .box{flex:1; padding: 40px 30px;
background-position: center; background-size: cover;
aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;

}
.value_flex .box h3{
	color: #FFF;
font-size: 24px;
font-weight: 700;
line-height: 140%; /* 33.6px */
word-break: keep-all
}
.value_flex .box p{
	color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 140%; /* 22.4px */
word-break: keep-all;
margin-top: 12px
}

.value_flex .box:nth-child(1){
	background-image: url(../img/sub/value_flex01.png)
}
.value_flex .box:nth-child(2){
	background-image: url(../img/sub/value_flex02.png);
	margin-top: 50px;
}
.value_flex .box:nth-child(3){
	background-image: url(../img/sub/value_flex03.png);
	margin-top: 100px
}



.company_info{display: flex; gap:56px;}
.company_info .thum{
	width: 50%;
}

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

.company_info .tlb{flex:1}


.tlb table{width: 100%; border-spacing: 0; border-top: 1px solid #003C90;
border-bottom: 1px solid #003C90}
.tlb table th{
	padding: 23px 20px;
	color: #003C90;
	font-size: 18px;
	text-align: left;
	word-break: keep-all;
	border-bottom: 1px solid #DDD;
	line-height: 150%;
	word-break: keep-all
}


.tlb table td{
	padding: 20px ;
	color: #111;
	font-size: 18px;
	text-align: left;
	word-break: keep-all;
	border-bottom: 1px solid #DDD;
	font-weight: 500;
	line-height: 150%
}

.tlb table th.center,
.tlb table td.center{text-align: center}

.tlb table tr th + td,
.tlb table tr td + td,
.tlb table tr th + th,
.tlb table tr td.left,
.tlb table tr th.left{
	border-left: 1px solid #DDD;
}

.tlb table tr:last-child th,
.tlb table tr:last-child td{border-bottom: 0}

.tlb table td p{
	color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	word-break: keep-all
}
.tlb table td p span{
	color: #666;
	font-size: 16px;
	font-weight: 400
}



ul.dot li{position: relative; padding-left: 15px; 
color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
	word-break: keep-all}

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



.partner_section .sub_title{margin: 0}

.partner-wrap {
  position: relative;
  width: 840px;
  height: 572px;
  margin: 0 auto;
}

.orbit-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 361px;
  height: 361px;
  transform: translate(-50%, -50%);
  border: 1px solid #ddd;
  border-radius: 50%;
}

.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #00449e;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.center-logo img {
  max-width: 100%
}

.partner-list,
.partner-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-item {
  position: absolute;
  z-index: 5;
  transition: all 0.45s ease;
  height: 76px
}

.partner-item img {
  max-width: 190px;
  max-height: 76px;
  filter: grayscale(1);
  opacity: 0.45;
  transition: all 0.45s ease;
}

.partner-item.on img {
  filter: grayscale(0);
  opacity: 1;
}

.partner-item .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #d8d8d8;
  border-radius: 50%;
  transition: all 0.45s ease;
}

.partner-item.on .dot {
  width: 11px;
  height: 11px;
  background: #0052c8;
  box-shadow: 0 0 10px rgba(0, 82, 200, 0.75);
}

/* 위치 */
.p1 { right: calc(50% - 260px); top: 115px; }
.p1 .dot { left: -40px; top: 20px; }

.p2 { right: calc(50% - 400px); top: 205px; }
.p2 .dot { left: -42px; top: 20px; }

.p3 { right: calc(50% - 374px); top: 320px; }
.p3 .dot { left: -48px; top: 15px; }

.p4 { right: calc(50% - 337px); bottom: 85px; }
.p4 .dot { left: -42px; top: 12px; }

.p5 { left: 50%; bottom: -8px; transform: translateX(-50%); }
.p5 .dot { left: 50%; top: -42px; transform: translateX(-50%); }

.p6 { left: calc(50% - 327px); bottom: 85px; }
.p6 .dot { right: -42px; top: 12px; }

.p7 { left: calc(50% - 406px); top: 320px; }
.p7 .dot { right: -45px; top: 12px; }

.p8 { left: calc(50% - 358px); top: 205px; }
.p8 .dot { right: -42px; top: 18px; }

.p9 { left: calc(50% - 332px); top: 115px; }
.p9 .dot { right: -42px; top: 20px; }
















/*연혁*/

.history_section{
	background: url(../img/sub/history_section.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover
}

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


.hisotry .line_are{position: absolute; left: 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: #003C90; 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: 25px;
    height: 25px;
    z-index: 2;
    border-radius: 50px;
background: rgba(0, 60, 144, 0.50);
}

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

.hisotry .line_are .bar span i:before{
	content: '';
	position: absolute;
	width: 35px; height: 35px; border-radius: 35px; 
	background: rgba(0, 60, 144, 0.20); 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
	
}


.hisotry .in_flex{display: flex; 
    align-items: flex-start;
    justify-content: flex-start;}
.hisotry .in_flex .left_year{
	width: 40%;
	display: flex; 
	gap:40px;
}


.hisotry .in_flex .left_year h3{font-size: 100px; color: #111; font-weight: 700; word-break: keep-all;
line-height: 140%}
.hisotry .in_flex .left_year h3 b{color: #003C90}

.hisotry .in_flex .info{width: 60%;  }
.hisotry .in_flex .info li{}

.hisotry .in_flex .info li .txt{flex:1}
.hisotry .in_flex .info li .txt p{font-size: 20px; color: #666; 
font-weight: 400; word-break: keep-all; line-height: 140%;
position: relative; padding-left: 40px;}
.hisotry .in_flex .info li .txt p b{ font-weight: 600; color: #111;
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: 16px}

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


.hisotry .in_flex +.in_flex{margin-top: 120px;}



/*organization*/




.organization{max-width: 1180px; margin: 0 auto}
.organization .ceo{
	display: flex;
width: 220px;
height: 70px;
justify-content: center;
align-items: center;
background: #003C90;
text-align: center;
margin: 0 auto;
position: relative
}

.organization .ceo p{
	color: #FFF;
font-size: 20px;
font-weight: 700;
line-height: 140%; /* 28px */
word-break: keep-all
}


.organization .ceo:after{
	z-index: -1;
	content: '';
	position: absolute; left: 50%;
	width: 1px;
	height: calc(100% + 60px);
	top: 0;
	background: #DDD
}



.organization_flex{margin-top: 60px;
display: flex; gap:60px;
align-items: flex-start;
}

.organization_flex li{flex:1; text-align: center; padding-top: 60px; position: relative}
.organization_flex li h3{
	display: flex;
padding: 20px 10px;
justify-content: center;
align-items: center;
border: 1px solid #003C90;
background: #FFF;
color: #003C90;
font-size: 20px;
font-weight: 700;
line-height: 140%; /* 28px */
word-break: keep-all
}


.organization_flex li p{margin-top: 16px;
display: flex;
padding: 20px 10px;
justify-content: center;
align-items: center;
border: 1px solid #DDD;
background: #fff;
color: #666;
font-size: 20px;
font-weight: 500;
line-height: 140%; /* 28px */
word-break: keep-all
}

.organization_flex li:after{
	z-index: -1;
	content: '';
	position: absolute; left: 50%;
	width: 1px;
	height: 100%;
	top: 0;
	background: #DDD
}

.organization_flex li:before{
	z-index: -1;
	content: '';
	position: absolute; left: 0;
	width: calc(100% + 60px);
	height: 1px;
	top: 0;
	background: #DDD
}

.organization_flex li:last-child:before{
	width: 50%
}

.organization_flex li:first-child:before{
	width: calc(50% + 60px);
	left: 50%
}


.organization_flex li p.first{
	background: #F4F4F4;
	font-weight: 600;
}


/*location*/

.location_map{overflow: hidden}
.location_map iframe{display: block; width: 100%}

.loction_info{margin-top: 40px; display: flex;

    align-items: flex-start;
    justify-content: space-between;
}


.loction_info .main_btn{
border: 1px solid rgba(0, 60, 144, 0.50);
background: rgba(255, 255, 255, 0.00);
color: #003C90;
}
.loction_info .main_btn i{
	background: #003C90;
}


.loction_info .left{display: flex; gap:44px}
.loction_info .left .subject{width: 300px;}
.loction_info .left ul{flex:1}


.loction_info .left .subject h4{margin-bottom: 20px; font-size: 16px; word-break: keep-all; 
font-weight: 600; line-height: 140%; color: #003C90;}
.loction_info .left .subject h2{
	font-size: 40px; color: #111; font-weight: 700; line-height: 140%; word-break: keep-all
}

.loction_info .left ul li{display: flex; gap:14px;
color: #666;
font-size: 18px;
font-weight: 400;
line-height: 140%;
word-break: keep-all;
    justify-content: flex-start;
    align-items: flex-start;
}

.loction_info .left ul li b{
	color: #003C90;
	font-weight: 600
}

.loction_info .left ul li + li{margin-top: 20px;}




/*business*/

.tab_btn{display: flex; gap:12px; justify-content: center; margin-bottom: 60px}
.tab_btn li{ text-align: center}
.tab_btn li a{
	display: inline-flex;
padding: 15px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background: #F4F4F4;
transition-duration: .5s;
color: rgba(17, 17, 17, 0.30);
font-size: 18px;
font-weight: 500;
word-break: keep-all
}

.tab_btn li a.on,
.tab_btn li a:hover{
	color: #fff;
	background: #003C90;
	font-weight: 700
}

.bu_slide_are{overflow: hidden}
.bu_slide_are .box{border: 1px solid #ddd}
.bu_slide_are .box img{display: block; max-width: 100%}
.bu_slide .slick-slide{padding: 0 10px}
.bu_slide .slick-list{padding: 0 14rem}


.bu_txt_top{display: flex; margin-bottom: 60px; margin-top: 60px;
justify-content: space-between;
    align-items: flex-end;
}
.bu_txt_top .sub_title{margin: 0}
.bu_txt_top .txt{}
.bu_txt_top .txt p{
	color: #666;
font-size: 18px;
font-weight: 400;
line-height: 150%; /* 25.2px */
word-break: keep-all
}

.bu_info{display: flex; gap: 30px}
.bu_info .box{flex:1}
.bu_info .box h4{
	color: #111;
font-size: 20px;
font-weight: 600;
line-height: 150%;
word-break: keep-all; margin-bottom: 24px
}

.bu_info + .bu_info{margin-top: 60px}


.bu_info .box .tlb table td{color: #333}

.bu_info .box .box_img{padding: 40px; border: 1px solid #ddd}
.bu_info .box .box_img img{max-width: 100%; display: block; margin: 0 auto}

.bu_info .box .tlb + .box_img{margin-top: 40px}

/*board*/


#bo_cate {

   margin-bottom: 60px;
}

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


#bo_cate ul {
  zoom: 1;
  display: flex;
   gap:12px;
   justify-content: center;
}

#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: inline-flex;
padding: 15px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 100px;
background: #F4F4F4;
transition-duration: .5s;
color: rgba(17, 17, 17, 0.30);
font-size: 18px;
font-weight: 500;
word-break: keep-all
}

#bo_cate a:focus,
#bo_cate a:hover,
#bo_cate a:active {
 color: #fff;
	background: #003C90;
	font-weight: 700
}

#bo_cate #bo_cate_on {
 color: #fff;
	background: #003C90;
	font-weight: 700
}



.cate_tag {
   color: #003C90;
text-align: center;
font-size: 14px;
font-weight: 600;
margin-bottom: 12px;
word-break: keep-all;
display: block
}

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

/* 인증서 */
.cate_cert {
    background: #1B1F29;
}

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



.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: 50px;
	border-radius: 0px;
border: 1px solid #F4F4F4;
background: #F4F4F4;
}




/* 인증서 */
.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{
	width: calc(33.33% - 15.99px);
	border: 1px solid #ddd;
	transition-duration: .8s
}

.gall_list_style.news_style li:hover{
	border-color: #003C90;
	background: #003C90
}

.gall_list_style.news_style li .gall_img{
	aspect-ratio: 16 / 9;
	overflow: hidden
}


.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: center}


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

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

.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;
}


.gall_list_style.news_style li:hover .board_list_txt h3{
	color: #fff
}


.board_list_txt p.date{font-size: 14px; margin-top: 40px}

.gall_list_style.news_style li:hover .board_list_txt p.date{color: #fff}

.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 #003C90}
.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 h4{
  color: #111;
  font-size: 24px;
  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%;
}

.notice_list .box a p{
  color: #666;
  font-size: 18px;
  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: 20px;
}


.notice_list .box a:hover h4{color: #003C90}

.notice_list .chk_box{z-index: 3}




.recruitment_tag {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

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

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


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




/*inquery*/







.inquery{display: flex; justify-content: space-between;
    align-items: flex-start; gap:60px;}
.inquery .info{ margin: 0;}
    

 .inquery .info h3{
 	color: #111;
font-size: 30px;
font-weight: 700;
line-height: 140%; word-break: keep-all
 }   
    
 .inquery .info p{
  	color: #666;
font-size: 20px;
font-weight: 400;
line-height: 140%; /* 28px */
word-break: keep-all;
margin-top: 20px;
  }  


 .inquery .info img{display: block; max-width: 100%; margin-top: 60px}



    
.inquery .form_in{flex:1; max-width: 700px}


.form_in ul{ display: flex; gap:24px;     flex-wrap: wrap;}

.form_in ul li{width: 100%; }
.form_in ul li.w100{width: 100%; }

.form_in label{display: block;  font-size: 18px; color: #111;  font-weight: 600; margin-bottom: 20px;}
.form_in label span{color: #003C90}



.form_in ul li input{height: 60px; padding: 0 20px; font-size: 16px; border: 1px solid #ddd; line-height: 60px; border-radius: 0px; width: 100%; flex:1}
.form_in ul li textarea{height: 200px; padding: 20px; font-size: 16px; border: 1px solid #ddd; line-height: 140%; border-radius: 0px; width: 100%;}
.form_in *::placeholder{color: #B2B2B2}

.agree_txt{margin: 24px 0 0;
background: #F9F9F9; padding: 20px;
justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}
.agree_txt .in_txt{overflow-y: auto; max-height: 100px; width: 100%}
.agree_txt .in_txt p,
.agree_txt .in_txt h3{
	color: #B2B2B2;
font-size: 15px;
font-weight: 400;
line-height: 140%; 
word-break: keep-all
}

.agree_txt .in_txt h3{font-weight: 600}

.agree_txt .in_txt * + *{margin-top: 15px}


.agree_txt label{width: 100%; margin-bottom: 20px;}



.form_in .ck_agree{margin-top: 24px; display: flex; gap:10px; align-items: center;}
.form_in .ck_agree input{display: none}
.form_in .ck_agree input + label{position: relative; background: url(../img/sub/ck.png);
background-size: 24px 24px; background-position: left; background-repeat: no-repeat; 
cursor: pointer; padding-left: 34px;
min-height:24px;
font-size: 18px; color: #111; word-break: keep-all;
width: auto;
margin: 0
}

.form_in .ck_agree input + label span{color: #003C90}

.form_in .ck_agree input:checked + label{background-image: url(../img/sub/ckon.png); }
.form_in .ck_agree a{font-size: 16px; color: #666; word-break: keep-all; padding-bottom: 3px; border-bottom: 1px solid #666;
display: inline-block}

.form_in_btn{margin-top: 60px; text-align: left}







