@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);


/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;font-family:'Noto Sans KR', dotum, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {text-decoration:none}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* fonts
------------------------------------------------------ */

@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 100;
   src: url(/fonts/NotoSans-Thin.woff2) format('woff2'),
        url(/fonts/NotoSans-Thin.woff) format('woff'),
		url('/fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Thin.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(/fonts/NotoSans-Light.woff2) format('woff2'),
        url(/fonts/NotoSans-Light.woff) format('woff'),
		url('/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Light.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 350;
   src: url(/fonts/NotoSans-DemiLight.woff2) format('woff2'),
        url(/fonts/NotoSans-DemiLight.woff) format('woff'),
		url('/fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-DemiLight.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(/fonts/NotoSans-Regular.woff2) format('woff2'),
        url(/fonts/NotoSans-Regular.woff) format('woff'),
		url('/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Regular.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(/fonts/NotoSans-Medium.woff2) format('woff2'),
        url(/fonts/NotoSans-Medium.woff) format('woff'),
		url('/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Medium.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(/fonts/NotoSans-Bold.woff2) format('woff2'),
        url(/fonts/NotoSans-Bold.woff) format('woff'),
		url('/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Bold.otf) format('opentype');
 }
 @font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(/fonts/NotoSans-Black.woff2) format('woff2'),
        url(/fonts/NotoSans-Black.woff) format('woff'),
		url('/fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'),
        url(/fonts/NotoSans-Black.otf) format('opentype');
 }

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/roboto-v20-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('/fonts/roboto-v20-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('/fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('/fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('/fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('/fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('/fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 300;
  src: local("/fonts/NanumSquareRoundL"), /* computer */
    url("/fonts/NanumSquareRoundL.eot"), /* IE9 Compat Modes */
    url("/fonts/NanumSquareRoundL.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/NanumSquareRoundL.woff2") format("woff2"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundL.woff") format("woff"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundL.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 400;
  src: local("/fonts/NanumSquareRoundR"), /* computer */
    url("/fonts/NanumSquareRoundR.eot"), /* IE9 Compat Modes */
    url("/fonts/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/NanumSquareRoundR.woff2") format("woff2"), /* Modern Browsers */    
    url("/fonts/NanumSquareRoundR.woff") format("woff"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundR.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 700;
  src: local("/fonts/NanumSquareRoundB"), /* computer */
    url("/fonts/NanumSquareRoundB.eot"), /* IE9 Compat Modes */
    url("/fonts/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/NanumSquareRoundB.woff2") format("woff2"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundB.woff") format("woff"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundB.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 800;
  src: local("/fonts/NanumSquareRoundEB"), /* computer */
    url("/fonts/NanumSquareRoundEB.eot"), /* IE9 Compat Modes */
    url("/fonts/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/NanumSquareRoundEB.woff2") format("woff2"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundEB.woff") format("woff"), /* Modern Browsers */
    url("/fonts/NanumSquareRoundEB.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'Noto Serif KR';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Serif CJK KR'), local('Source Han Serif K'), local('Source Han Serif'), local('Noto Serif CJK'), local('Noto Serif'), 
	url(/fonts/NotoSerifCJKkr-ExtraLight-subset.woff) format('woff'),
	url(/fonts/NotoSerifCJKkr-ExtraLight-subset.woff2) format('woff2'), 
	url(/fonts/NotoSerifCJKkr-ExtraLight-subset.otf) format('otf');
}
@font-face {
    font-family: 'Noto Serif KR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Serif CJK KR'), local('Source Han Serif K'), local('Source Han Serif'), local('Noto Serif CJK'), local('Noto Serif'), 
	url(/fonts/NotoSerifCJKkr-Regular-subset.woff) format('woff'),
	url(/fonts/NotoSerifCJKkr-Regular-subset.woff2) format('woff2'), 
	url(/fonts/NotoSerifCJKkr-Regular-subset.otf) format('otf'),        
	url(/fonts/NotoSerifCJKkr-Regular-subset.ttf)  format('truetype'), /* Safari, Android, iOS */;
}
@font-face {
    font-family: 'Noto Serif KR';
    font-style: normal;
    font-weight: 600;
    src: local('Noto Serif CJK KR'), local('Source Han Serif K'), local('Source Han Serif'), local('Noto Serif CJK'), local('Noto Serif'), 
	url(/fonts/NotoSerifCJKkr-Bold-subset.woff) format('woff'),
	url(/fonts/NotoSerifCJKkr-Bold-subset.woff2) format('woff2'),  
	url(/fonts/NotoSerifCJKkr-Bold-subset.otf) format('otf');
}

/* 팝업레이어 */
#hd_pop {z-index:99999;/* position:relative; */margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;z-index:99999;border:1px solid #e9e9e9;background:#fff; }
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

 @media screen and (max-width: 1024px) { 
	.hd_pops { 
		top:50% !important; left:50% !important;
		transform:translate(-50%,-50%);
	}
 }
 @media screen and (max-width: 640px) { 
	.hd_pops { 
		width:80%;	 
	}
	.hd_pops_con { 
		width:100% !important; height:auto !important; 
	}
	.hd_pops_con > p { 
		line-height:0; 
	}
	.hd_pops img { 
		width:100%; 
	}
	.hd_pops_footer .hd_pops_reject { 
		font-size:12px; 
	}
	.hd_pops_footer .hd_pops_close { 
		font-size:12px; 
	}
 }

.br-mobile
{
	display: none;
}
@media screen and (max-width: 640px) { 
	.br-mobile
	{
		display: inherit;
	}
}
/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#4c75a1;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#333; }
a.btn_b02,.btn_b02 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#4a5460;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#4a5460}
a.btn_b03, .btn_b03 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#4c75a1;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#4c75a1}

.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;border:0;background:#4c75a1;color:#fff;text-decoration:none;vertical-align:middle}


.bo_fx {float:right;}
.btn_bo_user {overflow:hidden; float:left;}
.btn_bo_user li {float:left; margin-right: 7px;}
.btn_bo_user li:last-child {margin-right: 0;}

 @media screen and (max-width: 768px) { 
	.btn_bo_user {margin-bottom: 10px;}
 }

/* 게시판카테고리 */
#bo_cate { 
	margin-bottom: 40px; 
	width:100%; padding-bottom: 15px; 
	border-bottom:1px solid #ccc; 
	text-align:center;
}
#bo_cate h2 { 
	display:none;
}
#bo_cate ul { 
	font-size:0;
}
#bo_cate ul li { 
	display:inline-block; vertical-align:top;
}
#bo_cate ul li a { 
	position:relative; 
	display:block; 
	padding:0 25px; 
	font-weight:300; font-size:18px; 
	color:#333;
}
#bo_cate ul li a:before { 
	content:''; 
	position:absolute; top:50%; left:0; 
	margin-top: -7px; 
	width:1px; height:14px; 
	background: #c1c1c1;
}
#bo_cate ul li:first-child a:before { 
	display:none;
}
#bo_cate #bo_cate_on { 
	font-weight: 500;
}

@media screen and (max-width: 768px) { 
	#bo_cate { 
		margin-bottom: 30px;
	}
	#bo_cate ul li a { 
		padding:0 20px; font-size:16px;
	}	 
}
@media screen and (max-width: 480px) { 
	#bo_cate ul li a { 
		padding:2px 15px; font-size:14px;
	}	
	#bo_cate ul li a:before { 
		margin-top: -5px; height:12px;
	}
}

/* 게시판검색 */
#bo_sch { 
	margin-bottom: 35px; width:100%; 
	text-align:right;
}
#bo_sch form { 
	font-size:0;
}
#bo_sch select, 
#bo_sch .sch_input { 
	display:inline-block; 
	padding:0 10px; height:38px; 
	border:1px solid #dedede; 
	font-size:14px; color:#666;
}
#bo_sch select { 
	width:100px;
}
#bo_sch .sch_input { 
	margin-left: 5px; width:240px;
}
#bo_sch .sch_btn { 
	display:inline-block; 
	margin-left: 9px; 
	width:70px; height:38px; 
	border:0 none; background: #656565;
}
#bo_sch .sch_btn i { 
	display:none;
}
#bo_sch .sch_btn span { 
	font-size:14px; line-height: 38px; color:#fff;
}
 @media screen and (max-width: 768px) { 
	#bo_sch .sch_input { 
		width:calc(100% - 184px);
	}
 }
@media screen and (max-width: 480px) { 
	#bo_sch select { 
		width:80px;
	}
	#bo_sch .sch_input { 
		width:calc(100% - 164px);
	}
 }


 /* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #303030; border-width:1px 0; font-size:14px;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;height:50px; vertical-align:middle;}
.tbl_head01 thead th a {color:#666;}
.tbl_head01 thead th a i {display:none;}
.tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:50px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}
.bo_tit a {font-weight: 400; color:#666;}
.td_num2 {text-align:center;}

 @media screen and (max-width: 768px) { 
	.tbl_wrap .td_num2 + td {padding-bottom: 5px;}
	.td_datetime { 
		display:none; 
	}
 }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

 @media screen and (max-width: 768px) { 
	.tbl_head01 thead th {display:none;}
	.tbl_head01 .td_num2 {display:none;}
 }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="submit"],
button,
textarea {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   border:1px solid #dedede;
   box-shadow:none !important;
}
input { 
   -webkit-border-radius: 0;
   background: #fff;
}
select { 
   -webkit-border-radius: 0;
   background: #fff;
}

/* 페이징 */
.pg_wrap {clear:both;float:none;display:block;margin:30px 0 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {font-size:0;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;border-radius:0;border:1px solid #dedede}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:13px;margin-right: -1px;width:35px;height:35px;line-height:33px;text-decoration:none;}
.pg_page:hover{background-color:#f1f1f1}
.pg_start {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;}
.pg_prev {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;}
.pg_end {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;}
.pg_next {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;}
.pg_start + .pg_prev {margin-left: -17px;}
.pg_next + .pg_end {margin-left: 0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;width:35px;height:35px;border-color:#8b653c;background:#363636;font-size:13px;line-height: 33px;color:#fff !important;font-weight:bold;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}


/* 게시판 상단 슬라이드 */
.case #bo_sch ,
.case #bo_cate { 
	display:none; 
}
.board-slide-wrap { 
	position:relative; left:-12px;
	width:calc(100% + 24px);
	clear:both;
	display:block;
	margin-bottom:100px; padding-top:20px; 
}
.board-slide-wrap .inner { 
	width:100%;
	font-size:0; 
}
.board-slide-wrap .board-slide { 
	display:inline-block;
	margin:0 12px;	padding:20px;
	width:calc(33.333% - 24px);
	border:1px solid #aaa;
	vertical-align:top;
}
.board-slide-wrap .board-slide a { 
	display:block; 
}
.board-slide-wrap .board-slide .subject-wrap { 
	padding:40px 20px;
	background:#424355; 
	text-align:center;
}
.board-slide-wrap .board-slide .subject-wrap .cate { 
	display:inline-block;
	padding:0 25px; min-width:110px;
	border-radius:18px; border:2px solid #fff;
	font-weight:300; font-size:17px; line-height:32px;
	color:#fff;
}
.board-slide-wrap .board-slide .subject-wrap .subject { 
	overflow:hidden;
	display:block;
	margin:15px 0 0;
	width:100%;
	font-weight:300; font-size:28px;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.board-slide-wrap .board-slide .subject-wrap .info { 
	overflow:hidden;
	display:block;
	width:100%;
	font-weight:400; font-size:18px;
	color:#fff;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.board-slide-wrap .board-slide .conts-wrap { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	margin:20px 0;
	height:104px;
	font-weight:300; font-size:15px; line-height: 26px;
	color:#777;	 
	-webkit-line-clamp:4; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	word-break:keep-all;
}
.board-slide-wrap .board-slide .more { 
	display:block;
	padding-right:30px;
	background:url('/images/sub/case_arrow.png') no-repeat right center;
	font-weight:400; font-size:14px;
	color:#22305e;
	text-align:right;
}
.board-slide-wrap .slick-dots { 
	bottom:-43px;	 
}
.board-slide-wrap .slick-dots li { 
	width:21px; height:21px;
	box-sizing:border-box;
}
.board-slide-wrap .slick-dots li button { 
	padding:0;
	background:#c9c9c9;
	box-sizing:border-box;
}
.board-slide-wrap .slick-dots li.slick-active { 
	width:21px;	 
}
.board-slide-wrap .slick-dots li.slick-active button { 
	border:5px solid #ca9e5e;
	border-radius:50%;
	background:#fff;
}

.case  .tbl_head01 { 
	table-layout:fixed; 
}
.case  .tbl_head01 td { 
	padding:30px 20px;	 
}
.case .td_num2 { 
	display:none;	 
}
.case .b-cate { 
	width:170px;
	text-align:center; 
}
.case .b-cate a { 
	display:inline-block;
	padding:0 25px; min-width:110px;
	border-radius:18px; border:2px solid #6f6f6f;
	font-weight:300; font-size:17px; line-height:32px;
	color:#333;
}
.case .bo_tit a { 
	overflow:hidden;
	display:block;
	vertical-align:middle;
	display:-webkit-box;
	max-width:100%; max-height:48px;
	font-size:15px; line-height:24px;
	color:#333;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
}
.case .title_icon { 
	display:block;
}
.case .bo_tit a .bo-content { 
	color:#777; 
}
@media screen and (max-width: 1200px) { 
	.board-slide-wrap .inner { 
		padding:0; 
	}
}
@media screen and (max-width: 768px) { 
	.board-slide-wrap .board-slide { 
		width:calc(50% - 24px);	 
	}
	.board-slide-wrap .board-slide .subject-wrap { 
		padding:30px 20px; 
	}
	.board-slide-wrap .board-slide .subject-wrap .subject { 
		font-size:24px; 
	}
}
@media screen and (max-width: 640px) { 
	.board-slide-wrap { 
		padding-top:15px;
		margin-bottom:60px;
	}
	.board-slide-wrap .board-slide { 
		padding:15px; 
	}
	.board-slide-wrap .board-slide .subject-wrap { 
		padding:25px 15px; 
	}
	.board-slide-wrap .board-slide .subject-wrap .cate { 
		min-width:100px;
		padding:0 20px;
		font-size:14px; line-height:26px;
	}
	.board-slide-wrap .board-slide .subject-wrap .subject { 
		margin-top:10px;
		font-size:18px; 
	}
	.board-slide-wrap .board-slide .conts-wrap { 
		margin:15px 0; 
		height:88px;
		font-size:14px; line-height:22px;
	}
	.board-slide-wrap .board-slide .more { 
		padding-right:25px;
		font-size:13px;
		background-size:auto 10px;
	}
	.board-slide-wrap .slick-dots { 
		bottom:-30px; 
	}
	.board-slide-wrap .slick-dots li { 
		margin:0 4px;
		width:17px; height:17px; 
	}
	.board-slide-wrap .slick-dots li.slick-active { 
		width:17px;
	}
	.board-slide-wrap .slick-dots li.slick-active button { 
		border-width:4px;
	}
	.case .tbl_head01 tr { 
		overflow:hidden; 
	}
	.case .tbl_head01 td { 
		float:left;
		clear:both;
		padding:0; height:auto;
	}
	.case .tbl_head01 .b-cate { 
		padding:15px 10px 10px;
		width:100%; 
		border-bottom:0 none;
		text-align:left;
	}
	.case .tbl_head01 .b-cate a { 
		min-width:80px;
		padding:0 20px;
		font-size:14px; line-height:26px;
		text-align:center; 
	}
	.case .tbl_head01 .td_subject { 
		padding:0 10px 15px !important;
		border-top:0 none;
	}
	.case .bo_tit a { 
		max-height:40px;
		font-size:14px; line-height:20px;
	}
}


/* layout
------------------------------------------------------ */
body { 
	min-width:320px;
	background: #fff;
	font-weight: 400; font-size:15px; line-height: 1.3;
	font-family:'Noto Sans KR', dotum, sans-serif;
	letter-spacing:-0.5px;
	color:#666;
}
input,
select,
button { 
	font-family:'Noto Sans KR', dotum, sans-serif;
	line-height: 1.5;
}
a { 
	color:#666; 
}

#wrapper { 
	overflow:hidden;
	width:100%; min-width:auto;
}
.inner { 
	margin:0 auto;
	width:1200px; 
}
@media screen and (max-width: 1200px) { 
	.inner { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.inner { 
		padding:0 20px;
	}
}


/* 
	header
*/
#header { 
	position:fixed; top:0; left:0;
	z-index:999;
	width:100%; height:100px;
	background:#fff;
	transition:.3s;
}
#header.fixed { 
	box-shadow:3px 0 3px rgba(0,0,0, .15); 
	background:#fff;
}

@media screen and (min-width: 1025px) { 

	/* header-bottom */
	.header-bottom { 
		width:100%;
	}
	.fixed .header-bottom { 
		box-shadow:3px 0 5px rgba(0,0,0,.15);
	}
	.header-bottom > .inner { 
		position:relative;
		padding:0 5%;
		width:100%;
		font-size:0;
	}
	.header-bottom .logo { 
		display:inline-block; 
		vertical-align:middle;
		width:237px;
	}
	.header-bottom .logo a { 
		display:block; 
	}
	.header-bottom .logo img { 
		max-width:286px; 
	}
	.gnb { 
		overflow:visible !important;
		position:relative;
		display:inline-block !important;
		width:calc(100% - 362px);
		text-align:center;
		vertical-align:middle;
	}
	.gnb .gnb-1depth-li { 
		position:relative;
		display:inline-block;
		padding:0 2%;
		vertical-align:middle;
	}
	.gnb .gnb-1depth-a { 
		position:relative;
		display:block;
		font-weight: 300; font-size:19px; line-height: 100px;
		color:#333;
		transition:.3s;
	}
	.gnb .gnb-1depth-a:before {
		content:'';
		position:absolute; bottom:0; left:0;
		z-index:1001;
		margin-bottom:0;
		width:100%; height:2px;
		background:#4d86e2;
		opacity:0;
		transform:scaleX(0);
		transition:.3s;
	}
	.gnb .gnb-1depth-li:hover .gnb-1depth-a:before { 
		opacity:1;
		transform:scaleX(1);
	}
	.fixed .gnb .gnb-1depth-a { 
		color:#333; 
	}

	.gnb .gnb-2depth {	
		overflow:hidden;
		position:absolute; left:0; top:100%;
		z-index:999;
		display:block !important;
		width:100%; height:0;
		text-align:center;
		transition:.3s;
	}
	.gnb .gnb-2depth.on { 
		padding-top: 20px;
		height:250px;
		transition:.3s;
	}
	.gnb .gnb-2depth a { 
		display:block;
		padding:6px 0;
		font-weight:500; font-size:15px; line-height: 1.3;
		letter-spacing: -1px;
		color:#808080;
		word-break:keep-all;
		transition:.3s;
	}
	
	.gnb .gnb-2depth a:hover { 
		color:#1a1a1a; 
	}

	#header .gnb-bg { 
		position:fixed; top:100px; left:0;
		z-index:888;
		width:100%; height:0;
		background:#f7f7f7;
		transition:.3s;
	}
	#header .gnb-bg.menu { 
		height:220px;
	}
}

/* menu btn */
.menu-btn { 
	display:none;
	position:absolute; top:22px; left:50%;
	margin-left: 540px;
	width:60px; height:60px;
	 background: #364c8e;
	cursor:pointer;
}
.menu-btn span { 
	position:absolute; left:50%;
	margin-left:-13px;
	width:26px; height:2px;
	background: #fff;
	transition:.3s;
}
.menu-btn span:nth-child(1) { 
	top:17px; 
}
.menu-btn span:nth-child(2) { 
	margin-top: -1px;
	top:50%; 
}
.menu-btn span:nth-child(3) { 
	bottom:17px; 
}
.menu-btn.on span:nth-child(1) { 
	top:26px;
	transform:rotate(45deg);
}
.menu-btn.on span:nth-child(2) { 
	opacity:0; 
}
.menu-btn.on span:nth-child(3) { 
	top:26px;
	transform:rotate(-45deg);
}

.online-btn { 
	display:inline-block;
	vertical-align:middle;
	width:124px; height:30px;
	border:1px solid #b0b0b0;
}
.online-btn a { 
	display:block;
	font-size:14px; color:#646464;
	line-height:28px;
	text-align:Center;
}

@media screen and (max-width: 1235px) { 
	.header-bottom > .inner { 
		padding:0 30px; 
	}
	.gnb .gnb-1depth-li { 
		padding:0 12px; 
	}
	.gnb .gnb-1depth-a { 
		font-size:16px; 
	}
}
@media screen and (max-width: 1024px) { 
	#header { 
		height:76px; 
	}
	#header .logo { 
		position:absolute; top:50%; left:75px;
		margin-top: -16px;
		height:32px;
	}
	#header .logo a { 
		display:block;
		width:100%; height:100%;
	}
	#header .logo a img { 
		width:auto; height:100%; 
	}

	#header .gnb { 
		display:none;
		position:absolute; top:0; left:0;
		margin-left:0; padding: 0;
		width:100%; height:100vh;
		background:#fff;
		text-align:center;
	}
	#gnb-1depth { 
		position:absolute; top:50%; left:0;
		width:100%;
		transform:translateY(-50%);
	}
	.gnb .gnb-1depth-li { 
		padding:0; 
	}
	.gnb .gnb-1depth-a { 
		display:block;
		border-bottom:1px solid rgba(255,255,255,.34);
		font-weight:400;
		font-size:24px; line-height: 58px;
		color:#333;
	}
	.gnb-2depth { 
		display:none;
		padding:10px 0;
		background: #f5f5f5; 
	}
	.gnb-2depth-a { 
		font-weight:300;
		font-size:18px; line-height: 36px;
		color:#808080;
	}
	.online-btn { 
		position:absolute; top:50%; right:20px;
		margin-top:-15px;
	}
	.menu-btn { 
		display:block;
		left:20px; top:50%;
		width:30px; height:25px;
		margin-left: auto;
		margin-top:-12.5px;
		background:none;
	}
	.menu-btn span { 
		margin-left:-10px;
		width:100%; 
		background:#262626;
	}
	.menu-btn span:nth-child(1) { 
		top:0; 
	}
	.menu-btn span:nth-child(3) { 
		bottom:0; 
	}
	.menu-btn.on span:nth-child(1) { 
		top:12px; 
	}
	.menu-btn.on span:nth-child(3) { 
		top:12px; 
	}
}
@media screen and (max-width: 768px) { 
	#header { 
		height:60px; 
	}
	#header .logo { 
		margin-top: -13px;
		height:26px;
	}
}
@media screen and (max-width: 767px) { 
	.online-btn { 
		display:none; 
	}
}


/* -------- footer -------- */
#footer { 
	clear:both;
	padding:40px 60px; 
	background: #33353a; 
}
#footer .foot-logo img { 
	display:inline-block;
}
#footer .inner { 
	font-size:0;
}
#footer .inner { 
	margin:0 auto;
	width:1200px; 
}
#footer  .footer-bottom { 
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 109px);
}
#footer .footer-bottom address span { 
	display:inline-block;
	margin:4px 17px 4px 0; 
	font-style:normal;
	font-weight:300; font-size:13px; line-height:1;
	font-family: 'Roboto' ,'Noto Sans KR', sans-serif; 
	color:#b9b6b2;
	letter-spacing:0;
	word-break:keep-all;
	vertical-align:top;
}
#footer .footer-bottom address span:nth-of-type(1),
#footer .footer-bottom address span:nth-of-type(2) { 
	margin-bottom:20px;
	font-size:15px;
}
#footer .footer-bottom address span:nth-of-type(1) { 
	margin-right:30px;
}
#footer .footer-bottom address span strong { 
	font-weight:400;
	color:#fff;
}
#footer .footer-bottom address .copy { 
	display:block;
}
#footer .foot-logo { 
	display:inline-block;
	vertical-align:middle;
}
#footer .btn-top { 
	position:fixed; bottom:30px; right:30px;
	z-index:777;
	background: url('/images/common/top_arrow.png') no-repeat center 15px;
	font-size:14px; line-height: 1;
	color:#33383e;
	text-align:center;
}
#footer .floating-menu { 
	display:none;

	}


@media screen and (max-width: 1440px) { 
	#footer .inner { 
		width:100%; 
	}	 
}
@media screen and (max-width: 850px) { 
	#footer { 
		padding:40px 30px; 
	}
	#footer .foot-logo { 
		display:none;
		width:100%; 
		text-align:center;
	}
	#footer .foot-logo img { 
		max-width:100%; 
		width:auto; height:60px;
	}
	#footer  .footer-bottom { 
		width:100%;
	}
	#footer  .footer-bottom ul li { 
		margin:0 13px; 
	}
	#footer  .footer-bottom address span { 
		float:none;
		display:inline-block;
	}
}
@media screen and (max-width: 800px) { 
	#footer { 
		position:relative;
	}
	#footer .btn-top { 
		display:block;
		position:absolute; top:-22px; bottom:auto; right:25px;
		width:30px; height:70px;
		background:url('/images/common/m_btn_top.png') no-repeat right 0;
		background-size:100% auto;
	}
	#footer .btn-top img { 
		display:none;
	}
}
@media screen and (max-width: 640px) { 
	#footer { 
		padding:40px 0 ; 
	}
	#footer .foot-logo img { 
		height:35px; 
	}
	#footer  .footer-bottom ul  { 
		margin-bottom:20px;
	}
	#footer  .footer-bottom ul li { 
		margin:0 5px;
	}
	#footer  .footer-bottom ul li a { 
		font-size:13px; 
	}
	#footer .footer-bottom address { 
	}
	#footer  .footer-bottom address span { 
		font-size:13px; 
	}
	#footer .footer-bottom address span:last-child { 
		margin-top: 20px; 
		font-size:12px; 
	}
	#footer  .footer-bottom address span:nth-child(3):before ,
	#footer  .footer-bottom address span:nth-of-type(6):before { 
		display:none; 
	}
}
@media screen and (max-width: 480px) { 
/*플로팅 메뉴*/
	#footer .floating-menu { 
		position:fixed; top:50%; right:0;
		display:block; 
		z-index: 999;
		width:70px;
		background:#fff;
		border-radius:6px;
		overflow:hidden;
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
		transition: all 0.3s ease-in-out;
		height:391px;
	}
	#footer .floating-menu.hide {
		height:26px;
	}
	#footer .floating-menu li a {
		display:flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height:73px;
		color:#000;
		font-size:12px;
		font-weight:300;
		letter-spacing:-0.03rem;
	} 
	#footer .floating-menu li a img {
		width:20px;
	} 
	#footer .floating-menu li a span {
		display:block;
		padding-top:10px;
	} 
	#footer .floating-menu li.btn a {
		position:relative;
		height:26px;
		font-size:0;
	}
	#footer .floating-menu li.btn a:after {
		position: absolute;
		bottom: -5px;
		left: 50%;
		z-index: 5;
		width: 0;
		height: 0;
		margin-left: -5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #7f705b;
		content: '';
	}
	#footer .floating-menu li.btn a img {
		width:15px;
	}
	#footer .floating-menu li:nth-child(2n-1) a {
		background:#7f705b;
		color:#fff;
	}
}


/*
	quick-menu
*/
.quick-menu { 
	position:fixed; top:228px; right:0;
	z-index:999;
	width:90px;
	background:#fff;
	text-align:center;
}
.quick-menu li { 
	display:table;
	width:100%; height: 90px;
	border:1px solid #e6e6e6;
	border-bottom-width:0;
}
.quick-menu li:first-child { 
	border-color:#ff6c13;
	background:#ff6c13; 
}
.quick-menu li.btn-top { 
	height:40px;
	border-bottom:1px solid #e6e6e6;
}
.quick-menu li div { 
	display:table-cell;
	vertical-align:middle;
}
.quick-menu li a { 
	display:block; 
}
.quick-menu li img { 
	margin-bottom:10px; 
}
.quick-menu li span { 
	display:block; 
	font-weight:300; font-size:13px; line-height:18px;
	color:#666;
}
.quick-menu li:first-child span { 
	color:#fff; 
}
.quick-menu li:nth-child(5)
{
	background: #48be00;
	border-color: #48be00;
}
.quick-menu li:nth-child(5) span {
	color:#fff;
} 

.quick-menu li strong { 
	display:block; 
	font-weight:500; font-size:13px;
	color:#4d4a88;
}
.quick-menu li.btn-top img { 
	display:inline-block;
	vertical-align:middle;
}
.quick-menu li.btn-top img { 
	margin-top:12px; 
}

@media screen and (max-width: 1024px) { 
	.quick-menu { 
		display:none; 
	}
}



/* main
------------------------------------------------------ */
/* 
	main-video
*/
.main-video { 
	position:relative;
	overflow:hidden;
	height:100vh;
	background:#000;
}
.main-video video { 
	position:absolute; top:0; left:0; right: 0; bottom: 0;
	z-index:77;
	min-width: 100%;
	min-height: 100%;
	opacity:.6;
}
.main-video .main_txt {
	position:absolute; top:40%; left:0;
	z-index:88;
	width:100%;
	color:#fff;
	text-align:center;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.main-video .main_txt h3 {
	display:inline-block;
	margin-bottom: 40px;
	font-size: 30px;
	background: #7f705b;
	padding: 5px 18px;
}
.main-video .main_txt h2 {
	font-size: 50px;
	font-family: 'Noto Serif KR', serif;
	font-weight: 500;
	word-break: keep-all;
}
.main-video .main_txt .sub
{
	font-size: 40px;
	margin-top: 30px;
}
.main-video .main_txt p {
	margin-top: 60px;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: -.3px;
	color: rgba(255,255,255,1);
}
@media screen and (max-width: 1024px) { 
	.main-video .main_txt h3 {
		padding:8px 15px;
		font-size:25px;
	}
	.main-video .main_txt h2 {
		font-size:40px;
	}
	.main-video .main_txt p {
		font-size:17px;
	}
}
@media screen and (max-width: 768px) { 
	.main-video video
	{
		top: -250px;
		left: -550px;
	}
	.main-video .main_txt {
		padding:0 25px;
	}
	.main-video .main_txt h3 {
		margin-bottom:20px;
		padding:6px 10px;
		font-size:16px;
	}
	.main-video .main_txt h2 {
		font-size:25px;
	}
	.main-video .main_txt .sub {
		font-size:20px;
	}
	.main-video .main_txt p {
		margin-top:30px;
		font-size:14px;
	}
}



/* 
	main-cons
*/
.main-cons { 
	background-color: #33353a; 
	color:#FFF; 
	font-family: 'Noto Serif KR', serif;
}
.main-cons ul {
	max-width:1406px; 
	display:flex; 
	align-items: center; 
	justify-content:space-between; 
	width:100%; 
	margin:0 auto;
}
.main-cons ul li { 
	padding:35px 0; 
	font-size:30px; 
	transform: rotate(0.1deg); 
	white-space: nowrap; 
}
.main-cons ul li:not(:nth-of-type(1)) {
	text-align:center;
}
.main-cons ul li b {
	margin-left:30px; 
	font-size:40px; 
	font-weight:700;
}
@media screen and (max-width: 1024px) { 
	.main-cons {
		padding:0 15px;
	}
	.main-cons ul li {
		font-size:18px;
	}
	.main-cons ul li b {
		margin-left:20px; 
		font-size:25px;
	}
}
@media screen and (max-width: 768px) { 
	.main-cons {
		padding:15px 5px;
	}
	.main-cons ul {
		display:block; 
		font-size:0;
	}
	.main-cons ul li {
		display:inline-block; 
		width:50%; 
		text-align:center;
	}
	.main-cons ul li:first-child {
		width:100%; 
		padding-bottom:15px; 
		font-size:16px;
	}
	.main-cons ul li {
		padding:0; 
		font-size:13px;
	}
	.main-cons ul li b {
		margin-left:5px; 
		font-size:16px;
	}
}



/* 
	main-cons2
*/
.main-cons2 { 
	background-color: #33353a; 
	color:#FFF; 
	font-family: 'Noto Serif KR', serif;
}
.main-cons2 ul {
	max-width:1460px; 
	display:flex; 
	align-items: center; 
	justify-content:space-between; 
	width:100%; 
	margin:0 auto;
}
.main-cons2 ul li { 
	padding:25px 0; 
	font-size:22px; 
	transform: rotate(0.1deg); 
	white-space: nowrap; 
}
.main-cons2 ul li:not(:nth-of-type(1)) {
	text-align:center;
}
.main-cons2 ul li b {
	margin-left:30px; 
	font-size:32px; 
	font-weight:700;
}
@media screen and (max-width: 1024px) { 
	.main-cons2 {
		padding:0 15px;
	}
	.main-cons2 ul {
		display:block; 
		font-size:0;
	}
	.main-cons2 ul li:first-child {
		width:100%; 
	}
	.main-cons2 ul li {
		padding:15px 0;
		font-size:18px;
		display:inline-block; 
		width:50%; 
		text-align:center;
	}
	.main-cons2 ul li b {
		margin-left:20px; 
		font-size:25px;
	}
}
@media screen and (max-width: 768px) { 
	.main-cons2 {
		padding:10px 5px;
	}
	.main-cons2 ul li:first-child {
		font-size:16px;
	}
	.main-cons2 ul li {
		width:100%;
		padding:3px 0; 
		font-size:13px;
	}
	.main-cons2 ul li b {
		margin-left:5px; 
		font-size:16px;
	}
}



/* -------- main-count -------- */
.main-count {
	padding:150px 0 300px;
}
.main-count .inner {
	font-size:0;
	width:1280px;
}
.main-count .title {
	display:inline-block;
	width:460px;
	vertical-align:top;
}
.main-count .title h3 {
	padding-bottom:30px;
	color:#000;
	font-size:50px;
	font-weight:700;
}
.main-count .title p {
	color:#000;
	font-size:20px;
}
.main-count .title p + p {
	margin-top:10px;
}
.main-count .count-list {
	display:inline-block;
	font-size:0;
	width:calc(100% - 460px);
	vertical-align:top;
}
.main-count .count-list li {
	display:inline-block;
	position:relative;
	width:calc(50% - 20px);
	margin-left:20px;
	min-height:387px;
	padding:60px 40px;
	border-radius:15px;
	background:#164dae;
	color:#fff;
	vertical-align:top;
}
.main-count .count-list li:nth-child(2) {
	top:230px;
}
.main-count .count-list li:nth-child(3) {
	top:170px;
}
.main-count .count-list li h4 {
	padding-bottom:10px;
	font-size:26px;
	font-weight:500;
}
.main-count .count-list li h5 {
	font-size:46px;
	font-weight:700;
	letter-spacing:-0.1rem;
}
.main-count .count-list li h5.mini {
	font-size:38px;
}
.main-count .count-list li h5 i {
	font-style:normal;
}
.main-count .count-list li h5 span {
	font-size:22px;
	font-weight:300;
}
.main-count .count-list li p {
	padding-top:40px;
	font-size:20px;
	font-weight:300;
	word-break:keep-all;
}
@media screen and (max-width: 1340px) { 
	.main-count .inner {
		width:100%;
	}
}
@media screen and (max-width: 1024px) { 
	.main-count .title {
		width:360px;
	}
	.main-count .title h3 {
		font-size:40px;
	}
	.main-count .title p {
		font-size:18px;
	}
	.main-count .count-list {
		width:calc(100% - 360px);
	}
	.main-count .count-list li {
		padding:50px 30px;
	}
	.main-count .count-list li h4 {
		font-size:20px;
	}
	.main-count .count-list li h5 {
		font-size:36px;
	}
	.main-count .count-list li h5.mini {
		font-size:28px;
	}
	.main-count .count-list li h5 span {
		font-size:18px;
	}
	.main-count .count-list li p {
		font-size:16px;
	}
}
@media screen and (max-width: 640px) { 
	.main-count {
		padding:50px 0;
	}
	.main-count .title {
		width:100%;
		padding-bottom:25px;
	}
	.main-count .title h3 {
		padding-bottom:15px;
		font-size:26px;
	}
	.main-count .title p {
		font-size:15px;
	}
	.main-count .title p + p {
		margin-top:7px;
	}
	.main-count .count-list {
		width:100%;
	}
	.main-count .count-list li {
		position:static;
		width:100%;
		margin:0;
		min-height:auto;
		padding:20px;
		border-radius:10px;
	}
	.main-count .count-list li + li {
		margin-top:10px;
	}
	.main-count .count-list li h4 {
		padding-bottom:5px;
		font-size:14px;
	}
	.main-count .count-list li h5 {
		font-size:26px;
	}
	.main-count .count-list li h5.mini {
		font-size:22px;
	}
	.main-count .count-list li h5 span {
		font-size:13px;
	}
	.main-count .count-list li p {
		padding-top:20px;
		font-size:14px;
	}
}



/* 
	 mine-case
*/
.main-case
{
	padding:100px 0 100px;
	background:url('/images/main/case_bg.jpg') no-repeat center/cover;
}
.main-case .main-conts-tit h3 {
	font-size:35px;

	color:#000;
	font-weight: 300;
}
.main-case .main-conts-tit h3 strong {
	font-weight:700;
}

.main-case .main-conts-tit h2 {
	color:#000;
	font-size:41px;
	font-weight:300;
	letter-spacing:-0.04rem;
	line-height:54px;
	word-break: keep-all;
	margin-top: 11px;
	margin-bottom: 50px;
}
.main-case .main-conts-tit h2 strong {
	font-weight:700;
	color:red;
}
.main-case .main-conts-tit p {
	color:#666;
	font-size:22px;
	font-weight:300;
	letter-spacing:-0.03rem;
	word-break: keep-all;
}
.main-case .main-conts-tit p strong {
	font-weight:500;
}
.main-case .main-conts-tit .point {
	color:#c7a577 !important;
}
.main-case .main-conts-tit .mt {
	margin-top:18px;
}
@media screen and (max-width: 1024px) { 
	.main-case .main-conts-tit h2 {
		font-size:32px;
		line-height:44px;
	}
	.main-case .main-conts-tit p {
		font-size:17px;
	}
}
@media screen and (max-width: 768px) { 
	.main-case
	{
		padding:30px 0 30px;
	}
	.main-case .main-conts-tit {
		margin-bottom:0;
	}
	.main-case .main-conts-tit h5 {
		padding-bottom:4px;
		font-size:12px;
	}
	.main-case .main-conts-tit h3 
	{
		font-size: 15px;
	}
	.main-case .main-conts-tit h2 {
		font-size:21px;
		line-height:30px;
		margin-bottom: 25px;
	}
	.main-conts-tit h2 {
		font-size:21px;
		line-height:27px;
	}
	.main-conts-tit p {
		font-size:13px;
	}
	.main-conts-tit .mt {
		margin-top:12px;
	}
}
.main-case .search-wrap
{
	margin: 20px 0 70px;
	position: relative;
	
}
.main-case .search-wrap .search-box
{
	position: relative;
	font-size: 0;

	overflow: hidden;
	border-radius: 30px;
	width: 350px;
}
.main-case .search-wrap .search-box input
{
	width: 100%;
	height: 64px;
	border: none;
	padding: 0 20px 0 35px;
	color: #999;
	background: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.03rem;
	outline: none;
}
.main-case .search-wrap .search-box button
{
	position: absolute;
		top: 50%;
		right: 10px;
		border: none;
		margin-top: -25px;
		background: none;
}
.main-case .search-wrap .more
{
	position: absolute;
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	letter-spacing: -0.03rem;
	border-bottom: 1px solid #c7a577;
	color: #c7a577;
	margin-bottom: 10px;
	margin-left: 15px;
	text-align: right;
	right: 0;
	top: 34px;
}
@media screen and (max-width: 1200px) { 

}
@media screen and (max-width: 768px) { 
	.main-case .search-wrap .search-box input
	{
		height: 45px;
		font-size: 16px;
	}
	.main-case .search-wrap .more
	{
		margin-left: 10px;
		margin-top: 30px;
		font-size: 16px;
	}
	.main-case .search-wrap .search-box button {
		right: 0;
	}
	.main-case .search-wrap .search-box button img
	{	width: 36px;
		height: 36px;
		margin-top: 7px;
	}
}
@media screen and (max-width: 640px) { 

}

/* 
	main-book
*/
.main-book { 
	padding:50px 0 0;
	background:url('/images/main/book_bg.jpg') no-repeat center/cover;
}
.main-book .main-conts-tit
{
	margin-bottom: 55px;
	text-align: left;
}
.main-book .main-conts-tit h2
{
	color: #000;
	font-size: 42px;
	font-weight: 300;
	letter-spacing: -0.04rem;
	line-height: 54px;
	word-break: keep-all;
}
.main-book .main-conts-tit h2 strong
{
	font-weight: 700;
}
.main-book .main-conts-tit p
{
	margin-top: 18px;
	color: #666;
	font-size: 22px;
	font-weight: 300;
	letter-spacing: -0.03rem;
	word-break: keep-all;
}
.main-book .book-list {
	font-size:0;
}
.main-book .book-list li {
	display: inline-block;
	width: 20%;
	padding: 0 13px;
	vertical-align: top;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 35px;

}
.main-book .book-list li:first-child {
	border-left:0;
}
.main-book .book-list li .img img {
	width:100%;
}
.main-book .book-list li p {
	padding-top:15px;
	text-align:left;
	color:#1a1a1a;
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.04rem;
}
@media screen and (max-width: 1024px) {
	.main-book .book-list li {
		padding:0 20px;
	}
	.main-book .book-list li p {
		font-size:17px;
	}
}
@media screen and (max-width: 768px) {
	.main-book {
		padding:45px 0 10px;
		background-position:right bottom;
	}
	.main-book .main-conts-tit h2
	{
		font-size: 21px;
		line-height: 27px;
	}
	
	.main-book .main-conts-tit p
	{
		font-size: 13px;
		margin-top: 12px;
	}
	.main-book .book-list li {
		width:50%;
		margin-bottom:30px;
		padding:0 7%;
	}
	.main-book .book-list li:nth-child(3) {
		border-left:0;
	}
	.main-book .book-list li p {
		padding-top:7px;
		font-size:12px;
	}
}



/* 
	main-visual
*/
.main-visual-wrap { 
	position:relative;
}
.main-visual { 
	position:relative;
	width:100%; height:670px;
}
.main-visual .slide { 
	position:relative;
	display:block;
	width:100%; height:100%;
}
.main-visual .slide1 {
	background: url('/images/main/main_visual01.jpg') no-repeat center center;
	background-size:cover;
}
.main-visual .slide2 {
	background: url('/images/main/main_visual02.jpg') no-repeat center center;
	background-size:cover;
}
.main-visual .slide3 {
	background: url('/images/main/main_visual03.jpg') no-repeat center center;
	background-size:cover;
}
.main-visual .slide4 {
	background: url('/images/main/main_visual04.jpg') no-repeat center center;
	background-size:cover;
}
.visual-text {
	position:relative; left:0; top:130px;
	z-index:33;
	padding:0 5%;
	width:100%; 
	text-align:left;
	
}
.main-visual .slide1 .visual-text {
	top:60px;
}
.visual-text h1 { 
	font-weight: 700; font-size:51px; line-height: 1.25;
	word-break:keep-all;
	color:#ffe49a;
}
.visual-text  p { 
	margin:30px 0 0;
	font-weight:300; font-size:21px; line-height:1.4;
	color:#fff;
	word-break:keep-all;
	line-height: 1.8;
}
.visual-text .img span {
	display:block;
	color:#fff;
	font-weight:300; font-size:21px;
	word-break:keep-all;
	line-height: 1.8;
}
.visual-text .img img {
	width:140px;
	margin-top:20px;
}
.main-visual-info { 
	position:absolute; bottom:40px; left:50%;
	margin-left:285px;
	min-width:480px;
}
.main-visual-info ul:first-child { 
	padding:20px;
/*	background:rgba(0,0,0,.4);  */
	font-size:0;
	text-align:left;
}
.main-visual-info ul:first-child li { 
	display:inline-block;
	vertical-align:top;
	margin-left:26px;
	width:calc(20% - 22px);
}
.main-visual-info ul:first-child li:first-child { 
	margin-left:0; 
}
.main-visual-info dl { 
	margin:20px 0; 
}
.main-visual-info dl dt { 
	font-weight:400; font-size:25px;
	color:#fff;
}
.main-visual-info dl dd { 
	margin-top:7px;
	font-weight:400; font-size:15px;
	color:#fff;
}
.main-visual-info ul:last-child { 
	position:relative; left:-10px;
	font-size:0; 
}
.main-visual-info ul:last-child li { 
	display:inline-block;
	margin:0 10px;
	width:220px;
	border:1px solid #fff;
	border-radius:23px;
	font-weight:500; font-size:20px; line-height:43px;
	color:#fff;
	letter-spacing:0;
	text-align:center;
	vertical-align:top;
}


.bx-wrapper {
	position:relative;
}
.bx-pager {
	position:absolute; bottom:30px; left:0;
	width:100%;
	text-align:center;
	font-size:0;
}
.bx-pager .bx-pager-item {
	display:inline-block;
	margin:0 4px;
	width:24px; height:2px;
	vertical-align:top;
}
.bx-pager .bx-pager-item a {
	display:block;
	width:100%; height:100%;
	background:rgba(255,255,255,.4);
}
.bx-pager .bx-pager-item .active {
	background:#fff;
}

@media screen and (max-width: 1620px) { 
	.main-visual-info { 
		left:auto; right:100px;
		margin-left:0;
	}
}
@media screen and (max-width: 1024px) { 
	.main-visual { 
		height:850px;
	}
	.main-visual .slide1 {
		background: url('/images/main/m_main_visual01.jpg') no-repeat center center;
		background-size:cover;
	}
	.main-visual .slide2 {
		background: url('/images/main/m_main_visual02.jpg') no-repeat center center;
		background-size:cover;
	}
	.main-visual .slide3 {
		background: url('/images/main/m_main_visual03.jpg') no-repeat center center;
		background-size:cover;
	}
	.main-visual .slide4 {
		background: url('/images/main/m_main_visual04.jpg') no-repeat center center;
		background-size:cover;
	}
	.visual-text { 
		top:80px;
		text-align:center; 
	}
	.visual-text .img {
		display:none;
	}	
	.main-visual-info { 
		display:none; 
	}
}
@media screen and (max-width: 768px) { 
	.main-visual { 
		height:800px;
	}
	.visual-text h1 { 
		font-size:38px; 
	}
	.visual-text  p { 
		margin-top:25px;
		font-size:16px; 
	}
}
@media screen and (max-width: 640px) { 
	.main-visual { 
		height:610px;
	}
	.visual-text { 
		top:60px;
	}
	.visual-text h1 { 
		font-size:28px; 
	}
	.visual-text  p { 
		margin-top:20px;
		font-size:15px; 
	}
}


/* 
	main-slogan
*/
.main-slogan { 
	padding:105px 0;	
	text-align:center;
}
.main-slogan h1 { 
	font-weight:400; font-size:45px; line-height:1.2;
	color:#262626;
	word-break:keep-all;
}
.main-slogan h1 strong { 
	font-weight:700; 
}
.main-slogan h1 em { 
	position:relative;
	font-style:normal;
}
.main-slogan h1 em:before { 
	content:'';
	position:absolute; bottom:100%; left:50%;
	margin-left:-4px; margin-bottom:-5px;
	width:8px; height:8px;
	border-radius:50%;
	background:#82a0d1;
}
.main-slogan p { 
	margin-top:50px;
	font-weight:300; font-size:24px; color:#808080;
	word-break:keep-all;
	line-height: 1.6;
}
.main-slogan p strong { 
	display:block;
	margin-top:40px;
	font-weight:400; font-size:40px;
	color:#262626;
}
.main-slogan p strong em { 
	font-style:normal;
	font-weight:700; font-size:50px;
	font-family:'Roboto';
	color:#a47c48;
}
.main-slogan p span { 
	display:block;
	margin-top:35px;
	font-size:25px;
	color:#a47c48;
}
.main-slogan p .focus{ 
	
	font-weight:500; color:red;
	display: inline;
	
}

@media screen and (max-width: 768px) { 
	.main-slogan { 
		padding:70px 0; 
	}
	.main-slogan h1 { 
		font-size:38px; 
	}
	.main-slogan p { 
		margin-top:35px;
		font-size:20px; 
	}
	.main-slogan p strong { 
		margin-top:35px;
		font-size:30px; 
	}
	.main-slogan p strong em { 
		font-size:30px; 
	}
	.main-slogan p span { 
		margin-top:35px;
		font-size:20px
	}
}
@media screen and (max-width: 640px) { 
	.main-slogan { 
		padding:50px 0; 
	}
	.main-slogan h1 { 
		font-size:28px; 
	}
	.main-slogan h1 em:before { 
		margin-left:-3px; margin-bottom:-2px;
		width:6px; height:6px;
	}
	.main-slogan p { 
		margin-top:20px;
		font-size:18px; 
	}
	.main-slogan p strong { 
		margin-top:20px;
		font-size:22px; 
	}
	.main-slogan p strong em { 
		font-size:25px; 
	}
	.main-slogan p span { 
		margin-top:20px;
		font-size:18px
	}
}



/* contents
------------------------------------------------------ */
#contents { 
	padding-top:100px;
	position:relative; 
}

.sub-conts-wrap { 
	margin:0 auto; padding:80px 0 120px;
	width:1200px;
	font-weight: 400; font-size:18px;
	color:#666;
	letter-spacing:-1px;
	word-break:keep-all;
}
.sub-conts-tab ~ .sub-conts-wrap { 
	padding-top:0; 
}
@media screen and (max-width: 1200px) { 
	.sub-conts-wrap { 
		padding:60px 30px 100px; width:100%; 
	}
}
@media screen and (max-width: 1024px) { 
	#contents { 
		padding-top:76px;
	}
}
@media screen and (max-width: 768px) { 
	#contents { 
		padding-top:60px;
	}
	.sub-conts-wrap { 
		padding:70px 20px ; 
	}
}
@media screen and (max-width: 640px) { 
	.sub-conts-wrap { 
		padding:50px 20px; 
	}
}


/*
	visual
 */
 .sub-visual { 
	display:table;
	width:100%; height:342px;
	text-align:center;
/*	margin-bottom: 130px; */
 }

.sub-visual.intro { 
	background: url('/images/sub/sub_visual01.jpg') no-repeat center top; 
	background-size:cover;
	margin-bottom:0;
}
.sub-visual.divorce { 
	background: url('/images/sub/sub_visual02.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.fornicador { 
	background: url('/images/sub/sub_visual03.jpg') no-repeat center top; 
	background-size:cover;
	margin-bottom: 140px;
}
.sub-visual.inheritance { 
	background: url('/images/sub/sub_visual04.jpg') no-repeat center top; 
	background-size:cover;
	}
.sub-visual.family { 
	background: url('/images/sub/sub_visual05.jpg') no-repeat center top; 
	background-size:cover;
	
}
.sub-visual.online { 
	background: url('/images/sub/sub_visual06.jpg') no-repeat center top; 
	background-size:cover;	
	margin-bottom: 0;
}

.sub-visual .visual-inner { 
	display:table-cell;
	vertical-align:middle;
}
.sub-visual .visual-inner h1 { 
	position:relative;
	display:inline-block;
	font-weight: 500; font-size:46px;
	color:#fff;
}
.sub-visual .visual-inner h1 span { 
	display:block;
	margin-bottom:10px;
	font-weight:300; font-size:20px;
	font-family:'Roboto';
	letter-spacing:0;
	color:#fff;
}

@media screen and (max-width: 768px) { 
	 .sub-visual { 
		height:250px;
	 }
}
@media screen and (max-width: 640px) { 
	 .sub-visual { 
		height:180px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
	 }
	 .sub-visual .visual-inner h1 span { 
		margin-bottom:5px;
		font-size:16px; 
	 }
	.sub-visual.fornicador { 
	
		margin-bottom: 205px;
	}

}


/* 
	sub-conts-tab
*/
.sub-conts-tab { 
	margin-bottom:80px;	 
}
.sub-conts-tab ul { 
	display:table;
	table-layout:fixed;
	margin:0 auto;
	width:1200px; height:60px;
	border-bottom:1px solid #e0e0e0;
	text-align:center;
}
.sub-conts-tab ul li { 
	display:table-cell;
	vertical-align:middle;
}
.sub-conts-tab ul li a { 
	display:block;
	font-weight:300; font-size:18px;
	color:#808080;
}
.sub-conts-tab ul li a span { 
	position:relative;
	word-break:keep-all;
}
.sub-conts-tab ul li.on a span:after { 
	content:'';
	position:absolute; top:42px; left:0;
	width:100%; height:2px;
	background:#43464c;
}
.sub-conts-tab ul li.on a { 
	font-weight:400;
	color:#262626;
}

@media screen and (max-width: 1200px) { 
	.sub-conts-tab ul { 
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.sub-conts-tab { 
		margin-bottom:60px;	 
	}
	.sub-conts-tab ul li a { 
		font-size:15px; 
	}
}
@media screen and (max-width: 640px) { 
	.sub-conts-tab { 
		margin-bottom:45px;	 
	}
	.sub-conts-tab ul { 
		height:45px; 
	}
	.sub-conts-tab ul li a { 
		font-size:13px; 
	}
	.sub-conts-tab ul li.on a span:after { 
		top:31px; 
	}
}


/*
	sub title
*/
.sub-conts-title {
	display:block;
	margin:0 auto 80px;
	font-weight:500; font-size:34px;
	color:#1a1a1a;
	text-align:center;
}

@media screen and (max-width: 640px) { 
	.sub-conts-title { 
		margin-bottom:40px;
		font-size:22px; 
	}
}


/* 
	인사말
*/
.greetings-visual { 
	padding:9.5% 30px;
	width:100%;
	background:url('/images/sub/greetings.jpg') no-repeat center center;
	background-size:cover;
	text-align:center;
}
.greetings-visual p { 
	font-weight:300; font-size:38px;
	line-height:1.3;
	color:#fff;
	word-break:keep-all;
}
.greetings-visual p strong { 
	font-weight:500; 
}
.greetings-wrap { 
}
.greetings-wrap .text-wrap { 
	position:relative;
	margin:80px 0 60px;
	font-size:0; 
}
.greetings-wrap .pdf-class{ 
	margin-top: 20px;
}
.greetings-wrap .pdf-class img{
	width: 100%;
} 

.greetings-wrap .text-wrap:before { 
	content:'';
	position:absolute; top:0; left:50%;
	width:1px; height:100%;
	background:#e0e0e0;
}
.greetings-wrap .text-wrap p { 
	 display:inline-block;
	 padding:0 50px;
	 width:50%;
	 vertical-align:top;
	font-weight:300; font-size:18px;
	line-height:1.77;
	color:#262626;
	word-break:keep-all;
}
.greetings-wrap .text-wrap p:first-child { 
	padding-left:0; 
}
.greetings-wrap .text-detail p { 
	margin-top:20px; padding:60px 85px 60px 255px;
	font-weight:300; font-size:18px; line-height:1.77;
	word-break:keep-all;
}
.greetings-wrap .text-detail p:nth-child(1) { 
	background:#f7f7f7 url('/images/sub/icon_greetings1.png') no-repeat 100px center;
}
.greetings-wrap .text-detail p:nth-child(2) { 
	background:#f7f7f7 url('/images/sub/icon_greetings2.png') no-repeat 100px center;
}

@media screen and (max-width: 768px) { 
	.greetings-visual p { 
		font-size:30px; 
	}
	.greetings-wrap .text-wrap p { 
		padding:0 30px; 
	}
	.greetings-wrap .text-detail p { 
		padding:40px 55px 40px 200px;	 
	}
	.greetings-wrap .text-detail p:nth-child(1),
	.greetings-wrap .text-detail p:nth-child(2)  { 
		background-position:50px center; 
	}
}
@media screen and (max-width: 640px) { 
	.greetings-visual p { 
		padding-left:20px; padding-right:20px;
		font-size:22px; 
	}
	.greetings-wrap .text-wrap { 
		margin:40px 0; 
	}
	.greetings-wrap .text-wrap:before { 
		display:none; 
	}
	.greetings-wrap .text-wrap p { 
		padding:0;
		width:100%; 
		font-size:15px;
	}
	.greetings-wrap .text-wrap p:first-child { 
		margin-bottom:20px; 
	}
	.greetings-wrap .text-detail p { 
		padding:100px 30px 30px;	 
		font-size:15px;
	}
	.greetings-wrap .text-detail p:nth-child(1),
	.greetings-wrap .text-detail p:nth-child(2)  { 
		background-position:30px 30px; 
		background-size:50px auto;
	}
}


/*
	오시는길
*/
.location-wrap { 
	position:relative; 
}

.location-detail { 
	 
}
.location-detail dl { 
	padding:27px 40px;
	border-bottom:1px solid #e0e0e0;
	font-size:0;
}
.location-detail dl dt,
.location-detail dl dd { 
	display:inline-block;
	vertical-align:top;
}
.location-detail dl dt { 
	width:160px;
	font-weight:400; font-size:18px;
	color:#262626;
}
.location-detail dl dt img { 
	position:relative; top:3px;
	display:inline-block;
	vertical-align:inherit;
	margin-right:10px;
}
.location-detail dl dd { 
	width:calc(100% - 160px); 
	font-weight:400; font-size:18px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#808080;
	letter-spacing:0;
}

@media screen and (max-width: 640px) { 
	.location-detail dl { 
		padding:15px 5px; 
	}
	.location-detail dl dt { 
		margin-bottom:7px;
		width:100%; 
		font-size:16px;
	}
	.location-detail dl dt img { 
		margin-right:5px; 
	}
	.location-detail dl dd { 
		padding-left:23px;
		width:100%; 
		font-size:16px;
	}
}

.location-info { 
	margin-top:55px; 
}
.location-info h1 { 
	margin-bottom:27px;
	font-weight:500; font-size:24px;
	color:#262626;
}
.location-info > ul { 
	position:relative;
	padding:30px 0;
	background:#f7f7f7; 
	font-size:0;
}
.location-info > ul:before { 
	content:'';
	position:absolute; top:50%; left:50%;
	margin:-10px 0 0 -1px;
	width:2px; height:20px;
	background:#e0e0e0;
}
.location-info > ul > li { 
	display:inline-block;
	vertical-align:top;
	padding-left:70px;
	width:50%;
}
.location-info > ul > li li { 
	display:inline-block;
	font-weight:300; font-size:18px;
	color:#262626;
	letter-spacing:0;
}
.location-info > ul > li li strong { 
	display:inline-block;
	margin:0 10px 0 25px;
	width:50px;
	border-radius:14px;
	background:#42ce3e;
	font-weight:300; font-size:15px; line-height:28px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 640px) { 
	.location-info { 
		margin-top:35px; 
	}
	.location-info h1 { 
		margin-bottom:17px;
		font-size:20px;
	}
	.location-info > ul { 
		padding:25px 20px; 
	}
	.location-info > ul:before { 
		display:none; 
	}
	.location-info > ul > li { 
		margin-bottom:15px; padding:0 ;
		width:100%; 
	}
	.location-info > ul > li:last-child { 
		margin-bottom:0; 
	}
	.location-info > ul > li li { 
		font-size:16px; 
	}
	.location-info > ul > li li:last-child { 
		margin-top:7px; 
	}
	.location-info > ul > li li strong { 
		margin-left:0; 
	}
}


@media screen and (max-width: 1200px) { 
.location-wrap .root_daum_roughmap { 
		width:100% !important; 
		padding:0;
		border:0 none;
	}	 
}	 
@media screen and (max-width: 640px) { 
	.location-wrap .root_daum_roughmap .wrap_map { 
		height:250px !important; 
	}
}


/* 구성원 */
.member-list { 
	margin-bottom:-40px;
	font-size:0;
}
.member-list .member-box { 
	position:relative;
	display:inline-block;
	margin:0 0 40px 40px; padding:40px;
	width:calc(50% - 20px);
	border:1px solid #e6e6e6;
	vertical-align:top;
}
.member-list .member-box:nth-child(2n+1) { 
	margin-left:0; 
}
.member-list .member-box a { 
	display:block;
	width:100%; height:100%;
}
.member-list .member-box a > * { 
	display:inline-block;
	vertical-align:top;
}
.member-list .member-box .img-wrap { 
	width:34.138%; 
}
.member-list .member-box .img-wrap img { 
	width:100%; 
}
.member-list .member-box .text-wrap { 
	padding-left:40px;
	width:calc(100% - 34.138%); 
}
.member-list .member-box h1 { 
	margin-bottom:20px; padding-bottom:17px;
	border-bottom:1px solid #e6e6e6;
	font-weight:300; font-size:20px;
	color:#808080;
}
.member-list .member-box h1 strong { 
	display:inline-block;
	margin-right:14px;
	font-weight:500; font-size:26px;
	color:#1a1a1a;
}
.member-list .member-box ul { 
	 
}
.member-list .member-box ul li { 
	margin-top:7px;
	font-weight:300; font-size:15px;
	color:#808080;
}

@media screen and (max-width: 768px) { 
	.member-list { 
		margin-bottom:-30px;
	}
	.member-list .member-box { 
		margin:0 0 30px 30px; padding:30px;
		width:calc(50% - 15px);
	}
	.member-list .member-box .text-wrap { 
		padding-left:30px; 
	}
}
@media screen and (max-width: 640px) { 
	.member-list { 
		margin-bottom:-20px;
	}
	.member-list .member-box { 
		margin:0 0 20px; padding:20px;
		width:100%;
	}
	.member-list .member-box .text-wrap { 
		padding-left:20px; 
	}
	.member-list .member-box h1 { 
		margin-bottom:15px; padding-bottom:12px;
		font-size:16px; 
	}
	.member-list .member-box h1 strong { 
		font-size:20px; 
	}
	.member-list .member-box ul li { 
		margin-top:5px;
		font-size:14px; 
	}
}



.member-view { 
}
.member-view .inner,
.member-view-detail .inner { 
	margin:0 auto;
	width:1200px;
}

@media screen and (max-width: 1200px) { 
	.member-view .inner,
	.member-view-detail .inner { 
		padding:0 30px;
		width:100%;
	}
}
@media screen and (max-width: 768px) { 
	.member-view .inner,
	.member-view-detail .inner { 
		padding:0 20px;
	}
}

.member-view-header { 
	 font-size:0;
}
.member-view-header > section { 
	display:inline-block;
	vertical-align:top;
}
.member-view-header .img-wrap { 
	width:250px; 
}
.member-view-header .img-wrap img { 
	width:100%; 
}
.member-view-header .text-wrap { 
	padding-left:4%;
	width:calc(100% - 250px); 
}
.member-view-header .text-wrap h1 { 
	font-weight:300; font-size:26px;
	color:#1a1a1a;
}
.member-view-header .text-wrap h1 strong { 
	display:inline-block;
	margin-right:15px;
	font-weight:500; font-size:38px;
}
.member-view-header .text-wrap .detail { 
	margin:30px 0 40px; 
}
.member-view-header .text-wrap .detail li {
	margin:10px 0;
	font-weight:300; font-size:20px;
	color:#808080;
}
.member-view-header .text-wrap .info li { 
	display:inline-block;
	vertical-align:top;
	margin:5px 10px 5px 0; padding:0 34px;
	border-radius:26px;
	background:#907b5c;
	font-weight:400; font-size:18px; line-height:52px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#fff;
}
.member-view-header .text-wrap .info li:nth-child(2) { 
	background:#94918e; 
}
.member-view-header .text-wrap .info li:nth-child(2) { 
	background:#524a3d; 
}

@media screen and (max-width: 768px) { 
	.member-view-header .img-wrap { 
		width:200px; 
	}
	.member-view-header .text-wrap { 
		width:calc(100% - 200px); 
	}
}
@media screen and (max-width: 640px) { 
	.member-view-header .img-wrap { 
		width:100%;
		text-align:center;
	}
	.member-view-header .img-wrap img { 
		max-width:100%; width:auto;
	}
	.member-view-header .text-wrap { 
		margin-top:30px; padding-left:0;
		width:100%;
	}
	.member-view-header .text-wrap h1 { 
		font-size:20px; 
	}
	.member-view-header .text-wrap h1 strong { 
		margin-right:10px; font-size:30px;
	}
	.member-view-header .text-wrap .detail { 
		margin:15px 0 25px; 
	}
	.member-view-header .text-wrap .detail li { 
		font-size:16px; 
	}
	.member-view-header .text-wrap .info li { 
		padding:0 20px;
		font-size:15px; line-height:45px;
	}
}

.member-view-detail { 
	margin-top:70px;
	background:#f7f7f7; 
}

.member-view-detail .inner { 
	padding:75px 0; 
}

@media screen and (max-width: 1200px) { 
	.member-view-detail .inner { 
		padding:75px 30px;
	}
}
@media screen and (max-width: 768px) { 
	.member-view-detail .inner { 
		padding:45px 20px;
	}
}
@media screen and (max-width: 640px) { 
	.member-view-detail { 
		margin-top:45px;
	}
}

.member-view-detail h1 { 
	margin-top:60px;
	margin-bottom:25px; padding-bottom:20px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500; font-size:30px;
	color:#1a1a1a;
}
.member-view-detail h1:first-of-type { 
	margin-top:0; 
}
.member-view-detail ul li { 
	margin:7px 0;
	font-weight:300; font-size:18px;
	color:#808080;
}
@media screen and (max-width: 640px) {	
	.member-view-detail h1 { 
		margin-top:40px; margin-bottom:20px; padding-bottom:15px;
		font-size:24px;
	}
	.member-view-detail ul li { 
		font-size:15px; 
	}
}



/*
	연혁
*/
.history-visual { 
	position:relative;
	margin-left:-200px;
	width:1600px; height:400px;
	background:url('/images/sub/history-visual.jpg') no-repeat center center;
	background-size:cover;
}
.history-visual h1 { 
	position:absolute; top:0; left:0;
	width:100%;
	font-weight:500; font-size:70px; line-height:400px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
}
@media screen and (max-width: 1600px) { 
	.history-visual { 
		margin-left:0;
		width:100%;
	}
}
@media screen and (max-width: 768px) { 
	.history-visual { 
		height:300px; 
	}
	.history-visual h1 { 
		font-size:50px; line-height:300px;
	}
}
@media screen and (max-width: 640px) { 
	.history-visual { 
		height:180px; 
	}
	.history-visual h1 { 
		font-size:27px; line-height:180px;
	}
}

.history-outer { 
	overflow:hidden;
	position:relative; 
	margin-bottom:-120px; padding:20px 0 70px;
}
.history-outer:before { 
	content:'';
	position:absolute; top:-100px; left:50%;
	width:1px; height:150%;
	background:#e0e0e0;
}

@media screen and (max-width: 768px) { 
	.history-outer { 
		margin-bottom:-70px; 
	}
}
@media screen and (max-width: 640px) { 
	.history-outer { 
		margin-bottom:-50px; 
	}
	.history-outer:before { 
		left:20px; 
	}
}

.history-box { 
	position:relative;
	overflow:hidden;
	clear:both;	
	margin-top:40px;
}
.history-box:before { 
	content:''; 
	position:absolute; top:9px; left:50%;
	margin-left:-9.5px;
	width:19px; height:19px;
	border-radius:50%;
	border:3px solid #4d86e2;
	box-sizing:border-box;
	background:#fff;
}
.history-box > * { 
	float:left;
	width:50%;
}
.history-box h1 { 
	font-weight:700; font-size:28px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#262626;
	text-align:right;
}
.history-box:nth-child(odd) h1 { 
	float:right;
	padding-left:40px;
	text-align:left;
}
.history-box:nth-child(even) h1 { 
	padding-right:40px; 
}
.history-box dl { 
	overflow:hidden;
}
.history-box:nth-child(odd) dl { 
	padding-right:40px; 
	text-align:right; 
}
.history-box:nth-child(even) dl { 
	padding-left:40px;
}
.history-box dl dt,
.history-box dl dd { 
	float:left;
}
.history-box dl dt { 
	clear:both;
	margin:10px 0;
	width:40px; 
	font-weight:400; font-size:16px; line-height:20px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#262626;
}
.history-box:nth-child(odd) dl dt { 
	float:right; 
}
.history-box dl dd { 
	margin:8px 0;
	width:calc(100% - 40px);
	font-weight:300; font-size:16px;
}

@media screen and (max-width: 640px) { 
	.history-box { 
		margin-top:20px; 
	}
	.history-box > * { 
		width:100%; 
	}
	.history-box:before { 
		left:12px; top:5px;
		margin-left:0;
		width:16px; height:16px;
	}
	.history-box h1 { 
		margin-bottom:10px; padding:0 0 0 38px !important;
		font-size:20px;
		text-align:left !important; 
	}
	.history-box dl { 
		padding:0 0 0 38px !important;
		text-align:left !important; 
	}
	.history-box dl dt,
	.history-box dl dd { 
		float:left !important;
	}
	.history-box dl dt { 
		margin:7px 0; 
		width:30px;
	}
	.history-box dl dd { 
		margin:5px 0; 
		width:calc(100% - 30px);
	}
}



/* 
	업무분야
*/
.business-intro
{

	position: relative;
}
.business-intro .lawyer-intro
{
	padding:30px 35px 35px 35px;
	box-shadow: 3px 2px 16px 3px #cecbcb;
	position: absolute;
	background:#fff;
	top:-320px;
	width: 100%;
	line-height: 1.7;
	font-weight: 400;
}
.business-intro .lawyer-intro.fornicador
{
	top:-330px;
}
.business-intro .lawyer-intro.child
{
	top:-380px;
}
.business-intro .lawyer-intro.sexcrime
{
	top:-410px;
}

.business-intro p
{
	font-size:17px;
	color:#333;
	
}
.business-intro p span
{
	color:#dc3c2b;
	
}

.business-box .conts-outer { 
	margin-top: 70px;
	font-size:0;	 
}
.business-inner .conts-outer:first-child { 
	margin-top:0; 
}
.business-inner .conts-outer > h1 { 
	position:relative;
	display:inline-block;
	width:19%;
	font-weight: 400; font-size:24px;
	color:#333;
	vertical-align:top;
}
.business-inner .conts-outer > h1:before { 
	content:'';
	display:block;
	margin-bottom:15px;
	width:55px; height:4px;
	background:#ff6c13;
}
.business-inner .conts-box { 
	display:inline-block;
	width:81%;
	vertical-align:top;
}
.business-inner .conts-box h1 { 
	margin:50px 0 10px;
	font-weight:400; font-size:20px;
	color:#444;
}

.business-inner .conts-box h1:first-child { 
	margin-top:0; 
}
.business-inner .conts-box p { 
	margin-top:15px;
	font-weight:400;
	font-size:17px; line-height:1.6;
	color:#666;
	word-break:break-all;
	letter-spacing:-0.25px;
	text-align: justify;
}
.business-inner .conts-box p.line { 
	padding:25px 30px;
	border:1px solid #666;
}
.business-inner .conts-box p.box { 
	padding:25px 30px;
	background: #f5f5f5;
}
.business-inner .conts-box p.box span{ 

	font-weight: 500;
	color: #262626;
	margin-top:10px;
	display: inline-block;
}

.business-inner .conts-outer p:first-child { 
	margin-top:0; 
}
.business-inner .conts-box p strong { 
	display:block;
	margin-bottom:5px;
	font-weight:400; font-size:16px;
	color:#262626;
}

.business-inner .conts-box p span { 
	font-size:17px;
	color:#ff6c13;
}

.business-inner .conts-box .conts-img { 
	margin-top:40px; padding:6%;
	background:#f5f5f5;
	text-align:center;
}
.business-inner .conts-box .conts-img img { 
	max-width:100%; 
}
.business-inner .conts-box .conts-img-wrap { 
	margin-top:35px; 
}
.business-inner .conts-box .conts-img-wrap img { 
	max-width:100%; 
}

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

.business-intro .lawyer-intro
{
	padding: 20px 25px 25px 25px;
}
.business-intro p
{
	font-size:16px;
}
}
@media screen and (max-width: 768px) {

	.sub-visual {
	    margin-bottom: 110px;
	}
	.sub-visual.sexcrime {
	    margin-bottom: 210px;
	}	
	.sub-visual.rape {
	    margin-bottom: 230px;	
	}
	
	.sub-visual.child {
		margin-bottom: 170px;
	}
	.business-intro .lawyer-intro {
	    top: -270px;
    }	
	.business-intro .lawyer-intro.sexcrime {
	    top: -380px;
	}	 
	.business-intro .lawyer-intro.fornicador {
	    top: -400px;
	}	

	.business-intro .lawyer-intro.child {	
		top: -330px;	
	}
	.business-intro .lawyer-intro {
    	padding: 10px 20px 20px 15px;
    }	
	.business-box .conts-outer { 
		margin-top:50px; 
	}
	.business-inner .conts-outer > h1 { 
		margin-bottom:40px;
		width:100%; 
	}
	.business-inner .conts-box { 
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.sub-visual {
	    margin-bottom: 0;
	}
	.sub-visual.sexcrime {
	    margin-bottom: 380px;
	}	
	.sub-visual.rape {
	    margin-bottom: 377px;	
	}
	
	.sub-visual.child {
		margin-bottom: 293px;
	}
	
	.business-intro p {
	    font-size: 14px;
	}
	.business-intro .lawyer-intro {
	    top: -270px;
    }	
	.business-intro .lawyer-intro.sexcrime {
	    top: -500px;
	}	 
	.business-intro .lawyer-intro.rape {
	    top: -340px;
	}	

	.business-intro .lawyer-intro.child {	
		top: -408px;	
	}
	.business-inner .conts-box p.box { 
		padding:18px 12px;
		background: #f5f5f5;
	}

	.business-inner .conts-box p span
	{
		font-size: 14px;
	}
	
	.business-box .conts-outer { 
		margin-top:35px; 
	}
	.business-inner .conts-outer > h1 { 
		font-size:18px;
		margin-bottom:20px; 
	}
	.business-inner .conts-outer > h1 br{ 
		display: none;
	}
	.business-inner .conts-outer > h1:before { 
		margin-bottom:10px;
		width:30px; height:2px; 
	}
	.business-inner .conts-box p { 
		margin-top:25px;
		font-size:14px; 
	}
	.business-inner .conts-box p.line { 
		padding:15px 20px; 
	}
	.business-inner .conts-box .conts-img { 
		margin-top:25px; 
	}
	.business-inner .conts-box .conts-img-wrap { 
		margin-top:25px; 
	}
}



.consensus-wrap { 
	padding:5%;
	border:1px solid #e6e6e6;	 
	font-size:0;
}
.consensus-wrap > section > div { 
	display:inline-block;
	vertical-align:middle;
}
.consensus-wrap > section:first-child { 
	margin-bottom:5%;
	padding-bottom:5%;
	border-bottom:1px solid #e6e6e6;
}
.consensus-wrap .icon-wrap { 
	width:160px; height:160px;
	border:4px solid #ddd;
}
.consensus-wrap .text-wrap { 
	padding-left:4%;
	width:calc(100% - 160px); 
}
.consensus-wrap .text-wrap h1 { 
	margin-bottom:15px;
	font-weight:400; font-size:24px;
	color:#333;
}
.consensus-wrap .text-wrap p { 
	font-weight:400; font-size:16px; line-height:1.6;
	color:#666;
	word-break:keep-all;
}

/*
	승소사례 
*/
.case-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-list > li { 
	display:inline-block;
	margin:0 0 25px 20px; padding:30px 50px;
	width:calc(100% / 3 - 14px);
	border:1px solid #f1f1f1;
	box-sizing:border-box;
	background: #f1f1f1;
	vertical-align:top;
	transition:.3s;
}
.case-list > li:hover { 
	border:1px solid #4c75a1;
	background: #fff;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}
.case-list > li:nth-child(3n+1) { 
	margin-left: 0; 
}
.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 25px; width:100%; 
}
.case-list .cate-name { 
	display:block;
	font-weight: 300; font-size:16px;
	color:#4c75a1;
}
.case-list strong { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	margin:15px 0 35px;
	height:52px;
	font-weight: 300; font-size:20px;
	color:#333;
	word-break:keep-all;
}
.case-list.photo strong { 
	margin:3px 0 20px;
}
.case-list .bo-content { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:44px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
}

.case-list .no-data { 
	width:100%;
	background: #fff;
	border:0 none;
	text-align:center;
	font-weight: 300; font-size:16px;
}
.case-list .no-data:hover { 
	box-shadow:none;
	border:0 none;
}

@media screen and (max-width: 768px) { 
	.case-list > li { 
		margin:0 0 20px 20px; padding:20px 23px;
		width:calc(50% - 10px); 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.case-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.case-list .cate-name { 
		font-size:14px; 
	}
	.case-list  strong { 
		overflow:hidden;
		display:-webkit-box;
		-webkit-line-clamp:2; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
		margin:5px 0 12px; height: 42px;
		font-size:18px; line-height: 1.2;
	}
	.case-list .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 480px) { 
	.case-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}


/* 성공사례 유형 boxtype - 변호사 등록 기능 연동 */
.case-box-lawyer { 
	position:relative;
	width:100%;
	text-align:left;
	font-size:0;
}
.case-box-lawyer .swiper-slide { 
	display:inline-block;
	margin-right:10px;
	width:380px;
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,.5);
	background:rgba(0,0,0,.06);
	vertical-align:top;
}
.case-box-lawyer .swiper-slide:nth-child(4n)
{
	margin-right: 0;
}
.case-box-lawyer .swiper-slide:hover { 
	border-color:#b1885d; 
}
.case-box-lawyer .swiper-slide a { 
	position:relative;
	display:block;
	padding:40px 18px;
}
.case-box-lawyer .swiper-slide a:after { 
	content:'';
	position:absolute; top:40px; right:30px;
	width:39px; height:54px;
	background:url('/images/main/case_label.png') no-repeat right top;
}
.case-box-lawyer .swiper-slide input[type="checkbox"] { 
	display:block; 
}
.case-box-lawyer .swiper-slide .cate-name { 
	display:inline-block;
	padding:0 18px;
	border-radius:18px;
	background: #6a5947;
	font-weight: 300; font-size:16px; line-height:35px;
	color:#fff;
	text-align:center;
}
.case-box-lawyer .swiper-slide .case-result
{
	display: inline-block;
	color: red;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	vertical-align: sub;
	margin-left: 10px;
	height: 35px;
	/* padding-bottom: 4px; */
	vertical-align: sub;
	
}
.case-box-lawyer .swiper-slide .subject { 
	overflow:hidden;
	display:block;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	width:100%; height:64px;
	margin:30px 0;
	font-weight: 500; font-size:24px; line-height:34px;
	color:#fff;
	text-overflow:ellipsis;
	word-break:keep-all;
}
.case-box-lawyer .swiper-slide .bo-content { 
	overflow:hidden;
	display:block;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	width:100%; height:130px;
	font-weight: 300; font-size:16px; line-height:26px;
	color:#fff;
	word-break:keep-all;
	text-overflow:ellipsis;
}

.case-box-lawyer .swiper-slide .more { 
	position:absolute; bottom:0; right:0;
	display:block;
	width:55px; height:55px;
	background:#6a5947 url('/images/main/main_case_arrow.png') no-repeat center center;
}
.case-box-lawyer .swiper-slide .name { 
	margin-top:30px;
	text-align: left;
}
.case-box-lawyer .swiper-slide .name.main
{
	padding-right: 40px;
}
.case-box-lawyer .swiper-slide .name li { 
	display:inline-block;
	vertical-align:middle;
}
.case-box-lawyer .swiper-slide .name li strong
{
	display: block;
	margin-top: 3px;
	font-weight: 500;	
}
.case-box-lawyer .swiper-slide .name li { 
	overflow:hidden;
	margin-right: 14px;


	
}
.case-box-lawyer .swiper-slide .name li img { 
	width:55px; height:55px; 
	border-radius:50%;
	margin-bottom: 5px;
}


.case-box-lawyer .swiper-slide .name li strong { 
	font-weight: 500;
	font-size: 13px;
}

.case-box-lawyer .swiper-slide .name li  { 
	color:#333; 
	text-align: center;
}
.case-box-lawyer .swiper-slide .name .text-lawyer
{
	font-weight:300; font-size:14px;
	color:#333;
	margin-right: 12px;
	padding-top: 7px;
	border-radius: 0;
}
.case-box-lawyer { 
	width:calc(100% + 30px);
}

.main-case .swiper-button-prev ,
.main-case .swiper-button-next { 
	z-index:555;
	margin-top:-21px;
	width:23px; height:42px;
}
.main-case .swiper-button-prev { 
	left:-53px;
	background:url('/images/main/case_prev.png') no-repeat center center;
}
.main-case .swiper-button-next { 
	right:-53px;
	background:url('/images/main/case_next.png') no-repeat center center;
}
.main-case .swiper-button-prev:after,
.main-case .swiper-button-next:after { 
	display:none; 
}

.case-more { 
	display:block;
	margin:48px auto 0; 
	width:250px;
	border:1px solid rgba(255,255,255,.6);
	background:rgba(0,0,0,.1);
	font-weight: 400; font-size:20px; line-height:76px;
	color:#fff;
	text-align:center;
	transition:.3s;
}
.case-more:hover { 
	background:#fff;
	color:#6a5947;
}

@media screen and (max-width: 1200px) { 
	.case-box-lawyer { 
		width:calc(100% + 30px); 
	}
}
@media screen and (max-width: 768px) { 
	.case-box-lawyer { 
		width:calc(100% + 20px); 
	}
}
@media screen and (max-width: 640px) { 
	.case-box-lawyer { 
		width:100%; 
	}
	.case-box-lawyer .swiper-slide { 
		margin-right:15px !important;
		width:100%; 
	}
	.case-box-lawyer .swiper-slide a { 
		padding: 20px 20px 15px;	 
	}
	.case-box-lawyer .swiper-slide a:after { 
		right:20px; top:20px; 
		background-size:auto 30px;
	}
	.case-box-lawyer .swiper-slide .cate-name { 
		padding:0 13px;
		font-size:14px; line-height:27px;
	}
	.case-box-lawyer .swiper-slide .subject { 
		margin:15px 0;
		height:48px;
		font-size:18px; line-height:24px;
	}
	.case-box-lawyer .swiper-slide .bo-content { 
		height:90px;
		font-size:13px; line-height:18px; 
	}
	.case-box-lawyer .swiper-slide .name { 
		margin-top:20px; 
	}
	.case-box-lawyer .swiper-slide .name li { 
		margin-right:10px; 
		font-size: 13px;
	}
	.case-box-lawyer .swiper-slide .name li strong
	{
		font-size: 13px;
	}
	.case-box-lawyer .swiper-slide .name li img
	{
		width: 50px; height: 50px;
	}	
	.case-box-lawyer .swiper-slide .more { 
		width:40px; height:40px;
		background-size:auto 8px;
	}
	.case-more { 
		margin-top:30px;
		width:160px;
		font-size:16px; line-height:50px;
	}
}

.board-conts { 
	margin-top: 0; padding:0 0 80px;
	background:#fff; 
}
.board-conts .inner { 
	width:1200px; 
}
.board-conts  .sub-conts-title { 
	margin:30px;	 
}
.case-box-lawyer .swiper-slide { 
	width:calc(25% - 10px);
	border:1px solid #e6e6e6;
	background:#fff;
}
.case-box-lawyer .swiper-slide:nth-child(4n) { 
	margin-right:0;
}
.case-box-lawyer .swiper-slide { 
	margin-bottom:30px; 
}
.case-box-lawyer .swiper-slide :nth-child(4n) { 
	margin-right:0;
}
@media screen and (min-width: 641px) { 
	.case-box-lawyer .swiper-slide a { 
		padding-top:30px;
		padding-bottom:30px;
	}
}
.case-box-lawyer .swiper-slide a:after { 
	display:none; 
}
.case-box-lawyer .swiper-slide .subject { 
	
	/*height:auto; */
	color:#1a1a1a;
	//white-space:nowrap;
}
@media screen and (min-width: 641px) { 
	.case-box-lawyer .swiper-slide .subject { 
		margin:17px 0;
		font-size:22px;
	}
}
.case-box-lawyer .swiper-slide .bo-content { 
	-webkit-line-clamp: 3;
	height:80px;
	color:#666; 
}
.case-box-lawyer .swiper-slide .more { 
	position:relative;
	margin-top:25px;
	width:51px; height:13px;
	background: url('/images/sub/more_arrow.png') no-repeat 0 center;
}

@media screen and (max-width: 1200px) { 
	.board-conts .inner { 
		padding:0 30px;
		width:100%; 
	}
	.case-box-lawyer { 
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.board-conts { 
		margin-top:0; padding:10px 0 50px; 
	}
	.board-conts .inner { 
		padding:0 20px;
	}

}
@media screen and (max-width: 640px) { 
	.case-box-lawyer { 
		width:100%; 
	}
	.case-box-lawyer .swiper-slide { 
		margin-right:0 !important; 
		margin-bottom:15px;
		width:100%;
	}
	.case-box-lawyer .swiper-slide .subject { 
		margin:10px 0;
	}
	.case-box-lawyer .swiper-slide .bo-content { 
		height:36px; 
	}
	.case-box-lawyer .swiper-slide .more { 
		margin-top:15px; 
	}
}


/* =========================================================
   모바일 메인 비주얼 전체
========================================================= */
/* =========================================================
   모바일 메인 최종 추가 CSS
   - 기존 style.css 하단에 붙이거나, style.css 다음에 별도 로드
   - CSS 파일 중간에 @charset 사용 금지
   - 정상 적용 중인 style_renew.css 기준으로 모바일 메인 비주얼(main-movisual) 전체 포함
========================================================= */

/* PC에서는 off 로고 숨김 */
@media screen and (min-width: 1025px) {
	.header-bottom .logo img.logo-off {
		display:none;
	}
}

@media screen and (max-width: 1024px) {
	/* 모바일/태블릿 메인에서 헤더 높이로 본문이 밀리지 않도록 처리 */
	#header {
		height:0;
	}

	#header .header-bottom {
		position:relative;
		height:76px;
		transition:.3s;
	}

	#header.fixed .header-bottom {
		box-shadow:3px 0 3px rgba(0,0,0,.15);
		background:#fff;
	}

	/* 모바일 로고 위치 조정 */
	#header .logo {
		position:absolute;
		top:50%;
		left:20px;
		margin-top:-16px;
		height:32px;
	}

	#header .logo a {
		display:block;
		font-size:0;
		width:100%;
		height:100%;
	}

	#header .logo a img {
		width:auto;
		height:100%;
	}

	/* 메인 초기 상태: 흰색/반전 로고 노출 */
	#header .logo .logo-on {
		display:none;
	}

	#header .logo .logo-off {
		display:block;
	}

	/* 메뉴 오픈/스크롤/서브 상태: 기본 로고 노출 */
	#header.on .logo .logo-on,
	#header.fixed .logo .logo-on,
	#header.sub_on .logo .logo-on {
		display:block;
	}

	#header.on .logo .logo-off,
	#header.fixed .logo .logo-off,
	#header.sub_on .logo .logo-off {
		display:none;
	}

	/* 모바일 메뉴 버튼을 좌측에서 우측으로 이동 */
	.menu-btn {
		display:block;
		left:auto;
		right:20px;
		top:50%;
		width:30px;
		height:25px;
		margin-left:auto;
		margin-top:-12.5px;
		background:none;
	}

	/* 메인 초기 상태: 메뉴 버튼 흰색 */
	.menu-btn span {
		width:100%;
		background:#fff;
	}

	/* 스크롤/메뉴 오픈 상태: 메뉴 버튼 검정 */
	.fixed .menu-btn span,
	.menu-btn.on span {
		background:#262626;
	}

	.menu-btn span:nth-child(1) {
		top:0;
	}

	.menu-btn span:nth-child(3) {
		bottom:0;
	}

	.menu-btn.on span:nth-child(1) {
		top:12px;
	}

	.menu-btn.on span:nth-child(3) {
		top:12px;
	}

	/* 모바일 메인에서는 온라인 버튼 숨김 */
	.online-btn {
		display:none;
	}

	/* 우측 플로팅 메뉴 숨김 */
	#footer .floating-menu {
		display:none;
	}

	/* 모바일 메인에서 헤더 높이만큼 생기던 상단 여백 제거 */
	#contents {
		padding-top:0;
	}
}

@media screen and (max-width: 768px) {
	#header .header-bottom {
		height:60px;
	}

	#header .logo {
		margin-top:-13px;
		height:26px;
	}

	#contents {
		padding-top:0;
	}
}


/* =========================================================
   모바일 메인 비주얼 전체
========================================================= */
/* main
------------------------------------------------------ */
/* 
	main-movisual
*/
.main-movisual {
	display:none;
}
@media screen and (max-width: 1024px) { 
	.main-movisual {
		position:relative;
		display:block;
		background:#000;
	}
	.main-movisual .movisual-slide .swiper-slide {
		height:640px;
		background:no-repeat center/cover;
	}
	.main-movisual .movisual-slide .swiper-slide.slide01 {
		background-image:url('/images/main/visual_slide01.jpg');
	}
	.main-movisual .movisual-slide .swiper-slide.slide02 {
		background-image:url('/images/main/visual_slide02.jpg');
	}
	.main-movisual .movisual-slide .swiper-slide.slide03 {
		background-image:url('/images/main/visual_slide03.jpg');
	}
	.main-movisual .movisual-slide .swiper-slide .text {
		position:absolute; top:186px; left:0; z-index:10;
		width:100%;
		text-align:center;
	}
	.main-movisual .movisual-slide .swiper-slide .text h3 {
		color:#fff;
		font-size:24px;
		font-weight:700;
	}
	.main-movisual .movisual-slide .swiper-slide .text p {
		padding-top:18px;
		color:#fff;
		font-size:14px;
	}
	.main-movisual .member-slide {
		position:absolute; bottom:100px; left:0;
		width:100%;
		padding:0 15px;
	}
	.main-movisual .member-slide .swiper-slide a {
		display:flex;
		align-items: center;
		padding:18px;
		border-radius:5px;
		background:#fff;
	}
	.main-movisual .member-slide .swiper-slide .info {
		flex:1;
	}
	.main-movisual .member-slide .swiper-slide .info h3 {
		display:flex;
		align-items: center;
		padding-bottom:8px;
		color:#000;
		font-size:18px;
		font-weight:400;
	}
	.main-movisual .member-slide .swiper-slide .info h3::after {
		display:inline-block;
		width:15px; height:15px;
		margin-left:7px;
		background:url('/images/main/movisual_member_arrow.png') no-repeat center/cover;
		content:'';
	}
	.main-movisual .member-slide .swiper-slide .info h3 strong {
		font-weight:700;
	}
	.main-movisual .member-slide .swiper-slide .info p {
		color:#4c4c4c;
		font-size:11px;
		line-height:1.5;
		overflow:hidden;
		display:block;
		display:-webkit-box;
		-webkit-line-clamp:3; 
		-webkit-box-orient:vertical; 
		text-overflow:ellipsis;
	}
	.main-movisual .member-slide .swiper-slide .img {
		flex-basis:70px;
		height:70px;
		border-radius:50%;
		overflow:hidden;
	}
	.main-movisual .member-slide .swiper-slide .img img {
		width:100%;
	}
	.main-movisual .txt-menu {
		position:absolute; bottom:0; left:0; z-index:10;
		width:100%;
	}
	.main-movisual .txt-menu p {
		padding:0 15px;
		margin-bottom:12px;
		color:#fff;
		font-size:11px;
		text-align:right;
		opacity:.5;
	}
	.main-movisual .txt-menu ul {
		display:grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		background:#00246e;
	}
	.main-movisual .txt-menu ul li + li {
		border-left:1px solid rgba(224,224,224,.1);
	}
	.main-movisual .txt-menu ul li a {
		display:flex;
		align-items: center;
		justify-content: center;
		height:60px;
		color:#fff;
		font-size:13px;
	}
}