
.hgroup_side.hg_side_right.jtb{display: none;}
.bs_ceo { margin: 0 auto; max-width: 1200px; padding: 150px 0 50px; }
.bs_ceo .top_text_area{text-align: center;}
.bs_ceo .top_text_area .txt { font-size: max(17px, 1.3020833333vw); color: #DA291C; font-weight: 500; }
.bs_ceo .top_text_area .top_tit { font-size: max(36px, 3.1020833333vw); font-weight: 500; }
.bs_ceo .top_text_area .top_tit .mb { display: none; }
.bs_ceo .bot_fx_area { display: flex; justify-content: space-between; gap: 60px; margin-top: 80px; padding-top: 80px; border-top: 1px solid #c6c6c6; }
.bs_ceo .bot_fx_area .text_box { flex: 1; }
.bs_ceo .bot_fx_area .text_box .inner_txt { margin-bottom: 20px; font-size: max(16px, 1.0417vw); }
.bs_ceo .bot_fx_area .text_box .inner_txt:last-child { margin-bottom: 0; }
.bs_ceo .bot_fx_area .img_box { width: max(380px, 20.438vw); }
.bs_ceo .bot_fx_area .img_box .person_img { overflow: hidden; border-radius: 20px; position: relative; width: 100%; height: 400px; }
.bs_ceo .bot_fx_area .img_box .person_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.bs_ceo .bot_fx_area .img_box .sign_img { position: relative; width: 100%; height: 140px; }
.bs_ceo .bot_fx_area .img_box .sign_img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: 30% 50%; }
.bs_ceo .bot_fx_area .img_box .sign_img .name { display: flex; justify-content: flex-end; padding-top: 20px; font-size: max(18px, 1.0417vw); }
/* 스크롤 이벤트 */
.hidden-section { opacity: 0; transform: translateY(-50px); transition: opacity 1s, transform 1s;}
.hidden-sectiontwo { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.3s; }
.hidden-sectionthree { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.5s; }
.hidden-sectionfour { opacity: 0; transform: translateY(50px); transition: opacity 1s, transform 1s; transition-delay: 0.7s; }
.visible { opacity: 1; transform: translateY(0); }
@media (max-width:1023px){
	.bs_ceo { padding: 50px 10px; }
	.bs_ceo .top_text_area .txt { margin-bottom: 10px; }
	.bs_ceo .top_text_area .top_tit br { display: none; }
	.bs_ceo .top_text_area .top_tit .mb { display: block; }
	.bs_ceo .bot_fx_area { flex-wrap: wrap; flex-direction: column; margin-top: 40px; padding-top: 40px; gap: 0px; }
	.bs_ceo .bot_fx_area .text_box { order: 2; }
	.bs_ceo .bot_fx_area .img_box { order: 1; width: 100%; }
	.bs_ceo .bot_fx_area .img_box .sign_img img { object-position: 20% 50%; }
}