@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; 
	}
 }


/* 게시판용 버튼 */
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:'Roboto', 'Noto Sans KR', dotum, sans-serif;
	letter-spacing:-0.5px;
	color:#666;
}
input,
select,
button { 
	font-family:'Roboto', '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:90px;
	transition:.3s;
	border-bottom:1px solid rgba(255,255,255, .2); 
}
.sub #header ,
#header.on { 
	background:#fff; 
}
#header.fixed { 
	box-shadow:3px 0 3px rgba(0,0,0, .15); 
	background:#fff;
}

#header .logo .off { 
	display:block; 
}
#header .logo .on { 
	display:none; 
}
#header.fixed .logo .off ,
.sub #header .logo .off  ,
#header.on  .logo .off { 
	display:none; 
}
#header.fixed .logo .on,
.sub #header .logo .on,
#header.on .logo .on { 
	display:block; 
}

@media screen and (min-width: 1372px) { 
	.header-bottom > .inner { 
		padding:0 8%;
	}
	.gnb .gnb-1depth-li { 
		padding:0 33px;
	}
}
@media screen and (max-width: 1370px) { 
	.header-bottom > .inner { 
		padding:0 30px;
	}
	.gnb .gnb-1depth-li { 
		padding:0 15px;
	}
}
@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;
		width:100%;
		font-size:0;
	}
	.header-bottom .logo { 
		display:inline-block; 
		vertical-align:middle;
	}
	.header-bottom .logo a { 
		display:block; 
	}
	.header-bottom .logo img { 
		max-width:243px; 
	}
	.gnb { 
		overflow:visible !important;
		position:relative;
		display:inline-block !important;
		width:calc(100% - 409px);
		text-align:right;
		vertical-align:middle;
	}
	.gnb .gnb-1depth-li { 
		position:relative;
		display:inline-block;
		vertical-align:middle;
	}
	.gnb .gnb-1depth-a { 
		position:relative;
		display:block;
		font-weight: 300; font-size:19px; line-height: 90px;
		color:#fff;
		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:#f7bf09;
		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,
	.sub .gnb .gnb-1depth-a ,
	.on .gnb .gnb-1depth-a{ 
		font-weight:400; color:#262626; 
	}

	.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;
		white-space:nowrap;
	}
	.gnb .gnb-1depth-li:nth-child(2) .gnb-2depth { 
		margin-left:-170px;
		width:1200px;
		text-align:left;
	}
	.gnb .gnb-2depth.on { 
		height:60px;
		transition:.3s;
	}
	.gnb .gnb-2depth-li { 
		display:inline-block;
		margin:0 15px;
		vertical-align:top;
	}
	.gnb .gnb-2depth a { 
		display:block;
		font-weight:300; font-size:15px; line-height: 60px;
		color:#808080;
		word-break:keep-all;
		transition:0s;
	}
	
	.gnb .gnb-2depth a:hover { 
		color:#262626; 
	}

	#header .gnb-bg { 
		position:fixed; top:90px; left:0;
		z-index:888;
		width:100%; height:0;
		background:#f2f2f2;
		transition:.3s;
	}
	#header .gnb-bg.menu { 
		height:60px;
	}
	.m-language-wrap { 
		display:none; 
	}

	.language-wrap { 
		position:relative;
		display:inline-block;
		vertical-align:middle;
		font-size:0;
	}
	.language-wrap li { 
		display:inline-block;
		margin-left: 10px;
		vertical-align:middle;
		line-height: 0;
	}
	.language-wrap:before { 
		content:'';
		position:absolute; top:50%; left:-12px;
		margin-top:-10px;
		width:1px; height:20px;
		background:rgba(255,255,255,.3); 
	}

	/*
	.language-wrap { 
		position:relative;
		display:inline-block;
		vertical-align:middle;
		padding-left:30px;
		width:115px;
		text-align:right;
	}
	.language-wrap:before { 
		content:'';
		position:absolute; top:50%; left:0;
		margin-top:-10px;
		width:1px; height:20px;
		background:rgba(255,255,255,.3);
	}
	.language-wrap > a { 
		display:block;
		font-weight:300; font-size:20px; line-height:90px;
		color:#e5e5e5;
	}
	.language-wrap > a img { 
		display:inline-block;
		vertical-align:middle;
		position:relative; top:-2px;
		margin-right:9px;
	}
	.language-wrap > a .off { 
		display:inline-block; 
	}
	.language-wrap > a .on { 
		display:none; 
	}
	#header.fixed .language-wrap > a .off ,
	.sub #header .language-wrap > a .off  ,
	#header.on  .language-wrap > a .off { 
		display:none; 
	}
	#header.fixed .language-wrap a .on,
	.sub #header .language-wrap a .on,
	#header.on .language-wrap a .on { 
		display:inline-block; 
	}
	#header.fixed .language-wrap:before,
	.sub #header .language-wrap:before,
	#header.on .language-wrap:before{ 
		background:#e5e5e5;
	}
	#header.fixed .language-wrap > a ,
	.sub #header .language-wrap > a ,
	#header.on  .language-wrap > a { 
		color:#808080;
	}
	.language-wrap ul { 
		display:none;
		position:absolute; top:100%; left:25px;
		padding:5px 0;
		width:95px;
		background: rgba(255,255,255,.95);
		text-align:left;
	}
	.language-wrap ul li a { 
		display:block;
		padding:5px 15px;
		font-weight: 300; font-size:15px; line-height: 20px;
		color:#808080;
	}
	.language-wrap ul li a:hover { 
		color:#f7bf09; 
	}
*/
}

@media screen and (max-width: 1200px) { 
	.header-utils dl { 
		width:100%; 
	}
	.menu-btn { 
		display:none;
		left:auto; top:12px; right:30px;
		margin-left: auto;
	}
}
@media screen and (max-width: 1024px) { 
	.language-wrap { 
		display:none;
	}
	.header-utils dl { 
		display:none;
	}
	#header { 
		height:76px; 
	}
	#header .logo { 
		position:absolute; top:50%; left:30px;
		margin-top: -20px;
		height:40px;
	}
	#header .logo a { 
		display:block;
		width:100%; height:100%;
	}
	#header .logo a img { 
		width:auto; height:100%; 
	}

	#header .gnb { 
		display:none;
		position:absolute; top:100%; left:0;
		margin-left:0; 
		width:100%; height:100vh;
		background:rgba(0,0,0,.6);
		text-align:left;
	}
	#gnb-1depth { 
		padding: 20px;
		background:#fff;
	}
	.gnb-1depth-li.on { 
		background: #fff; 
	}
	.gnb-1depth-a { 
		position:relative;
		display:block;
		border-top:1px solid #e0e0e0;
		font-weight:400;
		font-size:20px; line-height: 58px;
		color:#262626;
	}
	.gnb-1depth-li:first-of-type .gnb-1depth-a { 
		border-top:0 none;
	}
	.gnb-1depth-a:before { 
		content:'+';
		position:absolute; top:0; right:0;
		font-weight:300; font-size:24px; line-height:58px;
	}
	.gnb-1depth-li.on .gnb-1depth-a:before { 
		content:'-';
		font-size:35px;
	}
	.gnb-2depth { 
		display:none;
		border-top:1px solid #e0e0e0;
		padding:15px 30px ;
		background: #fff; 
	}
	.gnb-2depth-a { 
		font-weight:300;
		font-size:18px; line-height: 36px;
		color:#808080;
	}
	.menu-btn { 
		display:block;
		position:absolute; top:50%; right:30px;
		margin-top:-12px;
		width:29px; height:24px;
		 background: transparent;
		cursor:pointer;
	}
	.menu-btn span { 
		position:absolute; left:0;
		width:100%; height:2px;
		background: #fff;
		transition:.3s;
	}
	.fixed .menu-btn span,
	.sub .menu-btn span,
	.on .menu-btn span { 
		background:#404040; 
	}
	.menu-btn span:nth-child(1) { 
		top:0; 
	}
	.menu-btn span:nth-child(2) { 
		margin-top: -1px;
		top:50%; 
	}
	.menu-btn span:nth-child(3) { 
		bottom:0; 
	}
	.menu-btn.on span:nth-child(1) { 
		top:10px;
		transform:rotate(45deg);
	}
	.menu-btn.on span:nth-child(2) { 
		opacity:0; 
	}
	.menu-btn.on span:nth-child(3) { 
		top:10px;
		transform:rotate(-45deg);
	} 
	.m-language-wrap { 
		display:block;
		background: #f2f2f2;
		text-align:center;
	}
	.m-language-wrap li { 
		display:inline-block;
		margin:0 5px;
		vertical-align:top;
	}
	.m-language-wrap li a { 
		display:block;
		padding:15px 10px;
		font-size:15px;
	}
}
@media screen and (max-width: 768px) { 
	#header { 
		height:60px; 
	}
	#header .logo { 
		left:20px; margin-top: -13px;
		height:26px;
	}
	.gnb-1depth-a { 
		font-size:18px; line-height: 50px;
	}
	.gnb-2depth-a { 
		font-size:14px; line-height: 30px; 
	}
}
@media screen and (max-width: 640px) { 
	.gnb-2depth { 
		padding:15px 20px ;
	}
	.menu-btn { 
		right:20px; 
	}
}


/*
	footer
*/
#footer { 
	padding:45px 0 ;
	background:#333 ; 
}
#footer .inner {
	font-size:0;
}
#footer p { 
	display:inline-block;
	vertical-align:top;
	width:300px;
}
#footer p img { 
	max-width:100%; 
}
#footer address { 
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 300px);
}
#footer address span { 
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:4px 0;
	padding:0 10px;
	font-style: normal;
	font-weight:300; font-size:16px; 
	font-family:'Roboto','Noto Sans KR',sans-serif;
	color:#999;
	word-break:keep-all;
}
#footer address span:nth-child(1),
#footer address span:nth-child(4) { 
	display:block; 
}
#footer address span:last-child { 
	display:block;
	margin-top:15px;
	font-size:14px;
	color:#808080;
}

#footer .btn-top { 
	display:none;
	position:fixed; bottom:50px; right:50px;
	z-index:9999;
	width:55px; height:55px;
	border:1px solid #ccc;
	background: #fff url('/images/common/top_arrow.png') no-repeat center center;
	font-size:0;
}
@media screen and (max-width: 1200px) { 
	#footer .btn-top { 
		bottom:40px; right:40px; 
	}
}
@media screen and (max-width: 768px) { 
	#footer p { 
		margin-bottom:20px;
		width:100%; 
	}
	#footer address { 
		width:100%; 
	}
	#footer address span { 
		padding-left:0;
	}
}
@media screen and (max-width: 640px) { 
	#footer { 
		padding:35px 0; 
	}
	#footer p { 
		margin-bottom:15px;
	}
	#footer p img { 
		height:30px; 
	}
	#footer address span { 
		font-size:15px; 
	}
	#footer .btn-top { 
		bottom:30px; right:30px; 
		width:45px; height:45px;
	}
}
@media screen and (max-width: 480px) { 
	#footer address span { 
		margin:2px 0;
		font-size:14px; 
	}
	#footer .btn-top { 
		right:20px; bottom:20px;
	}
}




/* main
------------------------------------------------------ */
/* 
	main-visual
*/
.main-visual-wrap { 
	position:relative; 
}
.main-visual { 
	position:relative;
	width:100%; height:940px;
}
.main-visual .slide { 
	overflow:hidden;
	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;
}
.visual-text {
	position:relative; left:50%; top:50%;
	z-index:33;
	transform:translateY(-50%);
	margin-left:-600px;
	width:1200px; 
}
.visual-text h1 { 
	font-weight: 300; font-size:68px; line-height: 1.25;
	word-break:keep-all;
	color:#fff;
	letter-spacing:-2px;
}
.visual-text h1 strong { 
	font-weight:500; 
}
.visual-text  p { 
	margin:30px 0 0;
	font-weight:300; font-size:24px; line-height:1.4;
	color:#fff;
	word-break:keep-all;
}

.scroll-down { 
	position:absolute; bottom:0; left:50%;
	margin-left:-600px;
	width:1200px; height:80px;
	background:rgba(0,0,0,.7);
	font-weight:300; font-size:14px; line-height:80px;
	color:#fff;
	text-align:right;
	text-transform: uppercase;
	letter-spacing:0;
}
.scroll-down:after { 
	content:'';
	position:absolute; bottom:0; left:100%;
	width:100%; height:100%;
	background:rgba(0,0,0,.7);
}
.scroll-down img { 
	display:inline-block;
	vertical-align:middle; 
	position:relative; top:-1px;
	margin-left:7px;
}


.main-visual-wrap .bx-prev { 
	position:absolute; bottom:0; left:50%;
	z-index:555;
	margin-left:-565px;
	width:9px; height:80px;
	background:url('/images/main/btn_prev.png') no-repeat 0 center;
	font-size:0;
}
.main-visual-wrap .bx-next { 
	position:absolute; bottom:0; left:50%;
	z-index:555;
	margin-left:-475px;
	width:9px; height:80px;
	background:url('/images/main/btn_next.png') no-repeat 0 center;
	font-size:0;
}

.main-visual-wrap .bx-pager { 
	position:absolute; bottom:0; left:50%;
	z-index:555;
	margin-left:-530px;
	font-size:14px; line-height:80px;
	color:#e5e5e5;
	letter-spacing:2px;
}

@media screen and (max-width: 1200px) { 
	.visual-text { 
		left:0; top:32%;
		margin-left:0; padding:0 30px;
		width:100%;
	}
	.scroll-down { 
		left:30px; 
		margin-left:0; padding:0 30px;
		width:calc(100% - 30px);
	}
	.scroll-down:after { 
		display:none;
	}
	.main-visual-wrap .bx-prev { 
		left:60px;
		margin-left:0;
	}
	.main-visual-wrap .bx-pager { 
		left:85px;
		margin-left:0;
	}
	.main-visual-wrap .bx-next { 
		left: 135px;
		margin-left:0;
	}
}
@media screen and (max-width: 1024px) { 
	.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;
	}
}
@media screen and (max-width: 768px) { 
	.main-visual { 
		height:650px;
	}
	.visual-text { 
		top:35%;
	}
	.visual-text h1 { 
		font-size:38px; 
	}
	.visual-text  p { 
		margin:25px 0 0;
		font-size:18px; 
	}
	.scroll-down { 
		height:55px;
		line-height:55px;
	}
	.main-visual-wrap .bx-prev { 
		height:55px;
	}
	.main-visual-wrap .bx-pager { 
		line-height:55px;
	}
	.main-visual-wrap .bx-next { 
		height:55px;
	}
}
@media screen and (max-width: 640px) { 
	.main-visual { 
		height:480px;
	}
	.visual-text { 
		top:40%;
		padding:0 20px;
	}
	.visual-text h1 { 
		font-size:27px; 
	}
	.visual-text  p { 
		margin:20px 0 0;
		font-size:15px; 
	}
	.scroll-down { 
		left:20px;
		padding:0 20px;
		width:calc(100% - 20px); height:45px;
		font-size:13px; line-height:45px;
	}
	.main-visual-wrap .bx-prev { 
		left:40px;
		height:45px;
	}
	.main-visual-wrap .bx-pager { 
		left:65px;
		line-height:45px;
	}
	.main-visual-wrap .bx-next { 
		left:115px;
		height:45px;
	}
}

/* 
	main-conts-title-wrap
*/
.main-conts-title { 
	font-weight:300; font-size:38px;
	color:#333;
	letter-spacing:-2px;
}
.main-conts-title strong { 
	font-weight:500; 
}
.main-conts-title + p { 
	margin-top:20px;
	font-weight:300; font-size:20px; line-height:1.3;
	color:#808080;
}

@media screen and (max-width: 768px) { 
	.main-conts-title { 
		font-size:32px;
	}
	.main-conts-title + p { 
		margin-top:15px;
		font-size:18px;
	}
}
@media screen and (max-width: 640px) { 
	.main-conts-title { 
		font-size:26px;
	}
	.main-conts-title + p { 
		margin-top:10px;
		font-size:14px;
	}
}


/* 
	main-business
*/
.main-business { 
	padding:100px 0 110px;
}
.main-business-wrap { 
	width:100%;
	font-size:0;
}
.main-business-box { 
	display:inline-block;
	vertical-align:top;
	margin:40px 0 0 27px;
	width:calc(25% - 21px);
}
.main-business-box:nth-child(4n+1) { 
	margin-left:0; 
}
.main-business-box a { 
	display:block; 
}
.main-business-box .img-wrap { 
	width:100%; 
}
.main-business-box .img-wrap img { 
	width:100%; 
}
.main-business-box .text-wrap { 
	padding-left:10px; 
}
.main-business-box .text-wrap h1 { 
	position:relative; z-index:22;
	margin-bottom:15px;
	font-weight:400; font-size:20px;
	color:#333;
	word-break:keep-all;
}
.main-business-box .text-wrap h1 strong { 
	display:block;
	margin:-20px 0 12px;
	width:40px; height:40px;
	background:#f7bf09;
	font-weight:400; font-size:16px; line-height:40px;
	color:#fff;
	text-align:center;
	letter-spacing:0;
}
.main-business-box .text-wrap p { 
	font-weight:300; font-size:14px; line-height:1.5;
	color:#808080;
	word-break:keep-all;
}

@media screen and (max-width: 768px) { 
	.main-business { 
		padding:60px 0 70px;
	}
}
@media screen and (max-width: 640px) { 
	.main-business { 
		padding:40px 0 50px;
	}
	.main-business-box { 
		margin:25px 0 0 20px;
		width:calc(50% - 10px);
	}
	.main-business-box:nth-child(4n+1) { 
		margin-left:20px; 
	}
	.main-business-box:nth-child(2n+1) { 
		margin-left:0; 
	}
	.main-business-box .text-wrap h1 { 
		margin-bottom:10px;
		font-size:17px;
	}
	.main-business-box .text-wrap h1 strong { 
		margin:-15px 0 10px;
		width:30px; height:30px;
		font-size:15px; line-height:30px;
	}
	.main-business-box .text-wrap p { 
		font-size:13px; line-height:1.4;
	}
}



/* contents
------------------------------------------------------ */
#contents { 
	position:relative; 
}

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


/*
	visual
 */
 .sub-visual { 
	display:table;
	margin-top:90px;
	width:100%; height:400px;
	text-align:center;
 }

.sub-visual.intro { 
	background: url('/images/sub/sub_visual01.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business { 
	background: url('/images/sub/sub_visual02.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business1 { 
	background: url('/images/sub/sub_visual02_1.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business2 { 
	background: url('/images/sub/sub_visual02_2.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business3 { 
	background: url('/images/sub/sub_visual02_3.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.member { 
	background: url('/images/sub/sub_visual03.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.news { 
	background: url('/images/sub/sub_visual04.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.data { 
	background: url('/images/sub/sub_visual05.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.location { 
	background: url('/images/sub/sub_visual06.jpg') no-repeat center top; 
	background-size:cover;
}

  .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:36px;
	color:#fff;
}

 @media screen and (max-width: 1024px) { 
	 .sub-visual { 
		margin-top:76px;
		height:350px;
	 }
 }
@media screen and (max-width: 768px) { 
	 .sub-visual { 
		margin-top: 60px;
		height:250px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:30px; 
	 }
}
@media screen and (max-width: 640px) { 
	 .sub-visual { 
		margin-top: 60px;
		height:150px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
	 }
}


/*
	sub title
*/
.sub-conts-title {
	position:relative;
	margin-bottom:65px;
	padding-left:53px;
	display:inline-block;
	vertical-align:middle;
	font-weight:300; font-size:38px;
	color:#333;
}
.sub-conts-title:before {
	content:'';
	position:absolute; top:24px; left:0;
	display:inline-block;
	vertical-align:middle;
	width:34px; height:2px;
	background:#f7bf09;
}
.sub-conts-title strong { 
	font-weight:500; 
}

@media screen and (max-width: 768px) { 
	.sub-conts-title { 
		margin-bottom:45px; padding-left:35px;
		font-size:32px;
	}
	.sub-conts-title:before { 
		top:20px;
		width:25px;
	}
}
@media screen and (max-width: 640px) { 
	.sub-conts-title { 
		margin-bottom:30px; padding-left:30px;
		font-size:25px;
	}
	.sub-conts-title:before { 
		top:16px;
		width:20px;
	}
}


/* 
	인사말
*/
.greetings-wrap { 
	padding-bottom:50px;
	width:100%;
}
.greetings-wrap p { 
	font-weight:300; font-size:22px; line-height:1.5;
	color:#666;
	word-break:keep-all;
}
.greetings-wrap p span { 
	display:block;
	margin-bottom:40px;
	font-weight:300; font-size:30px; line-height:1.3;
	color:#333;
}
.greetings-wrap p strong { 
	font-weight:500; 
}
.greetings-wrap .img-wrap { 
	position:relative;
	margin-top:75px;
	width:100%; 
}
.greetings-wrap .img-wrap:before { 
	content:'';
	position:absolute; bottom:-50px; right:-50px;
	width:413px; height:413px;
	background:#fbe7a6;
}
.greetings-wrap .img-wrap:after { 
	content:'';
	position:absolute; top:35%; right:-165px;
	width:75px; height:75px;
	background:#f7bf09;
}
.greetings-wrap .img-wrap img { 
	position:relative; z-index:33;
	width:100%; 
}

@media screen and (max-width: 768px) { 
	.greetings-wrap p { 
		font-size:18px;
	}
	.greetings-wrap p span { 
		margin-bottom:30px;
		font-size:25px;
	}
	.greetings-wrap .img-wrap { 
		margin-top:50px;
	}
	.greetings-wrap .img-wrap:before { 
		width:300px; height:300px;
		bottom:-30px; right:-30px;
	}
}
@media screen and (max-width: 640px) { 
	.greetings-wrap p { 
		font-size:15px;
	}
	.greetings-wrap p span { 
		margin-bottom:20px;
		font-size:20px;
	}
	.greetings-wrap .img-wrap { 
		margin-top:30px;
	}
	.greetings-wrap .img-wrap:before { 
		width:160px; height:160px;
		bottom:-15px; right:-15px;
	}
}


/* 
	업무분야
*/
.business-wrap { 
	font-size:0;	 
}
.business-wrap > * { 
	display:inline-block;
	vertical-align:top;
}
.business-wrap .sub-conts-title { 
	width:23%;
	word-break:keep-all;
}
.business-wrap .business-box { 
	width:77%;
}
.business-wrap .business-box h1 { 
	font-weight:500; font-size:24px;
	color:#333;
}
.business-wrap .business-box h1 + p { 
	margin:10px 0 35px;
	font-weight:300; font-size:20px; line-height:1.5;
	color:#666;
	word-break:keep-all;
}
.business-wrap .business-box dl { 
	padding:40px;
	background:#f7f7f7;
	box-shadow:20px 20px 0 #fbe7a6;
}
.business-wrap .business-box dl dt { 
	font-weight:500; font-size:19px;
	color:#333;
}
.business-wrap .business-box dl dt .icon-wrap { 
	display:block;
	margin-bottom:15px;
	width:50px; height:50px;
	border-radius:50%;
	background:#fff url('/images/sub/business_icon.png') no-repeat center center;
}
.business-wrap .business-box dl dd { 
	margin-top:5px;
	font-weight:300; font-size:17px; line-height:1.6;
	color:#333;
	word-break:keep-all;
}

 @media screen and (max-width: 1024px) { 
	.business-wrap .sub-conts-title { 
		margin-bottom:40px;
		width:30%;
	}
	.business-wrap .business-box { 
		width:70%;
	}
 }
 @media screen and (max-width: 768px) { 
	.business-wrap .sub-conts-title { 
		width:100%;
	}
	.business-wrap .sub-conts-title br { 
		display:none;
	}
	.business-wrap .business-box { 
		width:100%;
	}
	.business-wrap .business-box h1 { 
		font-size:20px;
	}
	.business-wrap .business-box h1 + p { 
		font-size:17px;
	}
	.business-wrap .business-box dl { 
		padding:30px;
		width:calc(100% - 20px);
	}
	.business-wrap .business-box dl dt { 
		font-size:16px;
	}
	.business-wrap .business-box dl dd { 
		font-size:15px;
	}
 }
 @media screen and (max-width: 640px) { 
	.business-wrap .sub-conts-title { 
		margin-bottom:30px;
	}
	.business-wrap .business-box h1 { 
		font-size:18px;
	}
	.business-wrap .business-box h1 + p { 
		margin-bottom:20px;
		font-size:15px;
	}
	.business-wrap .business-box dl { 
		padding:20px;
		width:calc(100% - 10px);
		box-shadow:10px 10px 0 #fbe7a6;
	}
	.business-wrap .business-box dl dt { 
		font-size:15px;
	}
	.business-wrap .business-box dl dd { 
		font-size:14px;
	}
 }


/*
	변호사
*/
.sub-conts-tab { 
	margin-bottom:50px;
	display:table;
	width:100%; height:68px;
	table-layout:fixed;
}
.sub-conts-tab li { 
	display:table-cell;
	vertical-align:middle;
	background:#f5f5f5;
}
.sub-conts-tab li a { 
	display:block;
	font-weight:400; font-size:20px;
	color:#808080;
	text-align:center;
}
.sub-conts-tab li.on { 
	background:#f7bf09; 
}
.sub-conts-tab li.on a { 
	color:#fff; 
}
@media screen and (max-width: 768px) { 
	.sub-conts-tab { 
		margin-bottom:40px;
		height:55px;
	}
	.sub-conts-tab li a { 
		font-size:18px;
	}
}
@media screen and (max-width: 640px) { 
	.sub-conts-tab { 
		margin-bottom:30px;
		height:45px;
	}
	.sub-conts-tab li a { 
		font-size:16px;
	}
}

.lawyer-wrap { 
	font-size:0;
}
.lawyer-box { 
	display:inline-block;
	margin:0 0 40px 40px; padding:40px;
	width:calc(50% - 20px); min-height:33.5vh;
	border:1px solid #e6e6e6;
	vertical-align:top;
}
.lawyer-box:nth-child(2n+1) { 
	margin-left:0; 
}
.lawyer-box a { 
	display:block;
}
.lawyer-box a > div { 
	display:inline-block;
	vertical-align:top;
}
.lawyer-box .img-wrap { 
	width:34.138%; 
}
.lawyer-box .img-wrap img { 
	width:100%; 
}
.lawyer-box .detail-wrap { 
	padding-left:7%;
	width:calc(100% - 34.138%); 
}
.lawyer-box .detail-wrap h1 { 
	font-weight:300; font-size:20px;
	color:#666;
}
.lawyer-box .detail-wrap h1 strong { 
	font-weight:500; font-size:26px;
	color:#333;
}
.lawyer-box .detail-wrap h1:after { 
	content:'';
	display:block;
	margin:20px 0 23px;
	width:30px; height:2px;
	background:#f7bf09;
}
.lawyer-box .detail-wrap ul li { 
	margin:10px 0;
	font-weight:300; font-size:16px;
	color:#666;
}
.lawyer-box .detail-wrap ul li:last-child { 
	margin-bottom:0; 
}
.lawyer-box .detail-wrap ul li img { 
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	position:relative; top:-2px;
}
.lawyer-box .detail-wrap ul li strong { 
	font-weight:500; font-size:16px;
	color:#333;
	letter-spacing:0;
}

@media screen and (max-width: 768px) { 
	.lawyer-box { 
		margin-left:0; margin-bottom:30px;
		width:100%; min-height:auto;
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-box { 
		margin-bottom:20px;
		padding:20px;
	}
	.lawyer-box .detail-wrap h1:after { 
		margin:15px 0 18px;
		width:20px;
	}
	.lawyer-box .detail-wrap h1 { 
		font-size:16px;
	}
	.lawyer-box .detail-wrap h1 strong { 
		font-size:20px;
	}
	.lawyer-box .detail-wrap ul li { 
		margin:4px 0;
		font-size:14px;
	}
	.lawyer-box .detail-wrap ul li strong { 
		font-size:14px;
	}
	.lawyer-box .detail-wrap ul li img { 
		height:13px;
	}
}

.lawyer-view-wrap { 
	 
}
.lawyer-view-wrap .lawyer-view-header { 
	padding-bottom:70px;
	font-size:0;
}
.lawyer-view-wrap .lawyer-view-header > * { 
	display:inline-block;
	vertical-align:top;
}
.lawyer-view-wrap .lawyer-view-header .img-wrap { 
	width:250px; 
}
.lawyer-view-wrap .lawyer-view-header .img-wrap img { 
	width:100%; 
}
.lawyer-view-wrap .lawyer-view-header .text-wrap { 
	padding-left:5%;
	width:calc(100% - 250px); 
}
.lawyer-view-wrap .lawyer-view-header .text-wrap h1 { 
	margin-bottom:25px;
	font-weight:300; font-size:26px;
	color:#0d0d0d;
}
.lawyer-view-wrap .lawyer-view-header .text-wrap h1 span { 
	font-weight:500; font-size:38px;
	color:#1a1a1a;
}
.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(1) li { 
	margin:4px 0;
	font-weight:300; font-size:22px;
	color:#808080;
}
.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) { 
	margin-top:40px; 
}
.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) li { 
	display:inline-block;
	vertical-align:top;
	margin:5px 10px 5px 0; padding:13px 20px;
	border-radius:26px;
	background:#f7bf09;
	font-weight:500; font-size:20px;
	color:#fff;
	letter-spacing:0;
}
.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) li:nth-child(2) { 
	background:#94918e; 
}
.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) li:nth-child(3) { 
	background:#716f6d; 
}

.lawyer-view-wrap .detail-wrap { 
	position:relative;
	margin-bottom:-80px; padding:70px 0;
	background:#f7f7f7;	 
}
.lawyer-view-wrap .detail-wrap:before { 
	content:'';
	position:absolute; top:0; left:50%;
	z-index:-1;
	margin-left:-50vw;
	width:100vw; height:100%;
	background:#f7f7f7;	 
}
.lawyer-view-wrap .detail-wrap h1 { 
	margin:50px 0 30px;
	padding-bottom:20px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500; font-size:30px;
	color:#1a1a1a;
}
.lawyer-view-wrap .detail-wrap h1:first-child { 
	margin-top:0; 
}
.lawyer-view-wrap .detail-wrap ul { 
	 
}
.lawyer-view-wrap .detail-wrap ul li { 
	margin:10px 0;
	font-weight:300; font-size:20px;
	color:#666;
}

@media screen and (max-width: 768px) { 
	.lawyer-view-wrap .detail-wrap { 
		margin-bottom:-60px; padding:50px 0;
	}
	.lawyer-view-wrap .detail-wrap h1 { 
		margin:30px 0 25px;
		font-size:27px;
	}
	.lawyer-view-wrap .detail-wrap ul li { 
		font-size:18px;
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-view-wrap .lawyer-view-header { 
		padding-bottom:30px;
	}
	.lawyer-view-wrap .lawyer-view-header .img-wrap { 
		width:100%;
		text-align:center;
	}
	.lawyer-view-wrap .lawyer-view-header .img-wrap img { 
		max-width:60%;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap { 
		margin-top:30px; padding-left:0;
		width:100%;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap h1 { 
		margin-bottom:15px;
		font-size:20px;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap h1 span { 
		font-size:30px;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(1) li { 
		font-size:16px;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) { 
		margin-top:20px;
	}
	.lawyer-view-wrap .lawyer-view-header .text-wrap ul:nth-of-type(2) li { 
		padding:10px 15px;
		font-size:15px;
	}
	.lawyer-view-wrap .detail-wrap { 
		margin-bottom:-30px; padding:30px 0;
	}
	.lawyer-view-wrap .detail-wrap h1 { 
		margin:30px 0 20px;
		font-size:20px;
	}
	.lawyer-view-wrap .detail-wrap ul li { 
		font-size:15px;
	}
}


/* 
	오시는길
*/
.location-map .root_daum_roughmap { 
	width:100% !important; 
	padding:0;
	border:0 none;
}

.location-wrap { 
	font-size:0; 
}
.location-wrap > section { 
	display:inline-block;
	vertical-align:middle;
}
.location-wrap .location-map { 
	position:relative;
	padding-left:40px; padding-bottom:40px;
	width:53.334%; 
}
.location-wrap .location-map:before { 

/*	content:'';
	position:absolute; bottom:0; left:0;
	width:calc(100% - 40px); height:calc(100% - 40px);
	background:url('/images/sub/location_bg.png') repeat 0 0; */
}
.location-wrap .location-deatil { 
	padding-left:5%;
	width:calc(100% - 53.334%);	 
}
.location-wrap .location-deatil address { 
	margin-bottom:40px; padding-bottom:40px;
	border-bottom:1px solid #e5e5e5;
	font-style:normal; font-weight:400; font-size:26px;
	color:#333;
}
.location-wrap .location-deatil ul li {	
	margin:20px 0;
	font-size:0; 
}
.location-wrap .location-deatil ul li > * { 
	display:inline-block;
	vertical-align:top;
}
.location-wrap .location-deatil ul li strong { 
	width:130px; 
	font-weight:400; font-size:20px;
	color:#262626;
}
.location-wrap .location-deatil ul li strong img { 
	margin-right:10px;
}
.location-wrap .location-deatil ul li span { 
	width:calc(100% - 130px); 
	font-size:20px;
	color:#808080;
	letter-spacing:0;
}

@media screen and (max-width: 768px) { 
	.location-wrap .location-map { 
		padding:0 0 20px 20px;
		width:100%;
	}
	.location-wrap .location-map .root_daum_roughmap .wrap_map { 
		height: 300px !important;
	}
	.location-wrap .location-map:before { 
		width:calc(100% - 20px); height:calc(100% - 20px);
	}
	.location-wrap .location-deatil { 
		margin-top:40px; padding-left:20px;
		width:100%;
	}
	.location-wrap .location-deatil address { 
		margin-bottom:30px; padding-bottom:30px;
		font-size:24px;
	}
}
@media screen and (max-width: 640px) { 
	.location-wrap .location-map { 
		padding:0 0 10px 10px;
	}
	.location-wrap .location-map .root_daum_roughmap .wrap_map { 
		height: 250px !important;
	}
	.location-wrap .location-map:before { 
		width:calc(100% - 10px); height:calc(100% - 10px);
	}
	.location-wrap .location-deatil { 
		margin-top:30px; padding-left:10px;
	}
	.location-wrap .location-deatil address { 
		margin-bottom:30px; padding-bottom:20px;
		font-size:18px;
	}
	.location-wrap .location-deatil ul li { 
		margin:15px 0;
	}
	.location-wrap .location-deatil ul li strong { 
		width:100px; 
		font-size:16px;
	}
	.location-wrap .location-deatil ul li strong img { 
		position:relative; top:-2px;
		margin-right:5px;
		height:14px;
	}
	.location-wrap .location-deatil ul li span { 
		width:calc(100% - 100px);
		font-size:16px;
	}
}


/*
	승소사례 
*/
.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; 
	}
}