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

/*basic-set*/
input[type=text],
input[type=password],
textarea
{
  -webkit-box-sizing :border-box;‌
    -moz-box-sizing :border-box;
    box-sizing :border-box;
	line-height:auto;
	vertical-align:top;
}
* { position:relative; word-break:keep-all; }
html.on { height: 100%; overflow: hidden ;}
a.off { opacity:0.4; -webkit-opacity:0.4; pointer-events:none; cursor:default; }
.bt_view_detail_ov { position:absolute; top:0; left:0; right:0; bottom:0; }
.pu_bg { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); z-index:98; display:none; transition:none; }
.pu { position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); background:#fff; border:1px solid #d3d3d3; border-radius:5px; box-shadow:0 5px 10px rgba(0,0,0,0.2); z-index:99; display:none; transition:none; }

@media screen and (max-device-width: 1300px){
	body { -webkit-text-size-adjust:none; }
}

/*layout*/
#wrap { height: auto; }
/*#wrap { height: 100%; }*/
.display-g {display:grid;}

#header { position: absolute; top: 0; left: 0; right: 0; height: 140px; z-index: 30; }
#header * { transition:all ease-in-out 0.3s; }
#header:hover { background: #460505; }
#header.sticky { position: fixed; background: #460505; }
#header h1 { position: absolute; top: 40px; left: 0; right: 0; text-align: center; }
#header h1 img { height: 38px; }

#gnb { position: absolute; top: 78px; left: 0; right: 0; text-align: center; }
#gnb>li { position: static; display: inline-block; padding: 0 54px; margin: 0 -1px; }
#gnb>li>a { display: block; font-size: 18px; line-height: 62px; color: #fff; font-weight: 500; }
#gnb>li>a::after { content: ''; position: absolute; bottom: 0; left: 50%; right: 50%; height: 2px; background: #fff; transition: all 0.3s; }
#gnb>li:hover>a::after { left: -15px; right: -15px; }
#gnb>li a:hover { text-decoration: none; }
#gnb>li .gnb_sub { position: absolute; top: 100%; left: 0; right: 0; height: 350px; background: #fff; text-align: left; display: none; box-shadow: 0 0 20px rgba(0,0,0,0.1); }
#gnb>li.on .gnb_sub { display: block; }
#gnb>li .gnb_sub .l_area { position: absolute; top: 0; left: 0; bottom: 0; right: calc(50% + 230px); background: #DEDEDE; }
#gnb>li .gnb_sub .l_area dl { position: absolute; top: 45px; right: 110px; width: 310px; font-weight: 300; }
#gnb>li .gnb_sub .l_area dl dt { font-size: 40px; color: #444; margin: 0 -50px 20px 0; letter-spacing: -0.05em; }
#gnb>li .gnb_sub .l_area dl dd { font-size: 14px; color: #888; line-height: 130%; }
#gnb>li .gnb_sub .r_area { position: absolute; top: 0; left: calc(50% - 230px); right: calc(50% - 650px); bottom: 0; padding: 45px 70px; }
#gnb>li .gnb_sub .r_area .menu li { margin-bottom: 15px; }
#gnb>li .gnb_sub .r_area .menu li a { display: inline-block; font-size: 16px; color: #444; font-weight: 500; padding: 0 17px 4px 0; border-bottom: 1px solid transparent; }
#gnb>li .gnb_sub .r_area .menu li a:hover { color: #460505; border-color: #460505; }
#gnb>li .gnb_sub .r_area .menu li a::after { content: ''; position: absolute; top: 3px; right: 5px; width: 7px; height: 12px; background: url(../images/arr_gnb_sub.png) 0/100% 100%; opacity: 0; transition: all 0.3s; }
#gnb>li .gnb_sub .r_area .menu li:hover a::after { right: 0; opacity: 1; }

#gnb>li .gnb_sub .r_area .ph_sec { position: absolute; top: 45px; right: 0; width: 240px; }
#gnb>li .gnb_sub .r_area .ph_sec .ph { padding-bottom: 62.5%; background: center center/cover; margin-bottom: 17px; }
#gnb>li:nth-child(1) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph01.png); }
#gnb>li:nth-child(2) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph02.png); }
#gnb>li:nth-child(3) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph03.png); }
#gnb>li:nth-child(4) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph04.png); }
#gnb>li:nth-child(5) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph05.png); }
#gnb>li:nth-child(6) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph06.png); }
#gnb>li:nth-child(7) .gnb_sub .r_area .ph_sec .ph { background-image: url(../images/gnb_sub_ph07.png); }
#gnb>li .gnb_sub .r_area .ph_sec .tx { font-size: 14px; color: #888; font-weight: 300; }

#bt_gnb { display: none; }
#gnb_mo { display: none; }
.menu_mo { display: none !important }

#pc_youtube {position:fixed; top:50px; right:30px; width:112px; height:27px; background:url(/szp/img/i_youtube02.png) center / 100% no-repeat;}

@media screen and (max-width:1400px) {
	#gnb>li { padding: 0 3%;  }
	#gnb>li .gnb_sub .l_area { right: auto; width: 400px; }
	#gnb>li .gnb_sub .l_area dl { left: 20px; right: 20px; width: auto; }
	#gnb>li .gnb_sub .r_area { left: 400px; right: 0; padding: 45px 30px; }
	#gnb>li .gnb_sub .r_area .ph_sec { right: 30px; }
}

/* 여기 */
@media screen and (max-width:1300px) {
	#header { height: 80px; }
	#header:hover { background: none; }
	#header.sticky:hover { background: #460505; }
	#header h1 { top: 50%; left: 30px; right: auto; transform: translateY(-50%); text-align: left; }
	#header h1 img { height: 38px; }

	.gnb_bg { position: fixed; top: 0; left: -100%; width: 100%; bottom: 0; background: rgba(0,0,0,0.7); opacity: 0; }
	.gnb_bg.on { left: 0; opacity: 1; }
	#gnb { display: none; }

	#gnb_mo { position: fixed; top: 0; bottom: 0; left: auto; right: -80%; width: calc(80% - 60px); background: #fff; padding: 80px 30px 40px; opacity: 0; display: block; overflow: hidden; overflow-y: auto; }
	#gnb_mo.on { right: 0; transition: all 0.3s; opacity: 1; }
	#gnb_mo>li { border-bottom: 1px solid #efefef; }
	#gnb_mo>li:first-child { border-top: 1px solid #efefef; }
	#gnb_mo>li>a { display: block; font-size: 20px; line-height: 60px; color: #000; padding: 0 30px; text-align: left; }
	#gnb_mo>li>a::before { content: ''; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 10px; height: 15px; background: url(../images/arr_gnb_sub.png) 0/100% 100%; }
	#gnb_mo>li ul { border-top: 1px solid #efefef; background: #f1f1f1; padding: 30px; display: none; }
	#gnb_mo>li.on ul { display: block; }
	#gnb_mo>li ul li { margin-bottom: 20px; }
	#gnb_mo>li ul li:last-child { margin: 0; }
	#gnb_mo>li ul li a { font-size: 18px; padding: 0; border: 0; color: #444; }
	#gnb_mo>li ul li a:hover { color: #460505; border-color: #460505; }

	#bt_gnb { position:absolute; text-indent: -9999px; top: 50%; right: 30px; width: 24px; height: 24px; margin-top: -12px; z-index: 11; display: block; }
	#bt_gnb i { position: absolute; left: 0; right: 0; height: 3px; background: #fff; }
	#bt_gnb.on i { background: #000; }
	#bt_gnb i:nth-child(1) { top: 0; }
	#bt_gnb i:nth-child(2),
	#bt_gnb i:nth-child(3) { top: 8px; }
	#bt_gnb i:nth-child(4) { top: 16px; }
	#bt_gnb i:nth-child(1),
	#bt_gnb i:nth-child(4) { transition: all 0.3s; }
	#bt_gnb.on i:nth-child(1),
	#bt_gnb.on i:nth-child(4) { opacity: 0; transition: all 0.2s; }
	#bt_gnb.on i:nth-child(2),
	#bt_gnb.on i:nth-child(3) { opacity: 1; }
	#bt_gnb.on i:nth-child(2) { transform: rotate(-405deg); -webkit-transform: rotate(-405deg); }
	#bt_gnb.on i:nth-child(3) { transform: rotate(-495deg); -webkit-transform: rotate(-495deg); }
	
	#pc_youtube {top:24px; right:100px;}
}

@media screen and (max-width:1000px) {
	.menu_mo { display: block !important; }
	.menu_pc { display: none !important; }
}

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

	#wrap { width:100%; overflow:hidden;}
	#header { height: 60px; }
	#header h1 { left: 20px; }
	#header h1 img { height: 20px; }

	#gnb_mo { width: calc(80% - 40px);padding: 60px 20px 20px; }
	#gnb_mo>li>a { font-size: 16px; line-height: 50px; padding: 0 20px; }
	#gnb_mo>li>a::before { width: 7px; height: 12px; }
	#gnb_mo>li ul { padding: 20px;  }
	#gnb_mo>li ul li { margin-bottom: 15px; }
	#gnb_mo>li ul li a { font-size: 14px; }

	#bt_gnb { right: 25px; width: 16px; height: 14px; margin-top: -7px; }
	#bt_gnb i { height: 2px; }
	#bt_gnb i:nth-child(2),
	#bt_gnb i:nth-child(3) { top: 6px; }
	#bt_gnb i:nth-child(4) { top: 12px; }
	
	#pc_youtube {display:none;}

}

/* 여기 */
#footer { background: #444; padding: 115px 30px 200px; }
#footer * { transition:all ease-in-out 0.3s; }
#footer .wrap { max-width: 1330px; margin: 0 auto; }
#footer .wrap .logo { margin-bottom: 78px; }
#footer .wrap .logo a { display: inline-block; min-width:380px;height: 34px; background: url(../images/logo.png) no-repeat 0 0/auto 100%; text-indent: -9999px; }
#footer .wrap .family_site { position: absolute; top: 0; right: 163px; }
#footer .wrap .family_site select { width: 200px; height: 45px; border: 0; background: #ccc; appearance: none; -webkit-appearance: none; padding: 0 20px; font-size: 16px; color: #000; outline: 0; }
#footer .wrap .family_site::after { content: ''; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 9px; height: 10px; background: url(../images/ic_fs_plus.png); }
#footer .wrap .bt_business_info { position: absolute; top: 0; right: 33px; display: block; line-height: 45px; font-size: 18px; color: #fff; }
#footer .wrap .info { display: flex; gap: 130px; margin-bottom: 52px; }
#footer .wrap .info dl { color: #fff; }
#footer .wrap .info dl dt { font-size: 20px; font-weight: 700; line-height: 150%; }
#footer .wrap .info dl dd { font-size: 18px; font-weight: 300; line-height: 150%; }
#footer .wrap .copyright { color: #fff; font-size: 18px; font-weight: 300; line-height: 150%; }
#footer .wrap .copyright b { display: block; font-weight: 20px; }
   
@media screen and (max-width:768px) {
	#footer { padding: 100px 20px; }
	#footer .wrap .logo { margin-bottom: 10px; }
	#footer .wrap .logo a { width:100%;min-width:100%;height: 53px; background: url(../images/logo_f_mo.png) no-repeat center 0/auto 100%; }
	#footer .wrap .family_site { position: relative; top: auto; right: auto; display: inline-block; margin-bottom: 30px; display: none; }
	#footer.on .wrap .family_site { display: inline-block; }
	#footer .wrap .bt_business_info { position: relative; top: auto; right: auto; line-height: 20px; font-size: 16px; text-align: center; margin-bottom: 30px; }
	#footer .wrap .bt_business_info::after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../images/arr_f_bi.png); vertical-align: middle; margin: -3px 0 0 15px; transform: rotate(0); transition: all 0.3s; }
	#footer.on .wrap .bt_business_info::after { transform: rotate(180deg); }
	#footer .wrap .info { display: block; gap: 0; margin: 0; display: none; }
	#footer.on .wrap .info { display: block; }
	#footer .wrap .info dl { margin-bottom: 30px; }
	#footer .wrap .info dl dt { font-size: 14px; }
	#footer .wrap .info dl dd { font-size: 12px; }
	#footer .wrap .copyright { font-size: 12px; }
	#footer .wrap .copyright b { font-weight: 14px; }
}



/* --------------------- aside start --------------------- */
.quick_area.left {
  position: fixed;
  display:none;
  right: 60px;
  bottom: 80px;
  z-index: 110;
  cursor: pointer;
  animation: bounce 2s infinite cubic-bezier(0.28, 0.84, 0.42, 1);
  width: 70px;
}
.quick_area.left .quick_link {
	display:block;
  height: 70px;
  width: 100%;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  //box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.quick_area.left .quick_link.youtube {
  background-image: url(/szp/img/i_youtube01.png);
  border-radius:initial;
  background-size:96%;
}
.quick_area.left .quick_link.consulting {
  background-image: url(../images/header_quick_consulting_icon.svg);
}
.quick_area.left .quick_link.call {
  background-image: url(../images/call_icon_mo.png);
}
.quick_area.left .quick_link.kakao {
  background-image: url(../images/header_quick_kakao_icon.svg);
}
.quick_area.left .quick_link.discord {
  background-image: url(../images/quick_discord_icon.png); background-size:90%;
} 
.quick_area.left .quick_link.go_top {
  background-image: url(../images/header_quick_go_top_icon.svg);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  33% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width:768px) {
	.quick_area.left {
		display:block;
		right: 1.5556vw;
		bottom: 16.6667vw;
		width: 12.963vw;
	  }
	 .quick_area.left .quick_link {
		height: 12.963vw;
		margin-top: 1.7037vw;
	  }
}

/*main*/
.mt_slider { height: 100vh; background: #000; overflow: hidden; }
.mt_slider .swiper-container,
.mt_slider .swiper-wrapper { height: 100%; }
.mt_slider .swiper-slide { height: 100%; background: no-repeat center center/cover; }
.mt_slider .swiper-slide::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4); }
.mt_slider .swiper-slide.s01 { background-image: url(../images/mt_slider_img01.jpg); }
.mt_slider .swiper-slide.s02 { background-image: url(../images/mt_slider_img02.jpg); }
.mt_slider .swiper-slide.s03 { background-image: url(../images/mt_slider_img03.jpg); }
.mt_slider .tx { position: absolute; top: 50%; left: 50%; transform: translateY(-50%); width: calc(100% - 60px); max-width: 650px; transform: translate(-50%,-50%); color: #fff; text-align: center; z-index: 1; }
.mt_slider .tx .lawfirm { height: 24px; text-align: left; text-indent: -9999px; background: url(../images/mt_slider_tx_lawfirm.png) no-repeat center 0/auto 100%; margin-bottom: 17px; }
.mt_slider .tx .tit { font-family:'Sandoll Seolya'; font-weight:400; font-size: 50px; margin-bottom: 35px; }
.mt_slider .tx p { font-size: 18px; line-height: 135%; margin-bottom: 50px; }
.mt_slider .tx .bt_view_detail { display: inline-block; width: 123px; line-height: 38px; border: 1px solid #fff; border-radius: 20px; font-size: 14px; color: #fff; }
.mt_slider .tx .bt_view_detail:hover { background: #fff; color: #333; font-weight: 500; text-decoration: none; }
.mt_slider .swiper-button-prev,
.mt_slider .swiper-button-next { width: 38px; height: 38px; transform: translateY(-50%); }
.mt_slider .swiper-button-prev { left: 50px; background-image: url(../images/mt_slider_bt_prev.png); }
.mt_slider .swiper-button-next { right: 50px; background-image: url(../images/mt_slider_bt_next.png); }

@media screen and (max-width:768px) {
	.mt_slider .tx .lawfirm { height: 16px; background-image: url(../images/mt_slider_tx_lawfirm_mo.png); margin-bottom: 35px; }
	.mt_slider .tx .tit { font-size: 40px; margin-bottom: 25px; }
	.mt_slider .tx p { font-size: 16px; margin-bottom: 97px; }
	.mt_slider .swiper-button-prev,
	.mt_slider .swiper-button-next { display: none; }
}

/* 메인 하단 고정바 */
.fixed_cs { position: fixed; bottom: 0; left: 0; right: 0; background: #000; padding: 0 30px; z-index: 30; }
.fixed_cs::after { content: ''; position: absolute; bottom: 100%; left: 0; right: 0; height: 5px; background: linear-gradient(to right, #C2A456 0%, #96731A 100%); }
.fixed_cs .wrap { max-width: 1300px; height: 70px; margin: 0 auto; }
.fixed_cs .wrap h3 { position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-size: 34px; font-weight: 700; color: #fff; line-height: 70px; }
.fixed_cs .wrap h3 em { color: #B99A49; }
.fixed_cs .wrap h3 span { color: #BC9E4E; margin-left: 5px; }
.fixed_cs .wrap .form { margin: 0 170px 0 480px; padding: 20px 0; background: #000; }
.fixed_cs .wrap .form::after { content: ''; display: block; clear: both; }
.fixed_cs .wrap .form > * { float: left; }
.fixed_cs .wrap .form select { float: left; width: calc(55% - 180px); height: 30px; background: none; border: 1px solid #fff; padding: 0 10px; font-size: 16px; color: #c2c2c2; font-weight: 600; margin-right: 15px; }
.fixed_cs .wrap .form select option {background:#000;}
.fixed_cs .wrap .form input[type=text] { height: 30px; background: none; border: 0; border-bottom: 1px solid #fff; padding: 0 5px; font-size: 16px; color: #c2c2c2; font-weight: 700; outline: 0; margin-right: 15px; border-radius:0; }
.fixed_cs .wrap .form input[type=text].name { width: calc(30% - 15px); }
.fixed_cs .wrap .form input[type=text].phone { width: calc(30% - 15px); }
.fixed_cs .wrap .form span { font-size: 14px; color: #fff;  vertical-align: bottom; padding-top: 10px; }
.fixed_cs .wrap .form span input { display: none; }
.fixed_cs .wrap .form span input + label::before { content: ''; display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: -2px 5px 0 0; background-image: url(../images/fixed_cs_cb_off.png);background-size:100%; }
.fixed_cs .wrap .form span input:checked + label::before { background-image: url(../images/fixed_cs_cb_on.png); }
.fixed_cs .wrap .bt_cs_app { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 150px; line-height: 50px; height: 50px; vertical-align: middle; background: linear-gradient(to right, #C2A456 0%, #96731A 100%); font-size: 20px; color: #000; font-weight: 600; text-align: center; }
.fixed_cs .wrap .bt_cs_app:hover { text-decoration: none; }
.fixed_cs_gap { height: 75px; }

@media screen and (max-width:1300px) {
	.fixed_cs .wrap h3 { display: none; }
	.fixed_cs .wrap .form { margin-left: 0; }
}

@media screen and (max-width:768px) {
	.fixed_cs { padding: 0 15px; }
	.fixed_cs .wrap { height: 60px; }
	.fixed_cs .wrap .form { margin-right: 80px; padding:7px 0 15px; }
	.fixed_cs .wrap .form select { width: calc(60% - 10px); height: 25px; padding: 0 8px; font-size: 14px; margin-right: 10px; }
	.fixed_cs .wrap .form input[type=text] { /*float: right; */height: 28px; padding: 0 2px; font-size: 14px; margin: 0; }
	.fixed_cs .wrap .form input[type=text].name { width: 42%; margin-right:10px; }
	.fixed_cs .wrap .form input[type=text].phone { width: 50%; }
	.fixed_cs .wrap .form span { position: absolute; bottom: -3px; left: 0; text-align: left; padding: 0; font-size:}
	.fixed_cs .wrap .form span input { display: none; }
	.fixed_cs .wrap .form span label {display:block;font-size:12px;}
	.fixed_cs .wrap .form span input + label::before { content: ''; display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: -2px 5px 0 0; background-image: url(../images/fixed_cs_cb_off.png); background-size:100%;}
	.fixed_cs .wrap .form span input:checked + label::before { background-image: url(../images/fixed_cs_cb_on.png); }
	.fixed_cs .wrap .bt_cs_app { width: 70px; line-height: 40px; height: 40px; font-size: 16px; }
	.fixed_cs .wrap .bt_cs_app:hover { text-decoration: none; }
	.fixed_cs_gap { height: 65px; }
}
@media screen and (max-width:290px) {
	.fixed_cs .wrap .form span label {font-size:10px;}
	.fixed_cs .wrap .form span input + label::before {width:12px;height:12px;}}
}

#main_container { overflow: hidden; }
#main_container h2 { font-size: 50px; font-weight: 600; color: #444; text-align: center; margin-bottom: 25px; }
#main_container .t_sub_tx { font-size: 24px; font-weight: 600; color: #9B7921; text-align: center; margin-bottom: 50px; }
#main_container .bt_sec_more { display: block; width: 260px; line-height: 60px; border-radius: 30px; background: linear-gradient(to right, #3E1010 0%, #8E2828 100%); font-size: 18px; color: #fff; font-weight: 600; text-align: center; text-shadow: 0 4px 4px rgba(0,0,0,0.25); box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.35); }
#main_container .bt_sec_more:hover { text-decoration: none; }
#main_container .bt_sec_more::after { content: ''; display: inline-block; width: 10px; height: 18px; background: url(../images/arr_m_case_bt.png); vertical-align: middle; margin: -3px 0 0 10px; }

@media screen and (max-width:1300px) {
	#main_container h2 { font-size: 40px; margin-bottom: 20px; }
	#main_container .t_sub_tx { font-size: 20px; margin-bottom: 40px; }
}

@media screen and (max-width:768px) {
	#main_container h2 { font-size: 30px; margin-bottom: 15px; }
	#main_container .t_sub_tx { font-size: 16px; margin-bottom: 35px;padding:0 20px; }
	#main_container .bt_sec_more { line-height: 45px; font-size: 16px; }
	#main_container .bt_sec_more::after { width: 9px; height: 15px; }
}

.m_case_type { padding: 200px 0}
.m_case_type .wrap { max-width: 1520px; margin: 0 auto; transition: none; }
.m_case_type .wrap .swiper-slide .box { width: 260px; margin: 0 auto; }
.m_case_type .wrap .swiper-slide-active .box { width: 300px; }
.m_case_type .wrap .swiper-slide .box .ph { padding-bottom: 100%; border-radius: 100%; background: #000 no-repeat center center/cover; margin: 20px 0 65px; }
.m_case_type .wrap .swiper-slide-active .box .ph { margin: 0 0 45px; }
.m_case_type .wrap .swiper-slide.s01 .box .ph { background-image: url(../images/m_case_type01.png); }
.m_case_type .wrap .swiper-slide.s02 .box .ph { background-image: url(../images/m_case_type02.png); }
.m_case_type .wrap .swiper-slide.s03 .box .ph { background-image: url(../images/m_case_type03.png); }
.m_case_type .wrap .swiper-slide.s04 .box .ph { background-image: url(../images/m_case_type04.png); }
.m_case_type .wrap .swiper-slide.s05 .box .ph { background-image: url(../images/m_case_type05.png); }
.m_case_type .wrap .swiper-slide.s06 .box .ph { background-image: url(../images/m_case_type06.png); }
.m_case_type .wrap .swiper-slide .box .tx { font-size: 25px; color: #444; font-weight: 600; text-align: center; }
.m_case_type .swiper-button-prev,
.m_case_type .swiper-button-next { top: 0; width: 50px; height: 300px; background-size: 100%; }
.m_case_type .swiper-button-prev { left: 0; background-image: url(../images/m_case_slider_bt_prev.png); }
.m_case_type .swiper-button-next { right: 0; background-image: url(../images/m_case_slider_bt_next.png); }
.m_case_type .bt_sec_more { margin: 120px auto 0 ; }

@media screen and (max-width:1300px) {
	.m_case_type .swiper-container { padding: 0 30px; padding: 0; }
	.m_case_type .wrap .swiper-slide .box { width: 220px; }
	.m_case_type .wrap .swiper-slide-active .box { width: 260px; }
	.m_case_type .wrap .swiper-slide .box .ph { margin: 20px 0 45px; }
	.m_case_type .wrap .swiper-slide-active .box .ph { margin: 0 0 25px; }
	.m_case_type .wrap .swiper-slide .box .tx { font-size: 20px; }
	.m_case_type .swiper-button-prev,
	.m_case_type .swiper-button-next { height: 260px; }
	.m_case_type .swiper-button-prev { left: 10px; }
	.m_case_type .swiper-button-next { right: 10px; }
	.m_case_type .bt_sec_more { margin: 80px auto 0; }
}

@media screen and (max-width:768px) {
	.m_case_type { padding: 100px 0 150px; }
	.m_case_type .wrap .swiper-slide .box { width: calc(200/360*100vw); }
	.m_case_type .wrap .swiper-slide-active .box { width: calc(200/360*100vw); }
	.m_case_type .wrap .swiper-slide .box .tx { font-size: 20px; }
	.m_case_type .wrap .swiper-slide .box .ph { margin: 0 0 30px; }
	.m_case_type .wrap .swiper-slide-active .box .ph { margin: 0 0 30px; }
	.m_case_type .swiper-button-prev,
	.m_case_type .swiper-button-next { width: 30px; height: 30px; height: calc(200/360*100vw); }
	.m_case_type .swiper-button-prev { left: 20px; }
	.m_case_type .swiper-button-next { right: 20px; }
	.m_case_type .bt_sec_more { margin: 36px auto 0; }
}

.m_case_count { background: url(../images/m_case_type_bg.png) no-repeat center 130px; padding-bottom: 300px; overflow: hidden; }
.m_case_count h3 { margin-bottom: 30px; }
.m_case_count .swiper-container { margin-bottom: 114px; }
.m_case_count .count { margin-bottom: 50px; text-align: center; }
.m_case_count .count dl { display: inline-block; margin: 0 65px; vertical-align: top; font-weight: 600; }
.m_case_count .count dl dt { font-size: 20px; color: #444; }
.m_case_count .count dl dd { font-size: 40px; color: #9B7921; }
.m_case_count .swiper-slide { width: 300px; height: 300px; background: center center/cover; }
/*.m_case_count .swiper-slide .bt_view_detail_ov {text-indent:inherit;}*/
.swiper-slide .not_th {background:rgba(0,0,0,.7);}
.swiper-slide .not_th .txt{display:block;position:absolute; top:50%;left:50%; transform:translate(-50%, -50%); border:2px solid #ff5252; color:#ff5252; font-size:30px; font-weight:700; padding:12px 22px; z-index:2;}
.m_case_count .bt_sec_more { margin: 0 auto; }

@media screen and (max-width:1300px) {
	.m_case_count { background-position: center 110px; padding-bottom: 300px; }
	.m_case_count .count dl { margin: 0 45px; }
	.m_case_count .swiper-container { margin-bottom: 80px; }
	.m_case_count .swiper-slide { width: 250px; height: 250px; }
}

@media screen and (max-width:768px) {
	.m_case_count { background-position: center 100px; background-size: 120% auto; padding-bottom: 100px; }
	.m_case_count .swiper-container { margin-bottom: 45px; padding-left: 20px; overflow: visible; }
	.m_case_count .count { margin-bottom: 30px; }
	.m_case_count .count dl { margin: 0 12px; }
	.m_case_count .count dl dt { font-size: 16px; }
	.m_case_count .count dl dd { font-size: 26px; }
	.swiper-slide .not_th .txt{font-size:24px; padding:8px 18px; z-index:2;}
}

.m_lawyer { background: url(../images/m_lawyer_bg.png) center 0/cover; padding: 200px 0; }
.m_lawyer h2 { color: #fff !important; }
.m_lawyer .t_sub_tx { color: #DFD3B3 !important; }
.m_lawyer .t_lawyer { padding-top: 40px; text-align: center; margin-bottom: 50px; }
.m_lawyer .t_lawyer::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: #564F44; }
.m_lawyer .t_lawyer li { display: inline-block; vertical-align: top; width: 320px; margin: 0 39px; padding-bottom: 120px; }
.m_lawyer .t_lawyer li .ph { padding-bottom: 135%; background: no-repeat center bottom/cover; }
.m_lawyer .t_lawyer li:nth-child(1) .ph { background-image: url(../images/m_lawyer_t_ph01.png); }
.m_lawyer .t_lawyer li:nth-child(2) .ph { background-image: url(../images/m_lawyer_t_ph02.png); }
.m_lawyer .t_lawyer li:nth-child(3) .ph { background-image: url(../images/m_lawyer_t_ph03.png); }
.m_lawyer .t_lawyer li .tx { position: absolute; bottom: 0; left: 0; right: 0; font-size: 16px; color: #fff; text-align: center; padding: 26px 0; }
.m_lawyer .t_lawyer li .tx span { display: block; font-size: 20px; margin-top: 12px; }
.m_lawyer .t_lawyer li .tx span b { font-size: 30px; margin-left: 16px; }
.m_lawyer .swiper-slide { width: 210px; }
.m_lawyer .swiper-slide .ph { padding-bottom: 100%; background: #d9d9d9 no-repeat center -20px/cover; margin-bottom: 32px; }
.m_lawyer .swiper-slide.s01 .ph { background-image: url(../images/m_lawyer_s_ph01.png); }
.m_lawyer .swiper-slide.s02 .ph { background-image: url(../images/m_lawyer_s_ph02.png); }
.m_lawyer .swiper-slide.s03 .ph { background-image: url(../images/m_lawyer_s_ph03.png); }
.m_lawyer .swiper-slide.s04 .ph { background-image: url(../images/m_lawyer_s_ph04.png); }
.m_lawyer .swiper-slide.s05 .ph { background-image: url(../images/m_lawyer_s_ph05.png); }
.m_lawyer .swiper-slide.s06 .ph { background-image: url(../images/m_lawyer_s_ph06.png); }
.m_lawyer .swiper-slide.s07 .ph { background-image: url(../images/m_lawyer_s_ph07.png); }
.m_lawyer .swiper-slide.s08 .ph { background-image: url(../images/m_lawyer_s_ph08.png); }
.m_lawyer .swiper-slide .tx { font-size: 20px; color: #fff; font-weight: 600; line-height: 180%; text-align: center; }
.m_lawyer .swiper-slide .tx em { font-size: 30px; margin-right: 8px; }
.m_lawyer .s_list_mo { display: none; }

@media screen and (max-width:1300px) {
	.m_lawyer { padding: 150px 0; }
	.m_lawyer .t_lawyer { padding-top: 30px; margin-bottom: 40px; }
	.m_lawyer .t_lawyer::before { height: 100px; }
	.m_lawyer .t_lawyer li { width: 280px; max-width: calc(30% - 60px); margin: 0 29px; padding-bottom: 100px; }
	.m_lawyer .t_lawyer li .tx { font-size: 13px; padding: 18px 0; }
	.m_lawyer .t_lawyer li .tx span { font-size: 18px; margin-top: 7px; }
	.m_lawyer .t_lawyer li .tx span b { font-size: 30px; margin-left: 16px; }
	.m_lawyer .swiper-slide { width: 180px; }
	.m_lawyer .swiper-slide .ph { margin-bottom: 26px; }
	.m_lawyer .swiper-slide .tx { font-size: 18px; }
	.m_lawyer .swiper-slide .tx em { font-size: 24px; margin-right: 6px; }
}

@media screen and (max-width:768px) {
	.m_lawyer { padding: 100px 5px 50px; }
	.m_lawyer .t_lawyer { padding-top: 15px; margin-bottom: 30px; }
	.m_lawyer .t_lawyer::before { display: none; }
	.m_lawyer .t_lawyer li { width: calc(33.3333% - 12px); max-width: none; margin: 0 5px; padding-bottom: 35px; background: #D9D9D9; }
	.m_lawyer .t_lawyer li .ph { padding-bottom: 178%; }
	.m_lawyer .t_lawyer li:nth-child(1) .ph { background-image: url(../images/m_lawyer_t_ph01_mo.png); }
	.m_lawyer .t_lawyer li:nth-child(2) .ph { background-image: url(../images/m_lawyer_t_ph02_mo.png); }
	.m_lawyer .t_lawyer li:nth-child(3) .ph { background-image: url(../images/m_lawyer_t_ph03_mo.png); }
	.m_lawyer .t_lawyer li .tx { padding: 0; background: #564F44; }
	.m_lawyer .t_lawyer li .tx p { display: none; }
	.m_lawyer .t_lawyer li .tx span { line-height: 35px; font-size: 12px; margin: 0; }
	.m_lawyer .t_lawyer li .tx span b { font-size: 16px; margin-left: 3px; }
	.m_lawyer .swiper-container { display: none; }
	.m_lawyer .s_list_mo { display: block; padding: 0 10px; }
	.m_lawyer .s_list_mo::after { content: ''; display: block; clear: both; }
	.m_lawyer .s_list_mo li { float: left; width: calc(33.3333% - 10px); margin: 0 5px 10px; }
	.m_lawyer .s_list_mo li .ph { padding-bottom: 100%; background:#d9d9d9 no-repeat center -10px/cover; }
	.m_lawyer .s_list_mo li:nth-child(1) .ph { background-image: url(../images/m_lawyer_s_ph01.png); }
	.m_lawyer .s_list_mo li:nth-child(2) .ph { background-image: url(../images/m_lawyer_s_ph02.png); }
	.m_lawyer .s_list_mo li:nth-child(3) .ph { background-image: url(../images/m_lawyer_s_ph03.png); }
	.m_lawyer .s_list_mo li:nth-child(4) .ph { background-image: url(../images/m_lawyer_s_ph04.png); }
	.m_lawyer .s_list_mo li:nth-child(5) .ph { background-image: url(../images/m_lawyer_s_ph05.png); }
	.m_lawyer .s_list_mo li:nth-child(6) .ph { background-image: url(../images/m_lawyer_s_ph06.png); }
	.m_lawyer .s_list_mo li:nth-child(7) .ph { background-image: url(../images/m_lawyer_s_ph07.png); }
	.m_lawyer .s_list_mo li:nth-child(8) .ph { background-image: url(../images/m_lawyer_s_ph08.png); }
	.m_lawyer .s_list_mo li .tx { font-size: 13px; color: #fff; text-align: center; margin-top: 5px; display: none; }
	.m_lawyer .s_list_mo li .tx em { font-size: 16px; margin-right: 3px; }
}


.m_plaque { background: #BEB8AE; padding: 100px 0 200px; }
.m_plaque .plaque_slide { height: 221px; background: url(../images/m_plaque.png) repeat-x 0/auto 100%; -webkit-animation: slideLeft 100s linear infinite; animation: slideLeft 100s linear infinite; background-size: auto 100%; margin-bottom: 100px; text-indent: -9999px; }

@-webkit-keyframes slideLeft {
	0% {
		background-position: 0;
	}
	to {
		background-position: -2210px;
	}
}
@keyframes slideLeft {
	0% {
		background-position: 0;
	}
	to {
		background-position: -2210px;
	}
}

.m_plaque .p_list { max-width: 1560px; margin: 0 auto; display: flex; gap: 42px; padding: 0 30px; }
.m_plaque .p_list li { width: 33.3333%; }
.m_plaque .p_list li .ph { padding-bottom: 41.84%; background: center center/cover; margin-bottom: 40px; }
.m_plaque .p_list li:nth-child(1) .ph { background-image: url(../images/m_plaque_list_ph01.png); }
.m_plaque .p_list li:nth-child(2) .ph { background-image: url(../images/m_plaque_list_ph02.png); }
.m_plaque .p_list li:nth-child(3) .ph { background-image: url(../images/m_plaque_list_ph03.png); }
.m_plaque .p_list li .tx dt { font-size: 29px; color: #000; font-weight: 600; padding-bottom: 10px; border-bottom: 1px solid #000; margin-bottom: 14px; }
.m_plaque .p_list li .tx dt em { color: #3E1010; }
.m_plaque .p_list li .tx dd { font-size: 18px; color: #000; }

@media screen and (max-width:1300px) {
	.m_plaque { padding: 80px 0 160px; }
	.m_plaque .plaque_slide { height: 180px; margin-bottom: 80px; }
	.m_plaque .p_list { gap: 20px; }
	.m_plaque .p_list li .ph { margin-bottom: 20px; }
	.m_plaque .p_list li .tx dt { font-size: 18px; }
	.m_plaque .p_list li .tx dd { font-size: 15px; }
}

@media screen and (max-width:768px) {
	.m_plaque { padding: 30px 0 100px; }
	.m_plaque .plaque_slide { height: 153px; margin-bottom: 50px; }
	.m_plaque .p_list { display: block; padding: 0 20px; }
	.m_plaque .p_list li { width: auto; margin-bottom: 30px; }
	.m_plaque .p_list li .ph { margin-bottom: 15px; }
}

.m_banner_g { background: #222; padding: 200px 30px; overflow:hidden;}
.m_banner_g .wrap { max-width: 1300px; margin: 0 auto; }
.m_banner_g .wrap h2 { color: #fff !important; text-align: left !important; }
.m_banner_g .wrap .banner { padding-bottom: 52.46%; }
.m_banner_g .wrap .banner > * { position: absolute; text-indent: -9999px; background: center center/cover; }
.m_banner_g .wrap .banner .bn01 { top: 0; left: 0; width: 50%; height: calc(54.83% - 15px); }
.m_banner_g .wrap .banner .bn02 { bottom: 0; left: 0; width: 50%; height: 45.16%; }
.m_banner_g .wrap .banner .bn03 { top: 0; left: calc(50% + 15px); width: calc(25% - 15px); height: 45.45%; }
.m_banner_g .wrap .banner .bn04 { top: 0; right: 0; width: calc(25% - 15px); height: 45.45%; }
.m_banner_g .wrap .banner .bn05 { bottom: 27.27%; right: 0; width: calc(50% - 15px); height: calc(27.27% - 15px); }
.m_banner_g .wrap .banner .bn06 { bottom: 0; right: 0; width: calc(50% - 15px); height: calc(27.27% - 15px); }
.m_banner_g .wrap .banner .bn04 a {display:block;position:absolute;left:0;right:0;top:0;bottom:0;}

@media screen and (max-width:1300px) {
	.m_banner_g { padding: 150px 30px; }
}

@media screen and (max-width:768px) {
	.m_banner_g { padding: 100px 20px; }
	.m_banner_g .wrap .banner { padding: 0; }
	.m_banner_g .wrap .banner::after { content: ''; display: block; clear: both; }
	.m_banner_g .wrap .banner > * { float: left; position: relative; display: block; margin-bottom: 15px; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; height: auto !important; width: 100% !important; }
	.m_banner_g .wrap .banner .bn01 { padding-bottom: 55%; }
	.m_banner_g .wrap .banner .bn02 { padding-bottom: 46.25%; }
	.m_banner_g .wrap .banner .bn03 { padding-bottom: 48.4375%; width: calc(50% - 5px) !important; margin-right: 10px; }
	.m_banner_g .wrap .banner .bn04 { padding-bottom: 48.4375%; width: calc(50% - 5px) !important; }
	.m_banner_g .wrap .banner .bn05 { padding-bottom: 26.875%;background-size:100%; }
	.m_banner_g .wrap .banner .bn06 { padding-bottom: 26.875%;background-size:100%; }
}


.m_review { background: #eee; padding: 200px 30px; overflow: hidden; }
.m_review .wrap { max-width: 1300px; margin: 0 auto; }
.m_review .wrap h2 { text-align: left !important; }
.m_review .wrap .bt_sec_more { position: absolute; top: 58px; right: 0; }
.m_review .swiper-container { overflow: visible; padding-top: 25px; }
.m_review .swiper-slide { width: 320px; }
.m_review .swiper-slide .box { background: #fff; border-radius: 5px; padding: 30px; box-shadow: 0 4px 4px rgba(0,0,0,0.25); overflow: hidden; }
.m_review .swiper-slide .box .cate { font-size: 24px; font-weight: 600; color: #444; margin-bottom: 10px; }
.m_review .swiper-slide .box .cate span { display: block; font-size: 20px; color: #C14343; margin-top: 5px; }
.m_review .swiper-slide .box .name { position: absolute; top: 33px; right: 30px; width: 50px; line-height: 50px; border-radius: 100%; background: #A44923; font-size: 25px; color: #fff; font-weight: 600; text-align: center; }
.m_review .swiper-slide .box .lawyer_name { font-size: 14px; color: #888; margin-bottom: 15px; }
.m_review .swiper-slide .box .ph { height: 258px; border: 1px solid #ddd; border-radius: 5px; background: center 0/cover; }
.m_review .swiper-slide .box .ph .mirror { position: absolute; top: 100%; left: -1px; right: -1px; height: 100%; border: 1px solid #ddd; background: center 0/cover; transform: scaleX(-1) rotate(180deg); opacity: 0.4; }
.m_review .swiper-slide .box .ph .mirror::after { content: ''; position: absolute; height: 30px; left: -1px; right: -1px; bottom: 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); }

@media screen and (max-width:1300px) {
	.m_review { padding: 150px 30px; }
	.m_review .wrap .bt_sec_more { top: 33px; }
	.m_review .swiper-container { padding-top: 20px; }
}

@media screen and (max-width:768px) {
	.m_review { padding: 100px 20px; }
	.m_review .swiper-container { padding-top: 15px; }
	.m_review .swiper-slide { width: 200px; }
	.m_review .swiper-slide .box { padding: 15px; }
	.m_review .swiper-slide .box .cate { font-size: 18px; }
	.m_review .swiper-slide .box .cate span { font-size: 14px; }
	.m_review .swiper-slide .box .name { top: 15px; right: 15px; width: 32px; line-height: 32px; font-size: 20px; }
	.m_review .swiper-slide .box .lawyer_name { font-size: 10px; margin-bottom: 10px; }
	.m_review .swiper-slide .box .ph { height: 170px; }
	.m_review .swiper-slide .box .ph .mirror::after { height: 15px; background: linear-gradient(to bottom, rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); }
	.m_review .wrap .bt_sec_more { position: relative; top: auto; right: auto; margin: 35px auto 0; }
}


.m_press { background: #fff; padding: 200px 30px; overflow: hidden; }
.m_press .wrap { max-width: 1300px; margin: 0 auto; }
.m_press .wrap h2 { text-align: left !important; }
.m_press .wrap .bt_sec_more { position: absolute; top: 58px; right: 0; }
.m_press .swiper-container { overflow: visible; padding-top: 25px; }
.m_press .swiper-slide { width: 420px; }
.m_press .swiper-slide .ph { padding-bottom: 71.42%; background: no-repeat center center/cover; margin-bottom: 30px; }
.m_press .swiper-slide .tx .tit { font-size: 20px; color: #444; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; }
.m_press .swiper-slide .tx span { font-size: 14px; font-weight: 500; color: #b4b4b4; padding-right: 14px; margin-right: 13px; }
.m_press .swiper-slide .tx span:last-child { padding: 0; margin: 0; }
.m_press .swiper-slide .tx span.m_name { color: #451212; }
.m_press .swiper-slide .tx span::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #d9d9d9; }
.m_press .swiper-slide .tx span:last-child::after { display: none; }

@media screen and (max-width:1300px) {
	.m_press { padding: 150px 30px; }
	.m_press .wrap .bt_sec_more { top: 33px; }
	.m_press .swiper-container { padding-top: 20px; }
	.m_press .swiper-slide { width: 350px; }
	.m_press .swiper-slide .ph { margin-bottom: 20px; }
	.m_press .swiper-slide .tx .tit { font-size: 18px; margin-bottom: 10px; }
	.m_press .swiper-slide .tx span { font-size: 13px; padding-right: 12px; margin-right: 11px; }
	.m_press .swiper-slide .tx span::after { height: 12px; }
}

@media screen and (max-width:768px) {
	.m_press { padding: 100px 20px; }
	.m_press .swiper-container { padding-top: 15px; }
	.m_press .swiper-slide { width: 200px; }
	.m_press .swiper-slide .ph { margin-bottom: 15px; }
	.m_press .swiper-slide .tx .tit { font-size: 16px; margin-bottom: 15px; }
	.m_press .swiper-slide .tx span { font-size: 12px; padding-right: 11px; margin-right: 10px; }
	.m_press .wrap .bt_sec_more { position: relative; top: auto; right: auto; margin: 35px auto 0; }
}


.m_location { background: #1A1A1A; padding: 200px 30px 310px; }
.m_location h2 { color: #fff !important; }
.m_location .t_sub_tx { color: #FFE8AC !important; }

ul.tab_m_location { margin-bottom: 50px; text-align: center; }
ul.tab_m_location:after { content:''; clear:both; display:block; }
ul.tab_m_location li { display: inline-block; width: 160px; margin: 0 16px; }
ul.tab_m_location li a { display:block; font-size: 24px; color:#DFCDA5; line-height: 48px; text-align:center; border: 1px solid #DFCDA5; border-radius: 25px; }
ul.tab_m_location li a:hover { text-decoration:none; }
ul.tab_m_location li.active a { color:#1A1A1A; background:#DFCDA5; }
.tab_m_location_content { display:none; }
.tab_m_location_content.on { display:block; }

.m_location .wrap { max-width: 1520px; margin: 0 auto; }
.m_location .info { margin-bottom: 50px; }
.m_location .info::after { content: ''; display: block; clear: both; }
.m_location .info > * { float: left; height: 350px; }
.m_location .info .g_info { width: 396px; height: 270px; padding: 40px; background: #fff; color: #000; }
.m_location .info .g_info .name { font-size: 30px; margin-bottom: 26px; }
.m_location .info .g_info dl { margin-bottom: 20px; }
.m_location .info .g_info dl:last-child { margin: 0; }
.m_location .info .g_info dl dt { font-size: 18px; margin-bottom: 10px; }
.m_location .info .g_info dl dd { font-size: 20px; letter-spacing: -0.05em; }
.m_location .info .g_info dl dd em { font-weight: 600; }
.m_location .info .ban { width: 375px; background: url(../images/m_location_tx_bg.png) center center/cover; justify-content: center; align-items: center; font-size: 30px; color: #fff; text-align: center; }
.m_location .info .ban p { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.m_location .info .ban span { display: block; color: #DFCDA5; font-weight: 600; }
.m_location .info .map { width: calc(100% - 851px); }
.m_location .swiper-slide { transition: none !important; }
.m_location .swiper-slide .ph { padding-bottom: 60.27%; background: center center/cover; }

@media screen and (max-width:1300px) {
	.m_location { padding: 150px 30px; }
	ul.tab_m_location { margin-bottom: 30px; }
	ul.tab_m_location li { width: 130px; margin: 0 8px; }
	ul.tab_m_location li a { font-size: 20px; line-height: 40px; }
	.m_location .info { margin-bottom: 30px; }
	.m_location .info > * { float: left; height: auto; }
	.m_location .info .g_info { width: calc(100% - 400px); margin-right: 350px; height: auto; padding: 30px; }
	.m_location .info .g_info .name { font-size: 24px; margin-bottom: 20px; }
	.m_location .info .g_info dl dt { font-size: 16px; margin-bottom: 8px; }
	.m_location .info .g_info dl dd { font-size: 18px; }
	.m_location .info .ban { position: absolute; top: 0; right: 0; bottom: 350px; width: 350px; font-size: 24px; }
	.m_location .info .map { width: 100%; height: 350px; }
}

@media screen and (max-width:768px) {
	.m_location { padding: 100px 20px; }
	ul.tab_m_location { margin-bottom: 20px; }
	ul.tab_m_location li { width: 100px; max-width: calc(33.333% - 12px); margin: 0 5px; }
	ul.tab_m_location li a { font-size: 16px; line-height: 33px; }
	.m_location .info { margin-bottom: 8px; }
	.m_location .info > * { float: none; }
	.m_location .info .g_info { width: auto; margin: 0; padding: 20px; }
	.m_location .info .g_info dl { margin-bottom: 25px; }
	.m_location .info .g_info dl dt { font-size: 18px; margin-bottom: 8px; }

	.m_location .info .ban { position: relative; top: auto; right: auto; bottom: auto; width: auto; height: 300px; }
	.m_location .info .map { height: 300px; }
}



/*contents*/
.st_area { height: 520px; background: center center/cover; overflow: hidden; }
.st_area>h2 { position: absolute; bottom: 142px; left: 0; right: 0; font-size: 40px; font-weight: 600; color: #fff; text-align: center; }
.st_area.s01_01 { height: 840px; background-image: url(../images/st_bg01_01.png); }
.st_area.s01_01 .tx { position: absolute; top: 42%; transform: translateY(-50%); left: 0; right: 0; text-align: center; }
.st_area.s01_01 .tx h2 { font-size: 30px; font-weight: 600; color: #fff; margin-bottom: 50px; }
.st_area.s01_01 .tx p { font-size: 60px; font-weight: 600; color: #fff; }
.st_area.s01_02 { background-image: url(../images/st_bg01_02.png); }
.st_area.s01_03 { background-image: url(../images/st_bg01_03.png); }
.st_area.s02_01 { background-image: url(../images/st_bg02_01.png); }
.st_area.s02_02 { background-image: url(../images/st_bg02_02.png); }
.st_area.s03_01 { background-image: url(../images/st_bg03_01.png); }
.st_area.s05_01 { background-image: url(../images/st_bg05_01.png); }
.st_area.s06_01 { background-image: url(../images/st_bg06_01.png); }
.st_area.s07_01 { background-image: url(../images/st_bg02_01.png); }

#container { padding: 100px 30px 150px; }
#container.pb0 { padding-bottom: 0; }
#container .wrap { max-width: 1500px; margin: 0 auto; }
#container h3 { font-size: 50px; color: #000; font-weight: 600; }

@media screen and (max-width:1300px) {
	.st_area { height: 350px; }
	.st_area>h2 { top: calc(50% + 20px); font-size: 32px; }
	.st_area.s01_01 { height: 500px; }
	.st_area.s01_01 .tx { top: calc(50% + 10px); }
	.st_area.s01_01 .tx h2 { font-size: 24px; margin-bottom: 40px; }
	.st_area.s01_01 .tx p { font-size: 40px; }

	#container { padding: 60px 30px 80px; }
	#container h3 { font-size: 32px; }
}

@media screen and (max-width:768px) {
	.st_area { height: 0; padding-bottom: 69.4%; }
	.st_area>h2 { top: calc(50% + 13px); font-size: 26px; }
	.st_area>h2 span { display: block; }
	.st_area.s01_01 { height: 0; padding-bottom: 97.2%; }
	.st_area.s01_01 .tx { position: absolute; top: calc(50% + 13px); transform: none; }
	.st_area.s01_01 .tx h2 { font-size: 16px; margin-bottom: 30px; }
	.st_area.s01_01 .tx p { font-size: 28px; }

	#container { padding: 60px 20px 100px; overflow: hidden; }
	#container h3 { font-size: 24px; }
}


.about { padding-top: 60px; }
.about .wrap { max-width: 1300px; }
.about .wrap h3 { margin-bottom: 30px; }
.about .wrap .ts_tx { font-size: 20px; color: #000; }
.about .wrap .bt_view_more { display: inline-block; width: 130px; line-height: 50px; padding: 0 25px; font-size: 20px; color: #fff; font-weight: 600; text-align: left; background: #460505; }
.about .wrap .bt_view_more:hover { text-decoration: none; }
.about .wrap .bt_view_more::after { content: ''; position: absolute; top: 50%; right: 25px; transform: translateY(-50%); width: 10px; height: 17px; background: url(../images/arr_about_bt.png) 0/100% 100%; }

@media screen and (max-width:1300px) {
	.about { padding-top: 40px; }
	.about .wrap h3 { margin-bottom: 20px; }
	.about .wrap .ts_tx { font-size: 16px; }
	.about .wrap .bt_view_more { width: 80px; line-height: 35px; padding: 0 20px; font-size: 16px; }
	.about .wrap .bt_view_more::after { right: 20px; width: 9px; height: 15px; }
}
@media screen and (max-width:768px) {
	.about { padding-top: 0; }
	.about .wrap h3 { margin-bottom: 15px; }
}


.about .wrap .sec01 { margin-bottom: 868px; }
.about .wrap .sec01 .ts_tx { margin-bottom: 55px; }
.about .wrap .sec01 .ph { position: absolute; top: 0; right: -310px; width: 1224px; }
.about .wrap .sec01 .ph li { position: absolute; width: 550px; height: 350px; background: center center/cover; }
.about .wrap .sec01 .ph li:nth-child(1) { top: 0; right: 0; width: 750px; height: 550px; background-image: url(../images/about_sec01_img01.png); }
.about .wrap .sec01 .ph li:nth-child(2) { top: 381px; right: 674px; z-index: 1; background-image: url(../images/about_sec01_img02.png); }
.about .wrap .sec01 .ph li:nth-child(3) { top: 610px; right: 176px; background-image: url(../images/about_sec01_img03.png); }

@media screen and (max-width:1300px) {
	.about .wrap .sec01 { margin-bottom: 150px; }
	.about .wrap .sec01 .ts_tx { margin-bottom: 35px; }
	.about .wrap .sec01 .ph { position: relative; top: auto; right: auto; width: auto; margin: 0 -10px 20px; }
	.about .wrap .sec01 .ph::after { content: ''; display: block; clear: both; }
	.about .wrap .sec01 .ph li { position: relative; top: auto !important; right: auto !important; float: left; height: 0 !important; margin: 0 10px 20px; }
	.about .wrap .sec01 .ph li:nth-child(1) { width: calc(100% - 20px); padding-bottom: 62%; }
	.about .wrap .sec01 .ph li:nth-child(2),
	.about .wrap .sec01 .ph li:nth-child(3) { width: calc(50% - 20px); padding-bottom: 35%; }
}

@media screen and (max-width:768px) {
	.about .wrap .sec01 { margin-bottom: 100px; }
	.about .wrap .sec01 .ts_tx { margin-bottom: 25px; }
	.about .wrap .sec01 .ph { margin: 0 -5px 20px; }
	.about .wrap .sec01 .ph li { margin: 0 5px 10px; }
	.about .wrap .sec01 .ph li:nth-child(1) { width: calc(100% - 10px); padding-bottom: 70%; }
	.about .wrap .sec01 .ph li:nth-child(2),
	.about .wrap .sec01 .ph li:nth-child(3) { width: calc(50% - 10px); padding-bottom: 35%; }
}


.about .wrap .sec02 { margin-bottom: 250px; }
.about .wrap .sec02 .ts_tx { margin-bottom: 74px; }
.about .wrap .sec02 .bt_view_more { position: absolute; top: 143px; right: 0; }
.about .wrap .sec02 .swiper-container { overflow: visible; }
.about .wrap .sec02 .swiper-slide { width: 300px; height: 300px; background: center center/cover; }

@media screen and (max-width:1300px) {
	.about .wrap .sec02 { margin-bottom: 150px; }
	.about .wrap .sec02 .ts_tx { margin-bottom: 40px; }
	.about .wrap .sec02 .bt_view_more { top: 100px; }
	.about .wrap .sec02 .swiper-slide { width: 250px; height: 250px; }
}
@media screen and (max-width:768px) {
	.about .wrap .sec02 { margin-bottom: 100px; }
	.about .wrap .sec02 .ts_tx { margin-bottom: 25px; }
	.about .wrap .sec02 .swiper-container { margin-bottom: 30px; }
	.about .wrap .sec02 .bt_view_more { position: relative; top: auto; right: auto; }
	.about .wrap .sec02 .swiper-slide { width: 200px; height: 200px; }
}


.about .wrap .sec03 { margin-bottom: 250px; }
.about .wrap .sec03 .ts_tx { margin-bottom: 60px; }
.about .wrap .sec03 .swiper-container { overflow: visible; }
.about .wrap .sec03 .swiper-slide { width: 204px; }
.about .wrap .sec03 .swiper-slide .box { padding-bottom: 141.6%; background: center center/100% 100%; }

@media screen and (max-width:1300px) {
	.about .wrap .sec03 { margin-bottom: 150px; }
	.about .wrap .sec03 .ts_tx { margin-bottom: 40px; }
	.about .wrap .sec03 .swiper-slide { width: 180px; }
}

@media screen and (max-width:768px) {
.about .wrap .sec03 { margin-bottom: 100px; }
.about .wrap .sec03 .ts_tx { margin-bottom: 25px; }
.about .wrap .sec03 .swiper-slide { width: 108px; }
}


.about .wrap .sec04 { margin-bottom: 250px; }
.about .wrap .sec04 .list li { width: 250px; display: inline-block; margin-right: 140px; vertical-align: top; }
.about .wrap .sec04 .list li p { font-size: 30px; margin-bottom: 40px; }
.about .wrap .sec04 .list li:nth-child(1) p { color: #C63230; }
.about .wrap .sec04 .list li:nth-child(2) p { color: #1CA743; }
.about .wrap .sec04 .list li:nth-child(3) p { color: #CD6F4B; }
.about .wrap .sec04 .list li .ph { padding-bottom: 100%; background: center center/cover; border-radius: 100%; }
.about .wrap .sec04 .list li:nth-child(1) .ph { background-image: url(../images/about_sec04_img01.png); }
.about .wrap .sec04 .list li:nth-child(2) .ph { background-image: url(../images/about_sec04_img02.png); }
.about .wrap .sec04 .list li:nth-child(3) .ph { background-image: url(../images/about_sec04_img03.png); }
.about .wrap .sec04 .list li .ph::after { content: ''; position: absolute; top: 8px; right: -36px; width: 72px; height: 72px; border-radius: 100%; }
.about .wrap .sec04 .list li:nth-child(1) .ph::after { background: #C63230; }
.about .wrap .sec04 .list li:nth-child(2) .ph::after { background: #1CA743; }
.about .wrap .sec04 .list li:nth-child(3) .ph::after { background: #CD6F4B; }

@media screen and (max-width:1300px) {
	.about .wrap .sec04 { margin-bottom: 150px; }
	.about .wrap .sec04 .list li { width: 200px; max-width: calc(33% - 60px); margin-right: 50px; }
	.about .wrap .sec04 .list li p { font-size: 20px; margin-bottom: 30px; }
	.about .wrap .sec04 .list li .ph::after { top: 6px; right: -24px; width: 55px; height: 55px; }
}

@media screen and (max-width:768px) {
	.about .wrap .sec04 { margin-bottom: 100px; }
	.about .wrap .sec04 .list li { display: block; max-width: none; width: 40%; margin: 0; }
	.about .wrap .sec04 .list li:nth-child(2) { margin: -10% 0 -10% 60%; }
	.about .wrap .sec04 .list li p { font-size: 16px; margin-bottom: 15px; }
	.about .wrap .sec04 .list li .ph::after { top: 0; right: -10%; width: 29%; height: 29%; }
}



.about .sec05 { padding: 171px 30px 139px; margin: 0 -30px; background: url(../images/about_sec05_bg.png) center right/cover; }
.about .sec05 .wrap { max-width: 1486px; font-size: 24px; color: #fff; font-weight: 600; }
.about .sec05 .wrap .tx01 { margin-bottom: 166px; }
.about .sec05 .wrap .tx01 p { font-size: 34px; margin-bottom: 33px; }
.about .sec05 .wrap .tx02 p { font-size: 16px; font-weight: normal; margin-bottom: 12px; }

@media screen and (max-width:1300px) {
	.about .sec05 { padding: 100px 30px 80px; }
	.about .sec05 .wrap { font-size: 20px; }
	.about .sec05 .wrap .tx01 { margin-bottom: 100px; }
	.about .sec05 .wrap .tx01 p { font-size: 28px; margin-bottom: 25px; }
	.about .sec05 .wrap .tx02 p { font-size: 14px; margin-bottom: 8px; }
}
@media screen and (max-width:768px) {
	.about .sec05 { padding: 0; margin: 0 -20px; background: none; }
	.about .sec05 .wrap { max-width: 1486px; font-size: 24px; color: #fff; font-weight: 600; }
	.about .sec05 .wrap .tx01 { font-size: 16px; color: #000; margin-bottom: 25px; padding: 0 20px; }
	.about .sec05 .wrap .tx01 span br { display: none; }
	.about .sec05 .wrap .tx01 p { font-size: 24px; margin-bottom: 15px; }
	.about .sec05 .tx02 { padding: 25% 20px 27px; background: url(../images/about_sec05_bg.png) center right/cover; }
	.about .sec05 .wrap .tx02 { font-size: 14px; }
	.about .sec05 .wrap .tx02 p { font-size: 10px; margin-bottom: 5px; }
}


.lawyer * { transition: all 0.3s; }
.lawyer .wrap h3 { margin-bottom: 80px; }
.lawyer .wrap .list { margin: 0 -20px; }
.lawyer .wrap .list::after { content: ''; display: block; clear: both; }
.lawyer .wrap .list li { float: left; width: calc(25% - 40px); margin: 0 20px 40px; overflow: hidden;  background:#d9d9d9;}
.lawyer .wrap .list li .ph { padding-bottom: 133%; background: center 0/cover; }
.lawyer .wrap .list li:nth-child(1) .ph { background-image: url(../images/about_lawyer01.png); }
.lawyer .wrap .list li:nth-child(2) .ph { background-image: url(../images/about_lawyer02.png); }
.lawyer .wrap .list li:nth-child(3) .ph { background-image: url(../images/about_lawyer03.png); }
.lawyer .wrap .list li:nth-child(4) .ph { background-image: url(../images/about_lawyer04.png); }
.lawyer .wrap .list li:nth-child(5) .ph { background-image: url(../images/about_lawyer05.png); }
.lawyer .wrap .list li:nth-child(6) .ph { background-image: url(../images/about_lawyer06.png); }
.lawyer .wrap .list li:nth-child(7) .ph { background-image: url(../images/about_lawyer07.png); }
.lawyer .wrap .list li:nth-child(8) .ph { background-image: url(../images/about_lawyer08.png); }
.lawyer .wrap .list li:nth-child(9) .ph { background-image: url(../images/about_lawyer09.png); }
.lawyer .wrap .list li:nth-child(10) .ph { background-image: url(../images/about_lawyer10.png); }
.lawyer .wrap .list li:nth-child(11) .ph { background-image: url(../images/about_lawyer11.png); }
.lawyer .wrap .list li:hover .ph { transform: scale(1.1); transition: 0.8s;}
.lawyer .wrap .list li .name { position: absolute; bottom: 0; left: 0; right: 0; padding: 0 30px; background: #460505; line-height: 70px; font-size: 20px; color: #fff; }
.lawyer .wrap .list li:hover .name { bottom: 50px;  transition: bottom 0.5s;}
.lawyer .wrap .list li .name em { font-size: 34px; font-weight: 600; margin-right: 8px; }
.lawyer .wrap .list li .view_detail { position: absolute; bottom: -50px; left: 0; right: 0; padding: 0 30px; background: #6A5959; line-height: 50px; font-size: 20px; color: #fff; }
.lawyer .wrap .list li:hover .view_detail { bottom: 0;  transition: bottom 0.5s;}
.lawyer .wrap .list li .view_detail:hover { text-decoration: none; }

@media screen and (max-width:1300px) {
	.lawyer .wrap h3 { margin-bottom: 60px; }
	.lawyer .wrap .list { margin: 0 -15px; }
	.lawyer .wrap .list li { width: calc(33.3333% - 30px); margin: 0 15px 30px; }
	.lawyer .wrap .list li:hover .ph { transform: scale(1); }
	.lawyer .wrap .list li .name { padding: 0 20px; line-height: 50px; font-size: 16px; }
	.lawyer .wrap .list li:hover .name { bottom: 0; }
	.lawyer .wrap .list li .name em { font-size: 28px; margin-right: 5px; }
	.lawyer .wrap .list li .view_detail { top: 0; bottom: 0; background: none; text-indent: -9999px; }
}

@media screen and (max-width:768px) {
	.lawyer .wrap h3 { margin-bottom: 50px; }
	.lawyer .wrap .list { margin: 0 -5px; }
	.lawyer .wrap .list li { width: calc(50% - 10px); margin: 0 5px 10px; }
	.lawyer .wrap .list li .name { padding: 0 8px; line-height: 37px; font-size: 12px; text-align: right; }
	.lawyer .wrap .list li .name em { font-size: 20px; margin-right: 3px; }
}



.st_area.s01_02_sub { height: 790px; background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0125) 125%); }
.st_area.s01_02_sub .con { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); max-width: calc(100% - 60px); width: 1348px; }
.st_area.s01_02_sub .con::before { content: ''; position: absolute; bottom: 53px; left: 263px; width: 1588px; height: 265px; background: url(../images/lawyer_tit_bg_tx.png) 0 0/auto 100%; }
.st_area.s01_02_sub .con .ph { position: absolute; bottom: 0; left: 0; width: 418px; }
.st_area.s01_02_sub .con .ph .box { padding-bottom: 120%; background: center 0/cover; }
.st_area.s01_02_sub .con .name { position: absolute; left: 498px; bottom: 44px; font-size: 20px; color: #000; }
.st_area.s01_02_sub .con .name em { font-size: 45px; font-weight: 600; margin-right: 17px; }

@media screen and (max-width:1300px) {
	.st_area.s01_02_sub { height: 600px; }
	.st_area.s01_02_sub .con::before { bottom: 35px; left: 200px; height: 205px; }
	.st_area.s01_02_sub .con .ph { width: 350px; }
	.st_area.s01_02_sub .con .name { left: 400px; bottom: 35px; font-size: 18px; }
	.st_area.s01_02_sub .con .name em { font-size: 35px; margin-right: 12px; }
}
@media screen and (max-width:768px) {
	.st_area.s01_02_sub { height: 0; padding-bottom: 102%; }
	.st_area.s01_02_sub .con::before { bottom: 30px; left: 10%; height: 100px; }
	.st_area.s01_02_sub .con .ph { width: 65%; }
	.st_area.s01_02_sub .con .name { left: auto; right: 0; bottom: 25px; }
	.st_area.s01_02_sub .con .name em { font-size: 30px; margin: 0; display: block; }
}


.lawyer_sub h3 { font-size:34px !important; text-align: center; margin-bottom: 80px; }
.lawyer_sub .t_con { border: 1px solid #D9D9D9; border-width: 1px 0; padding: 64px 0 80px; margin-bottom: 100px; }
.lawyer_sub .t_con::after { content: ''; display: block; clear: both; }
.lawyer_sub .t_con > div { float: left; width: calc(50% - 14px); }

ul.tab_ly_info:after { content:''; clear:both; display:block; }
ul.tab_ly_info li { float: left; width: 120px; margin-right: 20px; }
ul.tab_ly_info li a { display:block; line-height: 38px; border: 1px solid #460505; border-radius: 20px; font-size: 18px; color: #460505; font-weight: 600; text-align:center; }
ul.tab_ly_info li a:hover { text-decoration:none; }
ul.tab_ly_info li.active a { color: #fff; background: #460505; }
.tab_ly_info_content { display:none; padding-top: 30px; font-size: 18px; color: #000; line-height: 140%; }
.tab_ly_info_content.on { display:block; }

.lawyer_sub .t_con .ly_plaque { float: right; }
.lawyer_sub .t_con .ly_plaque .unit { margin-bottom: 58px; }
.lawyer_sub .t_con .ly_plaque .unit:last-child { margin: 0; }
.lawyer_sub h4 { padding-left: 10px; margin-bottom: 20px; font-size: 24px; font-weight: 600; color: #460505; }
.lawyer_sub h4::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 2px; height: 22px; background: #460505; }
.lawyer_sub .t_con .ly_plaque ul { margin: 0 -10px; }
.lawyer_sub .t_con .ly_plaque ul::after { content: ''; display: block; clear: both; }
.lawyer_sub .t_con .ly_plaque ul li { float: left; width: 160px; margin: 0 10px 20px; }
.lawyer_sub .t_con .ly_plaque ul li .ph { border: 1px solid #D9D9D9; padding-bottom: 137.5%; background-size: 100% 100%; }
.lawyer_sub .t_con .ly_plaque ul li .tx { margin-top: 15px; font-size: 14px; line-height: 130%; text-align: center; }
.lawyer_sub .t_con .ly_plaque ul li .tx em { font-weight: 600; }

.lawyer_sub .t_con .ly_pic {width:100%;margin-top:50px;}
.lawyer_sub .t_con .ly_pic ul{display:flex;flex-wrap:wrap;align-items:flex-start;}
.lawyer_sub .t_con .ly_pic ul li{width:33.33%;}
.lawyer_sub .t_con .ly_pic ul li:nth-child(1) {text-align:left;}
.lawyer_sub .t_con .ly_pic ul li:nth-child(2) {text-align:center;}
.lawyer_sub .t_con .ly_pic ul li:nth-child(3) {text-align:right;}
.lawyer_sub .t_con .ly_pic ul li .pic {display:inline-block; width:98%;height:auto;background-size:cover; background-position:center;}
.lawyer_sub .t_con .ly_pic ul li .pic img {width:100%;}

@media screen and (max-width:1300px) {
	.lawyer_sub h3 { font-size:32px !important;margin-bottom: 70px; }
	.lawyer_sub .t_con { padding: 50px 0 60px; margin-bottom: 60px; }
	.lawyer_sub .t_con > div { width: calc(50% - 5px); }

	ul.tab_ly_info li { width: 100px; margin-right: 10px; }
}

@media screen and (max-width:1000px) {
	.lawyer_sub h3 { margin-bottom: 30px; }
	.lawyer_sub .t_con { padding: 50px 0; margin-bottom: 50px; }
	.lawyer_sub .t_con > div { float: none; width: auto; }

	ul.tab_ly_info li { width: 85px; margin-right: 10px; }
	ul.tab_ly_info li a { line-height: 28px; font-size: 16px; }
	.tab_ly_info_content { padding-top: 20px; font-size: 14px; }

	.lawyer_sub .t_con .ly_plaque { float: none; margin-top: 50px; }
	.lawyer_sub .t_con .ly_plaque .unit { margin-bottom: 35px; }
	.lawyer_sub h4 { padding-left: 8px; margin-bottom: 18px; font-size: 20px; }
	.lawyer_sub h4::before {width: 2px; height: 18px; }
	.lawyer_sub .t_con .ly_plaque ul { margin: 0 -5px; }

	.lawyer_sub .t_con .ly_plaque ul li { width: calc(50% - 10px); max-width: 200px; margin: 0 5px 10px; }
	.lawyer_sub .t_con .ly_plaque ul li .tx { margin-top: 10px; }
}
@media screen and (max-width:1000px) {
	.lawyer_sub h3 { font-size:24px !important;}
}

@media screen and (max-width:768px) {
	.lawyer_sub .t_con .ly_pic ul li{width:100%;}
	.lawyer_sub .t_con .ly_pic ul li + li {margin-top:10px;}
	.lawyer_sub .t_con .ly_pic ul li .pic {width:100%;}
}

.lawyer_sub .ly_case h4,
.lawyer_sub .ly_press h4 { margin-bottom: 50px; }

.lawyer_sub .ly_case { margin-bottom: 150px; }
.lawyer_sub .ly_case .swiper-slide .ph { padding-bottom: 100%; background: center center/cover; }

.lawyer_sub .ly_press .swiper-slide .ph { padding-bottom: 71.42%; background: no-repeat center center/cover; margin-bottom: 20px; }
.lawyer_sub .ly_press .swiper-slide .tx .tit { font-size: 20px; color: #444; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; }
.lawyer_sub .ly_press .swiper-slide .tx span { font-size: 14px; font-weight: 500; color: #b4b4b4; padding-right: 14px; margin-right: 13px; }
.lawyer_sub .ly_press .swiper-slide .tx span:last-child { padding: 0; margin: 0; }
.lawyer_sub .ly_press .swiper-slide .tx span.m_name { color: #451212; }
.lawyer_sub .ly_press .swiper-slide .tx span::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #d9d9d9; }
.lawyer_sub .ly_press .swiper-slide .tx span:last-child::after { display: none; }

@media screen and (max-width:1300px) {
	.lawyer_sub .ly_press .wrap .bt_sec_more { top: 33px; }
	.lawyer_sub .ly_case { margin-bottom: 150px; }
	.lawyer_sub .ly_press .swiper-slide { width: 350px; }
	.lawyer_sub .ly_press .swiper-slide .ph { margin-bottom: 20px; }
	.lawyer_sub .ly_press .swiper-slide .tx .tit { font-size: 18px; margin-bottom: 10px; }
	.lawyer_sub .ly_press .swiper-slide .tx span { font-size: 13px; padding-right: 12px; margin-right: 11px; }
	.lawyer_sub .ly_press .swiper-slide .tx span::after { height: 12px; }
}

@media screen and (max-width:768px) {
	.lawyer_sub .ly_case h4,
	.lawyer_sub .ly_press h4 { margin-bottom: 20px; }

	.lawyer_sub .ly_case { margin-bottom: 100px; }
	.lawyer_sub .ly_case .swiper-slide { width: 200px; }

	.lawyer_sub .ly_press .swiper-slide { width: 200px; }
	.lawyer_sub .ly_press .swiper-slide .ph { margin-bottom: 15px; }
	.lawyer_sub .ly_press .swiper-slide .tx .tit { font-size: 16px; margin-bottom: 15px; }
	.lawyer_sub .ly_press .swiper-slide .tx span { font-size: 12px; padding-right: 11px; margin-right: 10px; }
	.lawyer_sub .ly_press .bt_sec_more { position: relative; top: auto; right: auto; margin: 35px auto 0; }
}


.lawyer_sub .ly_press .swiper-container { transition: all 0.3s; }

.location h3 { margin-bottom: 60px; }
.location .map { padding-bottom: 33.3333%; margin-bottom: 40px; border:1px solid #d9d9d9; }
.location .map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.location .info dl { display: inline-block; padding-right: 41px; margin-right: 38px; vertical-align: top; }
.location .info dl:last-child { margin: 0; padding: 0; }
.location .info dl::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: #d9d9d9; }
.location .info dl:last-child::after { display: none; }
.location .info dl dt { font-size: 16px; color: #460505; margin-bottom: 13px; }
.location .info dl dd { font-size: 18px; color: #000; font-weight: 600; }

ul.tab_location { position: absolute; top: 12px; left: 225px; }
ul.tab_location:after { content:''; clear:both; display:block; }
ul.tab_location li { float: left; width: 120px; margin-right: 20px; }
ul.tab_location li a { display:block; line-height: 38px; border: 1px solid #460505; border-radius: 20px; font-size: 18px; color: #460505; font-weight: 600; text-align:center; }
ul.tab_location li a:hover { text-decoration:none; }
ul.tab_location li.active a { color: #fff; background: #460505; }
.tab_location_content { display:none; }
.tab_location_content.on { display:block; }

@media screen and (max-width:1300px) {
	.location h3 { margin-bottom: 50px; }

	.location .info dl { padding-right: 21px; margin-right: 18px; }
	.location .info dl dt { font-size: 14px; margin-bottom: 10px; }
	.location .info dl dd { font-size: 16px; }

	ul.tab_location { position: relative; top: auto; left: auto; margin-bottom: 30px; }
}

@media screen and (max-width:1000px) {
	.location .map { margin: 0 -20px 34px; padding-bottom: 105%; }
	.location .info dl { display: block; padding: 0; margin: 0 0 20px; line-height: 140%; }
	.location .info dl:last-child { margin: 0; }
	.location .info dl::after { display: none; }
	.location .info dl dt { position: absolute; top: 0; left: 0; font-size: 14px; margin: 0; }
	.location .info dl dd { margin-left: 73px; font-size: 14px; font-weight: normal; }

	ul.tab_location { margin-bottom: 26px; text-align: center; }
	ul.tab_location li { float: none; display: inline-block; max-width: calc(33% - 12px); width: 100px; margin: 0 5px; }
	ul.tab_location li a { line-height: 28px; font-size: 16px; }
}


.board_list h3 { margin-bottom: 80px; }
.board_list .contents { display: flex; gap: 80px; }
.board_list .contents .list_area { width: calc(100% - 400px); }
.board_list .contents .list_area .list_ty01 { background: #F8F8F8; border-top: 2px solid #000; }
.board_list .contents .list_area .list_ty01 li { padding: 34px 400px 34px 60px; border-bottom: 1px solid #888; }
.board_list .contents .list_area .list_ty01 li .cate { font-size: 18px; color: #460505; font-weight: 600; margin-bottom: 10px; }
.board_list .contents .list_area .list_ty01 li .tit { font-size: 20px; color: #000; font-weight: 600; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; }
.board_list .contents .list_area .list_ty01 li .c_tx { font-size: 16px; color: #888; margin-bottom: 15px; text-overflow:ellipsis; overflow:hidden; white-space:normal; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; }
.board_list .contents .list_area .list_ty01 li .c_lawyer { font-size: 15px; color: #888; padding-left: 112px; }
.board_list .contents .list_area .list_ty01 li .c_lawyer dt { position: absolute; top: 0; left: 0; color: #000; }
.board_list .contents .list_area .list_ty01 li .r_info { position: absolute; top: 50%; transform: translateY(-50%); right: 60px; width: 125px; }
.board_list .contents .list_area .list_ty01 li .r_info dl { margin-bottom: 25px; }
.board_list .contents .list_area .list_ty01 li .r_info dl:last-child { margin: 0; }
.board_list .contents .list_area .list_ty01 li .r_info dl dt { font-size: 18px; color: #460505; font-weight: 600; margin-bottom: 10px; }
.board_list .contents .list_area .list_ty01 li .r_info dl dd { font-size: 16px; color: #444; }
.board_list .contents .list_area .list_ty01 li .r_info dl:last-child dd { color: #BB5858; }
.board_list .contents .list_area .list_ty01 li .r_info dl:first-child dd { color: #444; }
.board_list .contents .list_area .list_ty01.review li { padding: 34px 290px 34px 250px; min-height:130px; }
.board_list .contents .list_area .list_ty01.review li .ph { position: absolute; top: 50%; left: 40px; transform: translateY(-50%); width: 163px; height: 163px; background: 0 0/cover; border: 1px solid #ddd; }

.board_list .contents .list_area_ty02 { width: 100%; }
.board_list .contents .list_area_ty02 .list_ty02 { background: #fff; border-top: 2px solid #000; }
.board_list .contents .list_area_ty02 .list_ty02 li { width:100%; border-bottom:1px solid #ddd; }
.board_list .contents .list_area_ty02 .list_ty02 li .list_link { transition: 0.5s; padding: 30rem 0;}
.board_list .contents .list_area_ty02 .list_ty02 li .list_link:hover { background: rgba(207, 169, 114, 0.1);}
.board_list .contents .list_area_ty02 .list_ty02 .list_item.head {pointer-events:none;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item.head p {text-align:center;color:#000;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item.head p {font-weight:600;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item a {grid-template-columns:1fr 5fr 1fr 2fr 1fr;transition:0.5s; padding:30px 0;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item a:hover {text-decoration:none;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item p {font-size:18px;text-align:center;color:#222;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item .tit {text-align:left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.board_list .contents .list_area_ty02 .list_ty02 .list_item .answer {color:#751010;}


.pagination { text-align: center; margin-top: 50px; }
.pagination a { display:inline-block; vertical-align:top; width: 40px; height: 40px; line-height: 40px; margin: 0 3px; }
.pagination>a { text-indent:-9999px; text-align:left; background: no-repeat center center/auto 12px; }
.pagination>a.bt_first { background-image:url(../images/pn_first.png); }
.pagination>a.bt_prev { background-image:url(../images/pn_prev.png); }
.pagination>a.bt_next { background-image:url(../images/pn_next.png); }
.pagination>a.bt_last { background-image:url(../images/pn_last.png); }
.pagination span { display:inline-block; padding: 0 3px; }
.pagination span a { width: auto; min-width: 30px; padding: 0 5px; font-size: 15px; color: #000; }
.pagination span a.on { color: #fff; background: #460505; text-decoration: none; border-radius: 100%; }

.board_list .contents .aside { width: 320px; }
.board_list .contents .aside.mo { display: none; }
.board_list .contents .aside .inner { position: sticky; top: 150px; }
.bt_online_cs { display: block; line-height: 60px; background: #460505; font-size: 18px; font-weight: 600; color: #fff; text-align: center; margin-bottom: 30px; }
.bt_online_cs:hover { text-decoration: none; }
.bt_online_cs::before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/ic_online_cs.png) 0/100%; vertical-align: middle; margin: -3px 10px 0 0; }

.bt_online_cs_ty02 { position:absolute;right:0;top:0; display: block; width:320px; line-height: 60px; background: #460505; font-size: 18px; font-weight: 600; color: #fff; text-align: center; }
.bt_online_cs_ty02:hover { text-decoration: none; }
.bt_online_cs_ty02::before { content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/ic_online_cs.png) 0/100%; vertical-align: middle; margin: -3px 10px 0 0; }


.board_list .contents .aside .inner .box { background: #f8f8f8; border: 1px solid #888; padding: 30px 25px; }
.board_list .contents .aside .inner .box dl { margin-bottom: 22px; }
.board_list .contents .aside .inner .box dl:last-child { margin: 0; }
.board_list .contents .aside .inner .box dl.kw { margin-bottom: 30px; }
.board_list .contents .aside .inner .box dl dt { font-size: 18px; color: #000; font-weight: 600; margin-bottom: 8px; }
.board_list .contents .aside .inner .box dl.kw dt { margin-bottom: 14px; }
.board_list .contents .aside .inner .box dl.kw dd { padding-right: 60px; }
.board_list .contents .aside .inner .box dl.kw dd input { width: 100%; height: 45px; background: #fff; border: 0; font-size: 14px; padding: 0 20px; }

.board_list .contents .aside .inner .box dl.kw dd ::-webkit-input-placeholder { color:#888; }
.board_list .contents .aside .inner .box dl.kw dd :-moz-placeholder { color:#888; }
.board_list .contents .aside .inner .box dl.kw dd ::-moz-placeholder { color:#888; }
.board_list .contents .aside .inner .box dl.kw dd :-ms-input-placeholder { color:#dd888d; }

.board_list .contents .aside .inner .box dl.kw dd a { position: absolute; top: 0; right: 0; width: 60px; background: #460505; font-size: 14px; color: #fff; text-align: center; line-height: 45px; }
.board_list .contents .aside .inner .box dl.kw dd a:hover { text-decoration: none; }

.board_list .contents .aside .inner .box .tag { margin-right: -10px; }
.board_list .contents .aside .inner .box .tag::after { content: ''; display: block; clear: both; }
.board_list .contents .aside .inner .box .tag li { float: left; margin: 0 10px 8px 0; }
.board_list .contents .aside .inner .box .tag li a { display: block; line-height: 33px; border: 1px solid #b8b8b8; background: #fff; border-radius: 18px; font-size: 14px; color: #888; padding: 0 20px; }
.board_list .contents .aside .inner .box .tag li a:hover { text-decoration: none; background: #fafafa; }
.board_list .contents .aside .inner .box .tag li.on a { background: #460505; border-color: #460505; color: #fff; }

@media screen and (max-width:1300px) {
	.board_list h3 { margin-bottom: 40px; }
	.board_list .contents { gap: 20px; }
	.board_list .contents .list_area { width: calc(100% - 260px); }

	.board_list .contents .list_area .list_ty01 li { padding: 30px; }
	.board_list .contents .list_area .list_ty01 li .cate { font-size: 16px; margin-bottom: 8px; }
	.board_list .contents .list_area .list_ty01 li .tit { font-size: 18px; margin-bottom: 12px; }
	.board_list .contents .list_area .list_ty01 li .c_tx { font-size: 14px; margin-bottom: 12px; }
	.board_list .contents .list_area .list_ty01 li .c_lawyer { font-size: 14px; padding: 0; margin-bottom: 15px; }
	.board_list .contents .list_area .list_ty01 li .c_lawyer dt { position: relative; top: auto; left: auto; margin-bottom: 5px; }
	.board_list .contents .list_area .list_ty01 li .r_info { position: relative; top: auto; transform: none; right: auto; width: auto; }
	.board_list .contents .list_area .list_ty01 li .r_info dl { display: inline-block; margin: 0 30px 0 0; line-height: 130%; }
	/*
	.board_list .contents .list_area .list_ty01 li .r_info dl dt { position: absolute; top: 0; left: 0; margin: 0; font-size: 14px; }
	.board_list .contents .list_area .list_ty01 li .r_info dl dd { font-size: 14px; margin-left: 40px; }
	*/
	.board_list .contents .list_area .list_ty01 li .r_info dl dt { position:relative; display:inline-block; font-size: 14px; } /*수정10.28*/
	.board_list .contents .list_area .list_ty01 li .r_info dl dd { display:inline-block; font-size: 14px; margin-left:0 /*27px*/ }
	.board_list .contents .list_area .list_ty01.review li { padding: 30px; }
	.board_list .contents .list_area .list_ty01.review li .ph {  display: none; }

	.pagination { margin-top: 40px; }
	.pagination a { width: 35px; height: 35px; line-height: 35px; margin: 0 2px; }
	.pagination>a { background-size: auto 11px; }
	.pagination span { padding: 0 2px; }
	.pagination span a { min-width: 25px; font-size: 14px; }

	.board_list .contents .aside { width: 240px; }
	.board_list .contents .aside .inner { top: 70px; }
	.bt_online_cs { line-height: 50px; font-size: 16px; margin-bottom: 20px; }
	.bt_online_cs::before { width: 16px; height: 16px; margin: -3px 8px 0 0; }
	.board_list .contents .aside .inner .box { padding: 20px; }
	.board_list .contents .aside .inner .box dl { margin-bottom: 19px; }
	.board_list .contents .aside .inner .box dl.kw { margin-bottom: 25px; }
	.board_list .contents .aside .inner .box dl dt { font-size: 16px; margin-bottom: 6px; }
	.board_list .contents .aside .inner .box dl.kw dt { margin-bottom: 10px; }
	.board_list .contents .aside .inner .box dl.kw dd { padding-right: 50px; }
	.board_list .contents .aside .inner .box dl.kw dd input { height: 40px; font-size: 13px; padding: 0 18px; }

	.board_list .contents .aside .inner .box dl.kw dd a { width: 50px; font-size: 13px; line-height: 40px; }

	.board_list .contents .aside .inner .box .tag { margin-right: -8px; }
	.board_list .contents .aside .inner .box .tag li { margin: 0 8px 6px 0; }
	.board_list .contents .aside .inner .box .tag li a { line-height: 28px; font-size: 13px; padding: 0 15px; } 
	.bt_online_cs_ty02 {top:-10px;}
}
@media screen and (max-width:768px) {
	.board_list h3 { margin-bottom: 40px; }
	.board_list .contents { gap: 0; flex-wrap: wrap; flex-direction: column-reverse; }
	.board_list .contents .list_area { width: 100%; }

	.board_list .contents .list_area .list_ty01 li { padding: 20px 15px; }
	.board_list .contents .list_area .list_ty01 li .cate { font-size: 14px; margin-bottom: 5px; }
	.board_list .contents .list_area .list_ty01 li .tit { font-size: 14px; margin-bottom: 15px; }
	.board_list .contents .list_area .list_ty01 li .c_tx { font-size: 12px; margin-bottom: 15px; }
	.board_list .contents .list_area .list_ty01 li .c_lawyer { font-size: 12px; padding: 0; margin-bottom: 15px; }
	/*.board_list .contents .list_area .list_ty01 li .r_info { margin: 0 -10px; }*/
	.board_list .contents .list_area .list_ty01 li .r_info::after { content: ''; display: block; clear: both; }
	.board_list .contents .list_area .list_ty01 li .r_info dl { float: left; width: calc(50% - 20px); margin: 0 10px; }
	.board_list .contents .list_area .list_ty01 li .r_info dl dt { font-size: 12px; } 
	.board_list .contents .list_area .list_ty01 li .r_info dl dd {  font-size: 12px;}
	.board_list .contents .list_area .list_ty01.review li { padding: 20px 15px; }

	.board_list .contents .list_area_ty02 .list_ty02 .list_item.head,
	.board_list .contents .list_area_ty02 .list_ty02 .list_item .num {display:none;}
	.board_list .contents .list_area_ty02 .list_ty02 .list_item a {display:flex; flex-wrap:wrap; gap:10px 20px;}
	.board_list .contents .list_area_ty02 .list_ty02 .list_item p {font-size:14px;}
	.board_list .contents .list_area_ty02 .list_ty02 .list_item .tit {width:100%; font-size:16px;}
	.board_list .contents .list_area_ty02 .list_ty02 .list_item .name::after,
	.board_list .contents .list_area_ty02 .list_ty02 .list_item .date::after {content:'';position:absolute; top:50%;transform:translateY(-50%);right:-10px; width:1px; height:15px;background:#a9a9a9;}


	.pagination { margin-top: 40px; }
	.pagination a { width: 28px; height: 35px; line-height: 35px; margin: 0 2px; }
	.pagination>a { background-size: auto 11px; }
	.pagination span { padding: 0 2px; }
	.pagination span a { min-width: 25px; font-size: 14px; }

	.board_list .contents .aside { width: 100%; margin-bottom: 50px; }
	.bt_online_cs { display: none; }
	.board_list .contents .aside .inner .box { padding: 25px; }
	.board_list .contents .aside .inner .box dl { display: none; }
	.board_list .contents .aside .inner .box dl.kw { margin-bottom: 0; display: block; }
	.board_list .contents .aside .inner .box dl dt { font-size: 18px; margin-bottom: 8px; }
	.board_list .contents .aside .inner .box dl.kw dt { margin-bottom: 14px; }
	.board_list .contents .aside .inner .box dl.kw dd { padding-right: 60px; }
	.board_list .contents .aside .inner .box dl.kw dd input { height: 45px; font-size: 14px; padding: 0 20px; }

	.board_list .contents .aside .inner .box dl.kw dd a { width: 60px; font-size: 14px; line-height: 45px; }

	.bt_online_cs_ty02 {position:relative;top:auto;right:auto;width:100%;margin-bottom:30px;}
}


.board_view .tit_area { padding-bottom: 30px; border-bottom: 1px solid #D9D9D9; font-weight: 600; margin-bottom: 80px; }
.board_view .tit_area .cate { font-size: 18px; color: #460505; margin-bottom: 16px; }
.board_view .tit_area .tit { font-size: 30px; color: #000; }
.board_view .tit_area .tit .w-date {display:block; position:absolute; right:0;top:0;color:#666;font-size:16px; font-weight:300;line-height:2;}/*작성일*/
.board_view .contents { display: flex; gap: 80px; }
.board_view .contents .con_tx { width: calc(100% - 400px); font-size: 18px; color: #000; min-height:100px;}
.board_view .contents .con_tx img { max-width: 100%; }
.board_view .contents .con_tx p {line-height:1.4;}
.board_view .contents .con_tx .tag { margin-top: 100px; }
.board_view .contents .con_tx .tag::after { content: ''; display: block; clear: both; }
.board_view .contents .con_tx .tag li { float: left; margin: 0 10px 10px 0; }
.board_view .contents .con_tx .tag li a { display: block; padding: 0 20px; line-height: 33px; border: 1px solid #b8b8b8; font-size: 14px; color: #888; border-radius: 18px; }


.board_view .contents .con_tx .tag li a:hover { text-decoration: none; background: #fafafa; }
.board_view .contents .aside { width: 320px; }
.board_view .contents .aside .inner { position: sticky; top: 150px; }
.board_view .contents .aside .inner .c_lawyer { margin-bottom: 50px; }
.board_view .contents .aside .inner .c_lawyer li { margin-bottom: 20px; min-height: 60px; }
.board_view .contents .aside .inner .c_lawyer li:last-child { margin: 0; }
.board_view .contents .aside .inner .c_lawyer li .ph { position: absolute; top: 0; left: 0; width: 60px; height: 60px; border-radius: 100%; background: #444 center center/cover; }
.board_view .contents .aside .inner .c_lawyer li .tx { padding: 7px 0; margin-left: 80px; font-size: 14px; color: #888; }
.board_view .contents .aside .inner .c_lawyer li .tx span { display: block; font-size: 18px; color: #000; font-weight: 600; margin-bottom: 7px; }
.board_view .contents .aside .inner .disposition dl { line-height: 58px; background: #460505; border: 1px solid #b8b8b8; margin-bottom: 20px; color: #fff; }
.board_view .contents .aside .inner .disposition dl dt { position: absolute; top: 0; left: 25px; font-size: 20px; font-weight: 600; }
.board_view .contents .aside .inner .disposition dl dd { margin-left: 79px; font-size: 18px; }
.board_view .contents .aside .inner .disposition .docu { width: 198px; border: 1px solid #b8b8b8; }
.board_view .contents .aside .inner .disposition .docu img { width: 100%; }
.board_view .pn_list { border-top: 1px solid #D9D9D9; margin-top: 60px; }
.board_view .pn_list dl { border-bottom: 1px solid #D9D9D9; line-height: 60px; }
.board_view .pn_list dl dt { position: absolute; top: 0; left: 20px; width: 115px; font-size: 14px; color: #460505; }
.board_view .pn_list dl dt::before { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; border: #d9d9d9; }
.board_view .pn_list dl dt::after { content: ''; position: absolute; top: 50%; left: 80px; transform: translateY(-50%); width: 11px; height: 7px; background-size: 100% 100%; }
.board_view .pn_list dl.prev dt::after { background-image: url(../images/arr_pn_list_prev.png); }
.board_view .pn_list dl.next dt::after { background-image: url(../images/arr_pn_list_next.png); }
.board_view .pn_list dl dd { margin-left: 160px; padding-right: 20px; }
.board_view .pn_list dl dd a { display: inline-block; max-width: 100%; vertical-align: top; font-size: 16px; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/*온라인상담 답글 부분*/
.board_view .pn_reply { margin-top: 60px; }
.board_view .pn_reply p {padding:20px 0;font-size:20px;color:#000; font-weight:700;}
.board_view .pn_reply dl {border-top: 1px solid #D9D9D9;border-bottom: 1px solid #D9D9D9;padding:20px 0;}
.board_view .pn_reply dl dt {position: absolute; top: 20px; left:0;width:60px; height:60px;background:#33302c url(../images/logo_bi.png) center center/60% no-repeat; border-radius:50%;}
.board_view .pn_reply dl dd { margin-left: 80px; font-size: 18px; min-height:60px;}
.board_view .pn_reply dl dd .name {font-weight:500; color:#000;padding-bottom:10px;}
.board_view .pn_reply dl dd .name span {display:inline-block; padding-left:10px; color:#666; font-size:16px;font-weight:300;}
.board_view .pn_reply dl dd .reply {display:block;}

.board_view .b_btn { text-align: center; margin-top: 70px; }
.board_view .b_btn .bt_list { display: inline-block; width: 200px; line-height: 60px; background: #460505; font-size: 20px; color: #fff; font-weight: 600; }
.board_view .b_btn .bt_list:hover { text-decoration: none; }
.board_view .b_btn .bt_list::before { content: ''; display: inline-block; width: 16px; height: 17px; background: url(../images/ic_list.png) 0/100% 100%; vertical-align: middle; margin: -3px 10px 0 0; }

@media screen and (max-width:1300px) {
	.board_view .tit_area { padding-bottom: 25px; margin-bottom: 60px; }
	.board_view .tit_area .cate { font-size: 16px; margin-bottom: 14px; }
	.board_view .tit_area .tit { font-size: 24px; }
	.board_view .contents { gap: 20px; }
	.board_view .contents .con_tx { width: calc(100% - 260px); }
	.board_view .contents .con_tx .tag { margin-top: 80px; }
	.board_view .contents .aside { width: 240px; }
	.board_view .pn_list { margin-top: 50px; }
}

@media screen and (max-width:768px) {
	.board_view .tit_area { padding-bottom: 20px; margin-bottom: 15px; }
	.board_view .tit_area .cate { font-size: 14px; margin-bottom: 10px; }
	.board_view .tit_area .tit { font-size: 18px; }
	.board_view .tit_area .tit .w-date {font-size:14px;}
	.board_view .contents { gap: 0; flex-wrap: wrap; flex-direction: column-reverse; }
	.board_view .contents .con_tx { width: 100%; }
	.board_view .contents .con_tx.counsel_tx {font-size:14px;}
	.board_view .contents .con_tx .tag { margin-top: 50px; }
	.board_view .contents .aside { width: 100%; margin-bottom: 60px; }
	.board_view .contents .aside .inner .c_lawyer { margin-bottom: 20px; }
	.board_view .contents .aside .inner .c_lawyer li { margin-bottom: 15px; min-height: 45px; }
	.board_view .contents .aside .inner .c_lawyer li .ph { width: 45px; height: 45px; }
	.board_view .contents .aside .inner .c_lawyer li .tx { padding: 3px 0; margin-left: 60px; font-size: 12px; }
	.board_view .contents .aside .inner .c_lawyer li .tx span { font-size: 16px; margin-bottom: 5px; }
	.board_view .contents .aside .inner .disposition dl { line-height: 43px; margin-bottom: 15px; }
	.board_view .contents .aside .inner .disposition dl dt { left: 20px; font-size: 18px; }
	.board_view .contents .aside .inner .disposition dl dd { margin-left: 66px; font-size: 14px; }
	.board_view .contents .aside .inner .disposition .docu { width: 50%; }
	.board_view .contents .aside .inner .disposition .docu img { width: 100%; }
	.board_view .pn_list { margin-top: 50px; }
	.board_view .pn_list dl { border-bottom: 1px solid #D9D9D9; line-height: 60px; }
	.board_view .pn_list dl dt { left: 10px; width: 80px; }
	.board_view .pn_list dl dt::after { left: 50px; }
	.board_view .pn_list dl dd { margin-left: 90px; padding-right: 10px; }
	.board_view .pn_reply p {font-size:16px;}
	.board_view .pn_reply dl dd .name {font-size:16px;padding-bottom:5px;}
	.board_view .pn_reply dl dd .name span {font-size:14px;}
	.board_view .pn_reply dl dd .reply {font-size:14px;}
	.board_view .b_btn { margin-top: 30px; }
	.board_view .b_btn .bt_list { width: 100%; line-height: 45px; font-size: 16px; }
	.board_view .b_btn .bt_list::before { width: 14px; height: 13px; }
}


.board_list .ph_list { margin-bottom: 100px; }
.board_list .ph_list .swiper-slide .ph { padding-bottom: 71.42%; background: no-repeat center center/cover; margin-bottom: 20px; }
.board_list .ph_list .swiper-slide .tx .tit { font-size: 20px; color: #444; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; }
.board_list .ph_list .swiper-slide .tx span { font-size: 14px; font-weight: 500; color: #b4b4b4; padding-right: 14px; margin-right: 13px; }
.board_list .ph_list .swiper-slide .tx span:last-child { padding: 0; margin: 0; }
.board_list .ph_list .swiper-slide .tx span.m_name { color: #451212; }
.board_list .ph_list .swiper-slide .tx span::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #d9d9d9; }
.board_list .ph_list .swiper-slide .tx span:last-child::after { display: none; }
.board_list .ph_list .swiper-pagination { display: none; }
.board_list .option { margin-bottom: 50px; display: flex; gap: 20px; }
.board_list .option li { width: 120px; }
.board_list .option li input { display: none; }
.board_list .option li input + label { display: block; border: 1px solid #bebebe; line-height: 33px; font-size: 18px; font-weight: 500; text-align: center; }
.board_list .option li input:checked + label { background: #451212; border-color: #451212; color: #fff; }

@media screen and (max-width:1300px) {
	.board_list .ph_list { margin-bottom: 80px; }
	.board_list .ph_list .swiper-slide .tx .tit { font-size: 18px; margin-bottom: 12px; }
	.board_list .ph_list .swiper-slide .tx span { font-size: 13px; padding-right: 12px; margin-right: 11px; }
	.board_list .ph_list .swiper-slide .tx span::after { height: 13px; }
	.board_list .option { margin-bottom: 40px; gap: 15px; }
	.board_list .option li { width: 100px; }
	.board_list .option li input + label { line-height: 31px; font-size: 16px; }
}

@media screen and (max-width:768px) {
	.board_list .ph_list { margin-bottom: 50px; }
	.board_list .ph_list .swiper-slide .tx .tit { font-size: 16px; margin-bottom: 10px; }
	.board_list .ph_list .swiper-slide .tx span { font-size: 12px; padding-right: 10px; margin-right: 9px; }
	.board_list .ph_list .swiper-slide .tx span::after { height: 12px; }
	.board_list .ph_list .swiper-pagination { position: relative; bottom: auto; display: block; margin-top: 20px; }
	.board_list .ph_list .swiper-pagination-bullet { vertical-align: top; width: 10px; height: 10px; margin: 0 3px; background: #B4B4B4; }
	.board_list .ph_list .swiper-pagination-bullet-active { background: #451212; }
	.board_view .pn_reply p {padding:10px 0;}
	.board_view .pn_reply dl dt {top: 20px; left:0;width:40px; height:40px;}
	.board_view .pn_reply dl dd {margin-left:50px;}
	.board_list .option { margin-bottom: 20px; gap: 10px; }
	.board_list .option li { width: 60px; }
	.board_list .option li input + label { line-height: 28px; font-size: 14px; }
}

.board_view .bt_online_cs { margin: 0; }
.board_view .re_article { max-width: 700px; border: 1px solid #000; margin-top: 100px; }
.board_view .re_article .logo { position: absolute; top: 0; left: 0; bottom: 0; width: 108px; border-right: 1px solid #000; background: no-repeat center center/60%; }
.board_view .re_article .tx { margin-left: 109px; padding: 27px 25px; font-size: 20px; }
.board_view .re_article .tx dt { color: #000; margin-bottom: 7px; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.board_view .re_article .tx dd a { display: inline-block; max-width: 100%; vertical-align: top; color: #888; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.board_view .original_txt {padding-top:50px;font-size:14px;letter-spacing:0.5px;}
.board_view .original_txt a {color:#666;text-decoration:underline; }

@media screen and (max-width:768px) {
	.board_view .re_article { margin-top: 50px; }
	.board_view .re_article .logo { width: 78px; }
	.board_view .re_article .tx { margin-left: 80px; padding: 18px; font-size: 14px; }
	.board_view .re_article .tx dt { margin-bottom: 5px; }
}

.board_list .bd_tap_menu { position: absolute; top: 30px; left: 230px; display: flex; gap: 35px; }
.board_list .bd_tap_menu li { display: inline-block; }
.board_list .bd_tap_menu li input { display: none; }
.board_list .bd_tap_menu li input + label { font-size: 18px; color: #BEBEBE; font-weight: 600; transition: all 0.3s; }
.board_list .bd_tap_menu li input:checked + label { color: #460505; }

.board_list .szp_list { margin: 0 -20px; }
.board_list .szp_list::after { content: ''; display: block; clear: both; }
.board_list .szp_list li { float: left; width: calc(25% - 40px); margin: 0 20px 80px; }
.board_list .szp_list li .ph { padding-bottom: 100%; background: no-repeat center center/cover; margin-bottom: 25px; }
.board_list .szp_list li .tx .tit { font-size: 18px; color: #000; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.board_list .szp_list li .tx span { font-size: 14px; font-weight: 500; color: #b4b4b4; padding-right: 14px; margin-right: 13px; }
.board_list .szp_list li .tx span:last-child { padding: 0; margin: 0; }
.board_list .szp_list li .tx span.m_name { color: #451212; }
.board_list .szp_list li .tx span::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #d9d9d9; }
.board_list .szp_list li .tx span:last-child::after { display: none; }
.board_list .ph_list .swiper-pagination { display: none; }

@media screen and (max-width:1300px) {
	.board_list .bd_tap_menu { position: relative; top: auto; left: auto; gap: 25px; margin-bottom: 30px; }
	.board_list .bd_tap_menu li input + label { font-size: 16px; }
	.board_list .szp_list { margin: 0 -15px; }
	.board_list .szp_list li { width: calc(33.3333% - 30px); margin: 0 15px 50px; }
	.board_list .szp_list li .ph { margin-bottom: 15px; }
	.board_list .szp_list li .tx .tit { font-size: 16px; margin-bottom: 8px; }
	.board_list .szp_list li .tx span { font-size: 13px; padding-right: 12px; margin-right: 11px; }
	.board_list .szp_list li .tx span::after { height: 13px; }
}

@media screen and (max-width:768px) {
	.board_list .bd_tap_menu { gap: 15px; margin-bottom: 25px; }
	.board_list .bd_tap_menu li input + label { font-size: 14px; }
	.board_list .szp_list { margin: 0 -5px; }
	.board_list .szp_list li { width: calc(50% - 10px); margin: 0 5px 40px; }
	.board_list .szp_list li .ph { margin-bottom: 10px; }
	.board_list .szp_list li .tx .tit { font-size: 14px; margin-bottom: 5px; }
	.board_list .szp_list li .tx span { font-size: 11px; padding-right: 6px; margin-right: 4px; }
	.board_list .szp_list li .tx span::after { height: 12px; }
}

/* 글쓰기 */
.board_write h3 { margin-bottom: 80px; }
.board_write .contents { display: flex; gap: 80px; }
.board_write .contents .form_area { width: 100%; border-top:2px solid #000;}
.board_write .contents .form_area .form_wrap {display:flex; flex-wrap:wrap}
.board_write .contents .form_area .form_wrap .input_box {display:flex; align-items: center; border-bottom:1px solid #ddd; }
.board_write .contents .form_area .form_wrap .input_box.half {width:50%;}
.board_write .contents .form_area .form_wrap .input_box.full {width:100%;}
.board_write .contents .form_area .form_wrap .input_box .label_box {min-width:160px; height:100%;background:#f9f9f9;}
.board_write .contents .form_area .form_wrap .input_box .label_box label {display:block;font-size:18px; font-weight:500; padding:30px 0; height:100%; text-align:center;}
.board_write .contents .form_area .form_wrap .input_box .form_box {width:calc(100% - 160px); height:100%;background:#fff;padding:15px 20px;box-sizing:border-box;}
.board_write .contents .form_area .form_wrap .input_box input {border:1px solid #ddd; padding:15px 12px; color:#000; font-size:16px; font-weight:400; line-height:1.8;}
.board_write .contents .form_area .form_wrap .input_box input.small {width:300px;}
.board_write .contents .form_area .form_wrap .input_box input.big {width:100%;}
.board_write .contents .form_area .form_wrap .input_box textarea {border:1px solid #ddd; padding:15px 12px; color:#000; font-size:16px; font-weight:400; line-height:1.8;width:100%;height:100%; vertical-align:middle;}

@media screen and (max-width:1300px) {
	.board_write .contents .form_area .form_wrap .input_box .label_box {min-width:135px;}
	.board_write .contents .form_area .form_wrap .input_box input.small {width:100%;}
}

@media screen and (max-width:768px) {
	.board_write h3 { margin-bottom: 40px;}
	.board_write .contents .form_area .form_wrap .input_box {flex-wrap:wrap; border-bottom:none;}
	.board_write .contents .form_area .form_wrap .input_box.half {width:100%;}
	.board_write .contents .form_area .form_wrap .input_box .label_box {width:100%; height:auto; background:transparent;}
	.board_write .contents .form_area .form_wrap .input_box .label_box label {font-size:14px; text-align:left;padding:30px 0 10px}
	.board_write .contents .form_area .form_wrap .input_box .form_box {width:100%; height:auto; padding:0;}
}

.agree_cont {margin-top:40px;}
.agree_cont .check_box{text-align:center;display:flex; justify-content:center;}
.agree_cont .check_box input {display:none;}
.agree_cont .check_box label {display:block;color:#666; font-size:15px; font-weight:400; padding-left:32px; position:relative;}
.agree_cont .check_box label::after {position:absolute;content:''; width:22px; height:22px; top:50%;left:0; transform:translateY(-50%); background:#f9f9f9; border:1px solid #ddd; }
.agree_cont .check_box input:checked + label::after {background-repeat:no-repeat; background-position:center; background-size:cover; background-image:url(../images/check_icon.svg);border-color:#000;}
.agree_cont .check_box .agree_detail_btn {color:#000; font-size:15px; font-weight:500;margin-left:10px; border:0 none; background:transparent; cursor:pointer; border-bottom:1px solid #000;}
.agree_cont .check_box label span {}

.board_write .b_btn { text-align: center; margin-top: 40px; }
.board_write .b_btn .bt_write { display: inline-block; width:220px; line-height: 60px; background: #460505; font-size: 18px; font-weight: 600; color: #fff; text-align: center; margin-bottom: 30px; }
.board_write .b_btn .bt_write:hover { text-decoration: none; }
.board_write .b_btn .bt_write::before {content: ''; display: inline-block; width: 18px; height: 18px; background: url(../images/ic_online_cs.png) 0/100%; vertical-align: middle; margin: -3px 10px 0 0;}

@media screen and (max-width:768px) {
	.board_write .b_btn .bt_write {width:100%; line-height:45px; font-size:16px;}
}


.info_view .menu { text-align: center; margin-bottom: 30px; }
.info_view .menu li { display: inline-block; width: 220px; max-width: calc(16.6% - 20px); margin: 0 9px; }
.info_view .menu li a { display: block; line-height: 58px; border: 1px solid #bbb; border-radius: 30px; font-size: 20px; color: #bbb; font-weight: 600; text-align: center; }
.info_view .menu li a:hover { text-decoration: none; background: #fafafa; }
.info_view .menu li.on a { color: #fff; background: #451212; border-color: #451212; }

.info_view .ct_img { border-top: 20px solid #451212; padding-bottom: 21.625%; margin: 0 -30px; background: center center/cover; overflow: hidden; }
.info_view .ct_img.c03_01 { background-image: url(../images/ct_img03_01.png); }
.info_view .ct_img.c04_01 { background-image: url(../images/ct_img04_01.png); }
.info_view .ct_img.c04_02 { background-image: url(../images/ct_img04_02.png); }
.info_view .ct_img.c04_03 { background-image: url(../images/ct_img04_03.png); }
.info_view .ct_img.c04_04 { background-image: url(../images/ct_img04_04.png); }
.info_view .ct_img.c04_05 { background-image: url(../images/ct_img04_05.png); }
.info_view .ct_img.c04_06 { background-image: url(../images/ct_img04_06.jpg); }
.info_view .ct_img.c05_01 { background-image: url(../images/ct_img05_01.png); }
.info_view .ct_img .bg { position: absolute; top: 0; right: 0; bottom: 0; width: 100%; background: #fff; transition: all 0.7s; }
.info_view .ct_img.on .bg { width: 0; }

.info_view .info { font-size: 18px; color: #000; padding: 50px 0 150px ; }
.info_view .info .ct_tx { text-align: center; margin-bottom: 58px; }
.info_view .info .ct_tx .tit { font-size: 30px; font-weight: 600; }
.info_view .info p { margin-bottom: 20px; }
.info_view .info p:last-child { margin: 0; }
.info_view .info p em { font-weight: 600; }
.info_view .info p em.ft01 { font-size: 24px; color: #460505; }
.info_view .info p em.ft02 { color: #BC0000; }
.info_view .info p span { display: block; margin-bottom: 15px; }

.tb_info { width: 100%; background: #F8F8F8; text-align: center; margin-bottom: 50px; }
.tb_info thead th { height: 60px; padding: 0 10px; background: #451212; color: #fff; text-align: center; font-weight: normal; }
.tb_info tbody th { background: #EBEBEB; padding: 0 10px; border: 1px solid #E0E0E0; border-width: 1px 1px 1px 0; font-weight: normal; }
.tb_info tbody td { height: 60px; padding: 0 10px; border: 1px solid #E0E0E0; }
.tb_info td:last-child { border-right: 0; }

.info_view .info .applied_law>dl { margin-bottom: 50px; }
.info_view .info .applied_law>dl:last-child { margin: 0; }
.info_view .info .applied_law>dl>dt { font-size: 24px; color: #460505; font-weight: 600; margin-bottom: 15px; }
.info_view .info .applied_law>dl>dd em { font-weight: 600; color: #BC0000; }
.info_view .info .applied_law>dl>dd dl { margin-bottom: 15px; }
.info_view .info .applied_law>dl>dd dl:last-child { margin: 0; }
.info_view .info .applied_law>dl>dd dl { margin-bottom: 15px; }
.info_view .info .applied_law>dl>dd dl:last-child { margin: 0; }
.info_view .info .applied_law>dl>dd dl dt { margin-bottom: 10px; }
.info_view .info .applied_law>dl>dd dl dd p { margin-bottom: 10px; }
.info_view .info .applied_law>dl>dd dl dd p:last-child { margin: 0; }
.info_view .info .applied_law>dl>dd .num { padding-left: 15px; margin-bottom: 30px; }
.info_view .info .applied_law>dl>dd .num:last-child { margin: 0; }
.info_view .info .applied_law>dl>dd .num li { list-style: decimal; }
.info_view .info .applied_law>dl>dd .num li p { padding: 10px 0; }

.info_view .info .tag { margin-top: 100px; }
.info_view .info .tag p { font-size: 24px; }
.info_view .info .tag ul { display: flex; flex-wrap: wrap; gap: 20px 30px; }
.info_view .info .tag li { width: calc(33.3333% - 60px); padding: 0 20px; line-height: 60px; background: #ebebeb; color: #000; text-align: center; }

.slider_unit { padding-top: 50px; border-top: 1px solid #D9D9D9; margin-bottom: 150px; }
.slider_unit:last-child { margin: 0; }
.slider_unit h4 { font-size: 24px; color: #000; font-weight: 600; margin-bottom: 47px; }
.slider_unit .bt_sec_more { position: absolute; top: 50px; right: 0; width: 200px; line-height: 48px; border-radius: 30px; background: linear-gradient(to right, #3E1010 0%, #8E2828 100%); font-size: 18px; color: #fff; font-weight: 600; text-align: center; text-shadow: 0 4px 4px rgba(0,0,0,0.25); box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.35); }
.slider_unit .bt_sec_more:hover { text-decoration: none; }
.slider_unit .bt_sec_more::after { content: ''; display: inline-block; width: 9px; height: 14px; background: url(../images/arr_m_case_bt.png) 0/100% 100%; vertical-align: middle; margin: -2px 0 0 15px; }

.info_view .case .swiper-slide .ph { padding-bottom: 100%; background: center center/cover; }

.info_view .press .swiper-slide .ph { padding-bottom: 71.42%; background: no-repeat center center/cover; margin-bottom: 20px; }
.info_view .press .swiper-slide .tx .tit { font-size: 20px; color: #444; font-weight: 500; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 15px; }
.info_view .press .swiper-slide .tx span { font-size: 14px; font-weight: 500; color: #b4b4b4; padding-right: 14px; margin-right: 13px; }
.info_view .press .swiper-slide .tx span:last-child { padding: 0; margin: 0; }
.info_view .press .swiper-slide .tx span.m_name { color: #451212; }
.info_view .press .swiper-slide .tx span::after { content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 14px; background: #d9d9d9; }
.info_view .press .swiper-slide .tx span:last-child::after { display: none; }

.pl_points { display: flex; gap: 30px; margin-bottom: 30px; }
.pl_points dl { width: 33.3333%; text-align: center; color: #000; }
.pl_points dl dt { line-height: 60px; background: #460505; font-size: 18px; color: #fff; }
.pl_points dl dd .b_tx { height: 130px; background: #EBEBEB; font-size: 24px; font-weight: 600;justify-content: center; align-items: center; display: flex; }
.pl_points dl dd .s_tx { padding: 38px 20px; background: #F8F8F8; font-size: 18px; }

@media screen and (max-width:1300px) {    
	.info_view .menu { margin-bottom: 25px; }
	.info_view .menu li { width: 180px; max-width: calc(16.6% - 12px); margin: 0 5px; }
	.info_view .menu li a { line-height: 45px; font-size: 17px; }

	.info_view .ct_img { padding-bottom: 26%; border-top-width: 15px; }

	.info_view .info { font-size: 16px; padding: 40px 0 120px ; }
	.info_view .info .ct_tx { margin-bottom: 45px; }
	.info_view .info .ct_tx .tit { font-size: 26px; }
	.info_view .info p { margin-bottom: 15px; }
	.info_view .info p em.ft01 { font-size: 20px; }

	.tb_info { margin-bottom: 40px; }
	.tb_info thead th { height: 50px; }
	.tb_info tbody td { height: auto; padding: 15px 12px; }

	.info_view .info .applied_law>dl { margin-bottom: 40px; }
	.info_view .info .applied_law>dl>dt { font-size: 20px; }

	.info_view .info .tag { margin-top: 80px; }
	.info_view .info .tag p { font-size: 20px; }
	.info_view .info .tag ul { gap: 20px; }
	.info_view .info .tag li { width: calc(50% - 40px); padding: 0 15px; line-height: 50px; }

	.slider_unit { padding-top: 40px; margin-bottom: 120px; }
	.slider_unit h4 { font-size: 20px; margin-bottom: 40px; }
	.slider_unit .bt_sec_more { top: 40px; width: 180px; line-height: 42px; font-size: 16px; }
	.slider_unit .bt_sec_more::after { width: 8px; height: 12px; margin: -2px 0 0 10px; }

	.info_view .press .swiper-slide { width: 350px; }
	.info_view .press .swiper-slide .ph { margin-bottom: 20px; }
	.info_view .press .swiper-slide .tx .tit { font-size: 18px; margin-bottom: 10px; }
	.info_view .press .swiper-slide .tx span { font-size: 13px; padding-right: 12px; margin-right: 11px; }
	.info_view .press .swiper-slide .tx span::after { height: 12px; }

	.pl_points { gap: 10px; margin-bottom: 20px; }
	.pl_points dl dt { line-height: 50px; font-size: 16px; }
	.pl_points dl dd .b_tx { height: 100px; padding: 0 20px; font-size: 20px; }
	.pl_points dl dd .s_tx { padding: 25px 10px; font-size: 14px; }
}

@media screen and (max-width:768px) {
	.info_view .menu li { width: calc(33.3333% - 8px); max-width: none; margin: 0 3px 10px; }
	/*
	.info_view .menu.ty2 li:nth-child(1),
	.info_view .menu.ty2 li:nth-child(2) { width: calc(47% - 8px); }
	*/
	.info_view .menu li a { line-height: 35px; font-size: 16px; }

	.info_view .ct_img { padding-bottom: 50%; background-position: 55% 0;  }

	.info_view .info { font-size: 14px; padding: 50px 0 ; }
	.info_view .info .ct_tx { margin-bottom: 50px; text-align: left; color: #888; }
	.info_view .info .ct_tx .tit { font-size: 18px; color: #000; }
	.info_view .info p em.ft01 { font-size: 16px; }
	.info_view .info .ct_tx p br { display: none; }

	.tb_info { margin-bottom: 20px; color: #444;  }
	.tb_info thead th { height: 45px;}
	.tb_info thead th, 	.tb_info tbody td {word-break:break-all; }

	.info_view .info .applied_law>dl { margin-bottom: 30px; }
	.info_view .info .applied_law>dl>dt { font-size: 16px; }

	.info_view .info .tag { margin-top: 50px; }
	.info_view .info .tag p { font-size: 16px; }
	.info_view .info .tag p br { display: none; }
	.info_view .info .tag ul { gap: 10px; }
	.info_view .info .tag li { width: 100%; padding: 0 10px; line-height: 45px; }

	.slider_unit { margin-bottom: 50px; }
	.slider_unit h4 { margin-bottom: 20px; padding-left: 8px; color: #451212; }
	.slider_unit h4::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 2px; height: 18px; background: #451212;}
	.slider_unit .bt_sec_more { top: 35px; width: 140px; line-height: 35px; font-size: 13px; }
	.slider_unit .bt_sec_more::after { width: 7px; height: 10px; margin: -3px 0 0 8px; }

	.info_view .case .swiper-slide { width: 200px; }

	.info_view .press .swiper-slide { width: 200px; }
	.info_view .press .swiper-slide .ph { margin-bottom: 15px; }
	.info_view .press .swiper-slide .tx .tit { font-size: 16px; margin-bottom: 15px; }
	.info_view .press .swiper-slide .tx span { font-size: 12px; padding-right: 11px; margin-right: 10px; }

	.pl_points { flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
	.pl_points dl { width: 100%; }
	.pl_points dl dt { line-height: 45px; }
	.pl_points dl dd .s_tx { padding: 22px 10px; font-size: 16px; }
}


#scrollbar ::-webkit-scrollbar { width: 5px; height: 5px;}
#scrollbar ::-webkit-scrollbar-track {background-color: rgba(0,0,0,0.1); border-radius: 5px;}
#scrollbar ::-webkit-scrollbar-thumb { background-color: rgba(173,117,109,0.8); border-radius: 5px;}

/*popup*/
html.on { height:100%; overflow:hidden; }
.pu_bg { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); z-index:98; display:none; }


.pu { position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); z-index:99; display:none; }
.pu .close_area {position:absolute; bottom:calc(100% + 10px); left:calc(100% + 10px); width:40px; height:40px;}
.pu .close_area .bt_close { display:block;position:relative;width:100%; height:100%; background:transparent; cursor:pointer; border:none; text-indent:-99999px;}
.pu .close_area .bt_close::before {position:absolute;width:100%;height:2px;background:#fff;content:'';left:0; transform:rotate(-45deg);}
.pu .close_area .bt_close::after {position:absolute;width:100%;height:2px;background:#fff;content:'';left:0; transform:rotate(45deg);}

.pu_agree_detail { width:70%;max-width:854px; background:#fff; }
.pu_agree_detail .p_con { position:relative; padding:30px; font-size:16px; line-height:1.3;}
.pu_agree_detail .p_con p {margin-bottom:10px;}
.pu_agree_detail .p_con ul {margin:6px 0 20px 8px;}
.pu_agree_detail .p_con ul li{position:relative;padding-left:15px;margin-top:10px;}
.pu_agree_detail .p_con ul li::before {content:'';position:absolute;left:0;top:8px;background:#888;width:3px;height:3px;border-radius:50%;}

/*비밀번호 입력 */
.pop_area2 {display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:90;backdrop-filter:blur(2px); -webkit-backdrop-filter:blur(2px);}
.pop_area2 .bg { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); z-index:5;}
.pop_area2 .pu_password { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:80%;max-width:600px; background:#fff; padding:80px 20px; box-sizing:border-box;z-index:10;}
.pop_area2 .pu_password .p_con { position:relative; font-size:16px; line-height:1.3; text-align:center;box-sizing:border-box;}
.pop_area2 .pu_password .p_con .tit {font-size:40px;font-weight:700;color:#333;margin-bottom:20px;}
.pop_area2 .pu_password .p_con .txt {font-size:20px;font-weight:300;margin-bottom:30px;}
.pop_area2 .pu_password .p_con input {border:1px solid #ddd;color:#333; padding:20px; width:80%; margin-bottom:20px;font-size:18px;}
.pop_area2 .pu_password .p_con .done_btn {padding:20px; background:#460505;color:#fff;width:40%; min-width:130px;border:none;font-size:18px;}
.pop_area2 .pu_password .close_area {position:absolute; top:20px; right:30px; width:30px; height:30px;z-index:20;box-sizing:border-box;}
.pop_area2 .pu_password .close_area .bt_close { display:block;position:relative;width:100%; height:100%; background:transparent; cursor:pointer; border:none; text-indent:-99999px;}
.pop_area2 .pu_password .close_area .bt_close::before {position:absolute;width:100%;height:2px;background:#444;content:'';left:0; transform:rotate(-45deg);}
.pop_area2 .pu_password .close_area .bt_close::after {position:absolute;width:100%;height:2px;background:#444;content:'';left:0; transform:rotate(45deg);}

@media screen and (max-width:768px) {
	.pop_area2 .pu_password {padding:30px 10px;}
	.pop_area2 .pu_password .p_con {padding:10px;}
	.pop_area2 .pu_password .p_con .tit {font-size:24px;margin-bottom:10px;}
	.pop_area2 .pu_password .p_con .txt {font-size:16px;margin-bottom:10px;}
	.pop_area2 .pu_password .p_con .txt span {display:block;}
	.pop_area2 .pu_password .p_con input,
	.pop_area2 .pu_password .p_con .done_btn {width:100%;padding:10px;margin-bottom:10px;font-size:16px;}
	.pop_area2 .pu_password .close_area {top:10px; right:10px; width:36px;height:36px;}
}




/* --------------------- main pop start --------------------- */
.pop_area {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  animation: pop_fadeIn 1s both;
}
.pop_area img {width:100%;height:auto; vertical-align:top;}
.pop_area .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.pop_area .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  background: #fff;
  width : 90%;
}
.pop_area .inner .swiper_area {
  overflow: hidden;
}
.pop_area .inner .swiper_area .swiper-container .swiper-slide .mo_img {
  display : none;
}
.pop_area .inner .swiper_area .swiper-container .swiper-pagination {
  position: inherit;
  display: flex;
}
.pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet {
  /* width: 33.3333333333%; */
  width: 100%;
  border-radius: 0;
  margin: 0;
  opacity: 1;
  height: unset;
  background: #fff;
  color:#931C38;
}
.pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  border-right: 1px solid #ddd;
}
.pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet span {
  display: block;
  padding: 10px 0 0 0;
  color: #888;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet-active span {
  color: var(--color-point-beige);
}
.pop_area .inner .bottom_area {
  background: #000;
  color: #fff;
  padding: 4px 10px;;
}
.pop_area .inner .bottom_area .hidden_pop_btn {
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
  background:transparent;
  border:0;
}
.pop_area .inner .bottom_area .pop_close_btn {
  width: 20px;
  height: 20px;
  position: relative;
  background:transparent;
  border:0;
}
.pop_area .inner .bottom_area .pop_close_btn::after, .pop_area .inner .bottom_area .pop_close_btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.pop_area .inner .bottom_area .pop_close_btn::after {
  transform: rotate(45deg) translateY(-25%);
}
.pop_area .inner .bottom_area .pop_close_btn::before {
  transform: rotate(-45deg) translateY(-25%);
}

.display-f {display:flex;}

.justify-sb {
  justify-content: space-between;
}

.display-i-b  {display:inline-block;}
.align-items-c {
  align-items: center;
}

.justify-c {
  justify-content: center;
}

.align-items-fs {
  align-items: flex-start;
}

.align-items-fe {
  align-items: flex-end;
}

.align-content-c {
  align-content: center;
}

.align-content-fs {
  align-content: flex-start;
}

.align-content-fe {
  align-content: flex-end;
}

.align-content-sb {
  align-content: space-between;
}
@keyframes pop_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes  fout{
 0% {bottom:28px}
 100% {opacity:-100px;}
}


@media (max-width: 700px) {
 /*
  .sec_main_visual .container .wrapper .swiper_main_visual .swiper-container .swiper-pagination .swiper-pagination-bullet-active svg {
    transform: translate(-50%, -50%) scale(150%) rotate(-90deg);
  }
  */
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet span {
	font-size: 14px;  
  }
}
@media (max-width : 650px) {
  .pop_area .inner {
	width: calc(100% - 8vw); 
	max-height : 80vh;
	background : none;
  }
  .pop_area .inner .swiper_area .pc_img {
	display : none;
  }
  .pop_area .inner .swiper_area .swiper-container {
	position : relative;	
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-slide .mo_img {
	display : block; width:100%;
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination {
	position: absolute;
	bottom : 2.7778vw;	
	gap : 2.0370vw;
	align-items : center;
	justify-content: center;
	width : 100%;
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width :1.6667vw;
	min-width : 1.6667vw;
	height :1.6667vw;
	border-radius : 100%;
	background : #ddd;
	display : block;
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	width :2.5926vw;
	min-width : 2.5926vw;
	height : 2.5926vw;
	background : #CFA972;
	border-right : none;
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet:not(:last-child){
	border : none;
  }
  .pop_area .inner .swiper_area .swiper-container .swiper-pagination .swiper-pagination-bullet span {
	display : none;
  }
  .pop_area .inner .bottom_area {
	padding : 2.3148vw 3.2407vw;
  }
  .pop_area .inner .bottom_area .hidden_pop_btn {
	font-size : 3.5185vw;
  }
  .pop_area .inner .bottom_area .pop_close_btn {
	width : 5.5556vw;
	height : 5.5556vw;
  }
}
