@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {background-color:#000; }

.b_sv_abt{width:100%; height:100vh; position:relative; overflow:hidden;}
.b_sv_abt .b_bg_img{position:absolute; left:0; top:0; width:100%; height:100%; /*transform:translateX(-50%);*/ z-index:-1; display: flex; justify-content: center; align-items: center; }
.b_sv_abt .b_bg_img img{display:flex; }

.b_sv_abt .j_hd_con{display:flex; justify-content:center; align-items:center; }
.b_sv_abt .b_tit_box {display:flex; justify-content:center; align-items:center; flex-direction:column; }
.b_sv_abt .b_tit_box h2{font-size:12.5rem; color:#fff; font-weight:800; }
.b_sv_abt .b_tit_box .b_sub_img {text-align: center;}
.b_sv_abt .b_tit_box .b_sub_img img{max-width:100%; }
.b_sv_abt .b_scr_box{position:absolute; left:50%; bottom:50px; transform:translateX(-50%); opacity:.2;}
.b_sv_abt .b_scr_box p{position:relative; padding-bottom:2px; font-weight:500; color:#fff; font-size:0.874rem; }
.b_sv_abt .b_scr_box p:after{content:''; width:100%; height:1px; background-color:#fff; position:absolute; left:0; bottom:0; }


.b_abt_01{background-color:#000; padding:140px 0; }
.b_abt_01 .b_txt_box p{color:#fff; text-align:center; line-height:40px;}
.b_abt_01 .b_txt_box p > b{}
.b_abt_01 .b_txt_box .b_en_txt{opacity:.5; margin-top:25px;}


.b_abt_01 .b_list_box{margin-top:115px;}
.b_abt_01 .b_list_box ul {display:flex; justify-content:center; }
.b_abt_01 .b_list_box ul li{border:1px solid #fff; border-radius:50%; aspect-ratio:1/1; color:#fff; display:flex; flex-direction:column; align-items:center; justify-content:center; width:265px; margin-right:20px; }
.b_abt_01 .b_list_box ul li:last-child{margin-right:0; }
.b_abt_01 .b_list_box .b_numbering{position:relative; padding-bottom:2px; }
.b_abt_01 .b_list_box .b_numbering:after{content:''; width:100%; height:1px; background-color:#fff; position:absolute; left:0; bottom:0; }
.b_abt_01 .b_list_box .b_kr_tit{margin:34px 0 16px ; text-align:center; }
.b_abt_01 .b_list_box .b_en_tit{text-align:center; line-height:20px; }



.j_footer{position:unset; background-color:#000; padding: 50px 0;}

@media screen and (max-width: 1280px){ 
	 .b_abt_01 .b_list_box ul li{margin-right: 10px;}
	 .b_abt_01 .b_list_box .b_kr_tit{margin: 25px 0 10px}

}

.br_1220o{display:none;}
@media screen and (max-width: 1220px){ 
	 .br_1220o{display:block;}
}

.br_1080o{display:none;}
@media screen and (max-width: 1080px){ 
		.br_1080o{display:none;} 

	 .b_sv_abt .b_tit_box h2{font-size:100px;}

	 .b_abt_01 .b_txt_box p{line-height: 30px;}

	 .b_abt_01 .b_list_box ul{width: 100%; flex-wrap: wrap;}
	 .b_abt_01 .b_list_box ul li{width:32%;}
	 .b_abt_01 .b_list_box ul li:nth-child(3) {margin-right: 0;}
}


.br_940o{display:none;}
@media screen and (max-width: 940px){ 
	 .br_940o{display:block;}
}

@media screen and (max-width: 767px){ 

	 .b_sv_abt .b_tit_box h2{font-size:70px;}
	
	 .b_abt_01{padding: 70px 0 100px;}
	 .b_abt_01 .b_txt_box p{line-height: 20px;}
	 .b_abt_01 .b_list_box {margin-top: 50px;}
	 .b_abt_01 .b_list_box .b_en_tit{line-height: 1.3;}

	 
}

.br_580o{display:none;}
@media screen and (max-width: 580px){
	 .br_1220x{display:none;}
	 .br_580x{display:none;}
	 .br_580o{display:block;}

	 .b_abt_01 .b_list_box ul li {width: 48%; margin-bottom:10px; margin-right: 0; }
	 .b_abt_01 .b_list_box ul li:nth-child(2n) {margin-left: 2%;}
	 .b_abt_01 .b_list_box ul{justify-content: center;}
	 .b_abt_01 .b_list_box .b_kr_tit {margin: 10px 0 8px;}

}

@media screen and (max-width: 400px){
	 .b_abt_01 .b_txt_box p > b{font-size:16px;}
}






/*contact css*/

.b_contact_box{max-width: 1300px; margin: 0 auto;margin-top:180px; margin-bottom:120px; width:90%; }
.b_contact_box .b_tit_txt{font-size:2.5rem; color:#fff; text-align:center; margin-bottom:100px;}

#fwrite{max-width: 780px; margin:0 auto; }

.b_form{border-top:2px solid #fff; }
.b_form .k_w_table td{padding:20px; border-bottom: 1px solid rgba(255,255,255,.15);}
.b_form .k_w_table td:first-child{background-color: rgba(255,255,255,.15); color:#fff; text-align:center; width: 20%; word-break:keep-all; }
.b_form .k_w_table td:last-child{width:80%;}
.b_form .k_w_table td label{color:#fff;}
.frm_input{line-height: 1.8em;}
.b_form #bo_w .k_w_table{width: 100%;}
#bo_w table{width: 100%;}
.b_form .frm_input{max-width:unset; outline:0; width: 100%; background-color: rgba(255,255,255,.07); border:0; color:#fff; padding: 5px 10px;}
.b_form #wr_subject{max-width:unset; }
.b_form #wr_content{outline:0; border:0; background-color: rgba(255,255,255,.07); color:#fff; resize:none; padding:10px;}

#bo_list_total{font-size:0.874rem; color:#fff; opacity:.5;}
.bo_list_head ul{border-top: 2px solid #fff; border-bottom: 1px solid rgba(255,255,255,.15);}
.bo_list_head ul li{background-color:transparent; display: flex; justify-content: space-between;}
.bo_list_head ul li span{color:#fff; }
.bo_list_head ul li span.s-user {width: 15%;}
.bo_list_head ul li span.s-day{width: 15%;}


.bo_list ul{background-color:transparent;}
.bo_list ul li{border-bottom: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color:#fff}
.bo_list ul li span{color:#fff; }
.bo_list ul li span.s-user{width: 15%; word-break:keep-all; }
.bo_list ul li span.s-day{width: 15%;}
.bo_list ul li span.s-name a{color:#fff; overflow: hidden;text-overflow: ellipsis; white-space: nowrap; display: block; margin-right: 3px;}

.bo_list .cmt{float:unset; }

.bo_tit{display:flex; align-items: center;}


@media screen and (max-width:767px){ 
	 .bo_list_head ul li span.s-number{display:none;}
	 .bo_list ul li span.s-number{display:none;}

	 .b_inq_info li .b_right_box{padding: 20px 10px;}
	 #bo_v_con{font-size:16px;}
}




#bo_v_con{margin:0; }
#k_board_view_00 .k_bo_v_tit{display:flex; justify-content: space-between; border-bottom: 2px solid #fff; align-items:flex-end; padding-bottom: 20px; }
#k_board_view_00 .k_bo_v_tit p{color:#fff; opacity:.5; font-size:0.938rem; }
#k_board_view_00 .k_bo_v_tit b{font-size:1.5rem; font-weight:600; color:#fff;    text-overflow: ellipsis;
   overflow: hidden;
   word-break: break-word;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical; width: 70%;}
#k_board_view_00 .k_bo_v_tit span{font-size:0.938rem; color:#fff; /*opacity:.8;*/ margin-left:5px;}
.b_inq_info{display:flex; flex-wrap:wrap; }
.b_inq_info li{width:50%; display:flex; flex-wrap:wrap; border-bottom: 1px solid rgba(255,255,255,.15); }
.b_inq_info li .b_left_box{background-color:rgba(255,255,255,.15); color:rgba(255,255,255,.7); padding:20px 0; width:30%; text-align:center; font-weight:600; }
.b_inq_info li .b_right_box{color:#fff; padding:20px; width:70%; }
#bo_v_con{color:#fff; padding:20px 0; font-size:1.125rem;}

.cmt_btn{color:#fff; background:none; font-size:1rem; opacity:.5; margin-top:0; padding-top:30px; width:fit-content;}
.cmt_btn:hover{opacity:.7;}
.cmt_btn .fa{display:none;}

.bo_fx .b_btn {justify-content:flex-start; margin-top:0; }
.bo_fx .b_btn span{color:#fff;}
.bo_fx .b_btn .k_btn_lft{display:flex; align-items: center;}
.bo_fx .b_btn .k_btn_inner:last-child{color:#fff; margin-left:5px;}
.bo_fx .b_btn .k_btn_00 {
    color: #fff;
    font-size: 0.938rem;
/*    padding: 10px 15px;*/
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0px;
		display: flex;
		width: 100px;
		height: 40px;
		align-items: center;
    justify-content: center;
}
.bo_fx .b_btn .k_btn_00 input{margin-right:3px;}

.b_name{margin-right:10px;}
.bo_vc_w_wr .fa{filter:invert(1);}
.bo_vc_w .btn_submit{font-size:1rem; border:0;  }


#bo_vc header{color: #fff;}
#bo_vc .cmt_contents{background:transparent; color: #fff; border:1px solid #555; }

.b_btn_wrap{width: 200px; height: 60px; margin: 0 auto; margin-top:50px;}
.b_btn_wrap .k_btn_inner{width:100%; height:100%; }
.b_btn_wrap .k_btn_inner input{width:100%; height:100%; cursor:pointer; outline:0; border:0; background-color:#fff; border-radius:50px; font-weight:bold; transition:background-color .3s;}
.b_btn_wrap .k_btn_inner input:hover{background-color:#eaeaea; transition:background-color .3s;}
#captcha #captcha_info{color:#fff; opacity:.5;}
#captcha #captcha_img{margin-bottom:5px;}

.bo_vc_w textarea{outline:0; border:0; background-color: rgba(255,255,255,.15); color: #fff; padding:10px; resize:none;}
.bo_vc_w .btn_submit{background-color:#fff; border-radius:50px; font-weight:bold; transition:background-color .3s; color:#111;}
.bo_vc_w .btn_submit:hover{background-color:#eaeaea; transition:background-color .3s;}
.bo_vc_w_wr .fa{font-size: 16px;}

@media screen and (max-width:460px){ 
	 .b_inq_info li{width:100%; }


}





@media screen and (max-width:767px){ 
	 #k_board_view_00 .k_bo_v_tit{flex-direction:column; align-items:flex-start; }
	 #k_board_view_00 .k_bo_v_tit b{margin-bottom:5px; width:100%; }

	 .b_btn_wrap{margin-top:30px;}
}


/*---2023.07.05 - add CSS---*/

/*common*/
.sub_section{padding: 150px 0;margin-top: 100px;}
.sub_content{width: 90%;max-width: 1400px;margin: 0 auto;}

@media screen and (max-width: 1480px){ 
	
	.sub_section{padding: 120px 0;margin-top: 80px;}
}

@media screen and (max-width: 1080px){ 
	
	.sub_section{padding: 100px 0;}
}

@media screen and (max-width: 1080px){ 
	
	.sub_section{padding: 75px 0;margin-top: 80px;}
}

/*about*/
#about_video .j_hd_con{position: absolute;top: 0;left: 0;width: 100%;z-index: 1;}
#about_video #video_wrap::after{background: rgba(0,0,0,.75);}

.b_scr_box{animation-duration: 2s;animation-name: scroll_down;animation-iteration-count: infinite;animation-direction: alternate;}

@keyframes scroll_down{
	from{opacity: .2;}
	to{opacity: .6;}
}

.b_abt_01 .b_txt_box p > b{display: block;margin-bottom: 5px;}
.b_abt_01 .b_txt_box .b_en_txt{margin-top: 32px;}

@media screen and (max-width: 1480px){ 
	
	.b_sv_abt .b_tit_box h2{font-size: 10rem;}
	.b_sv_abt .b_tit_box .b_sub_img img{max-height: 40px;}

	.b_abt_01{padding: 120px 0;}
	.b_abt_01 .b_txt_box p{line-height: 35px;}
	.b_abt_01 .b_txt_box p > b{margin-bottom: 3px;}

	.b_abt_01 .b_txt_box .b_en_txt{line-height: 32px;margin-top: 30px;}

	.b_abt_01 .b_list_box{margin-top: 90px;}

	.j_footer{padding: 30px 0;}
}

@media screen and (max-width: 1080px){ 
	
	.b_sv_abt .b_tit_box h2{font-size: 8rem;}
	.b_sv_abt .b_tit_box .b_sub_img img{max-height: 35px;}
	
	.b_abt_01{padding: 100px 0;}
	.b_abt_01 .b_txt_box .b_en_txt, .b_abt_01 .b_txt_box .b_kr_txt{word-break: keep-all;}
	.b_abt_01 .b_txt_box .b_en_txt br, .b_abt_01 .b_txt_box .b_kr_txt br{display: none;}
}

@media screen and (max-width: 720px){ 
	
	.b_sv_abt .b_tit_box h2{font-size: 5rem;}
	.b_sv_abt .b_tit_box .b_sub_img img{max-height: 19px;}

	.b_sv_abt .b_scr_box{bottom: 30px;}

	.b_abt_01{padding: 75px 0;}

	.b_abt_01 .b_txt_box p{text-align: left;line-height: 220% !important;}
	
	.b_abt_01 .b_list_box{margin-top: 70px;}
	.b_abt_01 .b_list_box ul li:last-child{margin-bottom: 0;margin-top: -22px;}
}