@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR&display=swap');

* { box-sizing: border-box; border: 0; padding: 0; margin: 0; text-decoration: none; color: inherit;  }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Noto Sans KR', sans-serif; font-weight: 400; font-size: 16px; min-width: 1400px; max-width:1920px; margin: auto;}
img {max-width: 100%;}
em { font-style:normal; }
ul { list-style:none; }
.sound_only { font-size:0; text-indent:-999; opacity:0 }
.container { width: 100%; position: relative; margin: 0 auto; } /* width:1300px; */
i.bold {font-style: normal; font-weight: 500;}

.f_serif { font-family: 'Noto Serif KR', serif !important; }


.center_slide {  border-radius:0px;  width:100%; background:#122901; background-image:url('/img/f_back.jpg'); background-size:cover; background-position:center; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; opacity:1; transition:all 0.3s; }
.center_slide .inner { display:flex; width:1200px; margin:auto; padding:10px 0;  }
.center_slide .inner:after {  }
.center_slide .inner .mf { display:flex; align-items: center; flex-direction: column; width:50%; color:#fff; font-size:1.2rem; padding:25px 0; text-align:left; }
.center_slide .inner .mf p { }
.center_slide .inner .mf .tel { color:#efd751; font-size:1.5rem; font-weight:600; letter-spacing:1.5px; }
.center_slide .inner .mf:first-child { }


/* */
.fixed {position: fixed; z-index: 99; bottom: 35px; right: 27px; border-radius:10px; padding:15px; background:#193d00; box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; transition:all 0.3s; }
.fixed p { color:#fff; font-size:15px;}
.fixed a { font-size:15px; letter-spacing:-1px;}
.fixed .call_wrap { margin-top:10px; padding:10px 0; border-top:1px solid #2c5e09; }
.fixed .call_wrap ul { list-style:none; padding:0; margin:0; }
.fixed .call_wrap ul li { color:#fff; font-size:16px; }
.fixed .call_wrap ul li em { display:inline-block; margin-right:5px;}
.fixed .call_wrap ul li a { color:#efd751; font-weight:600; }


.foot_slide {  position:relative; border-radius:0px;  width:100%; background:#122901; background-image:url('/img/f_back.jpg'); background-size:cover; background-position:center; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; opacity:1; transition:all 0.3s; }
.foot_slide .inner { display:flex; width:1200px; margin:auto;  }
.foot_slide .inner:after {  }
.foot_slide .inner .mf { display:flex; align-items: center; flex-direction: column; width:50%; color:#fff; font-size:1.4rem; padding:45px 0; text-align:left; }
.foot_slide .inner .mf p { }
.foot_slide .inner .mf .tel { color:#efd751; font-size:1.8rem; font-weight:600; letter-spacing:1.5px; }
.foot_slide .inner .mf:first-child { }
/*
.foot_slide {  position: fixed; z-index: 99; bottom: 0; left: 0; border-radius:0px;  width:100%; background:#122901; background-image:url('/img/f_back.jpg'); background-size:cover; background-position:center; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; opacity:0; transition:all 0.3s; transform:translate(0, 200px);}
.foot_slide .inner { display:flex; width:1200px; margin:auto;  }
.foot_slide .inner:after {  }
.foot_slide .inner .mf { display:flex; align-items: center; flex-direction: column; width:50%; color:#fff; font-size:1.2rem; padding:25px 0; text-align:left; }
.foot_slide .inner .mf p { }
.foot_slide .inner .mf .tel { color:#efd751; font-size:1.5rem; font-weight:600; letter-spacing:1.5px; }
.foot_slide .inner .mf:first-child { }

.foot_slide.active { opacity:1; transform:translate(0, 0px);}
.footer_wrap.active { padding-bottom:100px;}
.fixed.active { bottom:140px; }
*/

.overlay { z-index: 10000; position: fixed; overflow: auto; top: -200%; left: 0;  right:0; bottom: 200%; padding: 5%; background-color: rgba(33,33,33,.5); transition: top .5s, bottom .5s; }
.overlay .close { cursor: pointer; }
.overlay .block { background-color: #fff; padding: 20px; max-width: 800px; margin: 0 auto; }
.overlay table {border-collapse:collapse; border:1px gray solid;}
.overlay th { width: 37%; }

.show-overlay { overflow: hidden; font-size: 12px; }
.show-overlay01 .privacy01 { top: 0%; bottom: 0%; }
.show-overlay02 .privacy02 { top: 0%; bottom: 0%; }

a.btn { cursor:pointer; }

.header {position: absolute; width: 100%; height:80px; line-height: 79px; background-color: #fff; min-width: 1400px; z-index:999; max-width:1920px; margin: auto; }
.header .logo { position: absolute; left: 5%; top: 10px; line-height: 0; }
.header .logo img {height: 60px;}
.header .phone { position:absolute; float:right; top:10px; right:30px; height:60px; width:auto; line-height:20px; color:#fff; font-size:15px; padding:20px 40px; background:#193d00; border-radius:30px;}
.header .phone .call { font-size:35px; font-weight:600; letter-spacing:-2px; margin-top:10px; }
.header .phone img { position: absolute; right: 0; top: 0;}
.header .phone img {height: 100%;}

.header .nav { background-color: #fff; text-align: center; }
.header .nav {padding: 0 17%; white-space: nowrap; overflow: hidden; } /* padding-left:320px; */
.header .nav .item { display: inline-block; font-size: 15px; color: #000; width: auto; padding:0 1.2rem;  text-align: center; letter-spacing:-1px; font-weight:500; } /* width:25%; */



.blinking{ -webkit-animation:blink 1.5s ease-in-out infinite alternate; -moz-animation:blink 1.5s ease-in-out infinite alternate; animation:blink 1.5s ease-in-out infinite alternate; }

@-webkit-keyframes blink{ 
	0% {opacity:1;  background:#0d0e12; } 
	100% {opacity:1; background:red; } 
} 
@-moz-keyframes blink { 
	0% {opacity:1; background:#0d0e12; } 
	100% {opacity:1; background:red; } 
} 
@keyframes blink { 
	0% {opacity:1; background:#0d0e12; } 
	100% {opacity:1; background:red; } 
}

/* 공통 요소 */ 

.side {z-index: 999; position: fixed; top: 50%; right: 30px; transform: translate(0, -50%); }
.side .item {height: 50px; font-size: 16px; color: #ff6000; position: relative; padding-right: 40px; }
.side .item span { display: none; }
.side .item .line { position: absolute; width: 15px; height: 3px; right: 15px; top: 10px; background-color: #424242; transition:all 0.2s; }
.side .item.active span {display: inline-block; }
.side .item.active .line { width: 30px; right: 0; background-color: #ff6000; }

/*
.side .item:nth-child(2).active .line { width: 30px; right: 0; background-color: #000; color:#000;  }
.side .item:nth-child(3).active .line { width: 30px; right: 0; background-color: #000; color:#000;  }
.side .item:nth-child(4).active .line { width: 30px; right: 0; background-color: #000; color:#000;  }
*/


.page { z-index: 10; width: 100%; position: relative; background-color: #fff; min-width: 1400px; }
.page .img { width: 100%; }
.page .input {position: absolute; border: 0; background-color: transparent; }
.page .btn {position: absolute; cursor: pointer; }
.page .title .sub { display:block; font-size:1.3rem; margin-top:30px;}

.page .ani { position:absolute; width:300px; height:50px; z-index:100; top:30%; left:50%; margin-left:-150px; margin-top:100px; transition:all 1.3s; opacity:0; }
.page.active .ani {  margin-top:0; opacity:1;  }

.page .page_con { display:block; position:relative; margin:auto; max-width:1200px; box-sizing:border-box;}
.page .page_con .page_con_title{ font-size:40px; font-weight:600; }
.page .page_con .txt_tag{ display:inline-block; background:#F0E9E3; color:#111; margin:20px 0 ; padding:10px 15px; font-size:18px; }

.vtc_wrap { position:absolute; writing-mode: vertical-lr; text-align:left; left:0; }
.vtc_wrap .btitle { font-size:28px; }
.vtc_wrap .bsub { font-size:18px; color:#CDBFB3; }

.root_daum_roughmap .wrap_controllers.hide { display:none; }

/* footer */
.footer_wrap{width: 100%; height: auto; background: #222; }
.footer_wrap *{color: #bbb; font-size: 14px; box-sizing: border-box;}
.footer{display: flex; align-items: flex-start; justify-content: space-between; position: relative; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; padding: 40px 0;}
.footer .f_left{display: flex;}
.footer .hbar { display:inline-block; position:absolute; width:2px; height:8px; background:#717171;  margin-top:7px; margin-left:-2px;}
.footer .f_logo{width: 140px; height: auto; margin-right: 30px; }
.footer .f_logo img { width:100%;}
.footer .copyright p{margin-bottom: 5px;}
.footer .copyright .company{margin-bottom: 15px; font-weight: 600;}
.footer .tel_info > div { font-size:20px; letter-spacing:-2px; }
.footer .tel_info > div a { color:#efd751;  font-size:20px; font-weight:600; }
.footer .tel_info > div em { color:#efd751;  font-size:20px; font-weight:600;}
.footer .fnb{display: flex;/*  position: absolute; right: 0; */}
.footer .fnb li{position: relative; margin-right: 10px; padding-right: 10px;}
.footer .fnb li:after{display: block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); content: ''; width: 1px; height: 12px; background: #bbb;}
.footer .fnb li:last-child{margin-right: 0; padding-right: 0;}
.footer .fnb li:last-child:after{content: none;}

/* Page2 */
#page2 { background:#fafbf9;  }
#page2 .page_con { text-align:left; }
#page2 #success_item { position:relative; margin-top:30px; width:1240px; height:430px; margin-left:-20px; }
#page2 #success_item .item { display:inline-block; position:relative; height:430px; margin:0 20px; box-sizing:border-box; background:#F0E9E3; }
#page2 #success_item .item .item_wrap { padding:30px 30px; } 
#page2 #success_item .item .item_wrap .item_tag { display:inline-block; background:#efd751; color:#000; padding:5px 8px; font-size:18px; border-radius:5px; font-weight:600; } 
#page2 #success_item .item .item_wrap .item_title_wrap { margin:30px 0; padding-bottom:30px; border-bottom:1px solid #CDBFB3; font-size:18px; } 
#page2 #success_item .item .item_wrap .item_title_wrap .item_title { display:inline-block; } 
#page2 #success_item .item .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
#page2 #success_item .item .item_wrap .item_title_wrap .item_js { color:#183D00; font-weight:600; font-size:0.9em; }
#page2 #success_item .item .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
#page2 #success_item .item .item_wrap .item_step_wrap span { color:#000;  }
#page2 #success_item .item .item_wrap .item_content_wrap { font-size:14px; line-height:23px; color:#333; }
#page2 #success_item .item .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }
#page2 #success_item .item .item_hover { display:none; position:absolute; float:left; left:0; top:0; width:100%; height:100%; padding:10px; transition:all 0.2s; } 
#page2 #success_item .item .item_hover.active { display:block; }
#page2 #success_item .item .item_hover > div { width:100%; height:100%; background:rgba(0,0,0,0.6); padding:20px; overflow:hidden;  text-align:center;}
#page2 #success_item .item .item_hover > div img { display:inline-block; width:85%; height:100%; margin:auto; }

.slick-arrow { display:inline-block; position:absolute; float:left; width:50px; height:50px; font-size:0; text-indent:-999;}
.slick-arrow.slick-prev { background:url("../images/_ico_arrow_left.png") no-repeat; top:50%; margin-top:-25px; margin-left:-40px; }
.slick-arrow.slick-next { background:url("../images/_ico_arrow_right.png") no-repeat; top:50%; right:-40px; margin-top:-25px; }


#page2 #success_item.item_new .item { display:inline-block; position:relative; height:430px; margin:0 20px; box-sizing:border-box; background:#F0E9E3; }
#page2 #success_item.item_new .item .item_wrap { padding:30px 30px; } 
#page2 #success_item.item_new .item .item_wrap .item_tag { display:inline-block; background:#efd751; color:#000; padding:5px 8px; font-size:18px; border-radius:5px; font-weight:600; } 
#page2 #success_item.item_new .item .item_wrap .item_title_wrap { margin:30px 0; padding-bottom:30px; border-bottom:1px solid #CDBFB3; font-size:18px; } 
#page2 #success_item.item_new .item .item_wrap .item_title_wrap .item_title { display:inline-block; } 
#page2 #success_item.item_new .item .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
#page2 #success_item.item_new .item .item_wrap .item_title_wrap .item_js { color:#183D00; font-weight:600; font-size:0.9em; }
#page2 #success_item.item_new .item .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
#page2 #success_item.item_new .item .item_wrap .item_step_wrap span { color:#000;  }
#page2 #success_item.item_new .item .item_wrap .item_content_wrap { font-size:14px; line-height:23px; color:#333; }
#page2 #success_item.item_new .item .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }
#page2 #success_item.item_new .item .item_hover { display:none; position:absolute; float:left; left:0; top:0; width:100%; height:100%; padding:10px; transition:all 0.2s; } 
#page2 #success_item.item_new .item .item_hover.active { display:block; }
#page2 #success_item.item_new .item .item_hover > div { width:100%; height:100%; background:rgba(0,0,0,0.6); padding:20px; overflow:hidden;  text-align:center;}
#page2 #success_item.item_new .item .item_hover > div img { display:inline-block; width:85%; height:100%; margin:auto; }

.success_section { display:flex; width:100%; padding:0px; background:#fff; }
.success_section .h_slide { width:480px; margin-right:0px; }
.success_section .h_slide .swipe_wrap { position:relative; width:480px; height:500px; padding:0px; padding-right:0; background:rgba(255,255,255,0); border-radius:0px; box-sizing:border-box; }
.success_section .h_slide .swiper { max-width: 480px; width:100%; height: 100%; position: relative; overflow: hiddden; } 
.success_section .h_slide .swiper-slide { max-width: 480px; width:100%; height:460px; text-align: center; font-size: 18px; background: #fff; border-radius: 0px;  }
.success_section .h_slide .swiper-slide {opacity:0.5; transition:opacity 0.5s;}
.success_section .h_slide .swiper-slide-active { opacity:1; }
.success_section .h_slide .changing { transition:opacity 0.3s; pointer-events:none; }
.success_section .h_slide .changed { transition:none; }
.success_section .h_slide .mSwiper .swiper-pagination { /*position: absolute; bottom: -30px; text-align:left; */}
.success_section .h_slide .swiper-button-next,
.success_section .h_slide .swiper-button-prev { top: 50%; z-index:1000; }
.success_section .h_slide .swiper-button-prev { transform:translateX(-30px) scale( 0.7 ); }
.success_section .h_slide .swiper-button-next { transform:translateX(30px) scale( 0.7 ); }
.success_section .h_slide .swiper-button-next:after, 
.success_section .h_slide .swiper-rtl .swiper-button-prev:after { color: #999; }
.success_section .h_slide .swiper-button-prev:after, 
.success_section .h_slide .swiper-rtl .swiper-button-next:after { color: #999; }

.success_section .h_slide .swipe_wrap { width:100%;  }
.success_section .h_slide .mSwiper { padding:0px;  }
.success_section .h_slide .mSwiper .swiper-slide { max-width: auto; width:100%; height:100%; padding:15px;  border-radius:10px; overflow:hidden;}
.success_section .h_slide .mSwiper .item_wrap { padding:25px 30px; height:100%; padding:25px;  text-align:left;  border:1px solid #cbcec9; }
.success_section .h_slide .mSwiper .item_wrap .item_tag { display:inline-block; background:#ffda0d; color:#000; padding:5px 8px; font-size:16px; border-radius:0px; font-weight:500; } 
.success_section .h_slide .mSwiper .item_wrap .item_title_wrap { margin:10px 0 20px 0; padding-bottom:20px; border-bottom:1px solid #CDBFB3; font-size:18px; } 
.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_title { display:block; font-size:1.8rem;  font-weight:500; margin-bottom:10px;} 
.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_js { display:inline-block; color:#fff; background: linear-gradient( 45deg, #92d762, #193d00 ); padding:5px 8px; font-weight:600; font-size:0.9em; }
.success_section .h_slide .mSwiper .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
.success_section .h_slide .mSwiper .item_wrap .item_step_wrap span { color:#000;  }
.success_section .h_slide .mSwiper .item_wrap .item_content_wrap { font-size:15px; line-height:22px; color:#333; }
.success_section .h_slide .mSwiper .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }

.success_section .h_slide .mSwiper .item_hover { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; transition:all 0.3s; }
.success_section .h_slide .mSwiper .item_hover { display:none; position:absolute; float:left; left:0; top:0; width:100%; height:100%; padding:10px; transition:all 0.2s; } 
.success_section .h_slide .mSwiper .item_hover.active { display:block; opacity:1; }
.success_section .h_slide .mSwiper .item_hover > div { width:100%; height:100%; background:rgba(0,0,0,0.6); padding:20px; overflow:hidden;  text-align:center;}
.success_section .h_slide .mSwiper .item_hover > div img { display:inline-block; width:75%; height:100%; margin:auto; }

.success_section .gap { height:500px; width:20px; background:#fafbf9; }
.success_section .v_slide {  width:calc(100% - 480px); }
.success_section .v_slide .swipe_wrap { width:100%; height:500px; padding:20px;  background:rgba(255,255,255,0.2); border-radius:0px; }
.success_section .v_slide .swiper { max-width: 100%; width:100%; height: 100%; position: relative; overflow: hidden; } 
.success_section .v_slide .swiper-slide { max-width: 100%; width:100%; height:360px; text-align: center; font-size: 18px; background: #fff; border-radius: 0px; border-bottom:1px solid #ddd; 
	/* Center slide text vertically */
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.success_section .v_slide .swiper-slide img { display: block; width: 100%; width: 480px; height: 100%; object-fit: cover; } 
.success_section .v_slide .swiper-slide {opacity:1; transition:opacity 0.5s; background:#fff;}
.success_section .v_slide .swiper-slide-active { opacity:1; background:#f3f3f3; color:#000; }
.success_section .v_slide .changing { transition:opacity 0.3s; pointer-events:none; }
.success_section .v_slide .changed { transition:none; }
.success_section .v_slide .v_mSwiper .swiper-pagination { /*position: absolute; bottom: -30px; text-align:left; */}
.success_section .v_slide .v_mSwiper .swiper-button-next,
.success_section .v_slide .v_mSwiper .swiper-button-prev { top: 50%; }
.success_section .v_slide .v_mSwiper .swiper-button-prev { /* transform:translateX(-200%); */}
.success_section .v_slide .v_mSwiper .swiper-button-next { /* transform:translateX(200%); */ }
.success_section .v_slide .swiper-button-next:after, 
.success_section .v_slide .swiper-rtl .swiper-button-prev:after { color: #eee; }
.success_section .v_slide .swiper-button-prev:after, 
.success_section .v_slide .swiper-rtl .swiper-button-next:after { color: #eee; }
.success_section .v_slide .v_mSwiper .item_wrap { display:block; width:100%; height:100%; padding:15px 30px; text-align:left;  }
.success_section .v_slide .v_mSwiper .item_wrap .item_tag { display:inline-block; background:#333; color:#fff; padding:2px 8px; font-size:14px; border-radius:0px; font-weight:500; margin-right:10px; } 
.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap { margin:0; padding-bottom:20px; font-size:16px; } 
.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_title { display:block; font-size:1.3rem;  font-weight:500; margin-bottom:10px;} 
.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_js { display:inline-block; color:#fff;  background: linear-gradient( 45deg, #92d762, #193d00 );  padding:3px 8px; font-weight:500; font-size:0.85em; }
.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_summ { display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:10px; overflow:hidden; text-overflow:ellipsis; font-size:15px; line-height:22px; height:44px; }
.success_section .v_slide .v_mSwiper .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
.success_section .v_slide .v_mSwiper .item_wrap .item_step_wrap span { color:#000;  }
.success_section .v_slide .v_mSwiper .item_wrap .item_content_wrap { font-size:16px; line-height:27px; color:#333; }
.success_section .v_slide .v_mSwiper .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }

.custom-fraction {text-align:right; margin:15px 5px 0 0;}
.btn-wrapper {
    margin-top:50px;
}


#page_how { background:#fafbf9; }
#page_how .how_li_wrap { display:flex; max-width:1920px;  }
#page_how .how_li_wrap .how_li { position:relative; width:calc(100% / 7); height:340px; margin:10px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; box-sizing:border-box; cursor:pointer; transition:all 0.3s; 
	background-image:url("/crim/images/sub_banner1.jpg"); background-position:center; background-repeat:no-repeat; background-size:100%;
}
#page_how .how_li_wrap .how_li:nth-child(1) {background-image:url("/crim/images/sub_banner1.jpg");}
#page_how .how_li_wrap .how_li:nth-child(2) {background-image:url("/crim/images/sub_banner2.jpg");}
#page_how .how_li_wrap .how_li:nth-child(3) {background-image:url("/crim/images/sub_banner3.jpg");}
#page_how .how_li_wrap .how_li:nth-child(4) {background-image:url("/crim/images/sub_banner4.jpg");}
#page_how .how_li_wrap .how_li:nth-child(5) {background-image:url("/crim/images/sub_banner5.jpg");}
#page_how .how_li_wrap .how_li:nth-child(6) {background-image:url("/crim/images/sub_banner6.jpg");}
#page_how .how_li_wrap .how_li:nth-child(7) {background-image:url("/crim/images/sub_banner7.jpg");}
#page_how .how_li_wrap .how_li:after { content:""; display:block; width:100%; height:100%; background:rgba(0,0,0,0.2); transition:all 0.3s;  }
#page_how .how_li_wrap .how_li .li_txt_wrap { position:absolute; float:left; left:0; bottom:0; padding:20px; font-size:1.3rem; text-align:left; font-weight:500; color:#fff; transition:all 0.3s; }
#page_how .how_li_wrap .how_li .li_txt_wrap span { display:block; font-size:1rem; transition:all 0.3s; }
#page_how .how_li_wrap .how_li .li_txt_wrap br { display:none; }
#page_how .how_li_wrap .how_li:hover { background-size:105%; box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px; }
#page_how .how_li_wrap .how_li:hover::after { background:rgba(0,0,0,0.5); }
#page_how .how_li_wrap .how_li:hover .li_txt_wrap  { display:flex; flex-direction: column; align-items: center; justify-content: center;width:100%; height:100%; font-size:1.8rem; text-align:center; line-height:33px; }
#page_how .how_li_wrap .how_li:hover .li_txt_wrap br { display:block; }
#page_how .diff { display:block; max-width:1200px; margin:60px auto 0 auto; padding:20px; font-size:1.5rem; color:#fff;  background: #193d00; box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
	border-top-left-radius:40px;  border-bottom-right-radius:40px; 
}
#page_how .diff span.call { font-weight:600; color:#efd751; }

#page_method {}
#page_method .m_li_wrap { display:flex; justify-content: space-between; align-items:flex-start; width:100%; margin:100px auto 0 auto;  max-width:1200px; }
#page_method .m_li_wrap .m_li { cursor:pointer; width:20%; min-height:350px; text-align:center; margin:0 4px; padding:20px; border:1px solid #999;  transition:all 0.3s;}
#page_method .m_li_wrap .m_li a { display:block; width:100%; height:100%; text-align:center; }
#page_method .m_li_wrap .m_li .c_icon { width:100%; height:160px; border-radius:50%; background-position:center; background-repeat:no-repeat; }
#page_method .m_li_wrap .m_li:hover { box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
#page_method .m_li_wrap .m_li:nth-child(1) .c_icon { background-image:url("/crim/images/ico_1.png"); }
#page_method .m_li_wrap .m_li:nth-child(2) .c_icon { background-image:url("/crim/images/ico_2.png"); }
#page_method .m_li_wrap .m_li:nth-child(3) .c_icon { background-image:url("/crim/images/ico_3.png"); }
#page_method .m_li_wrap .m_li:nth-child(4) .c_icon { background-image:url("/crim/images/ico_4.png"); }
#page_method .m_li_wrap .m_li:nth-child(5) .c_icon { background-image:url("/crim/images/ico_5.png"); }
#page_method .m_li_wrap .m_li .c_title { margin-top:20px; }
#page_method .m_li_wrap .m_li .c_title .title { font-size:1.3rem; }
#page_method .m_li_wrap .m_li .c_title .con { margin-top:8px; font-size:1rem; color:#555; }
#page_method .m_li_wrap .m_li .star { position:absolute; width:120px; top:-20px; right:-20px; }

.sub_nav { display:block; position:fixed; justify-content: space-evenly; top:60px; left:0; width:100%; background-color: #fff; text-align: center; padding:15px; border-top:1px solid #f3f3f3; border-bottom:1px solid #eee; overflow:auto;  z-index:100;  }
.sub_nav .nav_wrap { display:block; white-space:nowrap; }
.sub_nav .item { display:inline-block; padding:0 5px;}

@media screen and (max-width: 1700px){
	#page_how .how_li_wrap .how_li {  height:300px; margin:5px; }
}
@media screen and (max-width: 1480px){
	#page_how .how_li_wrap .how_li {  height:280px; margin:3px; }
}
@media screen and (max-width: 1300px){
	#page_how .how_li_wrap .how_li {  height:250px; margin:3px; }
}
@media screen and (max-width: 1200px){
	
	.how_wrap .title , 
	.page .title 
	{ font-size: 1.5rem; font-weight: 600; text-align: center; margin-bottom:40px; }
	.page .title .sub { display:block; font-size:1rem; margin-top:30px;}
	
	#page_how .how_li_wrap { position:relative; display:flex; flex-wrap: wrap; max-width:100%; padding:10px;  }
	#page_how .how_li_wrap .how_li { width:calc(50% - 4px);  height:140px; margin:2px; }
	#page_how .how_li_wrap .how_li a { display:block; width:100%; height:100%; }
	#page_how .how_li_wrap .how_li:after { display:none;}
	#page_how .how_li_wrap .how_li .li_txt_wrap { font-size:1.03rem; padding:15px; letter-spacing:-1px; }
	#page_how .how_li_wrap .how_li:hover .li_txt_wrap  { display:block; width:auto; height:auto; font-size:1.03rem; text-align:left; line-height:1.5rem; }
	#page_how .how_li_wrap .how_li:hover .li_txt_wrap br { display:none; }
	#page_how .how_li_wrap .how_li:nth-child(7) { width:100%; }
	#page_how .how_li_wrap .how_li:nth-child(8) {background:#f3f3f3;  }
	#page_how .diff { display:block; max-width:80%; margin:20px auto 0 auto; padding:10px 20px; font-size:0.95rem; color:#fff;  background: #193d00; box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
		border-top-left-radius:20px;  border-bottom-right-radius:20px; 
	}
	#page_how .diff .call { display:block; }
	
	#page_method .m_li_wrap { display:flex;flex-wrap: wrap; justify-content: center; width:100%; max-width:100%; margin:0px auto 0 auto; }
	#page_method .m_li_wrap .m_li { cursor:pointer; width:45%; min-height:250px; padding:15px 5px;  text-align:center; margin:4px 4px; padding:20px; border:1px solid #999;  transition:all 0.3s;}
	#page_method .m_li_wrap .m_li a { display:block; text-align:center; }
	#page_method .m_li_wrap .m_li .c_icon { width:80px; height:80px; margin:auto; border-radius:50%; background-size:80px; }
	#page_method .m_li_wrap .m_li .c_title { margin-top:10px; }
	#page_method .m_li_wrap .m_li .c_title .title { font-size:0.9rem; }
	#page_method .m_li_wrap .m_li .c_title .con { margin-top:3px; font-size:0.77rem; color:#888; }
	#page_method .m_li_wrap .m_li .star { position:absolute; width:80px; top:-20px; right:-20px; }

}
@media screen and (max-width: 1024px){
	
}
@media screen and (max-width: 980px){
	
}
@media screen and (max-width: 768px){
}

#page3 .page_con { padding-left:180px;}
#page4 .page_con { padding-left:180px;}
#page5 .page_con { padding-left:180px;}

#page3 .lawyer_talk { display:flex; flex-wrap:wrap; justify-content:space-between; max-width:950px;}
#page3 .lawyer_talk .lawyer_img { width:455px; height:630px; overflow:hidden; border:10px solid #fff;  }
#page3 .lawyer_talk .lawyer_img img { width:100%; }
#page3 .lawyer_talk .lawyer_content { text-align:left; }
#page3 .lawyer_talk .lawyer_content .title { font-size:40px; line-height:48px; font-weight:500; }
#page3 .lawyer_talk .lawyer_content p { margin:20px 0 30px 0; font-size:18px; color:#333; }
#page3 .lawyer_talk .lawyer_content .name { font-size:20px; }
#page3 .lawyer_talk .lawyer_content .lawyer_lic { margin-top:40px; }
#page3 .lawyer_talk .lawyer_content .lawyer_lic img {}

#page4 .lawyer_prom .prom_title { display:block; position:relative; height:420px; box-sizing:border-box; border:1px solid #fff; }
#page4 .lawyer_prom .prom_title .mt { font-size:40px; margin-top:120px; }
#page4 .lawyer_prom .prom_title .prom_tag { display:inline-block; background: #F0E9E3; color: #111; margin: 20px 0;  padding: 10px 15px; font-size: 18px; } 
#page4 .lawyer_prom .prom_cont { text-align:center; font-size:20px;  }
#page4 .lawyer_prom .prom_cont .new_img { margin:20px 0 60px 0; }
#page4 .lawyer_prom .prom_cont .cont_sec { margin:40px auto; line-height:40px; }
#page4 .lawyer_prom .prom_cont .cont_sec .con_tag { display:inline-block; background: #F0E9E3; color: #111; margin: 20px 0;  padding: 10px 15px; font-size: 18px;  }
#page4 .lawyer_prom .prom_cont .cont_title { margin-top:80px; font-size:35px; }
#page4 .lawyer_prom .prom_cont .cont_q_box { display:block; margin:50px auto; padding:40px; line-height:50px;  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }
#page4 .lawyer_prom .prom_cont .listbox { margin:40px auto; }
#page4 .lawyer_prom .prom_cont .listbox ul { list-style:none; margin:0; padding:0; display:inline-block; border-top:3px solid #333; }
#page4 .lawyer_prom .prom_cont .listbox ul li { text-align:left; border-bottom:1px solid #ddd; padding:20px 80px; font-weight:600;  }
#page4 .lawyer_prom .prom_cont .listbox ul li em { display:inline-block; color:#78624A; margin-right:40px; }

#page5 {background:#415e63;  }
#page5 .vtc_wrap .btitle { color:#fff; }
#page5 .map_wrap { }
#page5 .map_wrap .cont_title  { font-size:40px; color:#fff; }
#page5 .map_wrap  .addr { margin:60px auto 80px auto; font-size:15px; color:#ddd; }
#page5 .map { box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; }






#page3 .animate{transition-duration: 0.5s}
#npage2 {background-color: #1b1d31;}
#npage3 img:nth-child(2) {z-index: 1;}
#npage3 table {font-weight: 300; font-size: 20px; color: #fff; letter-spacing: -0.7px;}
#npage3 table td {border-bottom: 1px solid #fff; padding: 0 8%; line-height: 16px;}
#npage3 table td.resize {position: relative;}
#npage3 table tr:last-child td {border-bottom: 0;}
#npage3 table td:after {content: ''; display: block; clear: both;}
#npage3 table td .list-txt {float: left;}
#npage3 table td input {position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0;}
#npage3 table td .checkB {float: right; display: block; width: 15px; height: 15px; border: 1px solid rgba(255,255,255,0.8); position: relative; }
#npage3 table td .checkB:after {content: ""; position: absolute; display: none;}
#npage3 table td input:checked ~ .checkB:after {display: block;}
#npage3 table td .checkB:after { left: -3px; top: -7px; width: 24px; height: 19px; background: url(../images/page8-check_191118.png) no-repeat; background-size: contain;}

#page5 input[type="radio"] {opacity: 0; cursor: pointer; height: 0; width: 0;}
#page5 .checkR {display: block; width: 20px; height: 20px; border: 1px solid rgba(255,255,255,0.8);}
#page5 .checkR:after {content: ""; position: absolute; display: none;}
#page5 input[type="radio"]:checked ~ .checkR:after {display: block;}
#page5 .checkR:after {left: -6px; top: -26px; width: 41px; height: 39px; background: url(../images/DB-check_191205.png) no-repeat; background-size: contain;}

#page5 input[type="checkbox"] {opacity: 0; cursor: pointer; height: 0; width: 0;}
#page5 .checkB {display: block; width: 21px; height: 21px; border: 1px solid rgba(255,255,255,0.8);}
#page5 .checkB:after {content: ""; position: absolute; display: none;}
#page5 input[type="checkbox"]:checked ~ .checkB:after {display: block;}
/* #page5 .checkB:after {left: -6px; top: -26px; width: 41px; height: 39px; background: url(../images/DB-check_191205.png) no-repeat; background-size: contain;}*/
#page5 .checkB:after {left: 0px; top: -8px; width: 25px; height: 19px; background: url(../images/DB-check_191205.png) no-repeat; background-size: contain;}


.popup { z-index: 10000; position: fixed; top: 15px; right: 15px; display: table; padding: 15px; border: 1px solid #999; text-align: center; max-width: 100%; }
.popup .close { float: right; cursor: pointer; position: relative; top: 10px; }
.popup .open {font-size: 16px; position: relative; top: 8px; border: 3px solid #b65286; display: inline-block; background-color: #fff; padding: 10px 30px; border-radius: 30px; color: #333; }
.popup img {max-width: 100%; }
.popup2 {z-index: 10001; position: fixed; top: 0; bottom: 0; left: 0; right: 0;}
.popup2 .block {z-index: 2; position: absolute; max-width: 80%; max-height: 80%; top: 0; left: 0; display: table; }
.popup2 img {max-width: 100%;}
.popup2 .btns {display: flex; background-color: rgba(33,33,33,.8); }
.popup2 .btn {color: #fff; width: 50%; text-align: center; cursor: pointer; padding: 5px 0; font-size: 16px; }

.img-scroll {position: absolute; z-index:12; bottom: 6%; left: 50%; transform: translate(-50%,0);}
/* .phone .on {display: none;} */
.phone.on .on {display: none;}
/* .phone.on .on {display: initial;} */

.resize {position: absolute; }

/* .animate {opacity: 0.7; animation-duration: 1s; transition-duration: 1s; } */
.animate {opacity: 0; animation-duration: 1s; transition-duration: 1s; }
.animate.toTop {transform: translate(0, 40%); }
.animate.toBottom {transform: translate(0, -20%); }
.animate.toLeft {transform: translate(20%, 0); }
.animate.toRight {transform: translate(-40%, 0); }

.active .animate { opacity: 1; transform: translate(0, 0); }

.animate.delay1 {animation-delay: .2s; transition-delay: .2s; }
.animate.delay2 {animation-delay: .4s; transition-delay: .4s; }
.animate.delay3 {animation-delay: .6s; transition-delay: .6s; }
.animate.delay4 {animation-delay: .8s; transition-delay: .8s; }
.animate.delay5 {animation-delay: 1s; transition-delay: 1s; }
.animate.delay6 {animation-delay: 1.2s; transition-delay: 1.2s; }
.animate.delay7 {animation-delay: 1.4s; transition-delay: 1.4s; }
.animate.delay8 {animation-delay: 1.6s; transition-delay: 1.6s; }
.animate.delay9 {animation-delay: 1.8s; transition-delay: 1.8s; }

.hover.toSizeUp {animation-duration: .5s; transition-duration: .5s;animation-delay: 0s; transition-delay: 0s;}
.hover.toSizeUp:hover {transform: scale(1.1,1.1); animation-delay: 0s; transition-delay: 0s;}

.page { position:relative; min-height:800px; text-align:center; padding:180px 0; }
#page1 { height: 100vh; }
/* 
#page1 .ani_1 { width:90%; left:50%; top:18%;  margin-left:-45%;}
#page1 #con_1 { position:absolute; bottom:0; float:left; left:50%; margin-left:-557px; } */
#page1 .ani_1 { position:absolute; width:480px; height:480px; left:50%; top:28%;  margin-left:-620px; }
#page1 .ani_1 img { width:100%; }
#page1 #con_1 { margin-top:-2px; }

#page1 .ani_txt_wrap { position:absolute; left:50%; top:33%; margin-left:-150px; height:200px; }
#page1 .ani_txt_wrap .main_bn_txt { font-size:50px; text-align:left; color:#fff; letter-spacing:-2px; font-weight:600; margin-bottom: 40px;
	-webkit-animation:blink_t 0.8s ease-in-out  normal forwards; -moz-animation:blink_t 0.8s ease-in-out  normal forwards; animation:blink_t 0.8s ease-in-out  normal forwards;
}
#page1 .ani_txt_wrap .main_bn_txt em { color:#efd751; font-weight:600; }
#page1 .ani_txt_wrap .slide_txt { font-size:20px; text-align:left; color:#fff; letter-spacing:-1px;  margin-bottom:8px;
	-webkit-animation:main_txt_sub 0.5s ease-in-out  normal forwards; -moz-animation:main_txt_sub 0.5s ease-in-out  normal forwards; animation:main_txt_sub 0.5s ease-in-out  normal forwards;
	opacity:0; 
}
#page1 .ani_txt_wrap .slide_txt.show1  { animation-delay: 0.8s; }
#page1 .ani_txt_wrap .slide_txt.show2  { animation-delay: 1.6s; }
#page1 .ani_txt_wrap .slide_txt.show3  { animation-delay: 2.4s; }
#page1 .ani_txt_wrap .slide_txt em { color:#193d00; font-weight:600; }
@-webkit-keyframes main_txt_sub { 
	0% {opacity:0; transform:scale(2.5, 2.5); } 100% {opacity:1; transform:scale(1, 1); } 
} 
@-moz-keyframes main_txt_sub { 
	0% {opacity:0; transform:scale(2.5, 2.5); } 100% {opacity:1; transform:scale(1, 1); } 
} 
@keyframes main_txt_sub { 
	0% {opacity:0; transform:scale(2.5, 2.5); } 100% {opacity:1; transform:scale(1, 1); } 
}

#page1 .ani_qt_wrap { position:absolute; left:50%; bottom:8%; margin-left:-150px; height:200px; }
#page1 .ani_qt_wrap .slide_txt { font-size:18px; text-align:start; color:#fff; letter-spacing:-1px;  margin-bottom:0px; 
	-webkit-animation:blink_t 0.5s ease-in-out  normal forwards; -moz-animation:blink_t 0.5s ease-in-out  normal forwards; animation:blink_t 0.5s ease-in-out  normal forwards;
	opacity:0; 
}
#page1 .ani_qt_wrap .slide_txt.c_y {color:#efd751; transform: rotate(0.1deg);}
#page1 .ani_qt_wrap.ani_qt_wrap02 {bottom:0%;}

#page4 .ani_1 { width:648px; left:25%; top:18%;  margin-left:-324px; }
#page4 .ani_2 { width:511px; left:78%; top:35%;  margin-left:-260px; transition-delay: 0.6s; }
#page4 .ani_3 { width:903px; left:50%; top:65%;  margin-left:-450px; transition-delay: 1.8s; }
#page4 #logo4 { position:absolute; float:right; left:50%; margin-left:400px; }
#page4 #pbg { z-index:1000;}

#page7 #ask_list { position:absolute; float:left; left:50%; width: 700px; margin-top:-407px; margin-left:-555px; }
#page7 #ask_list .list_scr { height:270px; padding:0 10px; overflow:hidden; }
#page7 #ask_list ul { list-style:none; padding:0; margin:0; transition:1.0s all;  width: 80%;}
#page7 #ask_list ul li {height:45px; text-align:left; color:#000; font-size:20px; line-height:40px; padding:8px 18px;  border-bottom:1px solid #ddd; }
#page7 .lback {margin-bottom:75px; margin-left:-50px;}
#page7 #ask_list .ask_btn { display:block; width:1100px; margin-top:62px; margin-left:-21px; height:75px; font-size:0; 
	-webkit-animation:blink_t 0.8s ease-in-out infinite alternate; -moz-animation:blink_t 0.8s ease-in-out infinite alternate; animation:blink_t 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink_t { 
	0% {opacity:0; } 100% {opacity:1; } 
} 
@-moz-keyframes blink_t { 
	0% {opacity:0; } 100% {opacity:1; } 
} 
@keyframes blink_t { 
	0% {opacity:0; } 100% {opacity:1; } 
}


#page9 .ck_list { display:block; position:absolute; margin-top:-595px; left:50%; margin-left:-250px; }
#page9 .ck_list ul { display:inline-block; width:510px; }
#page9 .ck_list ul li { display:block; text-align:left; padding:13px 3px; cursor:pointer; }
#page9 .ck_list ul li span { display:inline-block; width:30px; height:30; background:transparent;}
#page9 .ck_list ul li.on span { background:url('../images/check.png') no-repeat;}
#page9 .ck_list .res_result { display:block; margin:100px 70px 0 70px;  height:68px; font-size:0; opacity:0; cursor:pointer; }
#page9 .ck_list_result { display:none; position:absolute; margin-top:-125px; left:50%; width:600px; margin-left:-300px; padding:30px; background:#e9bb1c; }
#page9 .ck_list_result p { display:block; line-height:50px; color:#222; font-size:25px; font-weight:600; }
#page9 .ck_list_result a { display:block; height:60px; background:#4c3917; color:#fff; font-weight:600; font-size:20px; line-height:55px; cursor:pointer; margin-top:10px;  }

#page11 .ab_form { position:absolute; float:left; left:50%; width: 950px; margin-top:-297px; margin-left:-475px; }
#page11 .ab_form .input_area { margin-top:0px; }
#page11 .ab_form .f_input { padding:13px 20px; font-size:20px; font-weight:600; }
#page11 .ab_form .f_input#wr_name {  float:left; left:0; top:0; margin-left:105px; width:320px; }
#page11 .ab_form .f_input#wr_content {  float:right; right:0;  top:0; margin-right:20px; width:320px; }
#page11 #form_ask .submit { display:block; padding:33px; cursor:pointer; font-size:0; opacity:1; margin-top:125px; }
#page11 .ck_wrap { display:inline-block; position:absolute; float:left; left:50%; width: 950px; margin-top:-77px; margin-left:-475px; }
#page11 .ck_wrap .ck_list { display:inline-block;  color:#fff !important; margin:0 20px; font-size:16px;}
#page11 .ck_wrap .ck_list span { display:inline-block;  width:30px; height:30; background:transparent; }
#page11 .ck_wrap .ck_list.on span { background:url('../images/check.png') no-repeat;}
#page11 .ck_wrap .ck_list.on label  a { text-decoration:underline; cursor:pointer; color:#ddd;}

.pop { display:none; }
.pop .back { position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1000; }
.pop .pop_wrap { position:fixed; left:50%; top:50%; margin-left:-25%; margin-top:-18%; width:50%; height:70%; background:#fff; z-index:9999; padding:30px; }
.pop .pop_wrap .scr { position:relative; height:100%; width:100%; overflow-y:auto; border:1px solid #ddd; font-size:15px; padding:25px;}



.more_bar_wrap { display:block; text-align:center; }
.more_bar_wrap .more_bar_btn { display:inline-block; background:#193d00; color: #efd751; padding:10px 20px; margin-top:50px; font-size:1.5em; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }

@media screen and (max-width: 1560px){
	.header .nav { padding-left: 330px; }
	.header .nav .item { font-size: 15px; padding:0 1rem; }
	.header .phone { height: 60px; line-height: 20px; font-size: 15px; padding: 20px 30px; }
}
@media screen and (max-width: 1480px){
	.header .nav .item { font-size: 15px; padding:0 0.7rem; }
	.header .phone { height: 60px; line-height: 20px; font-size: 14px; padding: 20px 20px; }
}
@media screen and (max-width: 1300px){
	
	
}
@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1024px){
	body { min-width: 100%; max-width: 100%; margin: auto; }
	
	.more_bar_wrap { display:block; text-align:center; }
	.more_bar_wrap .more_bar_btn { display:inline-block; background:#193d00; color: #efd751; padding:10px 10px; margin-top:10px; font-size:0.95em; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
	
	
	.success_section { display:block; width:100%; padding:0px; background:transparent; }
	.success_section .h_slide { width:90%;  margin:0px auto; }
	.success_section .h_slide .swipe_wrap { position:relative; width:100%; height:480px; }
	.success_section .h_slide .swiper { max-width: 100%; width:100%; height: 100%; } 
	.success_section .h_slide .swiper-slide { max-width: 100%; width:100%; height:480px; text-align: center;  }
	.success_section .h_slide .mSwiper .swiper-pagination { /*position: absolute; bottom: -30px; text-align:left; */}
	.success_section .h_slide .swiper-button-next,
	.success_section .h_slide .swiper-button-prev { top: 50%; z-index:1000; }
	.success_section .h_slide .swiper-button-prev { transform:translateX(-30px) scale( 0.7 ); }
	.success_section .h_slide .swiper-button-next { transform:translateX(30px) scale( 0.7 ); }
	.success_section .h_slide .swiper-button-next:after, 
	.success_section .h_slide .swiper-rtl .swiper-button-prev:after { color: #999; }
	.success_section .h_slide .swiper-button-prev:after, 
	.success_section .h_slide .swiper-rtl .swiper-button-next:after { color: #999; }

	.success_section .h_slide .swipe_wrap { width:100%;  }
	.success_section .h_slide .mSwiper { padding:0px;  }
	.success_section .h_slide .mSwiper .swiper-slide { max-width: auto; width:100%; height:100%; padding:15px;  border-radius:10px; overflow:hidden;}
	.success_section .h_slide .mSwiper .item_wrap { padding:25px 30px; height:100%; padding:25px;  text-align:left;  border:1px solid #cbcec9; }
	.success_section .h_slide .mSwiper .item_wrap .item_tag { display:inline-block; background:#ffda0d; color:#000; padding:2px 8px; font-size:16px; border-radius:0px; font-weight:500; } 
	.success_section .h_slide .mSwiper .item_wrap .item_title_wrap { margin:10px 0 20px 0; padding-bottom:20px; border-bottom:1px solid #CDBFB3; font-size:18px; } 
	.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_title { display:block; font-size:1.2rem;  font-weight:500; margin-bottom:10px;} 
	.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
	.success_section .h_slide .mSwiper .item_wrap .item_title_wrap .item_js { display:inline-block; color:#fff; background: linear-gradient( 45deg, #92d762, #193d00 ); padding:5px 8px; font-weight:600; font-size:0.75em; letter-spacing:-1px;}
	.success_section .h_slide .mSwiper .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
	.success_section .h_slide .mSwiper .item_wrap .item_step_wrap span { color:#000;  }
	.success_section .h_slide .mSwiper .item_wrap .item_content_wrap { font-size:15px; line-height:22px; color:#333; }
	.success_section .h_slide .mSwiper .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }

	.success_section .h_slide .mSwiper .item_hover { position:absolute; left:0; top:0; width:100%; height:100%; opacity:0; transition:all 0.3s; }
	.success_section .h_slide .mSwiper .item_hover { display:none; position:absolute; float:left; left:0; top:0; width:100%; height:100%; padding:10px; transition:all 0.2s; } 
	.success_section .h_slide .mSwiper .item_hover.active { display:block; opacity:1; }
	.success_section .h_slide .mSwiper .item_hover > div { width:100%; height:100%; background:rgba(0,0,0,0.6); padding:20px; overflow:hidden;  text-align:center;}
	.success_section .h_slide .mSwiper .item_hover > div img { display:inline-block; width:100%; height:auto; margin:auto; }

	.success_section .gap { display:none;  height:500px; width:20px; background:#fafbf9; }
	.success_section .v_slide { display:none;   width:calc(100% - 480px); }
	.success_section .v_slide .swipe_wrap { width:100%; height:500px; padding:20px;  background:rgba(255,255,255,0.2); border-radius:0px; }
	.success_section .v_slide .swiper { max-width: 100%; width:100%; height: 100%; position: relative; overflow: hidden; } 
	.success_section .v_slide .swiper-slide { max-width: 100%; width:100%; height:360px; text-align: center; font-size: 18px; background: #fff; border-radius: 0px; border-bottom:1px solid #ddd; 
		/* Center slide text vertically */
		display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
	.success_section .v_slide .swiper-slide img { display: block; width: 100%; width: 480px; height: 100%; object-fit: cover; } 
	.success_section .v_slide .swiper-slide {opacity:1; transition:opacity 0.5s; background:#fff;}
	.success_section .v_slide .swiper-slide-active { opacity:1; background:#f3f3f3; color:#000; }
	.success_section .v_slide .changing { transition:opacity 0.3s; pointer-events:none; }
	.success_section .v_slide .changed { transition:none; }
	.success_section .v_slide .v_mSwiper .swiper-pagination { /*position: absolute; bottom: -30px; text-align:left; */}
	.success_section .v_slide .v_mSwiper .swiper-button-next,
	.success_section .v_slide .v_mSwiper .swiper-button-prev { top: 50%; }
	.success_section .v_slide .v_mSwiper .swiper-button-prev { /* transform:translateX(-200%); */}
	.success_section .v_slide .v_mSwiper .swiper-button-next { /* transform:translateX(200%); */ }
	.success_section .v_slide .swiper-button-next:after, 
	.success_section .v_slide .swiper-rtl .swiper-button-prev:after { color: #eee; }
	.success_section .v_slide .swiper-button-prev:after, 
	.success_section .v_slide .swiper-rtl .swiper-button-next:after { color: #eee; }
	.success_section .v_slide .v_mSwiper .item_wrap { display:block; width:100%; height:100%; padding:15px 30px; text-align:left;  }
	.success_section .v_slide .v_mSwiper .item_wrap .item_tag { display:inline-block; background:#333; color:#fff; padding:2px 8px; font-size:14px; border-radius:0px; font-weight:500; margin-right:10px; } 
	.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap { margin:0; padding-bottom:20px; font-size:16px; } 
	.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_title { display:block; font-size:1.3rem;  font-weight:500; margin-bottom:10px;} 
	.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_date { display:inline-block; margin-left:10px; color:#333; font-weight:400; font-size:0.9em; } 
	.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_js { display:inline-block; color:#fff;  background: linear-gradient( 45deg, #92d762, #193d00 );  padding:3px 8px; font-weight:500; font-size:0.85em; }
	.success_section .v_slide .v_mSwiper .item_wrap .item_title_wrap .item_summ { display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:10px; overflow:hidden; text-overflow:ellipsis; font-size:15px; line-height:22px; height:44px; }
	.success_section .v_slide .v_mSwiper .item_wrap .item_step_wrap { margin:10px 0; color:#999999; font-size:17px; }
	.success_section .v_slide .v_mSwiper .item_wrap .item_step_wrap span { color:#000;  }
	.success_section .v_slide .v_mSwiper .item_wrap .item_content_wrap { font-size:16px; line-height:27px; color:#333; }
	.success_section .v_slide .v_mSwiper .item_wrap .item_content_wrap p { /* font-size:14px; text-indent:-16px; padding-left:16px; line-height:23px; color:#333; */ }
	
	
}
@media screen and (max-width: 980px){
	body { min-width: 100%; max-width: 100%; margin: auto; }
	.page { min-width: 100%; }
}
@media screen and (max-width: 768px){
	body { min-width: 100%; max-width: 100%; margin: auto; }
	.side { display:none; }
	.header { position: absolute; width: 100%; height: 60px; line-height: 65px; background-color: #fff; min-width: 100%;  max-width: 100%; z-index: 999; margin: auto; }
	.header .logo { position: absolute; left: 10px; top: 10px; line-height: 0; }
	.header .logo img { height: 40px; }
	.header .nav { display:none; }
	.header .phone { top: 10px; right: 5px; height: 40px; line-height: 20px; font-size: 12px; font-weight:400; padding: 10px 10px; background: #193d00; letter-spacing: -1px; }
	
	.page { min-width: 100%; min-height: 600px; padding:60px 0;}
	.page .page_con { max-width: 100%; box-sizing: border-box; text-align:center;  }
	.page .page_con .page_con_title { font-size: 1.5rem; font-weight: 600;text-align:center; }
	.page .page_con .txt_tag {  margin: 20px auto; padding: 10px 15px; font-size: 15px; }
	
	.main_spot {position:absolute; top:0; width:100%; height:100vh; display:flex; flex-direction:column;  justify-content:center;}
	#page1 .ani_1 { position:relative; width: 160px; height: 160px; left: 50%; top: 5%; margin-left: -80px; margin-bottom:20px; }
	#page1 .ani_1 img { width:100%; }
	#page1 .ani_txt_wrap { position:relative;   left: 0; top: 0; margin-left: 0px;  margin-top:-80px; padding:30px;  height: auto; }
	#page1 .ani_txt_wrap .main_bn_txt { font-size: 25px; text-align:center; margin-top:30px; margin-bottom:30px;}
	#page1 .ani_txt_wrap .main_bn_txt em { display:inline-block; background:#193d00; color:#fff; padding:3px 10px 5px 10px; line-height:30px;}
	#page1 .ani_txt_wrap .slide_txt { font-size: 15px;  text-align:center; }
	#page1 .ani_qt_wrap { position: relative; left: 0%;  bottom: 0%; margin-left: 0px; margin-top:10px;  height: auto;}
	#page1 .ani_qt_wrap.ani_qt_wrap02 {bottom:1%;}
	#page1 .ani_qt_wrap .slide_txt { text-align:center; font-size: 14px; color:#ddd;} 
	
	#page2 .page_con { text-align: center; }
	#page2 #success_item { position: relative; width:90%; margin: 30px auto; }
	/*
	#page2 #success_item .item { display: inline-block; position: relative; height: 330px; margin: 0 3px; box-sizing: border-box; background: #F0E9E3; border-radius:18px; }
	#page2 #success_item .item .item_wrap { padding:25px 15px; height:calc(100% - 15px); overflow:hidden; text-align:left; }
	*/
	#page2 #success_item .item { display: inline-block; position: relative; height: auto; margin: 0 3px; box-sizing: border-box; background: #F0E9E3; border-radius:18px; }
	#page2 #success_item .item .item_wrap { padding:25px 15px; height:auto;  text-align:left; }
	#page2 #success_item .item .item_wrap .item_tag { padding: 5px 8px; font-size: 17px; border-radius: 5px; }
	#page2 #success_item .item .item_wrap .item_title_wrap { margin: 10px 0; padding-bottom: 20px; margin-bottom:20px; font-size: 18px; }
	#page2 #success_item .item .item_wrap .item_title_wrap .item_date {
		display: inline-block;
		margin-left: 10px;
		color: #333;
		font-weight: 400;
		font-size: 0.8em;
	}
	#page2 #success_item .item .item_wrap .item_step_wrap { font-size: 16px; margin:10px 0;  }
	#page2 #success_item .item .item_wrap .item_content_wrap p { font-size: 14px; text-indent: -15px; padding-left: 15px; line-height: 20px; color: #333; text-align:left; margin-bottom:7px; }
	#page2 #success_item .item .item_hover { padding: 0px; }
	#page2 #success_item .item .item_hover > div { padding: 5px; border-radius:18px; }
	#page2 #success_item .item .item_hover > div img  { width: auto; height: 100%; padding: 5px; overflow: hidden; }
	
	.vtc_wrap { position: relative; writing-mode: horizontal-tb; text-align: center; left: 0; }
	
	.slick-arrow { }
	.slick-arrow.slick-prev {  margin-left: -18px; z-index:10; background-size:20px 20px; }
	.slick-arrow.slick-next {  right: -48px; z-index:10; background-size:20px 20px; }
	
	#page3 .page_con { padding: 15px; }
	#page3 .lawyer_talk { margin:40px 0; }
	#page3 .lawyer_talk.lawyer_talk01 {flex-direction:column-reverse;}
	#page3 .lawyer_talk .lawyer_img { width: 100%; max-height:500px; overflow: hidden; border: 0px solid #fff; }
	#page3 .lawyer_talk .lawyer_content {width:100%; padding:20px; background:#fff; margin-left:0px; margin-top:20px; z-index:100;}
	#page3 .lawyer_talk .lawyer_content .title { font-size: 25px; line-height: 28px; font-weight: 500; }
	#page3 .lawyer_talk .lawyer_content p { margin: 20px 0 30px 0; font-size: 14px; }
	#page3 .lawyer_talk .lawyer_content .name { font-size: 16px; }
	#page3 .lawyer_talk .lawyer_content .lawyer_lic { margin-top: 20px;  text-align:center;}
	
	#page4 .page_con { padding-left: 0px; }
	#page4 .lawyer_prom .prom_title { background-size: 260px 200px; height: auto; background-position:50% 0px; }
	#page4 .lawyer_prom .prom_title .mt { font-size: 16px; margin-top:0px; padding-top: 100px; }
	#page4 .lawyer_prom .prom_title .prom_tag { margin-top: 130px; font-size:15px;}
	#page4 .lawyer_prom .prom_cont .new_img { margin: 20px 0 0px 0; }
	#page4 .lawyer_prom .prom_cont .cont_sec { margin: 40px auto; line-height: 23px; font-size:15px; padding:30px; }

	#page4 .lawyer_prom .prom_cont .cont_title { margin-top: 80px; font-size: 18px; }
	#page4 .lawyer_prom .prom_cont .cont_q_box { margin: 20px 15px; padding: 20px; line-height: 28px; font-size:15px; letter-spacing:-1px;}
	#page4 .lawyer_prom .prom_cont .cont_sec .con_tag { margin: 20px 0; padding: 10px 15px; font-size: 15px; }
	#page4 .lawyer_prom .prom_cont .cont_msg { font-size: 16px; padding:0 50px;}
	#page4 .lawyer_prom .prom_cont .listbox ul li { padding: 20px 20px; font-size:16px; }
	#page4 .lawyer_prom .prom_cont .listbox ul li em { margin-right: 10px; }
	
	#page_review { min-height:auto; }
	
	#page5 .page_con { padding: 0px 15px; }
	#page5 .map_wrap .cont_title { font-size: 18px; color: #fff; }
	#page5 .map_wrap .addr { margin: 40px auto 20px auto; font-size: 13px; color: #ddd; }
	.root_daum_roughmap .wrap_map { position: relative; height: 200px !important; }
	
	.footer_wrap * { font-size: 13px; line-height:15px; }
	.footer { display: block; position: relative; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; padding: 40px 15px; }
	.footer .f_logo { margin-right:0px;  margin-bottom:30px; }
	.footer .f_left { display: block; margin-bottom:0px;}
	.footer .tel_info { margin:40px 0; } 
	.footer .tel_info > div { margin-bottom:10px;} 
	
	.fixed { right:10px;}
	.fixed p {font-size:12px !important; text-align:center; }
	.fixed p a {font-size:12px !important; }
	.fixed .call_wrap { padding:0; margin:10px 0 0 0; border:0;  }
	.fixed .call_wrap ul li { color: #fff; font-size: 12px !important; text-align:center; }
	.fixed .call_wrap ul li div {font-size:12px !important;}
	
	.foot_slide {  position: fixed; z-index: 99; bottom: 0; left: 0; border-radius:0px;  width:100%; background:#122901; background-image:url('/img/f_back.jpg'); background-size:cover; background-position:center center; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; opacity:0; transition:all 0.3s; transform:translate(0, 200px);}
	.foot_slide .inner { display:flex; width:100%; margin:auto;  }
	.foot_slide .inner:after {  }
	.foot_slide .inner .mf { display:flex; align-items: center; flex-direction: column; width:100%; color:#fff; font-size:1rem; padding:25px 0; text-align:left; }
	.foot_slide .inner .mf p { }
	.foot_slide .inner .mf .tel { color:#efd751; font-size:1.1rem; font-weight:600; letter-spacing:0px; }
	.foot_slide .inner .mf .sub { font-size:0.7em;}
	.foot_slide .inner .mf:first-child { }
	
	.foot_slide.active {
		opacity: 1;
		transform: translate(0, -60px);
	}
	
	.center_slide {  position: relative; z-index: 99; bborder-radius:0px;  width:100%; background:#122901; background-image:url('/img/f_back.jpg'); background-size:cover; background-position:center center; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; opacity:1; transition:all 0.3s; }
	.center_slide .inner { display:flex; width:100%; margin:auto;  }
	.center_slide .inner:after {  }
	.center_slide .inner .mf { display:flex; align-items: center; flex-direction: column; width:100%; color:#fff; font-size:1rem; padding:25px 0; text-align:left; }
	.center_slide .inner .mf p { }
	.center_slide .inner .mf .tel { color:#efd751; font-size:1.1rem; font-weight:600; letter-spacing:0px; }
	.center_slide .inner .mf .sub { font-size:0.7em;}
	.center_slide .inner .mf:first-child { }
}
@media screen and (max-width: 640px){

}
@media screen and (max-width: 600px){
	
}
@media screen and (max-width: 500px){
	
}
@media screen and (max-width: 350px){
	
}