@charset "utf-8";


.doc{font-size: 16px;}
.box1{ width:1280px; max-width: 96%; margin:0 auto; position:relative } 
.mobile_only{display:none;}


:root{
	--mainColor: #182a88;
	--subColor: #30a8e1;
	--font: "Noto Sans KR", sans-serif;
	--fs01:"Montserrat", sans-serif;
}


/*header*/
#header{z-index: 200; position: fixed; top: 0; left: 0; width:100%;}
#header .va_wrap,
#header .h_wrap{height:var(--header_H);}
#header #logo{z-index:800;}
#header #logo .a_ver{display:none;}
#header #logo img{display:block;}
#header .gnb_wrap{margin:0 auto;}
#header .gnb_wrap .gnb .depth1{margin:0 30px; position: relative;}
#header .gnb_wrap .gnb .depth1 > a{font-size: 1.125em; line-height: inherit; font-weight:400; color:#fff; position: relative;}
#header .gnb_wrap .gnb .depth1 > ul{background:#fff; min-width: 160px; border: 1px solid #ddd; border-top:0; margin-top:-2px; transition:all .5s; position:absolute; left:50%; transform:translateX(-50%); max-height:0; overflow:hidden; opacity:0 }
#header .gnb_wrap .gnb .depth1 > ul:after{content: ""; position: absolute; left: 0; top: -2px; width: 100%; height:5px; background-color:var(--mainColor); transform: scaleX(0); transition: .3s;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a{display: block; text-align: center; color:#444; border-top: 1px dotted #ddd; font-weight:400; padding: 15px 10px;}
#header .gnb_wrap .gnb .depth1 > ul > .depth2 a:hover{background: #f5f5f5;}
#header .gnb_wrap .gnb .depth1:hover ul{ max-height:500px; opacity:1 }
#header .gnb_wrap .gnb .depth1:hover > ul:after{transform: scaleX(1);}

/*검색*/
#header .hd_sch_btn{font-size:1.125em; color:#fff; cursor: pointer;}
#header .hd_sch_btn.on .xi:before{content:'\e921';}
#header .hd_sch_wr #hd_sch{border:1px solid rgba(255,255,255,.8); border-radius: 50px; position: relative; width:240px; overflow: hidden;}
#header .hd_sch_wr #hd_sch #sch_stx{border:0; background:transparent; color:#fff; width:100%; height: 45px; padding:5px 55px 5px 20px; font-size:.95em; box-sizing: border-box;}
#header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:rgba(255,255,255,.8)!important;}
#header .hd_sch_wr #hd_sch button{border:0; background-color:var(--mainColor); width:38px; height: 38px; color:#fff; position: absolute; top:50%; transform: translateY(-50%); right:4px; border-radius: 50%; font-size:.9em;}

/*회원*/
#header .hd_login{margin-left:20px;}
#header .hd_login > li a{color:#fff; margin-left:15px; font-weight: 300;}
#header .hd_login > li:first-child a{margin-left:0px;}
#header .hd_login > li .xi{vertical-align: baseline; margin-right:4px;}


/*전체메뉴버튼*/
#header .btn_gnb{width:40px; height: 40px; position: relative; z-index: 10000; margin-left:25px;}
#header .btn_gnb .bar_i{width:30px; height: 2px; background:#fff; margin:8px 0; display: block; transition:.3s;}
#header .btn_gnb .bar_i.n_02{width:20px; margin-left:auto;}
#header .btn_gnb:hover .bar_i.n_02{width:30px;}
.pc_all_menu .gnb_all{padding: 4em 0 0;}
.pc_all_menu .gnb_all > li.depth1{margin-bottom: 2.5em;}
.pc_all_menu .gnb_all > li.depth1 > a.dp1{width: 400px; font-size: 2.25em; font-weight: 700; line-height: inherit; position: relative;}
.pc_all_menu .gnb_all > li.depth1 .dp2_menu > li a:after{height: 6px;}
#header .btn_gnb.on .bar_i{background: #333;}
#header .btn_gnb.on .bar_i.n_02{display:none;}
#header .btn_gnb.on .bar_i:nth-child(1){position: absolute; top: 32%; left: 5px; transform:translateY(-50%) rotate(45deg)}
#header .btn_gnb.on .bar_i:nth-child(3){position: absolute; top: 32%; right: 5px; transform:translateY(-50%) rotate(-45deg)}


/*스크롤 header*/
.scroll #header{background-color:#fff; border-bottom:1px solid #ddd;}
.scroll #header #logo .a_ver{display:block;}
.scroll #header #logo .b_ver{display:none;}
.scroll #header .gnb_wrap .gnb .depth1 > a{color:#222;}
.scroll #header .hd_sch_btn{color:#555;}
.scroll #header .hd_sch_wr #hd_sch{border-color:#ccc;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx{color:#555;}
.scroll #header .hd_sch_wr #hd_sch #sch_stx::placeholder{color:#aaa!important;}
.scroll #header .hd_login > li a{color:#555;}
.scroll #header .btn_gnb .a_rd{background-color:#ddd;}
.scroll #header .btn_gnb .bar_i{background: #333;}


/*탑버튼*/
.qk_list{position: fixed; top:50%; right: 26px;z-index: 100;font-size: 16px; transform: translateY(-50%);}
.qk_list li{ margin-top: 5px;}
.qk_list li a{display: block; width: 52px; height: 52px; line-height: 52px; text-align: center;  border-radius: 50%; font-size: 1.45em;  box-shadow: 2px 2px 3px rgb(0 0 0 / 20%); overflow: hidden; margin-left: auto; background-color: #333; color: #fff; transition: .5s;}
.qk_list li .xi{width: 52px; line-height: 52px; text-align:center;}
.qk_list li .stx{font-style: normal; font-size: .75em; width:0; overflow: hidden; display: none; font-weight: 700;}
.qk_list li a:hover .stx{width:auto; overflow: hidden; display: block;}
.qk_list li .qk_call{background-color: var(--mainColor);}
.qk_list li .qk_call:hover{width:180px; border-radius: 50px;}
.qk_list li .qk_inq .xi{font-size:.85em;}
.qk_list li .qk_inq .stx{font-size:.7em;}
.qk_list li .qk_inq:hover{width:140px; border-radius: 50px;}
.qk_list li .qk_down{background-color: #1dbdd5}
.qk_list li .qk_down .stx{font-size:.7em;}	
.qk_list li .qk_down:hover{width:210px; border-radius: 50px;}
.qk_list > li.kakao_btn a{background-color:#fae100; color:#3c1e1e;}
.qk_list > li.blog_btn a{background-color:#03c75a; color:#fff;}

/*footer*/
.main #footer{margin-top: 0;}
#footer{margin-top:6em; padding: 80px 0 40px; background-color: #222; font-size:16px;}
#footer .f_logo{padding-right:140px; opacity: .4;} 
#footer .f_info ul > li{font-weight: 300; color:#ccc; margin-right:60px; margin-bottom: 10px; opacity: .85;}
#footer .f_info ul > li span{font-weight: 400; color:#eee; margin-right: 10px;}
#footer .f_copy{font-size:1em; color:#666; margin-top:20px;}


 
/*빠른상담*/
.sub .btm_qk{display: none;}
.btm_qk{position: fixed; bottom: 0; left: 0; width:100%; background:#222;; z-index: 10000; padding: 17px 0; font-size:16px;}
.btm_qk .in input{height:50px; border:1px solid #ddd; padding: 0 10px 0 50px; border-radius: 3px;}
.btm_qk .in .cs_con{font-weight: 600; font-size:1.75em; color:#fff; margin-right:40px;}
.btm_qk .in .cs_con .xi{font-size: .75em; width: 46px; height: 46px; line-height: 46px; border-radius: 50%; background: var(--subColor); text-align: center;}
.btm_qk .in .cs_box{line-height: 1; margin-left: 10px;}
.btm_qk .in .cs_box .tt{font-size: .5em; font-weight: 400;}
.btm_qk .in .name_con input{width:230px;} 
.btm_qk .in .tel_con input{width:330px;}
.btm_qk .in .name_con,
.btm_qk .in .tel_con{margin-right:13px; position: relative;}
.btm_qk .in .name_con .xi,
.btm_qk .in .tel_con .xi{position:absolute; top: 50%; left:0; transform: translateY(-50%); width:50px; text-align: center; font-size:1.375em; color:#aaa;}
.btm_qk .in .prv_con .label_st:not(.cssbrowser) input ~ span{color:#fff; vertical-align: baseline; font-size:1em; font-weight: 300; margin-left: 5px;}
.btm_qk .in .prv_con .label_st:not(.cssbrowser) .xi:before{font-size:1.5em; padding-right: 0;}
.btm_qk .in .prv_con .label_st:not(.cssbrowser) input:checked ~ .xi:before{color:#fff;}
.btm_qk .in .prv_con .label_st .xi{font-size: 1em;}
.btm_qk .in .prv_con a{color:#fff;}
.btm_qk .in .prv_con a:hover{text-decoration: underline;}
.btm_qk .in .btn_con .in_btn{display:block; height: 50px; line-height: 50px; background-color: var(--subColor); border:0; border-radius: 3px; width:230px; font-size: 1em; color:#fff;}



/*서브 비주얼*/
.sub_v_wrap{position: relative;}
#sub_visual{height:430px; position: relative; overflow: hidden;}
#sub_visual .bgfix{position:absolute; top: 0; left:0; width:100%; height: 100%; transform: scale(1.15); transition-timing-function: ease-in-out; transition: 1s;}
#sub_visual .sub_v_tit{ font-weight: 700; text-align:center; font-size:3.625em; color:#fff; position: relative; z-index: 10; margin-right:3em; opacity:0; transition:1s;}
.load #sub_visual .bgfix{transform: scale(1);}
.load #sub_visual .sub_v_tit{margin-right:0; opacity:1}

#sub_visual.sub10 .bgfix{background-image:url(../img/sub/sub_v_01.jpg);}
#sub_visual.sub20 .bgfix{background-image:url(../img/sub/sub_v_02.jpg);}
#sub_visual.sub30 .bgfix{background-image:url(../img/sub/sub_v_03.jpg);}
#sub_visual.sub40 .bgfix{background-image:url(../img/sub/sub_v_04.jpg);}
#sub_visual.sub50 .bgfix{background-image:url(../img/sub/sub_v_05.jpg);}

/*snb*/
#snb { position: absolute; bottom:4em; left:50%; transform: translateX(-50%); z-index: 10; opacity: 0; transition: 1.5s; width:96%;}
#snb .snb_list .sdp1 a{display:block; width:55px; height: 55px; line-height: 55px; border-radius: 50%; text-align:center; background-color:var(--mainColor); color:#fff; font-size:1.125em;}
#snb .snb_list .sdp2,
#snb .snb_list .sdp3,
#snb .snb_list .last{position: relative; width:250px; border-bottom:1px solid rgba(255,255,255,.3);padding:15px 20px; margin-left:20px; cursor: pointer; box-sizing: border-box;}
#snb .snb_list .last{cursor: default;}
#snb .snb_list .sdp_tt{ color:#fff; font-size:1.125em; font-weight: 500; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#snb .snb_list .sdp_tt:before{content:'\e943'; font-family: 'xeicon'; position: absolute; top: 50%; right:20px; transform: translateY(-50%); font-size:.938em;}
#snb .snb_list .last .sdp_tt:before{display:none;}
#snb .snb_list .sdp_list_wrap{ max-height: 0px; position: absolute; top: 75px; left: 0;  width: 100%;  background: #fff; border-radius: 20px; box-sizing: border-box; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10); z-index: 10; transition: .3s; transition-timing-function: ease-in-out; opacity: 0; overflow: hidden;}
#snb .snb_list .Aon .sdp_list_wrap{ max-height: 1000px; opacity: 1;}
#snb .snb_list .sdp_list{ padding: 25px; }
#snb .snb_list .sdp_list > li{margin-bottom:7px;}
#snb .snb_list .sdp_list > li:last-child{margin-bottom:0;}
#snb .snb_list .sdp_list > li a{color:#777; font-size:1.05em;}
#snb .snb_list .sdp_list > li.on a{color:var(--mainColor); font-weight: 500;}
.load #snb{ opacity: 1;}

/*컨텐츠 페이지*/
.ctt_admin{display:none;}/*관리자 내용수정 버튼*/
#ctt header{display:none;}/*컨텐츠 페이지 타이틀 header*/

/*컨텐츠 타이틀*/
.container_title{font-weight: 500; font-size: 2.125em; padding-top: 35px; margin: 55px 0; text-align: center; position: relative;}
.container_title:before{content:''; width:1px; height: 26px; visibility: hidden; transition: .8s; transition-timing-function: ease-in-out; transform: scaleY(0); transform-origin: left top; background: #222; position: absolute; top: 0; left: 50%;}
.load .container_title:before{transform: scaleY(1); visibility: visible;} 

/*개인정보&이용약관*/
.agree_box{ border:1px solid #ddd; background:#f9f9f9; border-radius:5px}
.agree_box .in_con{  padding:2em; border:1px solid #ededed; margin:1em; background:#fff;}
.agree_box .in_con .agree_wrap{ font-size: .938em;}
.agree_box .in_con .agree_wrap span{ display: block;}


/*=================================================================main============================================================*/

/*메인 비주얼*/
.mainSlider{position:relative;}
.mainSlider .el{ height:100vh; position:relative; overflow:hidden}
.mainSlider .el .bg{ position:absolute; left:0; top:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; /*transform:scale(1.2,1.2); transition-delay:1s*/}
.mainSlider .slogan{ position:absolute; top:50%; left:50%; transform: translate(-50%, -60%); color:#fff;}
.mainSlider .slogan .t1{ font-size:1.75em; font-weight: 500; /*transform:translateY(1em); opacity:0;*/ line-height: 1.5; margin-bottom: 5px;}
.mainSlider .slogan .t2{ font-size:3.875em; font-weight: 800; display:block; /*transform:translateY(1em); opacity:0;*/ margin-top:40px; line-height: 1.2;}
.mainSlider .slogan .t3{ font-size:1.25em; font-weight: 300; /*transform:translateY(1em); opacity:0;*/ line-height: 1.5; margin-top:30px;}
/*.mainSlider .el.swiper-slide-active .bg{ transform:scale(1); transition:2s; transition-delay:0; transition-timing-function:ease-in}
.mainSlider .el.swiper-slide-active .slogan .t1{ transform:translateY(0); opacity:1; transition:1s; transition-delay:1s}
.mainSlider .el.swiper-slide-active .slogan .t2{ transform:translateY(0); opacity:1; transition:1s; transition-delay:.5s}
.mainSlider .el.swiper-slide-active .slogan .t3{ transform:translateY(0); opacity:.8; transition:1s; transition-delay:1.5s}*/
.mainSlider .slogan .call{font-size: 2.25em; font-weight: 600; margin-top: 60px; }
.mainSlider .slogan .call .xi{width: 46px; height: 46px; line-height: 46px; border-radius: 50%; background: #fff; font-size: .75em; color: var(--mainColor); text-align: center; margin-right: 8px;}
.mainSlider .mainSlider-pagination{ position: absolute; left:50%; bottom:3em; transform: translateX(-50%); z-index: 100;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet{width:120px; height:auto; margin: 0 20px 0 0; border-radius: 0; opacity: .4; background:transparent; color:#fff; border-bottom:2px solid #fff; padding-bottom:5px;}
.mainSlider .mainSlider-pagination .swiper-pagination-bullet-active{opacity: 1;}
.scroll_wrap{position: absolute; bottom: 0; left:0;width:100%; text-align: center; z-index: 10;}
.scroll_wrap .mainSlide_scroll{ color: #fff; font-size: 0.85em; text-align: center; letter-spacing: 2px; font-weight: 300;}
.scroll_wrap .xi{font-size: 2.625em; color: #fff; margin-bottom: 25px;} 



/*메인 샘플용 css*/
.main_section{padding:8em 0;}
.main_section_bg{background-color: #f9f9f9;}
.main_tit{ margin-bottom: 30px;}
.main_tit .in_en{ font-size:1.375em; color: var(--subColor); margin-bottom: 10px;}
.main_tit .in_tt{ font-size:2.437em; font-weight: 700; color:#111; line-height: 1.3; font-family:var(--fs01); text-transform: uppercase;}
.main_tit .in_tx{font-size: 1.125em; color: #333; margin-top: 15px;}
.main_tit .in_line{width: 1px; height: 32px; background: #000; margin: 0 auto 20px;}
.main_more{text-align:center;}
.main_more a{display: inline-block; padding:13px 40px; border:1px solid #ccc; transition: .3s; color:#888; font-size:1.125em; margin-top: 40px;}
.main_more a:hover{border-color:var(--maincolor); background-color:var(--mainColor); color:#fff;}
.main_more a .xi{font-size: .875em;}
.map_box .in_map{width:100%;}
.map_box .in_map .wrap_map{border-bottom:1px solid #ddd;} 
.map_box .in_map .root_daum_roughmap .wrap_controllers{display:none;}




/*main*/
.main_about{padding: 8em 0 10em; background-image: linear-gradient(0deg, #f9f9f9 40%, #fff 40%)}
.main_about .bg{position: absolute; top: 0; left: 0; width: 100%; height: 980px;}
.main_about .main_tit {margin-bottom: 50px;} 
.main_about .about_list{position: relative; z-index: 2;}
.main_about .about_list > li{width: 33.33%;}
.main_about .about_list > li .in{display: block; width: 380px; height: 380px; border-radius: 50%; text-align: center; padding-top: 85px; margin: 0 auto; position: relative;}
.main_about .about_list > li .in .ti{font-size: 1.625em; font-weight: 600; color: #fff; margin-top: 10px;}
.main_about .about_list > li .in .more_btn{font-size: 1.25em; color: #fff; text-align: center; width: 50px; height: 50px; line-height: 50px; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); border: 1px solid #fff; border-radius: 50%; transition: .3s;}
.main_about .about_list > li .in:hover .more_btn{background: var(--subColor); border-color: var(--subColor);}

.main_cost{padding: 110px 0;}
.main_cost .main_tit{}
.main_cost .main_tit .in_line{background: #fff;}
.main_cost .main_tit .in_tt{color: #fff;}
.main_cost .main_tit .in_tx{color: #fff;}
.main_cost .main_more a{border-color: #fff; color: #fff;}
.main_cost .main_more a:hover{background-color: #fff; border-color: #fff; color: var(--mainColor);}


.main_loc .add_wrap{width: 100%;}
.main_loc .add_list{margin-top:40px;} 
.main_loc .add_list > li{ width: 33.33%;}
.main_loc .add_list > li .in{ text-align: center; box-sizing: border-box; padding: 0 3em; height: 100%; border-right:1px solid #ddd;}
.main_loc .add_list > li:last-child .in{border-right:none;}
.main_loc .add_list > li .in .xi{font-size: 1.375em; color: #fff; width: 2.25em; line-height: 2.25em; height: 2.25em; background:var(--mainColor); border-radius: 50%; text-align: center;}
.main_loc .add_list > li:nth-child(2n) .in .xi{background:var(--subColor);}
.main_loc .add_list > li .in .t1{ font-size: 1.375em; font-weight: 500; margin: 10px 0 15px;}
.main_loc .add_list > li .in .t2{ font-size: 1.125em;}
.main_loc .add_list > li .in .t2.f_st{ font-size: 1.25em;}
.main_loc .root_daum_roughmap .cont .section.lst{display: none;}
.main_loc .root_daum_roughmap_landing .border2{display: block;}


/**/
.dot_list{padding: 0!important; margin: 0!important; text-align: left; font-size: 16px;}
.dot_list > li{line-height: 1.8; font-size: 1em; color: #222; position: relative; padding-left: 10px;}
.dot_list > li:before{content: ''; display: block; width: 3px; height: 3px; background: #bbb; border-radius: 50%; position: absolute; top: 10px; left: 0;}
.table_st{table-layout:fixed; border-top: 2px solid var(--mainColor); margin-bottom: 10px;}
.table_st th, 
.table_st td{padding: .7em 1em; border: 1px solid #ddd; text-align: center; line-height: 1.6;}
.table_st th{color:#222; background-color:#f9f9f9; font-size:1em; font-weight: 500;}
.table_st td{color:#333;}
.table_st .co_1{background: #f9f9f9;}
.table_st .co_2{background: var(--mainColor); color: #fff;}
.table_info{display: none;}


/**/
.tab_idx{ margin:-1em 0 3em -1em;}
.tab_idx > li{flex:1 20%;}
.tab_idx > li > a{ padding:0 .5em; height:4em; border:1px solid #ddd; margin:1em 0 0 1em; color:#666; transition:.3s;}
.tab_idx > li > a .va{font-size:1.068em; font-weight:500}
.tab_idx > li > a:hover,
.tab_idx > li.on > a{ box-shadow:0 0 1em .125em rgba(0,0,0,.1); color:var(--mainColor); border-color:var(--mainColor)}

/**/
.nm_page_tt{font-size:1.5em; text-align: center; margin:80px auto 30px;}
.nm_page_tt .nmb{width:50px; height: 50px; line-height: 50px; border-radius: 50%; background-color: var(--mainColor); display: inline-block; color:#fff; margin-right:5px;}
.page_tt{font-size:1.825em; font-weight: 600;}
.page_stt{font-size:1.45em; font-weight: 600;}
.page_tx{font-size:1.125em; font-weight: 400;}
.page_stx{font-size:1em; font-weight: 300;}


/*포렌식*/
.bus_03_02 .dig_box {margin-bottom: 4em;}
.bus_03_02 .dig_box .img_box{width: 50%; padding-right: 2em;}
.bus_03_02 .dig_box .img_box .img_z{width: 100%; height: 450px; margin-bottom: 20px;}
.bus_03_02 .dig_box .txt_box{width: 50%; padding-left: 2em;}
.bus_03_02 .dig_box .txt_box .page_tt{margin-bottom: 20px;}
.bus_03_02 .dig_box .txt_box .page_tx{line-height: 1.6;}
.bus_03_02 .prog_list{border-top:1px solid #333; margin-bottom:4em; margin-top:1.2em;}
.bus_03_02 .prog_list > li{border-bottom:1px solid #eaeaea; padding:3.5em 3em;}
.bus_03_02 .prog_list > li .page_tt{width:30%; padding-right: 2em;}
.bus_03_02 .prog_list > li .page_tx{width:70%;}
.bus_03_02 .prog_list > li .page_tx .in_img{margin-bottom:30px; width:100%; height:300px; background-color: #aaa;}
.bus_03_02 .prog_list > li .page_tx .t1{font-size:.888em; font-weight: 600; color: #fff; background: var(--mainColor); padding: 2px 20px; border-radius: 50px; display: inline-block; margin-top: 30px; margin-bottom: 10px;}
.bus_03_02 .prog_list > li .page_tx .img_box{padding: 20px; border: 1px solid #ddd;}
.bus_03_02 .prog_img > li{width:50%;}
.bus_03_02 .pro_list{margin-right: -20px;}
.bus_03_02 .pro_list > li{width: 33.33%;}
.bus_03_02 .pro_list > li .in{height: 100%; padding: 30px 20px; border: 1px solid #ddd; margin-right: 20px; text-align: center;}
.bus_03_02 .pro_list > li .in .icon{display: block; margin: 10px auto 20px; width: 120px; height: 120px; align-content: center; background: #f9f9f9; border-radius: 50%;}
.bus_03_02 .pro_list > li .in .ti{font-size: 1em; margin-bottom: 5px;}
.bus_03_02 .pro_list > li .in .tt{font-size: .888em;}
.bus_03_02 .dot_list{margin-top: 10px!important;} 
.bus_03_02 .list_box{background: #f9f9f9; padding: 40px; margin-top: 20px;}
.bus_03_02 .tag_list{}
.bus_03_02 .tag_list > li{display: inline-block; font-size: .888em; color: #666; padding: 4px 20px; background: #f9f9f9; border-radius: 30px; border: 1px solid #ddd; margin-right: 5px; margin-bottom: 5px;}


/*복구비용*/
.cost_wrap{}
.cost_wrap .img_z{height: 300px;}
.cost_wrap .in_box{margin-bottom: 6em;}
.cost_wrap .page_stt{margin-top: 40px; margin-bottom: 10px;}
.cost_wrap .page_stt span{font-size: .695em; font-weight: 400;}
.cost_wrap .page_tx{margin-top: 30px; margin-bottom: 10px; color: #333; position: relative; margin-left: 12px;}
.cost_wrap .page_tx:before{content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--mainColor); position: absolute; top: 12px; left: -12px;}

/*오시는길*/
.loc_04_01 .location_box{ margin: 0 auto; padding: 0 1em;}
.loc_04_01 .location_box .map_tw{padding-bottom:1em; font-size:1.5em;}
.loc_04_01 .location_box .map_tw .xi{ width: 44px; height: 44px; background: var(--mainColor); border-radius: 50%; line-height: 44px; margin-right: 10px; font-size:.938em; color:#fff;}
.loc_04_01 .location_box .map_view{ border-top:3px solid var(--mainColor); box-shadow: 0 0.25em 0.5em rgba(0,0,0,.2); transition: .3s;  padding: 1em; border-radius: 0 0 1em 1em;}
.loc_04_01 .location_box .map_view .tt {padding-bottom:10px; font-size:1.125em; color:#333; letter-spacing:-2px; vertical-align:middle;}
.loc_04_01 .location_box .map_view .xi {vertical-align:middle; font-size:1.125em; padding-right:5px;}
.loc_04_01 .location_box .map_view .map_cont .root_daum_roughmap .wrap_controllers{display:none;}
.loc_04_01 .location_box .info_list{margin-top:1em;}
.loc_04_01 .location_box .info_list > li { padding:2.5em 0; border-bottom:1px dotted #ddd;}
.loc_04_01 .location_box .info_list > li h3 { float:left; font-size:1.375em; font-weight:500; position: relative; padding-top:7px;}
.loc_04_01 .location_box .info_list > li h3:before{content:''; width:25px; height: 2px; background: var(--mainColor); position: absolute; top:0; left: 0;}
.loc_04_01 .location_box .info_list > li h3 .xi { font-size:1.125em; margin-right: 5px;}
.loc_04_01 .location_box .info_list > li .info { margin:0 0 0 240px;}
.loc_04_01 .location_box .info_list > li .info .in_tbox{border: 1px solid #ddd; padding: 1.5em; background-color: #f9f9f9; color:#333;}
.loc_04_01 .location_box .info_list > li .info .in_tbox .fwB{margin-right:8px;}
.loc_04_01 .root_daum_roughmap .cont .section.lst{display: none;}
.loc_04_01 .root_daum_roughmap_landing .border2{display: block;} 

