@charset "UTF-8";

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.all_wrap{overflow: hidden;position: relative;}

.jarallax {position: relative;z-index: 0;height: 100%;}
.jarallax > .jarallax-img {position: absolute;  object-fit: cover;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;}
.main_admin{position: fixed; z-index: 11; top:155px; right: 10px;}
.main_admin a{font-size: 14px; background: #fff; border-radius: 5px; margin-bottom: 5px; width: 80px; height: 30px; display: inline-block; text-align: center; line-height: 30px; font-weight: 500;}
/* 공통 */
select:focus {outline: none;}
.width{width: 92% !important; max-width: 1760px; margin: 0 auto; position: relative;}
.width2{width: 92% !important; max-width: 1260px; margin: 0 auto; position: relative;}
.common{padding: 160px 0px;}
:root{
	--color: #8BC53F;
	--color2: #187945;
	--bar: 1px solid #E5E5EC;

	--fs42: 4.2rem;
	--fs38: 3.8rem;
	--fs32: 3.2rem;
	--fs28: 2.8rem;
	--fs24: 2.4rem;
	--fs22: 2.2rem;
	--fs20: 2.0rem;
	--fs18: 1.8rem;
	--fs14: 1.4rem;
}
.board_title{margin-bottom: 80px; text-align: center;}
.board_title h2{font-size: var(--fs32); font-weight: 500;}
.board_title p{margin-top: 10px; font-size: var(--fs20);}

@media all and (max-width: 1024px) {
	.common{padding: 60px 0px;}
	.board_title{margin-bottom: 60px;}
}

#ctt{max-width: 1100px; margin: 0 auto; }
#ctt #ctt_con{padding: 20px; border: 1px solid #e1e1e1;}

#header{width: 100%;position: fixed;top: 0;z-index: 999; transition: 0.3s all;}
#header .head_login_wrap{display: flex; align-items: center;}
#header .head_login{display: flex;justify-content: flex-end;padding: 7px 10px; border: 1px solid #333; border-radius: 30px; margin-right: 25px;}
#header .head_login li{margin:0px 5px;}
#header .head_login a{font-size: 1.2rem; color: #333; white-space: nowrap; font-weight: 400;}
#header .head_login i{font-size: 20px;}
#header .head_menu .logo {position: relative; text-align: center;}
/* #header.scroll{top:-36px;} */

#header .head_menu{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%; height: 80px;}
#header .bot_menu .main_menu { width: 100%; display: flex; justify-content: space-between; align-items: center; text-align: center; height: 100%; z-index: 9; position: relative; }
#header .bot_menu .main_menu .dept1 { width: 170px; position: relative; padding: 18px 0px;}
#header .main_menu .dept1 > a { font-size: 1.8rem; font-weight: 500; }
#header .main_menu .dept1 > a.active { font-weight: 700; }
#header .main_menu .dept1 > a.menuon { font-weight: 700; }

#header .sub_menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 200px; padding-top: 5px; display: none; padding-bottom: 0px; z-index: 99;  }
#header .main_menu .dept2 { padding: 12px 0px; background: #fff; }
#header .main_menu .dept2 a { font-size: 1.8rem; display: block; font-weight: 400;}
#header .main_menu .dept2>a:hover,
#header .main_menu .dept2>a:active,
#header .main_menu .dept2>a.menuon,
#header .main_menu .dept2>a:focus { color: var(--color); font-weight: bold;}
#header .head_menu .logo .on{display: none;}
.header_width{width: 92%; margin:  0 auto; max-width: 1700px;}
#header .main_menu .dept2>a:focus { color: #364F6B;font-weight: bold;}


.menu_open { position: fixed; width: 100%; height: 100vh;
	background: #fff; top: 0; left: 0; z-index: 999; padding: 55px 50px 50px 50px; display: none; }
	.menu_open .site_map_wrap h2 { margin-bottom: 150px; display: flex; justify-content: space-between; align-items: center;}
	.menu_open .site_map { display: flex; width: 100%; }
	.menu_open .site_map .dept1 { width: 20%; margin-right: 40px; }
	.menu_open .site_map .dept1:last-child { border-right: 0px; }
	.menu_open .site_map .dept1 > a { font-size: 2.8rem; font-weight: 500; padding-bottom: 30px; border-bottom: 2px solid #eee; display: block; margin-bottom: 30px;}
	.menu_open .site_map .dept1 > a.active { color: #364F6B; }
	.menu_open .site_map .dept2 a { font-size: 2.0rem; position: relative; line-height: 120%; margin-bottom: 30px; display: inline-block; padding-bottom: 3px; }
	.menu_open .site_map .dept2 a::after { content: ''; width: 0; height: 3px; background: rgba(54, 79, 107, 0.5); position: absolute; bottom: 0; left: 0; transition: 0.3s all; }
	.menu_open .site_map .dept2 a:hover::after { width: 100%; }
	.hd_bg { background: #fff; width: 100%; height: 0; left: 0; z-index: 1; position: absolute; }
	.site_foot{padding-top: 20px;margin-top: 150px; border-top: 2px solid #eee; text-align: center;}
	
	#header .menu_bar { z-index: 99; position: relative; display: none; }
	#header .menu_bar span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}
	#header .menu_bar2 { z-index: 9999; position: relative; }
	#header .menu_bar2 span:nth-child(1) { display: none; }
	#header .menu_bar2 span:nth-child(2) { transform: rotate(130deg); }
	#header .menu_bar2 span:nth-child(3) { transform: rotate(45deg); top: 0px; position: absolute; }
	#header .menu_bar2 span { width: 22px; height: 2px; background: #555; display: block; margin: 6px}
	#header.is-hidden {
		transform: translateY(-100%); /* 헤더 전체 높이만큼 위로 */
	}

/* 모바일 */
.mobile_head {width: 100%; height: 60px; display: flex; justify-content: space-between; align-items: center; padding: 0px 15px; display: none; position: fixed; background:#fff; z-index: 99; box-shadow: 0px 1px 3px rgba(0,0,0,0.3);}
.mobile_head .mobile_logo { width: 150px; }
.mobile_head .mobile_logo img { width: 100%; }
#mobile_menu {  display: none; position: fixed; top: 0; right: -75%; width: 75%; background: #fff; z-index: 1000; height: 100%; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none;}
#mobile_menu::-webkit-scrollbar{display: none;}
#mobile_menu .mob_logo { width: 100%; padding: 0px 20px; height: 70px; background:#fff;display: flex; justify-content: space-between; align-items: center;}
#mobile_menu .mob_logo a { width: 100px; }
#mobile_menu .mob_logo a img { width: 100%; }
#mobile_menu .mobile_close { font-size: 30px; cursor: pointer; color: #333;}
#mobile_menu .mob_menu .top_menu {display: flex;justify-content: space-between; align-items: center; padding: 20px 20px;font-size: 18px; border-bottom: 1px solid #eeee; font-weight: 500;}
#mobile_menu .mob_menu .top_menu2 {display: flex;justify-content: space-between; align-items: center; padding: 20px 20px;font-size: 18px; border-bottom: 1px solid #eeee; font-weight: 500;}
.mobile_open{font-size: 24px;}
#mobile_menu .mob_menu .topmenu.on { color: #fff; }
#mobile_menu .mob_menu .sub_menu { padding: 15px 15px;  background: #f9f9f9; visibility: visible; }
#mobile_menu .mob_menu .sub_menu a {display: block; color: #333 ;font-size: 17px; padding: 10px; font-weight: 400;}
#mobile_menu .mob_menu_btn{display: flex; padding: 10px 0px; margin: 0px 20px; justify-content: space-between;}
#mobile_menu .mob_menu_btn li{width: 49%;}
#mobile_menu .mob_menu_btn a{font-size: 17px;  background: #ddd;display: flex; height: 50px; justify-content: center; align-items: center;}
#mobile_menu .mob_menu_btn a i{font-size: 16px; margin-right: 5px;}
.mob_bg {  display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.5); z-index: 99;}

@media screen and ( max-width: 1400px ){
#pcmenu .topmenu { font-size: 16px; }
#pcmenu .submenu a { font-size: 14px; }
}
@media screen and ( max-width: 1024px ){
#header { display: none; }
.mobile_head{display: flex;}
}

/* 메인비주얼 */
.Hfull{margin-top: 80px; height: calc(94vh - 80px);}
.Hfull .swiper_visual{height: 100%;}
.Hfull .slide1{background: url('../img/visual01.png')no-repeat; background-size: cover; background-position: center;}
.Hfull .slide2{background: url('../img/visual02.png')no-repeat; background-size: cover; background-position: center;}


.pc{display: block !important;}
.mob{display: none !important;}

@media all and (max-width: 768px){
	.pc{display: none !important;}
	.mob{display: block !important;}
}






/* board warp */
.board_warp .latest_wrap{display: flex; justify-content: space-between;}
.latest_wrap .latest_top_wr{width: 48.5%;}
.latest_top_wr h2{font-size: var(--fs24); margin-bottom: 40px; font-weight: bold;}
.latest_top_wr h2 i{margin-right: 7px; font-weight: 300;}
.board_warp .main_btn{margin-top: 100px; display: flex; justify-content: space-between;}
.board_warp .main_btn a{width: 24%; display: flex; flex-direction: column; align-items: center; box-shadow: 0px 1px 3px rgba(0,0,0,0.2); padding: 40px 0px;}
.board_warp .main_btn a i{font-size: 5.0rem; width: 100px; height: 100px; background: #eee; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
.board_warp .main_btn a span{font-size: var(--fs20);}
.board_warp .main_btn a:hover{-webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
	@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media all and (max-width: 1300px){
	.pic_lt .lt_wrap .lt_text_top .lt_info{min-width: 80px; min-height: 80px;}
	.pic_lt .lt_wrap{padding: 12px;}
}
@media all and (max-width: 950px){
	.board_warp .latest_wrap{flex-direction: column;}
	.latest_wrap .latest_top_wr{width: 100%;}
	.latest_wrap .latest_top_wr:first-child{margin-bottom: 60px;}
}
@media all and (max-width: 768px){
	.board_warp .main_btn{flex-wrap: wrap; margin-top: 60px; gap:15px 0px;}
	.board_warp .main_btn a{width: 49%; padding: 25px 0px;}
}

/* 하단 */
#ft{background: #333;padding: 40px 0px; width: 100%;}


/* sub_visual */
.sub_visual{width: 100%;height: 400px;background-repeat: no-repeat !important;background-size: cover !important;background-position: center top !important; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; margin-top: 80px;}
.sub_visual .sub_top_text{text-align: center; color: #fff; }
.sub_visual .sub_top_text h3{font-size: 5.2rem; position: relative; font-weight: 600;}
@media all and (max-width: 1024px) {
	.sub_visual{height: 300px;}
	.sub_visual .sub_top_text{padding-top: 70px;}
}

/* lnb */
.lnb .lnb_map{display:flex;align-items:center;justify-content:center;border-radius:100px;background:rgba(0,0,0,.40);width:max-content;position:absolute;left:0;right:0;bottom:10%;margin:0 auto;padding:12px 40px 4px 40px;}
.lnb .lnb_map .home{height:100%;display:flex;justify-content:center;align-items:center;}
.lnb .lnb_map .home a{color:#333;}
.lnb .lnb_map .home i{font-size:20px;}
.lnb .lnb_map>li{padding:0 4px;position:relative;}
.lnb .lnb_map li.dep{margin-bottom:6px;}
.lnb .lnb_map li.dep svg{margin-left:8px;}
.lnb .lnb_map li.dep a{width:100%;height:100%;display:flex;align-items:center;font-size:14px;}
.lnb .lnb_map li.dep a span{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:1.6rem;color:rgba(255,255,255,.7);}
.lnb .lnb_map li.dep2 a span{color:#fff;}
.lnb .lnb_map li.dep ul{;position:absolute;left:0;top:32px;width:140%;z-index:10;}
.lnb .lnb_map li.dep ul li{width:100%;background:rgba(0,0,0,.4);}
.lnb .lnb_map li.dep ul li a{padding:15px 15px;font-size:1.2rem; color: rgba(255,255,255,0.7); letter-spacing: -0.08em;}
/*.lnb .lnb_map li.dep ul li a:hover{background:#2DAAE1;color:#fff;transition:.3s all;}*/
.lnb .lnb_map li.dep ul li a.on{background:#f1f1f1;}















/* 페이지 네비, 게시판 등 */
/* .bo_cate_link{border-radius: 30px;}
.bo_v_topcon .bo_v_cate{border-radius: 30px;} */
#bo_gall .is_notice{border-radius: 30px;}
.quick_banner{z-index: 99; right: 20px; bottom: 20px; position: fixed;animation: quickBounce .8s infinite alternate;}
@keyframes quickBounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }

@keyframes quickBounce2 {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

#top_btn{width: 45px; height: 45px;border: none; background: #fff; border-radius: 50%;box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); transition: 0.3s all;}
#top_btn span{font-size: 14px; font-weight: bold;}
#top_btn:hover{background: #eee; color: #000;}

.floating_menu { width: 45px; height: 45px; border-radius: 50%; background: #2DAAE1; position: fixed; bottom: 52px; z-index: 99; }
.floating_menu input { position: absolute; width: 45px; height: 45px; margin: 0; opacity: 0; cursor: pointer; }
.floating_menu input:checked ~ .floating_plus { transform: rotate(135deg); }
.floating_menu input:checked ~ .floating_nav li:nth-child(1) { transform: translatey(-52px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(2) { transform: translatey(-104px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(3) { transform: translatey(-156px); opacity: 1; }
.floating_menu input:checked ~ .floating_nav li:nth-child(4) { transform: translatey(-208px); opacity: 1; }
.floating_menu input ~ .floating_plus { transform: rotate(0); }
.floating_menu > .floating_plus { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; font-size: 20px; color: #FFFFFF; background:#2DAAE1; border-radius: 50%; transform: rotate(0); transition: all 0.5s ease; pointer-events: none; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); }
.floating_menu > .floating_plus i { line-height: normal !important; }
.floating_menu > .floating_nav { display: flex; justify-content: center; align-items: center; padding: 0; margin: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.floating_nav li { display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; border-radius: 50%; background: #fff; cursor: pointer; position: absolute; transition: all 0.5s ease; box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2); opacity: 0; }
.floating_menu > .floating_nav li a i { font-size: 20px; color: #222; }
.floating_menu > .floating_nav li a i.xi-kakaotalk { font-size: 28px; margin-top: 3px; }

.pg_wrap{margin-top: 60px; display: flex; justify-content: center; width: 100%;}
.pg_wrap .pg{display: flex;}
.pg_page{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 0px; background-color: none !important; border: none !important; font-size: 12px; color: #333;}
.pg_current{border: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; margin: 0 0px; background: none; color: #333; font-size: 12px;}

@media all and (max-width: 1400px) {
	html{font-size: 55% !important;}
	:root{
		--fs40: 3.4rem;
		--fs32: 2.8rem;
		--fs28: 2.4rem;
	}
}
/* 갤러리 */
@media all and (max-width: 1024px) {
	.gall_row .col-gn-4{width: 33.33333%;}
	.gall_row .col-gn-5{width: 25%;}
}

@media all and (max-width: 850px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5{width: 50%;}
	#bo_cate li{width: 25%; margin-bottom: 10px;}
	#bo_cate ul{flex-wrap: wrap;}
}

@media all and (max-width: 600px) {
	.gall_row .col-gn-4, .gall_row .col-gn-3, .gall_row .col-gn-5, .gall_row .col-gn-2{width: 100%;}
}

/* 리스트 */
@media all and (max-width: 850px) {
	.prdt_list .prdt_top th.psize, .prdt_list .prdt_table .psize{display: none;}
	.prdt_list .prdt_top th.pcolor, .prdt_list .prdt_table .pcolor{display: none;}
}

@media all and (max-width: 650px) {
	.prdt_list .prdt_top th.num{min-width: 60px;}
	.prdt_list .prdt_top th.pintro, .prdt_list .prdt_table .pintro{display: none;}
	.prdt_list .prdt_top th.pname{width: 100%;}
	.prdt_list .prdt_table .pname{text-align: center;}
}

/* 애니메이션 */



/*  */
@charset "UTF-8";
/* =====================================================
   BLANK FIELD Services Landing v8
   파일: /theme/nero/css/b1_landing.css
   디자인: 무채색 UI + 컬러 사진 + 연회색 배경 (#f1f1ef)
   칸막이 없는 연속 흐름, Remix Icon 아이콘 사용
   ===================================================== */

/* ── 전역 리셋 & 기반 ── */
.bfl_wrap { background: #f1f1ef; color: #111; font-family: 'Pretendard', 'Noto Sans KR', sans-serif; word-break: keep-all; overflow: hidden; }
.bfl_wrap * { box-sizing: border-box; }
.bfl_width { width: min(1460px, calc(100% - 80px)); margin: 0 auto; position: relative; }
.bfl_section { padding: 120px 0; }
.bfl_office_section { padding-bottom: 120px; padding-top: 0; }

/* ── 공통 타이포 ── */
.bfl_eyebrow { font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #6f6f6f; margin: 0 0 18px; display: block; }
.bfl_h2 { font-size: clamp(4.2rem, 5vw, 8.2rem); font-weight: 850; line-height: 1.07; letter-spacing: -.065em; margin: 0; color: #111; }
.bfl_lead { font-size: 2.0rem; line-height: 1.78; color: #555; letter-spacing: -.035em; margin: 0; }

/* ── 버튼 ── */
.bfl_btn { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 28px; border-radius: 999px; font-size: 1.7rem; font-weight: 850; text-decoration: none !important; transition: .25s; }
.bfl_btn:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.bfl_btn_dark { background: #111; color: #fff !important; border: 1px solid #111; }
.bfl_btn_light { background: rgba(255,255,255,.7); color: #111 !important; border: 1px solid rgba(17,17,17,.16); }
.bfl_actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 44px; }

/* ── 아이콘 공통 ── */
.bfl_card_icon, .bfl_icon_badge, .bfl_mini_icon, .bfl_process_icon, .bfl_standard_icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 54px; height: 54px; border-radius: 17px;
    background: rgba(255,255,255,.66); border: 1px solid rgba(17,17,17,.1);
    color: #111 !important; font-size: 2.6rem; box-shadow: none;
}


/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.bfl_hero { min-height: calc(100vh - 80px); display: flex; align-items: center; padding: 120px 0 90px; background: #f1f1ef; position: relative; overflow: hidden; }
.bfl_hero_bg_text { position: absolute; left: 4%; bottom: 4%; font-family: 'Poppins', sans-serif; font-size: clamp(54px, 9vw, 160px); font-weight: 900; letter-spacing: -.07em; color: rgba(17,17,17,.035); white-space: nowrap; pointer-events: none; user-select: none; }
.bfl_hero_grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; position: relative; z-index: 2; }

.bfl_hero_copy h1 { font-size: clamp(5.4rem, 6.8vw, 11.2rem); font-weight: 500; line-height: 1; letter-spacing: -.075em; margin: 0; color: #111; }
.bfl_hero_copy h1 strong { font-weight: 950; color: #111; }
.bfl_hero_desc { font-size: clamp(1.8rem, 1.45vw, 2.5rem); line-height: 1.72; color: #4d4d4d; letter-spacing: -.035em; max-width: 760px; margin: 38px 0 0; }

.bfl_hero_visual { position: relative; min-height: 600px; }
.bfl_main_photo { position: absolute; inset: 48px 0 0 8%; border-radius: 38px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.1); border: 8px solid rgba(255,255,255,.74); }
.bfl_main_photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(1.06) saturate(1.06) contrast(.98); }

.bfl_float_card { position: absolute; z-index: 3; width: 310px; padding: 24px 26px; border-radius: 22px; background: rgba(255,255,255,.86); backdrop-filter: blur(18px); box-shadow: 0 20px 55px rgba(0,0,0,.1); border: 1px solid rgba(255,255,255,.7); }
.bfl_float_top { left: 0; top: 8px; }
.bfl_float_bottom { right: 0; bottom: 28px; }
.bfl_float_card span { font-family: 'Poppins', sans-serif; font-size: 1.3rem; font-weight: 900; color: #777; display: block; }
.bfl_float_card strong { display: block; font-family: 'Poppins', sans-serif; font-size: 2.4rem; line-height: 1.1; margin: 12px 0 8px; color: #111; }
.bfl_float_card em { font-style: normal; font-size: 1.6rem; color: #666; }


/* ════════════════════════════════════════
   WHO IS IT FOR — 이슈 카드
════════════════════════════════════════ */
.bfl_statement { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.bfl_issue_cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.bfl_issue_card { position: relative; min-height: 320px; border-radius: 30px; overflow: hidden; background: rgba(255,255,255,.48); padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(17,17,17,.08); }
.bfl_issue_card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; opacity: .55; filter: brightness(1.0) contrast(1.0); transition: .45s; }
.bfl_issue_card:hover img { transform: scale(1.04); }
.bfl_issue_overlay { position: absolute; inset: 0;  }
.bfl_card_icon { position: relative; z-index: 2; margin-bottom: 18px; }
.bfl_issue_card span { position: relative; z-index: 2; font-family: 'Poppins', sans-serif; font-weight: 900; color: #777; font-size: 1.4rem; }
.bfl_issue_card h3 { position: relative; z-index: 2; font-size: 3.6rem; line-height: 1.22; letter-spacing: -.055em; margin: 16px 0 0; color: #111; }


/* ════════════════════════════════════════
   PERSPECTIVE GAP
════════════════════════════════════════ */
.bfl_perspective_wrap { display: grid; grid-template-columns: 1.06fr .94fr; gap: 44px; margin-top: 64px; align-items: stretch; }
.bfl_image_stack { border-radius: 30px; overflow: hidden; background: rgba(255,255,255,.56); padding: 14px; min-height: 520px; display: flex; align-items: center; border: 1px solid rgba(17,17,17,.08); }
.bfl_image_stack img { width: 100%; height: 100%; display: block; border-radius: 22px; object-fit: contain; object-position: center center; filter: brightness(1.08) saturate(1.12); }
.bfl_perspective_list { display: grid; gap: 16px; }
.bfl_persp_item { padding: 32px; border-radius: 24px; background: rgba(255,255,255,.48); border: 1px solid rgba(17,17,17,.08); }
.bfl_icon_badge { margin-bottom: 16px; }
.bfl_persp_item span { display: block; font-family: 'Poppins', sans-serif; font-weight: 900; color: #777; }
.bfl_persp_item h3 { font-size: 2.9rem; letter-spacing: -.045em; margin: 18px 0 12px; color: #111; }
.bfl_persp_item p { font-size: 1.8rem; line-height: 1.7; color: #555; margin: 0; }


/* ════════════════════════════════════════
   PROPOSAL — 빅 카드
════════════════════════════════════════ */
.bfl_split { display: grid; grid-template-columns: .78fr 1.22fr; gap: 74px; align-items: center; }
.bfl_big_cards { display: grid; gap: 20px; }
.bfl_big_card { display: grid; grid-template-columns: 220px 1fr; gap: 30px; align-items: center; padding: 20px 34px 20px 20px; border: 1px solid rgba(17,17,17,.08); border-radius: 28px; background: rgba(255,255,255,.46); }
.bfl_card_img { height: 185px; border-radius: 22px; overflow: hidden; }
.bfl_card_img img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.08) saturate(1.05) contrast(.97); opacity: .68; transition: .45s; }
.bfl_big_card:hover .bfl_card_img img { transform: scale(1.04); }
.bfl_mini_icon { margin-bottom: 12px; }
.bfl_big_card_body span { display: block; font-family: 'Poppins', sans-serif; font-size: 1.4rem; font-weight: 900; color: #777; }
.bfl_big_card_body h3 { font-size: 3.3rem; line-height: 1.25; letter-spacing: -.055em; margin: 12px 0 14px; color: #111; }
.bfl_big_card_body p { font-size: 1.8rem; line-height: 1.7; color: #555; margin: 0; }


/* ════════════════════════════════════════
   BRAND RESULT
════════════════════════════════════════ */
.bfl_result_board { display: grid; grid-template-columns: .85fr 1.25fr .85fr; gap: 20px; margin-top: 64px; align-items: stretch; }
.bfl_result_card { border-radius: 28px; min-height: 350px; padding: 38px; border: 1px solid rgba(17,17,17,.08); background: rgba(255,255,255,.46); }
.bfl_result_card span { display: block; font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 1.4rem; color: #777; }
.bfl_result_card strong { display: block; font-size: 3.4rem; line-height: 1.22; letter-spacing: -.055em; margin: 58px 0 18px; color: #111; }
.bfl_result_card p { font-size: 1.8rem; line-height: 1.7; color: #555; margin: 0; }
.bfl_result_center { display: flex; align-items: center; justify-content: center; padding: 20px; }
.bfl_result_center img { width: 100%; max-height: 100%; object-fit: contain; filter: brightness(1.08) saturate(1.12); }


/* ════════════════════════════════════════
   WHO WE ARE — 오피스
════════════════════════════════════════ */
.bfl_office_photo { height: 480px; border-radius: 32px; overflow: hidden; border: 1px solid rgba(17,17,17,.08); margin-bottom: 0; }
.bfl_office_photo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(1.08) saturate(1.04) contrast(.98); opacity: .88; }
.bfl_office_copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding-top: 70px; align-items: start; }


/* ════════════════════════════════════════
   PROCESS
════════════════════════════════════════ */
.bfl_process_grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 60px; }
.bfl_process_card { background: rgba(255,255,255,.46); padding: 34px 28px; min-height: 270px; border-radius: 26px; border: 1px solid rgba(17,17,17,.08); }
.bfl_process_icon { margin-bottom: 20px; }
.bfl_process_card span { display: block; font-family: 'Poppins', sans-serif; font-weight: 900; color: #777; }
.bfl_process_card h3 { font-size: 2.7rem; line-height: 1.3; letter-spacing: -.05em; margin: 28px 0 14px; color: #111; }
.bfl_process_card p { font-size: 1.7rem; line-height: 1.7; color: #555; margin: 0; }
.bfl_team_photo { margin-top: 38px; border-radius: 30px; overflow: hidden; border: 1px solid rgba(17,17,17,.08); }
.bfl_team_photo img { width: 100%; display: block; filter: brightness(1.08) saturate(1.04) contrast(.98); opacity: .9; }


/* ════════════════════════════════════════
   STANDARDS
════════════════════════════════════════ */
.bfl_standards_grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.bfl_standard_card { min-height: 280px; padding: 34px; border-radius: 26px; background: rgba(255,255,255,.46); border: 1px solid rgba(17,17,17,.08); }
.bfl_standard_icon { margin-bottom: 18px; }
.bfl_standard_card span { display: block; font-family: 'Poppins', sans-serif; font-weight: 900; color: #777; }
.bfl_standard_card h3 { font-size: 2.9rem; line-height: 1.28; letter-spacing: -.055em; margin: 28px 0 16px; color: #111; }
.bfl_standard_card p { font-size: 1.8rem; line-height: 1.7; color: #555; margin: 0; }


/* ════════════════════════════════════════
   CTA
════════════════════════════════════════ */
.bfl_cta { text-align: center; padding: 130px 0; background: #f1f1ef; }
.bfl_cta .bfl_eyebrow { color: #6f6f6f; }
.bfl_cta h2 { font-size: clamp(4.2rem, 5.5vw, 8.8rem); line-height: 1.08; letter-spacing: -.065em; margin: 0; color: #111; }
.bfl_cta p { font-size: 2.0rem; line-height: 1.75; color: #555; max-width: 850px; margin: 30px auto 44px; }


/* ════════════════════════════════════════
   RESPONSIVE — 1200px 이하
════════════════════════════════════════ */
@media all and (max-width: 1200px) {
    .bfl_width { width: calc(100% - 48px); }
    .bfl_hero_grid,
    .bfl_statement,
    .bfl_perspective_wrap,
    .bfl_split,
    .bfl_office_copy { grid-template-columns: 1fr; }
    .bfl_hero_visual { min-height: 520px; }
    .bfl_result_board { grid-template-columns: 1fr; }
    .bfl_process_grid,
    .bfl_standards_grid { grid-template-columns: repeat(2, 1fr); }
}

/* ════════════════════════════════════════
   RESPONSIVE — 768px 이하 (모바일)
════════════════════════════════════════ */
@media all and (max-width: 768px) {
    .bfl_width { width: calc(100% - 32px); }
    .bfl_section { padding: 76px 0; }
    .bfl_hero { min-height: auto; padding: 76px 0; }
    .bfl_hero_grid { gap: 36px; }
    .bfl_hero_visual { min-height: 370px; }
    .bfl_main_photo { inset: 0; }
    .bfl_float_card { width: 235px; padding: 18px; }
    .bfl_float_card strong { font-size: 1.9rem; }
    .bfl_float_top { left: 10px; top: 10px; }
    .bfl_float_bottom { right: 10px; bottom: 10px; }
    .bfl_actions { flex-direction: column; }
    .bfl_btn { width: 100%; }
    .bfl_issue_cards,
    .bfl_process_grid,
    .bfl_standards_grid { grid-template-columns: 1fr; }
    .bfl_issue_card { min-height: 280px; padding: 28px; }
    .bfl_issue_card h3 { font-size: 3.0rem; }
    .bfl_image_stack { min-height: auto; padding: 10px; }
    .bfl_persp_item,
    .bfl_standard_card { padding: 28px; }
    .bfl_big_card { grid-template-columns: 1fr; padding: 18px 18px 30px; }
    .bfl_card_img { height: 200px; }
    .bfl_result_card { min-height: 240px; padding: 28px; }
    .bfl_result_card strong { margin-top: 34px; font-size: 2.9rem; }
    .bfl_office_photo { height: 300px; }
    .bfl_office_copy { padding-top: 50px; }
    .bfl_process_card { min-height: auto; padding: 30px; }
    .bfl_cta { padding: 84px 0; }
    .bfl_card_icon,
    .bfl_icon_badge,
    .bfl_mini_icon,
    .bfl_process_icon,
    .bfl_standard_icon { width: 48px; height: 48px; border-radius: 15px; font-size: 2.4rem; }
}


/* =====================================================
   BLANK FIELD Landing — 커스텀 WOW 애니메이션 키프레임
   bfl_fadeInUp / bfl_fadeInLeft / bfl_fadeInRight
   ===================================================== */

/* fadeInUp — 아래에서 위로 올라오며 등장 */
@keyframes bfl_fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to   { opacity: 1; transform: translateY(0); }
}
.bfl_fadeInUp { animation-name: bfl_fadeInUp; }

/* fadeInLeft — 왼쪽에서 오른쪽으로 밀려오며 등장 */
@keyframes bfl_fadeInLeft {
    from { opacity: 0; transform: translateX(-50px); }
    to   { opacity: 1; transform: translateX(0); }
}
.bfl_fadeInLeft { animation-name: bfl_fadeInLeft; }

/* fadeInRight — 오른쪽에서 왼쪽으로 밀려오며 등장 */
@keyframes bfl_fadeInRight {
    from { opacity: 0; transform: translateX(50px); }
    to   { opacity: 1; transform: translateX(0); }
}
.bfl_fadeInRight { animation-name: bfl_fadeInRight; }

/* WOW 기본 visibility 처리 */
.wow { visibility: hidden; }

/* ── 호버 인터랙션 ── */
.bfl_issue_card { transition: transform .3s ease, box-shadow .3s ease; }
.bfl_issue_card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.1); }

.bfl_big_card { transition: transform .3s ease, box-shadow .3s ease; }
.bfl_big_card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }

.bfl_persp_item { transition: transform .3s ease, background .3s ease; }
.bfl_persp_item:hover { transform: translateX(6px); background: rgba(255,255,255,.72) !important; }

.bfl_process_card { transition: transform .3s ease, box-shadow .3s ease; }
.bfl_process_card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }

.bfl_standard_card { transition: transform .3s ease, box-shadow .3s ease; }
.bfl_standard_card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(0,0,0,.07); }

.bfl_result_card { transition: transform .3s ease, box-shadow .3s ease; }
.bfl_result_card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,.07); }

/* 버튼 호버 강화 */
.bfl_btn_dark:hover { background: #333; }
.bfl_btn_light:hover { background: rgba(255,255,255,.95); }

/* 플로팅 카드 미세 떠있는 애니메이션 */
@keyframes bfl_float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-8px); }
}
.bfl_float_top    { animation: bfl_float 4s ease-in-out infinite; }
.bfl_float_bottom { animation: bfl_float 4s ease-in-out 1s infinite; }
