/*font size*/
.fs_12{font-size: 0.75rem;}
.fs_13{font-size: 0.813rem;}

.fs_14{font-size: 0.874rem;}
.fs_15{font-size: 0.938rem;}
.fs_17{font-size: 1.063rem;}
.fs_18{font-size: 1.125rem;}
.fs_20{font-size: 1.25rem;}
.fs_22{font-size: 1.375rem;}
.fs_24{font-size: 1.5rem;}
.fs_30{font-size: 1.875rem;}
.fs_35{font-size: 2.188rem;}
.fs_40{font-size: 2.5rem;}
.fs_48{font-size: 3rem;}
.fs_50{font-size: 3.125rem;}
.fs_60{font-size: 3.75rem;}

@media screen and (max-width:1080px){
    .fs_40{font-size: 22px;}

    .fs_50{font-size: 30px;}
    .fs_60{font-size: 35px;}
    .fs_24{font-size: 16px;}

}

@media screen and (max-width:760px){
    .fs_50{font-size: 28px;}
    .fs_60{font-size: 30px;}
}


/*font weight*/
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -1.2px;}
.b_color{color:#002340; }


.b_inner{max-width:1200px; margin:0 auto; width:94%; }

.blind {display:none !important}

.c-point {color: #35c5f0;}

.b_chk_box span.privercy-chk.js-checked {
			background: url(../img/check_on.png) no-repeat;
		}
		.b_chk_box span.privercy-chk {
			display: inline-block;
			height: 24px;
			background: url(../img/check_off.png) no-repeat;
			cursor: pointer;
			padding: 3px 0 0 30px;
			font-size: 17px;
			
			}
		.b_chk_box span.storage-chk.js-checked {
			background: url(../img/check_on.png) no-repeat;
		}
		.b_chk_box span.storage-chk {
			display: inline-block;
			height: 24px;
			background: url(../img/check_off.png) no-repeat;
			cursor: pointer;
			padding: 3px 0 0 30px;
			font-size: 17px;
			float: right;
			}
.js-onlyNum {width:30% !important}



#b_header{position:fixed; left:0; top:0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 1px solid rgba(255,255,255,.2);}
#b_header .b_inner{position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%; max-width: 1520px;}
#b_header .b_hd_left{display: flex; align-items: center; height: 100%;}
#b_header nav{height: 100%; margin-left: 60px;}
#b_header #b_gnb {display: flex; align-items: center; height: 100%;}
#b_header #b_gnb > li {padding:0 25px; position: relative; height: 100%;}
#b_header #b_gnb > li > a{color:#fff; display: flex; align-items: center; padding:5px; font-size: 1.063rem; height: 100%;}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top:100%; background-color: #fff; width: 120%; transform:translate(-50%); padding:7px 0; display: none; border:1px solid #eaeaea;}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: center;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#999; font-weight: 500; }
#b_header #b_gnb .b_sub_list li a:hover{color:#111;}

#b_header .b_logo a{display: block;}
#b_header .b_logo img.b_on{display: none;}
#b_header .b_util_box {display: flex; align-items: center;}
#b_header .b_util_box .b_num_box{display: flex; align-items: flex-start;}
#b_header .b_util_box .b_num_box p{color: #fff; margin-left: 8px;}
#b_header .b_util_box .b_num_box span{display: block; margin-top: 5px;}




.b_toggle_btn{display: flex; width: 25px; height:25px; flex-direction: column ; justify-content: center; display: none; margin-left: 30px;}
.b_toggle_btn span{width: 100%; background-color: #fff; height:3px; border-radius: 5px;}
.b_toggle_btn span:first-child{margin-bottom: 5px;}

.b_site_map{width: 94%; max-width: 500px; position:fixed; right:-520px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map nav{width:89%; margin:0 auto; margin-top: 200px; margin-left: 50px;}
.b_site_map #b_gnb > li {margin-bottom: 20px;}
.b_site_map #b_gnb > li > a{font-size:1.5rem; font-weight: bold;}
.b_site_map #b_gnb > li.open > a{color:#002340; transition:color .3s; }
.b_site_map #b_gnb .b_sub_list {margin-top:10px; display: none; padding-bottom: 20px;}
.b_site_map #b_gnb .b_sub_list li {padding:5px 0; }
.b_site_map #b_gnb .b_sub_list li a{color:#999;}
.b_site_map #b_gnb .b_sub_list li a:hover{color:#111; transition:color .3s; }

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}


.b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; }
.b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px;ransition:background-color .3s; }
.b_close_btn span:first-child{transform:rotate(45deg);}
.b_close_btn span:last-child{transform:rotate(-45deg);}
.b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 

#b_header.on .b_logo img.b_off{display: none;}
#b_header.on .b_logo img.b_on{display: block;}
#b_header.on{background-color: #fff; transition:.4s; border-bottom: 1px solid #eaeaea;}
#b_header.on #b_gnb > li > a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_util_box .b_num_box p {color: #111;}



/* 퀵메뉴 */
#b_quick_menu{position: fixed; right: 0; bottom: 50px; z-index: 10; box-shadow: 0 4px 16px rgba(0,0,0,.17);}
#b_quick_menu ul li{display: flex; align-items: center; justify-content: center;  width: 70px; background-color: #fff; aspect-ratio: 1/1; flex-direction: column;}
#b_quick_menu ul li:first-child{background-color: #002340; color:#fff; padding:10px 0;aspect-ratio: unset;} 
#b_quick_menu ul li p{letter-spacing: 2px; }
#b_quick_menu ul li:nth-child(2) {cursor: pointer;}
#b_quick_menu ul li:nth-child(4) {cursor: pointer;}
#b_quick_menu ul li:nth-child(3) a{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; flex-direction: column;}
#b_quick_menu ul li img{display: block; margin-bottom: 8px;}

@media screen and (max-width:760px){
    #b_quick_menu ul li{width: 50px;}
    #b_quick_menu ul li img{width: 13px;margin-bottom:0;}
    #b_quick_menu ul li span{display: none;}
}


/* 견적문의 팝업 */
.b_pop_wrap{position:fixed; left: 0; top: 0; background-color: rgba(0,0,0,.3); z-index: 40; width: 100%; height: 100%; display: none;}
.b_pop_wrap .b_inquiry_pop{max-width:1100px; width:96%; background-color: #001221; padding:50px; position: absolute; left: 50%; top:50%; transform:translate(-50%,-50%); }
.b_pop_wrap .b_close_btn{position:absolute; right:0px; top:0; width: 70px; height: 70px; background-color: #000;}
.b_pop_wrap .b_close_btn img{width: 15px;}
.b_pop_wrap .b_inquiry_pop .b_title{text-align: center; color:#fff;}
.b_pop_wrap .b_inquiry_pop .b_title p{margin:25px 0; line-height: 1.5;}
.b_pop_wrap .b_inquiry_pop form {width:100%; max-width:740px; margin:0 auto;}
.b_pop_wrap .b_inquiry_pop table {width:100%; }
.b_pop_wrap .b_inquiry_pop tbody {width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;}
.b_pop_wrap .b_inquiry_pop table tr{width: 48%; display: flex; flex-direction: column; margin-bottom: 30px;}
.b_pop_wrap .b_inquiry_pop table th{ text-align: left;padding-bottom: 10px;color:#fff;}
.b_pop_wrap .b_inquiry_pop table td{padding-bottom: 10px;}
.b_pop_wrap .b_inquiry_pop input[type="text"]{height:45px; border:1px solid #fff;padding:0 10px; width: 100%;background-color: #001221; color:#fff; }
.b_pop_wrap .b_inquiry_pop input[type="number"]{height:45px; border:1px solid #fff;padding:0 10px; width: 30%;background-color: #001221; color:#fff; }
.b_pop_wrap .b_inquiry_pop input[type="text"]:focus{outline:0; }
.b_pop_wrap .b_inquiry_pop select{height:45px; border:1px solid #fff; padding:0 10px; width: 100%;background-color: #001221; color:#fff;} 
.b_pop_wrap .b_inquiry_pop select:focus{outline:0; }
.b_pop_wrap .b_inquiry_pop .b_chk_box{color:#fff;}
.b_pop_wrap .b_inquiry_pop table .b_chk_box label{display: flex; align-items: center; }
.b_pop_wrap .b_inquiry_pop .b_link_btn{margin-left: 5px;}
.b_pop_wrap .b_inquiry_pop .b_submit_btn{height: 60px; background-color: #ffb400; color:#fff; text-align: center; display: block; width: 100%; margin-top:10px;}

@media screen and (max-width:1080px){
    #b_header{height: 80px;}
    #b_header nav{display: none;}
    .b_toggle_btn{display: flex;}
    
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}
    #b_header .b_logo img{width: 85px;}
    .b_toggle_btn{margin-left: 15px;}

    .b_pop_wrap .b_inquiry_pop{padding: 40px 20px;}
    .b_pop_wrap .b_close_btn{width: 40px; height: 40px;}
    .b_pop_wrap .b_inquiry_pop table tr{margin-bottom: 20px; width: 49%;}

}


.b_mv_box {height: 950px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box .b_link_box{position: absolute; left: 0; bottom: 0; z-index: 5; width: 100%; border-top:1px solid rgba(255,255,255,.5)}
.b_mv_box .b_link_box ul{display: flex; flex-wrap: wrap; border-left:1px solid rgba(255,255,255,.5);}
.b_mv_box .b_link_box ul li{width: 33.333%; border-right:1px solid rgba(255,255,255,.5); padding:50px 20px 35px 20px; color:#fff; text-align: center; cursor: pointer; transition:background-color .3s;}
.b_mv_box .b_link_box ul li:hover{background-color: #002340; transition:background-color .3s;}
.b_mv_box .b_link_box p{line-height: 1.4; margin:20px 0;}
.b_mv_box .b_link_box span{display: block; padding:8px 15px; background-color: rgba(255,255,255,.15); width: fit-content; margin: 0 auto;}

.b_mv_box ul.b_mv_wrap li{position: relative;}
.b_mv_box ul.b_mv_wrap li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul.b_mv_wrap li figure img{transform:scale(1.1); }
.b_mv_box ul.b_mv_wrap li.swiper-slide-active figure img{transform:scale(1); transition:transform 6s;}
.b_mv_box ul.b_mv_wrap li .b_inner{display: flex; align-items: center; height:100%; width:100%; justify-content: center;}
.b_mv_box .b_txt_box{color: #fff; text-align: center; transform:translateY(30px); opacity:.2; margin-top: -150px;}
.b_mv_box ul.b_mv_wrap li.swiper-slide-active .b_txt_box{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box .b_txt_box h2{line-height:1.3;}
.b_mv_box .b_txt_box p{margin-top: 45px; line-height:1.4;}
.b_mv_navi{max-width: 1720px; margin:0 auto; width:94%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_mv_navi .b_prev, .b_mv_navi .b_next  {width:auto; height: auto;}
.b_mv_navi .b_prev img{transform:rotate(180deg);}
.swiper-button-next, .swiper-button-prev{background-image: none;}
.b_mv_box .b_pagi{width: 94%; max-width: 1300px; left: 50%; transform: translateX(-50%); text-align: left; top: 64%; bottom:unset; display: flex; justify-content: center;}
.b_mv_box .b_pagi span{border-radius: 0; width: 60px; height:2px; background-color: rgba(255,255,255,.3); position: relative; opacity: 1;}
.b_mv_box .b_pagi span::after{content: ''; width: 0; height: 100%; background-color: #fff; position:absolute; left: 0; top: 0;}
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::after{animation-name: mv_pagi; animation-duration: 5s; animation-timing-function:linear; }
.b_mv_box .b_pagi span::before{width: 15px; height: 20px; position:absolute; left: 0; bottom: 5px; font-size: 0.75rem; font-weight: 500; color:#fff; letter-spacing: 2px; opacity: .3;}
.b_mv_box .b_pagi span:nth-child(1):before{content: '01'; }
.b_mv_box .b_pagi span:nth-child(2):before{content: '02'; }
.b_mv_box .b_pagi span:nth-child(3):before{content: '03'; }
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::before{opacity: 1; transition: .2s;}

@keyframes mv_pagi{
    0%{width: 0;}
    100%{width: 100%;}
}



@media screen and (max-width:1080px){
    .b_mv_box {height: 800px;}
    .b_mv_box .b_inner{width: 100%;}
    .b_mv_box .b_link_box ul{border-left:0;}
    .b_mv_box .b_link_box ul li:last-child{border-right:0;}
    .b_mv_box .b_pagi{top: 60%;}

    

}
@media screen and (max-width:760px){
    .b_mv_box {height: 700px;}
    .b_mv_navi > div img{width: 14px;}

    .b_mv_box .b_pagi span{width: 40px;}
    .b_mv_box .b_pagi span::before{height: 12px;}

    .b_mv_box .b_link_box p{display: none;}
    .b_mv_box .b_link_box li h2{margin-bottom: 20px;}
}


/* 스크롤 모션 */
.b_motion .b_item{ /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0;
    transform: translate3d(0px, 50px, 0);
}
.b_motion .b_item.b_tr { /* 모션 오른쪽으로 */
    transform: translate3d(-50px, 0, 0);
}
.b_motion .b_item.b_tl { /* 모션 왼쪽으로 */
    transform: translate3d(50px, 0, 0);
}
.b_motion .b_item.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .8s;}


.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box h3{line-height: 1.3; word-break: keep-all;}
.b_tit_box p {line-height: 1.4; word-break: keep-all; padding: 10px 0 0; letter-spacing: -0.5px}
.b_tit_box .b_cont_txt{margin-top: 35px; line-height: 1.4; }

.b_section{padding: 100px 0;}


@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt{ margin-bottom: 20px; }
    .b_tit_box .b_cont_txt{margin-top: 20px; }
    .b_section{padding: 70px 0;}

}




.b_sec_01 {overflow:hidden; }
.b_sec_01 .b_rvw_slide {position: relative; height:300px;}
.b_sec_01 .b_rvw_slide ul{display: flex; align-items: center; position: absolute; left:0; top:0; animation-name: svc_move; animation-duration: 40s; animation-timing-function: linear;animation-iteration-count: infinite; animation-fill-mode:forwords;}

@keyframes svc_move{
    0%{
        left: 0;
    }100%{
        left: -100%;
    }
}
.b_sec_01 .b_rvw_slide ul li{width:420px; border:1px solid #dbdbdb; position: relative; margin-right: 35px; padding:40px; }
.b_sec_01 .b_rvw_slide ul li a{display: block;width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.b_sec_01 .b_rvw_slide ul li .b_top_box {padding-bottom: 25px; margin-bottom: 25px; border-bottom:1px solid #eaeaea;}
.b_sec_01 .b_rvw_slide ul li .b_top_box h3{margin:20px 0;}
.b_sec_01 .b_rvw_slide ul li .b_top_box p{line-height: 1.5; color:#888888;}
.b_sec_01 .b_rvw_slide ul li .b_bot_box{display: flex; align-items: center; justify-content: space-between;} 
.b_sec_01 .b_more_btn{display: flex; align-items: center; justify-content: center; height:55px; color: #002340; transition:.3s; width: 160px; border: 1px solid #002340; background-color: #fff; margin:60px auto 0 auto;}
.b_sec_01 .b_more_btn img{margin-left: 25px; }
.b_sec_01 .b_more_btn:hover{background-color: #002340; color:#fff; transition:.3s; }
.b_sec_01 .b_more_btn:hover img{filter: brightness(0) invert(1);}

@media screen and (max-width:1080px){
    .b_sec_01 .b_rvw_slide{height: 250px;}
    .b_sec_01 .b_rvw_slide ul{animation-duration: 20s;}
    .b_sec_01 .b_rvw_slide ul li {width: 320px; padding:25px; margin-right: 20px;}
}

@media screen and (max-width:760px){
    .b_sec_01 .b_rvw_slide ul{animation-duration: 15s;}
    
    .b_sec_01 .b_more_btn{margin-top: 30px;}
    .b_sec_01 .b_more_btn img{width: 12px;}


}



.b_sec_02{overflow:hidden; background:url(../img/index/sec02_bg.jpg) no-repeat center / cover; padding:135px 0 95px 0;position: relative; }
.b_bg_txt{position: absolute; left: 0; bottom:0; display: block; width: 100%;}
.b_sec_02 .b_inner{display: flex; justify-content: space-between; max-width: 1580px;}
.b_sec_02 .b_tit_box {text-align: left; color: #fff; width: 40%;}
.b_sec_02 .b_cont_box {width: 60%; display: flex; justify-content: flex-end;}
.b_sec_02 .b_logo_list{width: 100%; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end;}
.b_sec_02 .b_logo_list li{width: 20%; margin-bottom: 60px; color: #fff; text-align: center; line-height: 1.6}
.b_sec_02 .b_logo_list li img {margin: 0 0 10px}

@media screen and (max-width:1280px){
     .b_sec_02 .b_logo_list li img{width: 120px;} 
	 .b_sec_02 .b_tit_box p br {display: none}
}
@media screen and (max-width:980px){
    .b_sec_02{padding:100px 0 60px 0;}
    .b_sec_02 .b_inner{flex-direction: column; align-items: center;justify-content:unset;}
	.b_sec_02 .b_logo_list{justify-content: center;}
	.b_sec_02 .b_logo_list li img{width: 100px;} 
    .b_sec_02 .b_tit_box{width: 100%; text-align: center; margin-bottom: 50px;}
    .b_sec_02 .b_cont_box {width: 100%;}
}
@media screen and (max-width:630px){
    .b_sec_02 .b_logo_list li {width: 25%; margin-bottom: 30px; line-height: 1.4 }
	.b_sec_02 .b_logo_list li img{width: 70px;} 
}

@media screen and (max-width:460px){
    .b_sec_02 .b_logo_list li {width: 50%; margin-bottom: 50px; }
    .b_sec_02 .b_logo_list li img{display: block;margin: 0 auto;}
}



.b_sec_03 .b_cont_box{display: flex; justify-content: space-between; }
.b_sec_03 .b_cont_box .b_box{width: 48%;}
.b_sec_03 .b_cont_box .b_box .b_top_box{padding-bottom: 20px; display: flex; justify-content: space-between; align-items: center; border-bottom: 2px solid #111; position: relative;}
.b_sec_03 .b_box .b_slide_box{height: 320px; overflow: hidden; width: 100%;}
.b_sec_03 .b_box .b_slide_box li{display: flex; justify-content: space-between; width: 100%; border-bottom: 1px solid #dddddd;}
.b_sec_03 .b_slide_box .b_txt_box{display: flex; align-items: center; }
.b_sec_03 .b_slide_box .b_cate_box{padding: 8px 15px; background-color: #002340; color: #fff; margin-right: 20px;} 
.b_sec_03 .b_slide_box .b_area_box{display: flex; align-items: center;}
.b_sec_03 .b_slide_box .b_name{display: flex; align-items: center; color: #888;}
.b_sec_03 .b_slide_box .b_name span{margin-left: 15px;}
.b_sec_03 .b_slide_box .b_area_box img{margin:0 15px;}
.b_sec_03 .b_ctt_navi {position: absolute; right: 0; top: 0;}
.b_sec_03 .b_ctt_navi .swiper-button-next, .b_sec_03 .b_ctt_navi .swiper-button-prev{position: unset; width: auto; height: auto; margin: 0;}
.b_sec_03 .b_ctt_navi .b_prev img{transform: rotate(180deg);}
.b_sec_03 .b_box_02 .b_info_box {height: 320px;}
.b_sec_03 .b_box_02 .b_info_box .b_number_box{height: calc(100% - 185px); display: flex; justify-content: space-between; align-items: center; background-color: #f9f9f9; padding: 0 20px; margin: 25px 0;}
.b_sec_03 .b_box_02 .b_info_box .b_number_box p{word-break: keep-all; line-height: 1.4;}
.b_sec_03 .b_box_02 .b_info_box .b_number_box h3 {display: flex; align-items: center;}
.b_sec_03 .b_box_02 .b_info_box .b_number_box h3 img{margin-right: 7px;}
.b_sec_03 .b_box_02 .b_info_box .b_btn_box{height: 135px; display: flex;  justify-content: space-between;align-items: center; }
.b_sec_03 .b_box_02 .b_info_box .b_btn_box a{display: flex; width: 48.5%; justify-content: center; align-items: center; height: 100%; border:1px solid #dbdbdb; }
.b_sec_03 .b_box_02 .b_info_box .b_btn_box img{margin-right: 15px;}

@media screen and (max-width:980px){
    .b_sec_03 .b_cont_box{flex-wrap: wrap;}
    .b_sec_03 .b_cont_box .b_box {width: 100%;}
    .b_sec_03 .b_box_01{margin-bottom: 40px;}
    .b_sec_03 .b_box_02 .b_info_box {height: auto;}
    .b_sec_03 .b_box_02 .b_info_box .b_number_box{padding:30px;height: auto;margin: 20px 0;}
    .b_sec_03 .b_box_02 .b_info_box .b_btn_box{height: auto;}
    .b_sec_03 .b_box_02 .b_info_box .b_btn_box a{padding:20px;}
}

@media screen and (max-width:760px){
    .b_sec_03 .b_box_02 .b_info_box .b_btn_box img{width: 22px;}
    .b_sec_03 .b_box_02 .b_info_box .b_number_box{padding:20px;}

}
@media screen and (max-width:460px){
    .b_sec_03 .b_box_02 .b_info_box .b_number_box{flex-direction: column;}
    .b_sec_03 .b_box_02 .b_info_box .b_number_box h3 img{width: 20px;}
    .b_sec_03 .b_box_02 .b_info_box .b_number_box p{margin-bottom: 15px;}
    .b_sec_03 .b_slide_box .b_name span{display: none;}
}





.b_sec_04{background-color: #fafafa;}
.b_sec_04 .b_svc_list{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.b_sec_04 .b_svc_list li{width: 23%; border: 1px solid #002340; aspect-ratio: 1/1; border-radius: 50%; margin-bottom: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.b_sec_04 .b_svc_list .b_num{color: #a6a6a6; display: block; padding-bottom:4px; border-bottom: 1px solid #a6a6a6; letter-spacing: 2px;}
.b_sec_04 .b_svc_list img{display: block; margin: 15px 0;}
.b_sec_04 .b_svc_list p{line-height: 1.4; text-align: center;}

@media screen and (max-width:1080px){
    .b_sec_04 .b_svc_list img{width: 50px;}

}
@media screen and (max-width:840px){
    .b_sec_04 .b_svc_list{width: 80%; margin: 0 auto;}
    .b_sec_04 .b_svc_list li {width: 48%;}
}
@media screen and (max-width:500px){
    .b_sec_04 .b_svc_list{width: 100%;}
    .b_sec_04 .b_svc_list img{width: 40px;}
}


.b_sec_05 {background: url(../img/index/sec05_bg.jpg) no-repeat center / cover;}
.b_sec_05 .b_tit_box{color:#fff; text-align: left;}
.b_sec_05 .b_link_list{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
.b_sec_05 .b_link_list li{width: 23%; border:1px solid #fff;  color:#fff; transition: background-color .3s; }
.b_sec_05 .b_link_list li:hover{background-color: rgba(255,255,255,.15); transition: background-color .3s; }
.b_sec_05 .b_link_list li a{display: flex; width: 100%; padding:40px 30px; align-items: center; justify-content: space-between;}



@media screen and (max-width:1080px){
    .b_sec_05 .b_link_list li a{padding: 20px;}
}
@media screen and (max-width:760px){
    .b_sec_05 .b_link_list li {width: 48.5%; margin-bottom: 20px;}
    .b_sec_05 .b_link_list li img{width: 12px;}
}


/*게시판*/
.bbs_box {padding: 70px 0}
.tbl_a {font-size: 16px; margin: 10px 0 0; border-top: 2px solid #1b2458; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500;}
.tbl_a td {padding: 25px 15px; line-height: 1.6;}
.tbl_a td.date {width: 120px; font-size: 20px; font-weight: 400; text-align: center; color: #1b2458}
.tbl_a td.date b {display: block;  font-size: 28px; font-weight: 600;}
.tbl_a td.subj .tl {font-size: 18px; font-weight: 600;}
.tbl_a td.subj .con {padding: 5px 0 0}
.tbl_a td.write {width: 180px; text-align: center;}
.tbl_a td.write .sort span{display: inline-block; background: #d7d7d7; padding: 3px 20px; border-radius: 50px; font-size: 14px}
.tbl_a td.write .writer {padding: 7px 0;}
/*
.tbl_a .write2 {display: flex; align-items: center; padding: 10px 0 0}
*/
.tbl_a .write2 {display: none;}
.tbl_a .write2 .sort span{display: inline-block; background: #d7d7d7; padding: 3px 20px; border-radius: 50px; font-size: 14px}
.tbl_a .write2 .writer {padding: 7px 10px;}
.tbl_a td.view {width: 200px; text-align: center;}
.tbl_a td.view a {display: flex; align-items: center; justify-content: center; padding: 10px 0px; color: #fff; background: #1b2458; border-radius: 100px;}
.tbl_a td.view a img {padding: 0 0 0 10px; width: 40px }
.bbs_box .paging {display: flex; align-items: center; justify-content: center; padding: 70px 0 0}
.bbs_box .paging a {display: inline-block; border: 1px solid #aaa; color: #777; margin: 0 0 0 -1px; padding: 10px 15px; font-size: 14px}
.bbs_box .paging a.active {background: #1b2458; color: #fff; border: 1px solid #1b2458}
.bbs_box .paging a.num_next img{transform: rotate(180deg)}
.bbs_box .paging a.num_end img{transform: rotate(180deg)}

/* 게시판 > 뷰페이지 */
.bbs_box .b_top_box{border-top: 2px solid #1b2458; border-bottom: 1px solid #eaeaea;padding: 30px 0; margin-bottom: 30px; text-align: center}
.bbs_box .b_top_box h2 {padding: 0 0 0 20px}
.bbs_box .b_top_box .b_info_list{display: flex; align-items: center; justify-content: flex-start; padding: 40px 20px 0 0;}
.bbs_box .b_top_box .b_info_list li{display: flex; align-items: center; margin-right: 20px; color:#888;}
.bbs_box .b_top_box .b_info_list li:last-child{margin-right: 0;}
.bbs_box .b_top_box .b_info_list span{margin-right: 7px;}
.bbs_box .b_cont_box .b_content {margin-top: 30px; border-bottom: 1px solid #eaeaea; padding:0 20px 80px; margin-bottom: 40px; text-align: left;}
.bbs_box .b_cont_box .b_content p{line-height: 1.5; letter-spacing: 0px }
.bbs_box .b_cont_box .b_content figure{margin-bottom: 30px;}
.bbs_box .b_cont_box .b_content img{display: block; margin:0 auto;}
.bbs_box .b_go_list a{display: block; padding: 10px 20px; border:1px solid #ccc; color:#888; font-size: 0.938rem; width: fit-content; border-radius: 7px; margin: 0 auto;;}

@media screen and (max-width: 900px){
	.tbl_a td {padding: 25px 10px;} 
	.tbl_a td.date {width: 80px}
	.tbl_a td.write2 {display: block}
	.tbl_a td.write {display: none}
	.tbl_a td.view {display: none}
}

@media screen and (max-width:700px){
}

/*서브페이지*/
.sub_mv_box {position: relative; height: 479px; overflow: hidden}
.sub_mv_box .txt{position: absolute; top: 30px; left: 0; color: #fff; width: 100%; height: 100%; line-height:1.3; display: flex; justify-content: center; align-items: center; flex-direction: column;}

.sub_menu { padding: 70px 0}
.sub_menu ul {display: flex; justify-content: center; align-items: center}
.sub_menu ul li a{display: inline-block; padding: 20px 50px; border: 1px solid #555; margin-left: -1px}
.sub_menu ul li a.active {background: #1b2458; color: #fff; border: 1px solid #1b2458}

.sub_content {padding: 30px 0 100px}
.sub_content .title h1 {font-size: 46px; font-weight: 800; text-align: center}
.sub_content .title h2 {font-size: 20px; text-align: center; padding: 15px 0 0; color: #555}
.sub_content .stitle {padding: 150px 0 0}

.introduce_box .sub_sec_01 {padding: 150px 0 0}
.introduce_box .sub_sec_01 {display: flex; justify-content: space-between; align-items: center}
.introduce_box .sub_sec_01 .img img {border-radius: 20px;}
.introduce_box .sub_sec_01 .txt {padding: 0 0 0 40px}
.introduce_box .sub_sec_01 .txt .tl {font-size: 28px; font-weight: 600; padding: 0px 0 0}
.introduce_box .sub_sec_01 .txt .con {font-size: 16px; font-weight: 300; padding: 20px 0 0; line-height: 1.4; color: #555}
.introduce_box .sub_sec_01 .txt .con2 {font-size: 16px; font-weight: 300; padding: 30px 0 0; line-height: 1.4; color: #555}
.introduce_box .sub_sec_01 .txt .tag {padding: 50px 0 0; display: flex; align-items: center; flex-wrap: wrap;}
.introduce_box .sub_sec_01 .txt .tag li {border: 1px solid #33358d; border-radius: 50px; color: #33358d; margin-right: 15px; margin-bottom: 10px; padding: 7px 20px}
.introduce_box .sub_sec_02 {display: flex; justify-content: space-between; align-items: center; padding: 50px 0 0}
.introduce_box .sub_sec_02 .check {width: 30%}
.introduce_box .sub_sec_02 .check li {border: 1px solid #555; border-radius: 10px; margin: 0 0 25px; padding: 13px 30px; font-size: 18px; color: #555}
.introduce_box .sub_sec_02 .check li img {width: 25px;}
.introduce_box .sub_sec_02 .img img {width: 100%; max-width: 392px}
.introduce_box .sub_sec_03 {padding: 50px 0 0}
.introduce_box .sub_sec_03 .icon {display: flex; justify-content: space-between; align-items: center; padding: 50px 0 0}
.introduce_box .sub_sec_03 .icon li {border: 1px solid #555; border-radius: 300px; width: 22%; aspect-ratio: 1/1; text-align: center; display: flex; justify-content: space-between; align-items: center; flex-direction: column; line-height: 1.4; font-size: 20px}
.introduce_box .sub_sec_03 .icon li img {margin-bottom: 10px}
.introduce_box .sub_sec_03 .icon li p {padding: 42px 0 0}


@media screen and (max-width:1080px){
	.introduce_box .sub_sec_01 {flex-direction: column; padding: 70px 0 0}
	.introduce_box .sub_sec_01 .txt {padding: 30px 0 0; text-align: center}
	.introduce_box .sub_sec_01 .txt .tag {justify-content: center}
	.introduce_box .sub_sec_01 .txt .tag li {margin: 0 5px 10px}

	.introduce_box .sub_sec_02 {flex-direction: column}
	.introduce_box .sub_sec_02 .check {width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
	.introduce_box .sub_sec_02 .check li {margin: 0 5px 10px; width: calc(50% - 10px)}

	.introduce_box .sub_sec_03 .icon {flex-wrap: wrap; padding: 20px 0 0}
	.introduce_box .sub_sec_03 .icon li {margin: 0 15px 20px; width: calc(50% - 30px)}
	.introduce_box .sub_sec_03 .icon li p {padding: 30% 0 0}
	
	.sub_content .stitle {padding: 80px 0 0}
}
@media screen and (max-width:760px){
  .sub_content .title h1 {font-size: 30px}
  .sub_content .title h2 {font-size: 16px}
  
  .sub_menu ul li {}
  .sub_menu ul li a {padding: 20px 25px; }
  .introduce_box .sub_sec_02 .check li {margin: 0 5px 10px; width: calc(100% - 10px)}
  .introduce_box .sub_sec_03 .icon li {border-radius: 20px; padding: 20px 0 30px; margin: 0 5px 10px; width: calc(50% - 10px)}
  .introduce_box .sub_sec_03 .icon li p {padding: 20px 0 0}
}


#b_footer {background-color: #001221; padding:30px 0;}
#b_footer .b_inner > div{display: flex; justify-content: space-between; align-items: center;}
#b_footer .b_ft_top .b_ft_logo a{display: block;}
#b_footer .b_ft_top .b_link_list{display: flex; align-items: center; font-size: 0.938rem; font-weight: 500;}
#b_footer .b_ft_top .b_link_list li{padding:0 8px; border-right:1px solid #eaeaea; color: #fff;}
#b_footer .b_ft_top .b_link_list li:first-child{padding-left:0}
#b_footer .b_ft_top .b_link_list li:last-child{padding-right:0; border-right:0; }
#b_footer .b_ft_mid {margin:30px 0;}
#b_footer .b_ft_mid address{text-align: right;}
#b_footer .b_ft_mid address span{margin-left: 10px; line-height: 1.7 ; font-size:0.874rem; color: #fff; }
#b_footer .b_ft_mid address span b{margin-right: 5px;}
#b_footer .b_ft_mid address span .b_red{color: #ff5c5c;}
#b_footer .b_ft_mid .b_cs_box .b_top_box{display: flex; align-items: center; margin-bottom:28px; color: #fff; }
#b_footer .b_ft_mid .b_cs_box .b_btn_list{display: flex; align-items: center; margin-left: 15px;}
#b_footer .b_ft_mid .b_cs_box .b_btn_list li:first-child{margin-right: 5px;}
#b_footer .b_ft_mid .b_cs_box .b_btn_list li:last-child{margin-left: 5px;}
#b_footer .b_ft_mid .b_cs_box .b_btn_list li a{display: block; color: rgba(255,255,255,.6); background-color: rgba(255,255,255,.15); padding:5px 15px; font-size: 0.938rem; font-weight: 400;}
#b_footer .b_ft_mid .b_bot_box {color: #fff; }
#b_footer .b_ft_mid .b_bot_box h4{margin-bottom: 20px; }
#b_footer .b_ft_mid .b_bot_box p {line-height: 1.5; font-size: 0.874rem;}


@media screen and (max-width:1080px){
    #b_footer .b_inner > div{justify-content: unset;flex-direction: column;}
    #b_footer .b_ft_mid{margin-bottom: 0;}
    #b_footer .b_ft_top .b_link_list{margin-top: 20px;}
    #b_footer .b_ft_mid .b_cs_box .b_top_box{flex-direction: column;    margin-bottom: 20px;}
    #b_footer .b_ft_mid .b_cs_box .b_btn_list{margin-left: 0; margin-top: 20px;}
    #b_footer .b_ft_mid .b_bot_box{text-align: center;}
    #b_footer .b_ft_mid address{text-align: center; margin-top: 10px;}
    #b_footer .b_ft_mid address span{word-break: keep-all;}
}





.br_760o{display: none;}
@media screen and (max-width:760px){
    .br_760o{display: block;}

}
.br_380o{display: none;}
@media screen and (max-width:760px){
    .br_380o{display: block;}

}


/*추가*/
.pagination {padding: 25px 0;}
.tc {text-align: center;}
.pagination ul {display: inline-block;}
.cf:after {content:''; display:block; clear:both}
.pagination ul li {float: left; display: block; border-top: solid 1px #d4dce3; border-bottom: solid 1px #d4dce3; border-left: solid 1px #d4dce3;}
.pagination ul li:first-child {border-radius: 5px 0 0 5px;}
.pagination ul li:last-child {border-right: solid 1px #d4dce3; border-radius: 0 5px 5px 0;}
.pagination ul li a {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 16px; -webkit-box-sizing: border-box; box-sizing: border-box; height: 35px; color: #565e66; display: inline-block; padding: 10px 15px 10px 15px;}
.tbl-list-thum {width:100%; display: flex; flex-wrap: wrap;}
.tbl-list-thum .thum-out {float:left; width:25%; font-size:0; padding:10px 10px}
.tbl-list-thum .thum-out .img-box {position: relative;}
.tbl-list-thum .thum-out .img-box img {width:100%}

.modal-overlay2 {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 99;
    transition: opacity .2s ease;
}

.modal-overlay2.active {
    display: flex;
}

.modal-overlay2.visible {
    opacity: 1;
}

.modal-body {
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 50%;
    width: 700px;
    transform: translateX(-50%);
    border-radius: 0px;
    overflow: hidden;
}

@media (max-width: 700px){
.tbl-list-thum .thum-out {width: 50%;}
.b_site_map #b_gnb > li > a {font-size: 3em;}
.b_site_map #b_gnb > li.open > a {font-size: 3em;}
.b_site_map #b_gnb .b_sub_list li a {font-size: 1.5em;}
.pagination ul li a {padding: 8px 13px 8px 13px;}
.b_mv_wrap img {position: absolute; left: -270px;}
.s040 img {position: absolute; left: -1270px;}
}

@media (max-width: 700px){
.modal-body {width: 100%;}
}

.tbl-view-basic {width: 100%;}
.tbl-view-basic li {padding: 20px 20px; font-size: 17px; cursor: pointer;}
.tbl-view-basic li {border-bottom: solid 1px #E5E5E5; position: relative;}
.tbl-view-basic li:first-child {border-top: solid 2px #000;}
.tbl-view-basic li > .sec-tit {position: absolute; left: 10px; top: 25px; font-weight: 700;}
.tbl-view-basic li > .sec-con {padding-left: 100px; color: #737373;}
.tbl-view-basic li > .sec-con p {padding-left: 15px; line-height: 175%;color:#555}
.tbl-view-basic li > .sec-con p::before {content: '● '; margin-left: -18px;}
.pagination ul li.active {border: solid 1px #0B7ED1;}
.pagination ul li.active a {background: #0B7ED1; color: #fff; font-weight: 600; cursor: default;}


.tbl-list-basic {width:100%}
.tbl-list-basic li {padding:20px 20px; font-size:17px; cursor: pointer;}
.tbl-list-basic li:hover {background-color: rgb(245, 245, 245);}
.tbl-list-basic li .tbl-line {padding:5px 0 5px 0; position: relative;}
.tbl-list-basic li .tbl-line .icon {position: absolute; left:0; top:-3px; width:30px;}
.tbl-list-basic li .tbl-line .icon img {width:100%}
.tbl-list-basic li .tbl-line .toggle-subject {padding-left:45px; font-size:19px}
.tbl-list-basic li .tbl-line.con-box {margin-top:25px; display: none;}
.tbl-list-basic li .tbl-line .con {padding-left:45px;  line-height: 180%; position: relative; top:-4px; color:#737373}
.tbl-list-basic li .tbl-line-cmt {padding: 0 0 0px 0; font-size:14px; color:#837563}
.tbl-list-basic li:first-child {border-top:solid 2px #000}
.tbl-list-basic li {border-bottom:solid 1px #E5E5E5}

.tbl-write-basic {width:100%}
.tbl-write-basic li {padding:20px 20px; font-size:17px; cursor: pointer;}
.tbl-write-basic li .tbl-line {padding:5px 0 5px 0; position: relative;}
.tbl-write-basic li:first-child {border-top:solid 2px #000}
.tbl-write-basic li {border-bottom:solid 1px #E5E5E5}

.frm-row {padding: 12px 0;}
.inp {font-size: 17px; background: #F9F9F9; padding: 14px 15px; width: 100%; border: solid 1px rgb(231, 231, 231);}
.txtarea {font-size: 17px; background: #F9F9F9; padding: 14px 15px; width: 100%; border: solid 1px rgb(231, 231, 231);}
.tbl-btn-box {padding: 40px 0 20px 0; text-align: center;}
.btn-more {display: inline-block; font-size: 16px; color: #000; border-radius: 5px; border: solid 1px #000; background: #fff; padding: 15px 20px; line-height: 16px;}
.btn-more:hover {background:#000; color:#fff}

.certify-box {max-width: 600px; margin: 40px auto; padding: 0 20px;}
.relative {position: relative !important;}
.inp-in-btn {
	font-size: 18px;
	background: #EFBB01;
	padding: 15px 10px 15px 10px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 18px;
	height: 100%;
	box-sizing: border-box;
}
.inp-in-btn:hover {color:#000}
.time-count {position: absolute; right: 20px; top: 13px;}
.btn-large {text-align: center; display: block; background: #575756; color: #fff; font-size: 17px; padding: 20px 0;}
.btn-large:hover {background: #000;}

.reg_bbs_use {float: right; padding: 10px 20px 10px 20px; margin-bottom: 10px; background: #0B7ED1; color: #fff;}