/*ALL CSS-----------------------------------------------------*/
/*font size*/
.fs_14{font-size: 0.874rem;}
.fs_15{font-size: 0.938rem;}
.fs_16{font-size: 1rem;}
.fs_18{font-size: 1.13rem;}
.fs_20{font-size: 1.25rem;}
.fs_22{font-size: 1.375rem;}
.fs_25{font-size: 1.563rem;}
.fs_30{font-size: 1.875rem;}
.fs_40{font-size: 2.5rem;}
.fs_45{font-size: 2.813rem;}
.fs_70{font-size: 4.375rem;}


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

}

@media screen and (max-width: 720px){
	.fs_25{font-size: 16px;}

	.fs_40{font-size: 22px;}
	.fs_70{font-size: 35px;}

}



/*font weight*/
.fw_r{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_bl{font-weight: 900;}


/*motion*/
.b_delay_01{transition-delay: .2s !important;}
.b_delay_02{transition-delay: .4s !important;}
.b_delay_03{transition-delay: .6s !important;}
.b_delay_04{transition-delay: .8s !important;}
.b_delay_05{transition-delay: 1s !important;}
.b_delay_06{transition-delay: 1.2s !important;}
.b_delay_07{transition-delay: 1.4s !important;}
.b_delay_08{transition-delay: 1.6s !important;}
.b_delay_09{transition-delay: 1.8s !important;}
.b_delay_10{transition-delay: 2s !important;}
.b_delay_11{transition-delay: 2.2s !important;}


.b_motion .b_item {transition: transform .8s, 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_item.b_delay_01{transition-delay: .3s;}
.b_item.b_delay_02{transition-delay: .6s;}
.b_item.b_delay_03{transition-delay: .9s;}
.b_item.b_delay_04{transition-delay: 1.2s;}


*{word-break:keep-all; }

.b_inner{max-width:1140px; width:94%; margin:0 auto; }


#b_header{position:fixed; left:0; top:0; width:100%; height:100px; background-color:#fff; border-bottom:1px solid #eaeaea; z-index:20; }
#b_header .b_inner{height:100%; display:flex; justify-content:space-between; align-items:center; position:relative; }
#b_header .b_logo a{display:block; }
#b_header .b_logo img{height:60px; }
#b_header nav{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:100%; }
#b_header #b_gnb{display:flex; align-items:center; height:100%; column-gap:45px;}
#b_header #b_gnb li a{font-size:1.125rem; font-weight:bold; display:block; padding: 5px; word-break:keep-all; text-align:center; }
#b_header .b_hd_right{display:flex; align-items:center; height:100%; column-gap:20px; }
#b_header .b_ctt_btn{display:flex; align-items:center; justify-content:center; color:#1a6bff; padding:0 30px; border:1px solid #1a6bff; border-radius:50px; height:40px; }
#b_header .b_toggle_btn{width:22px; height:22px; display:none;}
#b_header .b_toggle_btn span{display:block; height:2px; background-color:#111; margin-bottom:5px; transition:transform .3s;}
#b_header .b_toggle_btn span:last-child{margin-bottom:0; }

#b_header .b_toggle_btn.on span:nth-child(1){transform:translateY(7px) rotate(45deg); transition:transform .3s;}
#b_header .b_toggle_btn.on span:nth-child(3){transform:translateY(-7px) rotate(-45deg); transition:transform .3s;}
#b_header .b_toggle_btn.on span:nth-child(2){opacity:0; }


/* admin menu */
.b_adm_list{position:fixed; right:20px; bottom:110px; z-index:15; }
.b_adm_list li{margin-bottom:7px; }
.b_adm_list li:last-child{margin-bottom:0px; }
.b_adm_list li a{display:flex; align-items: center; justify-content: center; color:#fff; width:100px; height:40px; border-radius:50px; text-align:center; background-color:#111; border:1px solid #666; }

@media screen and (max-width: 1080px){
	#b_header{height:80px; }
	#b_header .b_logo img{height:45px; }

	#b_header nav{display:none; }
	#b_header .b_toggle_btn{display:block; }
}

@media screen and (max-width: 720px){
  	#b_header{height:60px; }
	#b_header .b_hd_right{column-gap: 15px;}
	#b_header .b_ctt_btn{height: 35px;padding: 0 20px;}

}


#b_site_map{position:fixed; width:100%; height:100%; background-color:#fff; z-index:10; right:-110%; top:0; transition:right .6s;}
#b_site_map nav{margin-top:150px; }
#b_site_map #b_gnb li:first-child{display:none; }
#b_site_map #b_gnb li{margin-bottom:20px; }
#b_site_map #b_gnb li a{display:block; text-align:center; font-size:25px; font-weight:600; }

#b_site_map.on{right:0; transition:right .6s;}


.b_mv_box{height:850px; overflow:hidden; margin-top:100px; }
.b_mv_box .b_mv_slide{height:100%; position:relative; }
.b_mv_box .b_mv_slide li{position:relative; overflow:hidden; }
.b_mv_box .b_mv_slide li .mv_bg{position:absolute; left:0; top:0; height:100%; width:100%; z-index:-1; transform: scale(1.1);}
.b_mv_box .b_mv_slide li.mv_01 .mv_bg{background:url(/img/index/mv_01.jpg) no-repeat center/ cover; }
.b_mv_box .b_mv_slide li.mv_02 .mv_bg{background:url(/img/index/mv_02.jpg) no-repeat center/ cover; }
.b_mv_box .b_mv_slide li.mv_03 .mv_bg{background:url(/img/index/mv_03.jpg) no-repeat center/ cover; }
.b_mv_box .b_mv_slide .b_txt_box{color:#fff; text-align:center; margin-top:280px;}
.b_mv_box .b_mv_slide .b_txt_box h2{text-transform:uppercase; letter-spacing:0; word-break:keep-all; transition: transform 0.8s, opacity 0.6s ease; opacity: 0; transform: translate3d(0px, 30px, 0);}
.b_mv_box .b_mv_slide .b_txt_box p{text-transform:uppercase; letter-spacing:0; margin-bottom:30px; word-break:keep-all; transition: transform 0.8s, opacity 0.6s ease; opacity: 0; transform: translate3d(0px, 30px, 0);}
.b_mv_box .b_mv_slide .b_txt_box span{line-height:1.5; letter-spacing:0; transition: transform 0.8s, opacity 0.6s ease; opacity: 0; transform: translate3d(0px, 30px, 0); display: block;}


.b_mv_box .b_mv_slide li.swiper-slide-active .mv_bg{transform: scale(1); transition:transform 7s linear; }
.b_mv_box ul li.swiper-slide-active .b_txt_box h2{opacity: 1 ; transform: translateZ(0) ; transition-delay: .2s ;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p{opacity: 1 ; transform: translateZ(0) ; transition-delay: .3s ;}
.b_mv_box ul li.swiper-slide-active .b_txt_box span{opacity: 1 ; transform: translateZ(0) ; transition-delay: .4s ;}





.b_mv_box .b_navi_box{position:absolute; left:50%; transform:translate(-50%,-50%); top:50%; z-index:1; max-width:1140px; width:100%; }
.b_mv_box .b_next:after, .b_mv_box .b_prev:after{display:none; }
.b_mv_box .b_next, .b_mv_box .b_prev{z-index:5; }
.b_mv_box .b_prev{}
.b_mv_box .b_next{}

.b_mv_box .b_prev img{transform:rotate(180deg); }
.b_mv_box .b_mv_pagi{display:flex; align-items:center; color:#fff; position:absolute; left:50%; bottom:180px; transform:translateX(-50%); z-index:5; column-gap:7px;}
.b_mv_box .b_mv_pagi span{line-height:1; }
.b_mv_box .b_pagi {position:unset; }
.b_mv_box .b_pagi .swiper-pagination-bullet{background-color:#fff; width:7px; height:7px; margin:0 6px; transition: width .3s;}
.b_mv_box .b_pagi .swiper-pagination-bullet-active{width:40px; border-radius:10px; }
.b_mv_box .b_scr_box{position:absolute; left:50%; bottom:55px; transform:translateX(-50%); color:#fff; display:flex; align-items:center; column-gap:6px; z-index:5; }
.b_mv_box .b_scr_box span{letter-spacing:0; }
.b_mv_box .b_scr_box img{animation-name:scr_m; animation-duration: .7s; animation-iteration-count: infinite; animation-direction: alternate-reverse;}

@keyframes scr_m{
	0%{transform:translateY(-5px);}
	100%{transform:translateY(0); /* opacity:.7; */}
}


@media screen and (max-width: 1080px){
	.b_mv_box{margin-top:80px; height: 650px;}
	.b_mv_box .b_mv_slide .b_txt_box{margin-top: 130px;}
}

@media screen and (max-width: 720px){
  	.b_mv_box{margin-top:60px; height: 500px;}
	.b_mv_box .b_mv_slide .b_txt_box{margin-top: 100px;}
	.b_mv_box .b_mv_pagi{bottom: 70px;}
	.b_mv_box .b_scr_box{bottom: 25px;}
	.b_mv_box .b_next img, .b_mv_box .b_prev img{width: 11px;}
}
 






.b_section{padding:120px 0; }
.b_section .b_tit_box{text-align:center; margin-bottom:50px; }
.b_section .b_tit_box .b_eng_txt{letter-spacing:1px; color:#1a6bff;}
.b_section .b_tit_box .b_tit_txt{margin:30px 0; word-break:keep-all; }
.b_section .b_tit_box .b_sub_txt{line-height:1.6; color:#505661; word-break:keep-all; }



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

}

@media screen and (max-width: 720px){
    .b_section{padding:70px 0; }
	.b_section .b_tit_box{ margin-bottom:25px; }

	.b_section .b_tit_box .b_tit_txt {margin: 15px 0;}
}


.b_sec01 .b_tit_box{margin-bottom: 30px;}
.b_sec01 .b_list_box{display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.b_sec01 .b_list_box li{background-color:#eff3fa; border-radius:20px; padding:43px 20px 0 27px; width:23%; min-height:250px; }
.b_sec01 .b_list_box p{margin:35px 0 20px; }
.b_sec01 .b_list_box p b{color:#818fa9; margin-left:7px; }
.b_sec01 .b_list_box span{line-height:1.4; }
.b_sec01 .b_cont_box > p{text-align:center; margin-top:35px; line-height:1.5;}


@media screen and (max-width: 1080px){
  .b_sec01 .b_list_box span br{display:none; }
}

@media screen and (max-width: 720px){
	.b_sec01 .b_list_box {row-gap:12px; }

	.b_sec01 .b_list_box li{width:49%; border-radius: 10px; padding: 30px 20px 20px 20px; min-height:unset; }
	.b_sec01 .b_list_box li img{width:30px; }
	.b_sec01 .b_list_box p {margin: 20px 0 10px;}
}


.b_sec02 {background-color:#f7f9fb; }
.b_sec02 .b_bot_txt{text-align:center; }
.b_sec02 .b_bot_txt p{line-height:1.5; margin-top:20px; }
.b_sec02 .b_bot_txt span b{color:#1a6bff; }


.b_slide_box {overflow:hidden; padding-bottom: 30px;}
.b_slide_box .b_pagi{position:unset; display:flex; align-items:center; border-radius:40px; border:1px solid #ececec; background-color:#fff; padding:8px; flex-wrap: wrap;}
.b_slide_box .b_pagi .swiper-pagination-bullet{width:25%; height:54px; border-radius:30px; display:flex; align-items:center; justify-content:center; color:#818fa9; position:relative; background-color:transparent; opacity:1;     transition: .3s; margin:0; }
.b_slide_box .b_pagi .swiper-pagination-bullet:after{content:''; width:1px; height:20px; background-color:#505661; opacity:.15; position:absolute; right:0; top:50%; transform:translateY(-50%); }
.b_slide_box .b_pagi .swiper-pagination-bullet:last-child:after{display:none; }
.b_slide_box .b_pagi .swiper-pagination-bullet-active{background-color:#1a6bff; color:#fff; }


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

}

@media screen and (max-width: 720px){
	.b_slide_box .b_pagi{border-radius: 20px;}
	.b_slide_box .b_pagi .swiper-pagination-bullet{width: 50%;height: 40px;}  
	.b_slide_box .b_pagi .swiper-pagination-bullet:after{display:none; }
}


.b_sec02 .b_slide_wrap{position:relative; }
/* .b_sec02 .b_slide_wrap:after{content:''; width:95%; height:95%; background-color:transparent; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); box-shadow:0 3px 30px rgba(1,9,17,.07);} */
.b_tab_wrap{margin-top:40px; }
.b_tab_box{display:flex; align-items:flex-start; border-radius:20px; background-color:#fff; overflow:hidden; /* box-shadow:0 3px 30px rgba(1,9,17,.07); */ height:480px; }
.b_tab_box > div{height:100%; }
.b_tab_box .b_img_box{width:44%; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.b_tab_box .b_img_box img{display:block; /* width:100%;  */height:100%; object-fit:cover; display:none; }


.b_tab_2_1 .b_img_box{background:url(/img/index/svc01_img.jpg) no-repeat center / cover;}
.b_tab_2_2 .b_img_box{background:url(/img/index/svc02_img.jpg) no-repeat center / cover;}
.b_tab_2_3 .b_img_box{background:url(/img/index/svc03_img.jpg) no-repeat center / cover;}
.b_tab_2_4 .b_img_box{background:url(/img/index/svc04_img.jpg) no-repeat center / cover;}


.b_tab_box .b_txt_box{width:56%; padding:50px 35px 25px; }
.b_tab_box .b_txt_box .b_top_box b{color:#5d697f; margin-left:10px; }
.b_tab_box .b_txt_box .b_mid_box{margin:25px 0; }
.b_tab_box .b_txt_box .b_mid_box .b_list_box li{display:flex; align-items:flex-start; margin-bottom:15px; column-gap:10px; justify-content:space-between;  }
.b_tab_box .b_txt_box .b_mid_box .b_list_box li:last-child{margin-bottom:0; }
.b_tab_box .b_txt_box .b_mid_box .b_list_box p{width:85px; background-color:#dce5ee; color:#5d697f; height:30px; text-align:center; line-height:30px; border-radius:3px; }
.b_tab_box .b_txt_box .b_mid_box .b_list_box span{display:block; width:calc(100% - 95px); line-height:1.6;}

.b_tab_box .b_bot_box > p{margin-bottom:15px; }
.b_tab_box .b_bot_box .b_list_box{display:flex; align-items:flex-start; column-gap:2%;}
.b_tab_box .b_bot_box .b_list_box li{border-radius:10px; border:1px solid #dddddd; padding:18px; width:32%; }
.b_tab_box .b_bot_box .b_list_box p{margin:10px 0 7px; word-break:keep-all; }
.b_tab_box .b_bot_box .b_list_box span{display: block; line-height: 1.2; color:#777777; }

.b_tab_box.b_tab_2_3 .b_bot_box .b_list_box li{width:49%; }
.b_tab_box.b_tab_2_4 .b_txt_box .b_mid_box .b_list_box span strong{display: block; color:#777777; margin-top:15px; }

@media screen and (max-width: 1080px){
	.b_tab_box .b_txt_box{padding: 30px 20px 20px;}
	.b_tab_box .b_bot_box .b_list_box span br{display:none; }
}
@media screen and (max-width: 840px){
	.b_tab_wrap {margin-top: 20px;}
	.b_tab_box{flex-wrap:wrap; min-height:unset; border-radius: 10px; height: unset;}
	.b_tab_box > div {height: unset;}
	.b_tab_box .b_img_box {width: 100%; aspect-ratio: 10 / 9;}
	.b_tab_box .b_img_box img{height:auto; }
	.b_tab_box .b_txt_box{width: 100%;}
	.b_tab_box .b_txt_box .b_mid_box {margin: 15px 0;}
	.b_tab_box .b_txt_box .b_mid_box .b_list_box p{width: 60px; height: 20px; line-height: 20px;}
	.b_tab_box .b_txt_box .b_mid_box .b_list_box span{width: calc(100% - 70px);}
	.b_tab_box .b_txt_box .b_mid_box .b_list_box li{margin-bottom: 10px;}
	.b_tab_box .b_bot_box .b_list_box li{border-radius: 5px; padding: 9px;}
	.b_tab_box .b_bot_box .b_list_box li img{height:22px; }
	.b_sec02 .b_slide_wrap:after{display:none; }
}
@media screen and (max-width: 720px){
  
}




.b_sec03 .b_slide_box .b_tit_box span{line-height:1.5; display:block; margin-top:25px; }
.b_sec03 .b_slide_wrap{ border-radius:20px; margin-top:40px; overflow:hidden; }
.b_sec03 .swiper-slide{padding:50px; background-color: #f7f9fb;}

.b_sec03 .b_list_box{display:flex; align-items:flex-start; justify-content:center; column-gap: 3.125%; flex-wrap: wrap;}
.b_sec03 .b_list_box li{background-color:#fff; border-radius:20px; width:17.5%; display:flex; align-items:center; flex-direction:column; justify-content:flex-start; box-shadow:0 3px 30px rgba(1,9,17,.07); min-height:200px; padding-top:40px; text-align:center; position:relative; }
.b_sec03 .b_list_box li:after{content:''; width:11px; height:18px; background:url(/img/index/sol_arw.png) no-repeat center ; position:absolute; right:-12%; top:50%; transform:translateY(-50%); }
.b_sec03 .b_list_box li:last-child:after{display:none; }
.b_sec03 .b_list_box li p{margin-top:30px; }
.b_sec03 .b_list_box li b{display:block; margin-top:6px; color:#777; }



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


@media screen and (max-width: 720px){
	.b_sec03 .b_slide_wrap{border-radius: 10px; margin-top: 20px;}
	.b_sec03 .swiper-slide {padding: 20px;}
	.b_sec03 .b_list_box{column-gap: 4%; row-gap: 15px; justify-content: flex-start;}
	.b_sec03 .b_list_box li{border-radius: 10px; width: 48%; padding: 20px 0;     min-height: 130px;}
	.b_sec03 .b_list_box li img{width:35px; }
	.b_sec03 .b_list_box li p {margin-top: 15px;}
	.b_sec03 .b_list_box li:after{background-size: 7px; right: -6%;}
	.b_sec03 .b_list_box li:nth-child(2n):after{display:none; }

}






.b_sec04 {background-color:#f7f9fb; }
.b_sec04 .b_list_box{display:flex; align-items:flex-start; justify-content:space-between; flex-wrap:wrap; }
.b_sec04 .b_list_box li{background-color:#eff3fa; border-radius:150px 150px 13px 13px; width:23%; min-height:365px; display:flex; align-items:flex-start; flex-direction:column; justify-content:flex-end; overflow:hidden; }
.b_sec04 .b_list_box li:nth-child(1){background:url(/img/index/sec04_img01.jpg) no-repeat center / cover;}
.b_sec04 .b_list_box li:nth-child(2){background:url(/img/index/sec04_img02.jpg) no-repeat center / cover;}
.b_sec04 .b_list_box li:nth-child(3){background:url(/img/index/sec04_img03.jpg) no-repeat center / cover;}
.b_sec04 .b_list_box li:nth-child(4){background:url(/img/index/sec04_img04.jpg) no-repeat center / cover;}
.b_sec04 .b_list_box .b_txt_box{padding:25px 20px 25px 30px; backdrop-filter: blur(10px); width:100%; color:#fff; }
.b_sec04 .b_list_box .b_txt_box span{margin-top:15px; display:block; line-height:1.4;}


@media screen and (max-width: 1080px){
	.b_sec04 .b_list_box li{ width:24%; min-height:300px; }
	.b_sec04 .b_list_box .b_txt_box{padding: 15px;}
	.b_sec04 .b_list_box .b_txt_box span br{display:none; }
}

@media screen and (max-width: 720px){
	.b_sec04 .b_list_box{row-gap:15px; }
  	.b_sec04 .b_list_box li{width:48%; min-height:unset; aspect-ratio:8.5/10; }
	.b_sec04 .b_list_box .b_txt_box span{margin-top: 10px;}
}




.b_banner_sec {padding-top:0; background-color:#f7f9fb; }
.b_banner_sec .b_inner{height:340px; border-radius:20px; overflow:hidden; background:url(/img/index/banner_bg.jpg) no-repeat center / cover ; color:#fff; display:flex; align-items:center; justify-content:center; text-align:center; }
.b_banner_sec .b_tit_box{margin-bottom:0; }
.b_banner_sec .b_tit_box .b_tit_txt {margin: 25px 0;}
.b_banner_sec .b_tit_box .b_sub_txt{color:#fff;}
.b_banner_sec .b_link_btn {display:flex; align-items:center; justify-content:center; margin-top:20px; }
.b_banner_sec .b_link_btn a{display:flex; align-items:center; justify-content:center; width:130px; height:45px; background-color:#fff; color:#111; border-radius:20px; }


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

@media screen and (max-width: 720px){
	.b_banner_sec .b_inner{height: 280px; border-radius: 10px;}
	.b_banner_sec .b_tit_box .b_tit_txt {margin: 15px 0;}
	.b_banner_sec .b_link_btn{margin-top: 10px;}
	.b_banner_sec .b_link_btn a{height: 35px;}
}



#b_footer{padding:80px 0; background-color:#0d131e; }
#b_footer .b_inner{display:flex; align-items:flex-start; justify-content:space-between;color:#fff;}
#b_footer .b_ft_left{opacity:.5; display:flex; align-items:flex-start; column-gap:40px;  }
#b_footer address span{line-height:1.7; margin-right:5px; }
#b_footer .b_util_list{display:flex; align-items:center; column-gap:20px; }
#b_footer .b_util_list li{cursor:pointer; }
#b_footer .b_top_btn{margin-top:40px; display:block; margin-left: auto;}
#b_footer .b_logo a{display:block; }
#b_footer .b_logo img{height:60px; }




@media screen and (max-width: 1080px){
    #b_footer .b_ft_left{column-gap: 20px;}

}

@media screen and (max-width: 720px){
	#b_footer {padding: 40px 0;}
	#b_footer .b_inner{flex-direction: column;row-gap: 10px;}
	#b_footer .b_inner > div{width:100%; }
	#b_footer .b_logo img {height: 45px;}
	#b_footer .b_ft_left{flex-direction: column; row-gap: 10px;}
	#b_footer .b_ft_right{position:relative;}
	#b_footer .b_top_btn{margin: 0;position: absolute; right: 0; bottom: 0; z-index: 5;}
	#b_footer .b_top_btn img{width:15px; }
}


/* 개인정보처리방침, 이용약관 팝업 */
.add_pop_wrap{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.6);z-index: 9999;display: none;}
.add_pop_inner{position: absolute;top: 50%;left: 50%;width: 94%;max-width: 800px;height: 600px;border-radius: 0px;overflow: hidden;transform: translate(-50%,-50%) scale(.9);transition: transform .3s ease; border-radius:20px; }
.add_pop_wrap.active .add_pop_inner{transform: translate(-50%,-50%) scale(1);}
.add_pop_tit{background: #004ece; color: #FFF;display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding: 0 25px;font-weight: bold;}
.add_pop_close{width: 20px;height: 60px;position: relative;}
.add_pop_close span{position: absolute;top: 29px;left: 0;width: 20px;height: 2px;background: #FFF;z-index: 1;transition: transform .3s ease;}
.add_pop_close span:nth-child(1){transform: rotate(45deg);}
.add_pop_close span:nth-child(2){transform: rotate(-45deg);}
.add_pop_close:hover span{transform: rotate(0);}
.add_pop_con{background: #FFF;padding: 22px 25px;overflow-y: scroll;height: calc( 100% - 60px );}
.add_pop_con h5{font-size: 1rem;font-weight: bold;margin-bottom: 10px;}
.add_pop_con p{font-size: 14px;line-height: 160%;margin-bottom: 25px;
	-webkit-text-stroke: 0.015em; /*-- 기본폰트 나눔스퀘어/나눔스퀘어 라운드가 아닐 경우 제거 --*/
}


.br_720o{display:none; }
@media screen and (max-width: 720px){
	.br_720o{display:block; }
	.br_720x{display:none; }

}
