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

/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('/fonts/montserrat-v15-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-100.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/montserrat-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/montserrat-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/montserrat-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/montserrat-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/montserrat-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/montserrat-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/montserrat-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v15-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-1Thin.woff') format('woff'); 
	font-weight: 100; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-2ExtraLight.woff') format('woff'); 
	font-weight: 200; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-3Light.woff') format('woff'); 
	font-weight: 300; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-4Regular.woff') format('woff'); 
	font-weight: 400; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-5Medium.woff') format('woff'); 
	font-weight: 500; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-6Bold.woff') format('woff'); 
	font-weight: 600; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-7ExtraBold.woff') format('woff'); 
	font-weight: 700; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-8Heavy.woff') format('woff'); 
	font-weight: 800; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('/fonts/S-CoreDream-9Black.woff') format('woff'); 
	font-weight: 900; 
	font-style: normal; 
}

/* 팝업레이어 */
#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; 
	}
 }
/*플로팅 메뉴*/
.floating-menu { 
	display:none;
	position:fixed; bottom:0; left:0; 
	width:100%;
/*	background:rgba(72,10,19,.9);*/
	background:#fff;
	font-size:0;
	border-top:1px solid #ededed;
	}

.floating-menu li { 
	display:inline-block;
	width:calc(100% / 4);
	vertical-align:top;
	text-align:center;
	}
	floating-menu li a { 
	position:relative;
	display:block;
	font-size:0;
	}	
	.floating-menu li a:before { 
	content:'';
	position:absolute; top:0; left:0;
	width:1px; height:100%;
	background:rgba(255,255,255,.2);
	}
	.floating-menu li:first-child a:before { 
	display:none; 
	}
	.floating-menu li a > * { 
	display:inline-block;
	vertical-align:middle;
	}
	.floating-menu li a img { 
	margin-right:10px;
	height:35px; 
	}
	.floating-menu li a span { 
	font-size:20px; line-height:73px;
	color:#333;
	}

@media screen and (max-width: 480px) { 
/*플로팅 메뉴*/
	.floating-menu { 
		display:block; 
		z-index: 999;
	}
	.floating-menu li a img { 
		margin-right:5px;
		height:19px; 
	}
	.floating-menu li a span { 
		font-size:16px; line-height:55px; 
	}

}

/* 게시판용 버튼 */
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:1340px; 
}
@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;
}

.gnb .gnb-1depth-a { 
	font-size:24px; 
}
.gnb .gnb-1depth-li { 
	padding:0 20px; 
}
@media screen and (max-width: 1400px) { 
	.gnb .gnb-1depth-li { 
		padding:0 10px; 
	}
	.gnb .gnb-1depth-a { 
		font-size:20px; 
	}
}
@media screen and (min-width: 1025px) { 

	/* header-bottom */
	.header-bottom { 
		padding:0 3%;
		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:307px; 
	}
	.gnb { 
		overflow:visible !important;
		position:relative;
		display:inline-block !important;
		padding-right:10%;
		width:calc(100% - 307px);
		text-align:center;
		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; line-height: 100px;
		color:#333;
		transition:.3s;
	}
	.gnb .gnb-1depth-a:before {
		content:'';
		position:absolute; bottom:25px; left:0;
		z-index:1001;
		margin-bottom:0;
		width:100%; height:4px;
		background:#3f8cde;
		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:300; font-size:15px; line-height: 1.3;
		color:#fff;
		word-break:keep-all;
		transition:.3s;
	}
	
	.gnb .gnb-2depth a:hover { 
		color:#719fd0; 
	}

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

/* menu btn */
.menu-btn { 
	position:absolute; top:26px; right:3%;
	padding-top: 38px;
	width:40px; height:50px;
	cursor:pointer;
	font-weight: 600;
	font-size:12px; line-height: 1;
	font-family: 'Montserrat';
	color:#003972;
	text-align:center;
}
.menu-btn span { 
	position:absolute; left:0;
	width:100%; height:5px;
	background: #003972;
	transition:.3s;
}
.menu-btn span:nth-child(1) { 
	top:0; 
}
.menu-btn span:nth-child(2) { 
	top:13px; 
}
.menu-btn span:nth-child(3) { 
	top:26px; 
}
.menu-btn span:nth-child(1):before { 
	content:'';
	position:absolute; top:-8px; right:-4px;
	border-style:solid;
	border-width:5px;
	border-color:transparent transparent transparent #fff;
	transform: rotate(-60deg);
}
.menu-btn span:nth-child(3):before { 
	content:'';
	position:absolute; bottom:-8px; left:-4px;
	border-style:solid;
	border-width:5px;
	border-color:transparent #fff transparent transparent  ;
	transform: rotate(-60deg);
}
.menu-btn.on { 
	font-size:0; 
}
.menu-btn.on span:nth-child(1) { 
	top:22px;
	transform:rotate(45deg);
}
.menu-btn.on span:nth-child(2) { 
	opacity:0; 
}
.menu-btn.on span:nth-child(3) { 
	top:22px;
	transform:rotate(-45deg);
}
.menu-btn.on span:nth-child(1):before,
.menu-btn.on span:nth-child(3):before { 
	display:none; 
}

@media screen and (max-width: 1200px) { 
	.header-utils dl { 
		width:100%; 
	}
	.menu-btn { 
		display:block;
		left:auto; top:14px; right:30px;
		margin-left: auto;
	}
}
@media screen and (max-width: 1024px) { 
	.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; padding: 0;
		width:100%;
		background:#003972;
		text-align:center;
	}
	.gnb-1depth-li.on { 
		background: #003972; 
	}
	.gnb-1depth-a { 
		display:block;
		border-bottom:1px solid rgba(255,255,255,.34);
		font-weight:400;
		font-size:20px; line-height: 58px;
		color:#fff;
	}
	.gnb-2depth { 
		display:none;
		padding:10px 0;
		background: #1b5587; 
	}
	.gnb-2depth-a { 
		font-weight:300;
		font-size:18px; line-height: 36px;
		color:#fff;
	}
}
@media screen and (max-width: 768px) { 
	#header { 
		height:60px; 
	}
	#header .logo { 
		left:20px; margin-top: -15px;
		height:30px;
	}
	#header .header-utils .menu-btn { 
		width:60px; height:60px;
	}
	#header .header-utils .menu-btn i { 
		top:19px;
		margin-left: -13px;
		width:26px; height:2px; 
	}
	#header .header-utils .menu-btn i:nth-child(3) { 
		top:39px;
	}
	#header .header-utils .menu-btn.on i:nth-child(1),
	#header .header-utils .menu-btn.on i:nth-child(3)  { 
		top:29px;
	}
	.gnb-1depth-a { 
		font-size:18px; line-height: 50px;
	}
	.gnb-2depth-a { 
		font-size:14px; line-height: 30px; 
	}
	.menu-btn { 
		right:20px; top:12px;
		padding-top: 30px;
		width:30px; height:40px;
		font-size:10px;
	}
	.menu-btn span { 
		left:50%;
		margin-left: -15px;
		width:30px;
		height:2px; 
	}
	.menu-btn span:nth-child(2) { 
		top:10px; 
	}
	.menu-btn span:nth-child(3) { 
		top:20px;
	}
	.menu-btn.on span:nth-child(1),
	.menu-btn.on span:nth-child(3) { 
		top:17px; 
	}
	.menu-btn span:nth-child(1):before,
	.menu-btn span:nth-child(3):before { 
		display:none; 
	}
}


/*
	footer
*/
#footer { 
	padding:55px 0 85px;
	background:#292f34 ; 
}
#footer .inner {
	font-size:0;
}
#footer p { 
	display:inline-block;
	vertical-align:middle;
	padding-left: 5%;
	width:30%;
}
#footer address { 
	display:inline-block;
	vertical-align:middle;
	width:70%;
}
#footer address:before { 
	content:'';
	margin-bottom: 20px;
	display:block;
	width:35px; height:2px;
	background: #fff;
}
#footer address a { 
	display:block;
	margin-bottom:5px;
	font-style: normal;
	font-weight:300; font-size:17px;
	color:rgba(255,255,255,.3);
}
#footer address span { 
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin:3px 0 3px;
	padding:0 40px 0  0 ;
	font-style: normal;
	font-weight:300; font-size:16px; 
	font-family:'Montserrat','Noto Sans KR',sans-serif;
	color:#6f7376;
	word-break:keep-all;
}
#footer address span:last-of-type { 
	display:block; 
	margin-top: 30px;
	letter-spacing:0;
}

@media screen and (max-width: 1340px) { 
	#footer .btn-top { 
		display:none;
		position:fixed; bottom:30px; right:30px;
		z-index:9999;
		padding-top: 29px;
		width:61px; height:61px;
		border:2px solid #fff;
		background: url('/images/common/top_arrow.png') no-repeat center 13px;
		font-weight:300; font-size:14px; line-height: 1;
		color:#fff;
		text-align:center;
	}
}
@media screen and (max-width: 768px) { 
	#footer { 
		padding:50px 0 55px;
	}
	#footer p { 
		margin:0 0 30px; padding-left:0;
		width:100%;
	}
	#footer address { 
		position:relative; left:-7px;
		width:100%; 
	}
	#footer address:before { 
		position:relative; left:7px; 
	}
	#footer address a { 
		font-size:15px; 
	}
	#footer address span { 
		margin:2px 0 ; padding:0 7px;
		font-size:14px; 
	}
	#footer address span:before { 
		content:'';
		margin-top:-6px;
		height:10px;
	}

}
@media screen and (max-width: 640px) { 
	#footer { 
		padding:35px 0 40px;
	}
	#footer p { 
		margin-bottom:25px; 
	}
	#footer p img { 
		height:80px; 
	}
	#footer address a { 
		font-size:14px; 
	}
	#footer address span { 
		font-size:14px; 
	}
}
@media screen and (max-width: 480px) { 
	#footer .btn-top { 
		right:20px; bottom:60px;
		padding-top: 25px;
		width:50px; height:50px;
		background-position:center 11px;
		font-size:12px;
	}
}



/* quick-menu
------------------------------------------------------ */
.quick-menu { 
	overflow:hidden;
	position:fixed; top:50%; right:23px;
	margin-top: -171px;
	z-index:999;
	width:70px;
	border-radius:0 20px 0 20px;
}
.quick-menu li { 
	padding:10px 0;
	width:100%;
	background: #e6eaf0;
	text-align:center;
}
.quick-menu li:nth-child(1) { 
	 padding-top: 20px;
}
.quick-menu li:nth-child(4) { 
	padding-bottom: 20px; 
}
.quick-menu li > span { 
	display:block;
	margin-top: 3px;
	font-weight: 700; font-size:14px;
	font-family: 'Montserrat';
	color:#003972;	 
}
.quick-menu li a { 
	display:block; 
}
.quick-menu li a span { 
	display:block;
	margin-top: 5px;
	font-weight: 500; font-size:12px;
	color:#333;
}
.quick-menu li.top { 
	padding:0;
	background: #003972;
	border-radius:0 0 0 20px;
}
.quick-menu li.top a { 
	font-weight: 700; font-size:14px; line-height: 40px;
	font-family: 'Montserrat';
	color:#fff;
}
@media screen and (max-width: 1340px) { 
	.quick-menu { 
		display:none; 
	}
}



/* main
------------------------------------------------------ */
.main #contents { 
	padding-top: 100px; 
}
@media screen and (max-width: 1024px) { 
	.main #contents { 
		padding-top: 76px; 
	}
}
@media screen and (max-width: 768px) { 
	.main #contents { 
		padding-top: 60px; 
	}
}

/* 
	main-visual
*/
.main-visual { 
	position:relative;
	width:100%; height:900px;
}
.main-visual .slide { 
	overflow:hidden;
	position:relative;
	display:block;
	width:100%; height:900px;
}
.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;
}
.visual-text {
	position:relative; left:0; top:50%;
	z-index:33;
	transform:translateY(-50%);
	width:100%; 
	text-align:center;
}
.visual-text  p { 
	margin:30px 0 0; padding:0 60px;
	font-weight:300; font-size:28px; line-height:1.4;
	color:#fff;
	word-break:keep-all;
}
.main-visual .slide3 .visual-text { 
	left:50%; 
	margin-left: -670px; 
	width:1340px;
	font-size:0; 
}
.main-visual .slide3 .visual-text h1,
.main-visual .slide3 .visual-text p { 
	display:inline-block;
	width:50%;
	vertical-align:middle;
}
.main-visual .slide3 .visual-text h1 img { 
	max-width:100%; 
}
.main-visual .slide3 .visual-text p { 
	padding:0;
	margin-top: 0;font-family: 'Noto Serif KR';
	text-align:left; 
}
.main-visual .slide3 .visual-text p strong { 
	font-weight: 600; 
	color:#e9d99b; 
}
.main-visual .slide3 .visual-text a { 
	margin-top: 125px; 
}
.main-visual .visual-text .m-img { 
	display:none; 
}
.visual-text a { 
	position:relative;
	 display:block;
	 margin:60px auto 0; padding-left: 5%;
	 width:790px;
	 background: rgba(30,126,226,.7);
	 box-shadow:14px 2px 16px rgba(0,0,0,.34);
	 font-family: 'S-CoreDream';
	 font-weight: 800;
	 font-size:33px; line-height: 80px;
	 color:#fff;
	 text-shadow:-2px 0 #0a0a0a, 0 2px #0a0a0a, 2px 0 #0a0a0a, 0 -2px #0a0a0a;
}
.visual-text a:after { 
	content:'';
	position:absolute; bottom:-17px; left:50%;
	margin-left: 23%;
	width:50px; height:49px;
	background: url('/images/main/hand_icon.png') no-repeat 0 0;
}
.visual-text a img { 
	position:relative; top:-5px;
	display:inline-block;
	margin-left: 5%;
	vertical-align:middle;
}

.main-visual .slick-prev, 
.main-visual .slick-next { 
	margin-top: -22px;
	width:26px; height:44px;
}
.main-visual .slick-prev { 
	left:3%;
	background:url('/images/main/slick-prev.png') no-repeat center center;
}
.main-visual .slick-next { 
	right:7%;
	background:url('/images/main/slick-next.png') no-repeat center center;
}
.main-visual .slick-prev:before,
.main-visual .slick-next:before { 
	display:none; 
}


@media screen and (max-width: 1340px) { 
	.main-visual .slide3 .visual-text { 
		left:0; margin-left: 0; 
		width:100%;
	}
	.main-visual .slick-next { 
		right:3%; 
	}
}
@media screen and (max-width: 1024px) { 
}
@media screen and (max-width: 870px) { 
	.visual-text a { 
		width:calc(100% - 100px); 
	}
	.main-visual .visual-text .w-img { 
		display:none; 
	}
	.main-visual .visual-text .m-img { 
		display:inline-block; 
	}
	.main-visual .slide3 .visual-text h1,
	.main-visual .slide3 .visual-text p { 
		width:100%; 
	}
	.main-visual .slide3 .visual-text p { 
		margin-top: 30px; padding:0 80px;
		text-align:center; 
	}
	.main-visual .slide3 .visual-text a { 
		margin-top: 60px; 
	}
}
@media screen and (max-width: 768px) { 
	.main-visual ,
	.main-visual .slide { 
		height:735px;
	}
	.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;
	}
	.visual-text h1 img ,.main-visual .slide3 .visual-text h1 img { 
		max-width:80%; 
	}
	.visual-text  p { 
		font-size:24px; 
	}
}
@media screen and (max-width: 640px) { 
	.main-visual ,
	.main-visual .slide { 
		height:570px;
	}
	.visual-text h1 img ,.main-visual .slide3 .visual-text h1 img { 
		max-width:70%; 
	}
	.visual-text  p { 
		padding:0 50px;
		font-size:16px; 
	}
	.visual-text a { 
		margin-top: 40px; 
		font-size:15px; line-height: 46px; 
	}
	.main-visual .slide3 .visual-text a { 
		margin-top: 40px; 
	}
	.visual-text a img { 
		top:-2px;
		height:13px; 
	}
	.visual-text a:after { 
		height:30px;
		background-size:auto 100%;
	}
}

@-webkit-keyframes fadeInUpSD {
  0% {
	transform:scale(1);
  }

  100% {
	transform:scale(1.2);
  }
}
@keyframes fadeInUpSD {
  0% {
	transform:scale(1);
  }

  100% {
	transform:scale(1.2);
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}

.slick-active .visual-text a {
  animation-name: fadeInUpSD;
  animation-duration: 3s;
  transform:scale(1.2);
}


/* 
	main-conts-title
*/
.main-conts-title { 
	margin-bottom:50px;
	font-weight: 700; font-size:36px;
	color:#003972;
	letter-spacing:5px;
	text-align:center;
}
@media screen and (max-width: 768px) { 
	.main-conts-title { 
		margin-bottom:40px;
		font-size:32px;
		letter-spacing:10px;
	}
}
@media screen and (max-width: 640px) { 
	.main-conts-title { 
		margin-bottom:30px;
		font-size:24px;
		letter-spacing:5px;
	}
}


/* 
	main-member
*/
.main-member { 
	padding:110px 0 0;
	background: url('/images/main/member_bg.png') no-repeat right top;
}

@media screen and (max-width: 768px) { 
	.main-member { 
		padding:80px 0 0;
		background:none;
	}
}
@media screen and (max-width: 640px) { 
	.main-member { 
		padding:50px 0 0;
	}
}

.main-member-box { 
	font-size:0;
}
.main-member-box .member-big { 
	display:inline-block;
	vertical-align:top;
/*	padding-right: 30px; */
	width:calc(33.333% - 15px);
	font-size:0;
	margin-right: 20px;
	margin-bottom:65px;
	
}
.main-member-box .member-big:nth-of-type(3) {
	margin-right: 0;	
} 
.main-member-box  .member-big .text-wrap { 
	display:inline-block;
	vertical-align:top;
	width: calc(100% - 60%);
    margin-right: 5px; 
}
.main-member-box  .member-big .text-wrap h1 { 
	margin-bottom: 15%;
	font-weight:100; font-size:26px;
	color:#333;
}
.main-member-box  .member-big .text-wrap h1 strong { 
	display:block;
	font-weight: 700; 
}
.main-member-box  .member-big .text-wrap ul li { 
	position:relative;
	margin:8px 0; padding-left: 10px;
	font-weight: 500; font-size:15px; 
	color:#333;
	word-break:keep-all;
}
.main-member-box  .member-big .text-wrap ul li:before { 
	content:'';
	position:absolute; top:7px; left:0;
	width:5px; height:5px;
	background: #003972;
}
.main-member-box  .member-big .text-wrap ul li img { 
	width:100%; 
}
.main-member-box  .member-big .text-wrap ul li span { 
	display:block;
	font-size:15px;
}
.main-member-box  .member-big .img-wrap { 
	display:inline-block;
	vertical-align:top;
	width:58%; 
}
.main-member-box  .member-big .img-wrap img { 
	width:100%; 
}
@media screen and (max-width: 871px) { 
	.main-member-box  .member-big .text-wrap h1 { 
		font-size:24px; 
	}
	.main-member-box  .member-big .text-wrap ul li { 
		padding-right: 10px;
		font-size:16px; 
	}
}
@media screen and (max-width: 870px) { 
	.main-member-box  .member-big { 
		margin-bottom: 30px;
		padding-right: 0;
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.main-member-box  .member-big { 
		margin-bottom: 20px; 
	}
	.main-member-box  .member-big .text-wrap h1 { 
		font-size:18px; 
	}
	.main-member-box  .member-big .text-wrap ul li { 
		margin:5px 0;
		padding-right: 10px; padding-left: 13px;
		font-size:13px; 
	}
	.main-member-box .member-big .text-wrap ul li:before { 
		top:8px;
		width:7px; height:2px;
	}
	.main-member-box .member-big .text-wrap ul li span{
		font-size: 14px;
	}
}

.main-member-box  .member-small { 
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:0;
}
.main-member-box  .member-small li { 
	display:inline-block;
	margin-left: 28px;
	width: calc(100% / 6 - 20px);
	vertical-align:top;
}
.main-member-box  .member-small li:nth-child(4n+1) { 
	margin-left: 0; 
}
.main-member-box  .member-small li img { 
	width:100%; 
}
.main-member-box  .member-small li span { 
	display:block;
	margin:11px 0 20px;
	font-size:15px;
	text-align:center;
}
@media screen and (max-width: 870px) { 
	.main-member-box  .member-small { 
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.main-member-box  .member-small li { 
		margin-left: 20px; 
		width:calc(50% - 10px);
	}
	.main-member-box  .member-small li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.main-member-box  .member-small li span { 
		font-size:14px; 
	}
}

.partner-wrap { 
	position:relative;
	padding:75px 0 110px;
}
.partner-wrap:before { 
	content:'';
	position:absolute; top:0; left:3%;
	z-index:-1;
	width:97%; height:100%;
	border-radius:40px 0 0;
	background: #dce1e7;
}
.partner-inner { 
	margin:0 auto;
	width:1340px;
	font-size:0;
}
.partner-inner > h1 { 
	display:inline-block;
	vertical-align:top;
	width:170px;
	font-weight:400;
	font-size:26px;
	color:#333;
}
.partner-inner .partner-slide { 
	position:relative; left:22px;
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 170px); height:150px;
}
.partner-inner  .slick-list { 
	overflow:hidden;
	height:150px;
}
.partner-inner .partner-slide .slide { 
	position:relative;
	padding:0 10px;
}
.partner-inner .partner-slide .name { 
	position:absolute; top:50%;
	left:10%;
	transform:translateY(-50%);
	font-weight:300; font-size:15px;
	color:#fff;
	letter-spacing:5px;
}
.partner-inner .partner-slide .slick-prev, 
.partner-inner .partner-slide .slick-next { 
	margin-top: 0;
	width:42px; height:42px;
	border-radius:50%;
	left:50%;
}
.partner-inner .partner-slide .slick-prev { 
	margin-left: -777px; 
	background:#003972 url('/images/main/btn_prev.png') no-repeat center center;
}
.partner-inner .partner-slide .slick-next { 
	right:auto;
	margin-left: -721px;
	background:#003972 url('/images/main/btn_next.png') no-repeat center center;
}
.partner-inner .partner-slide .slick-prev:before,
.partner-inner .partner-slide .slick-next:before { 
	display:none; 
}

@media screen and (max-width: 1340px) { 
	.partner-wrap { 
		padding:70px 0 ;
	}
	.partner-inner { 
		width:100%; 
	}
	.partner-inner > h1 { 
		padding-left: 45px; 
	}
	.partner-inner .partner-slide .slick-prev { 
		left:-145px;
		margin-left: 0;
	}
	.partner-inner .partner-slide .slick-prev { 
		left:-145px;
		margin-left: 0;
	}
	.partner-inner .partner-slide .slick-next { 
		left:-90px;
		margin-left: 0;
	}
}
@media screen and (max-width: 640px) { 
	.partner-wrap { 
		padding:40px 0 ;
	}
	.partner-inner > h1 { 
		padding-left: 30px;
		width:120px; 
		font-size:18px;
	}
	.partner-inner .partner-slide .slick-prev, 
	.partner-inner .partner-slide .slick-next { 
		margin-top: 0;
		width:30px; height:30px;
		background-size:auto 50%; 
	}
	.partner-inner .partner-slide .slick-prev { 
		left:-100px;
	}
	.partner-inner .partner-slide .slick-next { 
		left:-60px;
	}
	.partner-inner .partner-slide { 
		left:10px;
		width:calc(100% - 120px); 	 
		height:100px; 
	}
	.partner-inner .slick-list { 
		height:100px; 
	}
	.partner-inner .partner-slide .slide { 
		padding:0 5px;
		width:200px; 
	}
	.partner-inner .partner-slide .slide img { 
		width:100%; 
	}
	.partner-inner .partner-slide .name { 
		font-size:13px; 
		letter-spacing:3px;
	}
}


/* 
	main-online
*/
.main-online { 
	padding:110px 0;
	background: url('/images/main/online_bg.jpg') no-repeat center center;
	background-size:cover;
}
.main-online .main-online-box { 
	margin-top: 100px; 
}
.main-online .main-conts-title { 
	color:#fff;	 
}
.main-online .main-sub-title { 
	margin-bottom: 20px;
	font-weight:400; font-size:24px;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	color:#fff;
}
@media screen and (max-width: 768px) { 
	.main-online .main-online-box { 
		margin-top: 0; 
	}
	.main-online { 
		padding:80px; 
	}
}
@media screen and (max-width: 640px) { 
	.main-online { 
		padding:50px 0; 
	}
	.main-online .main-sub-title { 
		margin-bottom: 15px;
		font-size:20px;
	}
}

.main-online .main-online-list { 
	margin-bottom: 60px;
	font-size:0;	 
}
.main-online .main-online-list > li { 
	display:inline-block;
	vertical-align:top;
	margin-left: 20px;
	width:calc(25% - 15px);
	border-radius:0 15px 0 15px;
	background: #fff;
}
.main-online .main-online-list > li:first-child { 
	margin-left: 0; 
}
.main-online .main-online-list > li a { 
	display:block;
	padding:20px 30px;
}
.main-online .main-online-list .header { 
	font-size:0; 
}
.main-online .main-online-list .header > * { 
	display:inline-block;
	vertical-align:middle;
}
.main-online .main-online-list .header > ul { 
	width:calc(100% - 60px);
}
.main-online .main-online-list .header .cate { 
	font-weight:400; font-size:20px;
	color:#333;
}
.main-online .main-online-list .header .subject { 
	overflow:hidden;
	display:block;
	margin-top: 3px;
	max-width:100%;
	font-weight:300; font-size:16px;
	color:#666;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main-online .main-online-list .header .img-wrap { 
	width:60px;
}
.main-online .main-online-list .header .img-wrap img { 
	width:100%; 
}
.main-online .main-online-list .header + ul { 
	margin-top: 20%; 
}
.main-online .main-online-list .header + ul li { 
	display:inline-block;
	vertical-align:middle;
}
.main-online .main-online-list .header + ul .type { 
	width:calc(100% - 70px); 
}
.main-online .main-online-list .header + ul .type .progress { 
	display:inline-block;
	width:94px;
	border-radius:14px;
	background: #666;
	font-weight: 300; font-size:15px; line-height: 28px;
	color:#fff;
	text-align:center;
}
.main-online .main-online-list .header + ul .type .progress.end { 
	background: #67ab1e;
}
.main-online .main-online-list .header + ul .date { 
	width:70px;
	font-weight:500; font-size:14px; 
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	color:#666;
	letter-spacing:0;
	text-align:right;
}

@media screen and (max-width: 980px) { 
	.main-online .main-online-list > li { 
		margin-bottom: 20px;
		width:calc(50% - 10px); 
	}
	.main-online .main-online-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
}
@media screen and (max-width: 768px) { 
	.main-online .main-online-list { 
		margin-bottom: 30px; 
	}
}
@media screen and (max-width: 480px) { 
	.main-online .main-online-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%;
	}
	.main-online .main-online-list > li a { 
		padding:15px 20px; 
	}
	.main-online .main-online-list .header > ul { 
		width:calc(100% - 50px); 
	}
	.main-online .main-online-list .header .cate { 
		font-size:18px; 
	}
	.main-online .main-online-list .header .subject { 
		font-size:14px; 
	}
	.main-online .main-online-list .header .img-wrap { 
		width:50px; 
	}
	.main-online .main-online-list .header + ul { 
		margin-top: 20px; 
	}
	.main-online .main-online-list .header + ul .type .progress { 
		width:75px;
		font-size:14px; line-height: 25px; 
	}
	.main-online .main-online-list .header + ul .date { 
		font-size:13px; line-height: 25px; 
	}
}


.main-online .faq-list { 
	padding-top: 10px;
	width:100%; border-top:3px solid #fff;
	font-size:0;
}
.main-online .faq-list li { 
	display:inline-block;
	vertical-align:middle;
	margin-top: 30px;
	width:50%;
}
.main-online .faq-list li a { 
	display:block;
}
.main-online .faq-list li a .q { 
	display:inline-block; 
	vertical-align:top; 
	width:44px; height:44px;
	border-radius:50%;
	background: #fff;
	font-weight: 500; font-size:21px; line-height: 44px;
	color:#003972;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	text-align:center;
}
.main-online .faq-list li a .subject { 
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	padding-left: 20px;
	max-width:calc(100% - 44px);
	font-weight:300; font-size:20px; line-height: 44px;
	color:#fff;
	text-overflow:ellipsis;
	white-space:nowrap;
}
@media screen and (max-width: 640px) { 
	.main-online .faq-list { 
		border-top-width:2px; 
	}
	.main-online .faq-list li { 
		margin-top: 10px;
		width:100%; 
	}
	.main-online .faq-list li a .q { 
		width:30px; height:30px; 
		font-size:17px; line-height: 30px; 
	}
	.main-online .faq-list li a .subject { 
		padding-left: 10px;
		max-width:calc(100% - 30px);
		font-size:16px; line-height: 30px; 
	}
}


/* 
	main-loaction
*/
.main-loaction { 
	padding:85px 3% 95px;
	font-size:0;
}
.main-map { 
	display:inline-block;
	vertical-align:top;
	width:55%; height:500px;
	background:url('/images/main/main_map.jpg') no-repeat center center;
	background-size:cover;
}
.main-map .root_daum_roughmap { 
	width:100% !important;	 
}
.main-location-info { 
	display:inline-block;
	vertical-align:top;
	padding:55px;
	width:45%; height:500px;
	border-radius:0 40px 0 0;
	background: #d9dfe9;
}
.main-location-info h1 { 
	margin-bottom: 4px;
	font-weight: 400; font-size:17px; 
	color:#003972;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	letter-spacing:0;
}
.main-location-info strong { 
	font-weight:600; font-size:18px;
	color:#003972;
}
.main-location-info h1 + p { 
	font-weight: 300; font-size:18px;
	color:#444;
	word-break:keep-all;
}
.main-location-info h1 + p span { 
	font-size:16px; 
}
.main-location-info ul { 
	margin:20px 0 50px; 
}
.main-location-info ul li { 
	display:inline-block;
	vertical-align:middle; 
	margin-right: 40px;
	font-size:20px;
	color:#333;
	letter-spacing:0;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.main-location-info ul li strong { 
	display:inline-block;
	margin-right: 20px;
}
.main-location-info ul:last-child { 
	margin:50px 0 0; 
	max-width:389px; width:100%;
}
.main-location-info ul:last-child li { 
	display:inline-block;
	margin-right: 7px;
	width:calc(33.333% - 5px);
	text-align:center;
}
.main-location-info ul:last-child li:last-child { 
	margin-right: 0; 
}
.main-location-info ul:last-child li img { 
	width:100%; 
}
.main-location-info ul:last-child span { 
	display:block;
	margin-top: 7px;
	font-weight:300; font-size:13px;
	color:#333;
}

@media screen and (max-width: 1340px) { 
	.main-loaction { 
		padding-left:30px; padding-right:30px; 
	}
}
@media screen and (max-width: 768px) { 
	.main-loaction { 
		padding:65px 20px;
	}
	.main-map { 
		width:100%; height:400px;
	}
	.main-map .root_daum_roughmap .wrap_map { 
		height:400px !important;	 
	}
	.main-location-info { 
		padding:35px;
		width:100%; height:auto; 
		border-radius:0 0 0 40px;
	}
}
@media screen and (max-width: 640px) { 
	.main-loaction { 
		padding:50px 20px;
	}
	.main-map { 
		height:300px; 
	}
	.main-map .root_daum_roughmap .wrap_map { 
		height:300px !important;	 
	}
	.main-location-info { 
		padding:20px; 
		border-radius:0 0 0 25px;
	}
	.main-location-info h1 { 
		font-size:14px; 
	}
	.main-location-info strong { 
		font-size:15px; 
	}
	.main-location-info h1 + p { 
		font-size:15px; 
	}
	.main-location-info h1 + p span { 
		font-size:14px; 
	}
	.main-location-info ul { 
		margin:15px 0 20px; 
	}
	.main-location-info ul:last-child { 
		margin-top: 25px; 
	}
	.main-location-info ul li { 
		font-size:17px; 
	}
	.main-location-info ul li strong { 
		margin-right: 10px; 
	}
}


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

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


/*
	visual
 */
 .sub-visual { 
	display:table;
	padding-top:100px; padding-bottom: 37px;
	width:100%; height:500px;
	text-align:center;
 }

.sub-visual.intro { 
	background: url('/images/sub/sub_visual01.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.member { 
	background: url('/images/sub/sub_visual02.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business { 
	height:750px;
}
.sub-visual.business1 { 
	background: url('/images/sub/sub_visual03_1.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business2 { 
	background: url('/images/sub/sub_visual03_2.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business3 { 
	background: url('/images/sub/sub_visual03_3.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business4 { 
	background: url('/images/sub/sub_visual03_4.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business5 { 
	background: url('/images/sub/sub_visual03_5.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.case { 
	background: url('/images/sub/sub_visual04.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.online { 
	background: url('/images/sub/sub_visual05.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: 700; font-size:50px;
	color:#fff;
	letter-spacing:20px;
}
.sub-visual .visual-inner p { 
	margin-top: 20px; padding:0 30px;
	font-weight: 300; font-size:24px; line-height: 1.3;
	font-family: 'Noto Serif KR';
	color:#fff;
	letter-spacing:12px;
	word-break:keep-all;
}

@media screen and (min-width: 1341px) { 
	 .sub-visual.business { 
		padding-bottom: 273px; 
	 }
}
@media screen and (max-width: 1340px) { 
}
@media screen and (max-width: 768px) { 
	 .sub-visual ,
	 .sub-visual.business {  
		height:300px;
		padding-top: 75px;
		padding-bottom: 20px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:40px; 
		letter-spacing:10px;
	 }
	 .sub-visual .visual-inner p { 
		margin-top: 15px;
		font-size:20px; 
		letter-spacing:7px;
	 }
}
@media screen and (max-width: 640px) { 
	 .sub-visual ,
	 .sub-visual.business {  
		padding-top: 60px;
		height:230px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
		letter-spacing:3px;
	 }
	 .sub-visual .visual-inner p { 
		margin-top:10px; padding:0 15px;
		font-size:14px;
	 }
}


/* 
	loaction-menu
*/
.loaction-menu { 
	margin:-37px auto 120px;
	width:1340px; height:68px;
	background: #003972;
	font-size:0;
}
@media screen and (min-width: 1341px) { 
	.sub-visual.business + .loaction-menu { 
		margin-top: -273px;
		margin-bottom: 0; 
	}
}
.loaction-menu > li { 
	position:relative;
	display:inline-block;
	width:33.333%;
	vertical-align:top;
}
.loaction-menu > li > a { 
	position:relative;
	display:block; 
	padding:0 33px;
	border-left:1px solid rgba(255,255,255,.15);
	font-weight: 300; font-size:16px; line-height: 68px;
	color:#c6d0d9;
}
.loaction-menu > .home > a { 
	border-left:0 none; 
}
.loaction-menu > li > a:before { 
	content:'';
	position:absolute; top:50%; right:36px;
	margin-top: -4.5px;
	width:15px; height:9px;
	background: url('/images/sub/location_menu_arrow.png') no-repeat 0 0;
}
.loaction-menu > .home > a:before { 
	display:none; 
}
.loaction-menu > .home img { 
	position:relative; top:-2px;
	display:inline-block;
	margin-right: 9px;
	vertical-align:middle;
}
.loaction-menu > li ul { 
	display:none;
	position:absolute; top:100%; left:0;
	width:calc(100% + 1px);
	background: #1b5587;
	z-index: 999;
}
.loaction-menu > li ul li a { 
	display:block;
	padding:0 33px;
	border-bottom:1px solid rgba(255,255,255,.15);
	font-weight: 300; font-size:16px; line-height: 48px;
	color:#fff;
}
.loaction-menu > li ul li.on a,
.loaction-menu > li ul li:hover a { 
	background: rgba(103,171,30,.75); 
}

@media screen and (max-width: 1340px) { 
	.loaction-menu { 
		width:calc(100% - 60px); 
	}
}
@media screen and (max-width: 768px) { 
	.loaction-menu { 
		margin-top: -25px;
		margin-bottom: 70px;
		width:calc(100% - 40px); 
		height:55px; 
	}
	.loaction-menu > li > a { 
		padding:0 20px;
		font-size:15px; line-height: 55px; 
	}
	.loaction-menu > li > a:before { 
		right:20px; 
	}
	.loaction-menu > li ul li a { 
		padding:0 20px;
		font-size:15px; line-height: 43px;
	}
	.loaction-menu > li { 
		width:calc(100% - 55px); 
	}
	.loaction-menu > li:nth-child(1) { 
		width:55px; 
	}
	.loaction-menu > li:nth-child(2) { 
		display:none; 
	}
	.loaction-menu > .home > a { 
		font-size:0; 
	}
}
@media screen and (max-width: 640px) { 
	.loaction-menu { 
		margin-bottom: 50px;
	}
}


/*
	sub title
*/
.sub-conts-title {
	display:block;
	margin:0 auto 90px;
	font-weight:500; font-size:52px;
	color:#333;
	letter-spacing:5px;
	text-align:center;
}
.sub-conts-title:after {
	content:'';
	display:block;
	margin:20px auto 0;
	width:40px; height:2px;
	background:#2974bf;
}
.sub-conts-title + p { 
	margin:-50px 0 25px;
	font-weight:300; font-size:24px;
	font-family: 'Noto Serif KR';
	color:#666;
	letter-spacing:10px;
	text-align:center; 
	word-break:keep-all;
}
@media screen and (max-width: 768px) { 
	.sub-conts-title { 
		margin-bottom: 60px;
		font-size:36px; 
	}
	.sub-conts-title:after { 
		margin-top:15px; 
	}
	.sub-conts-title + p { 
		margin:-40px 0 20px;
		font-size:20px; 
		letter-spacing:3px;
	}
}
@media screen and (max-width: 640px) { 
	.sub-conts-title { 
		margin-bottom: 40px;
		font-size:28px; 
	}
	.sub-conts-title:after { 
		margin-top: 10px;
		width:30px; 
	}
	.sub-conts-title + p { 
		margin-top: -20px;
		font-size:16px; 
		letter-spacing:1px;
	}
}


/* 
	인사말
*/
.greetings {
}
.greetings-wrap { 
	width:100%;
}

.greetings-slogan { 
	font-size:0;	
	text-align: center; 
	position: relative;
}
.greetings-slogan > div { 
	display:inline-block;
	vertical-align:top;
}
.greetings-slogan .img-wrap { 
	width:100%; 
	
}
.greetings-slogan .img-wrap img { 
	width:100%; 
}
.greetings-slogan .text-wrap { 
	padding-left: 5%;
    width: 600px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 0;
    bottom: 44%;
 }
.greetings-slogan .text-wrap p { 
	font-weight: 300; font-size:22px; line-height: 1.8;
	color:#333;
	word-break:keep-all;
	text-align: left;
}
.greetings-slogan .text-wrap p span { 
	display:block;
	margin-top: 3%;
	font-weight:400; font-size:16px;
	text-decoration:underline;
}
.greetings-wrap .greeting-text-wrap
{
	display: inline-block;
	margin-right: 100px;
}
.greetings-wrap .greeting-text-wrap h1 { 
	position:relative;
	margin-top: 90px; margin-bottom: 15px; padding-left: 74px;
	font-size:30px; 
	font-family: 'Noto Serif KR';
	color:#222;
}
.greetings-wrap .greeting-text-wrap h1:before { 
	content:'';
	position:absolute; top:18px; left:0;
	width:39px; height:3px;
	background: #2974bf;
}
.greetings-wrap .greeting-text-wrap p { 
	font-size:18px; line-height: 1.8;
	color:#555;
	letter-spacing:0;
	word-break:keep-all;
}
.greetings-wrap .greeting-text-wrap p strong { 
	font-weight: 400; color:#003972; 
}
.greetings-service { 
	margin-top: 90px; 
}
.greetings-service h1 { 
	margin-bottom: 20px;
	font-weight:300; font-size:18px;
	color:#333;
}
.greetings-service h1 strong { 
	display:inline-block;
	margin-right: 15px;
	font-size:24px; 
	font-family: 'Noto Serif KR';
	color:#003972;
}
.greetings-service ul { 
	padding:30px;
	border:1px solid #cecece;
	background: #f8f8f8;
	font-size:0;
}
.greetings-service ul li { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	margin:7px 0; padding:0 20px;
	width:50%;
	font-size:18px;
	color:#555;
}
.greetings-service ul li:before { 
	content:'-';
	position:absolute; top:-1px; left:0;
}

@media screen and (max-width: 950px) { 
	.greetings-slogan .img-wrap { 
		width:100%; 
	}
	.greetings-slogan .text-wrap { 
		padding-left: 0; margin-top: 20px;
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.greetings-service ul li { 
		font-size:16px; 
	}
}
@media screen and (max-width: 640px) { 
	.greetings-slogan .text-wrap
	{
		position: relative;
	}
	.greetings-slogan .text-wrap p { 
		font-size:18px; 
	}
	.greetings-slogan .text-wrap p span { 
		margin-top: 7%;
		font-size:14px; 
	}
	.greetings-wrap .greeting-text-wrap
	{
		display: block;
		margin-right: 0;
	}
	.greetings-wrap .greeting-text-wrap h1 { 
		margin-top: 50px; padding-left: 40px;
		font-size:22px; 
	}
	.greetings-wrap .greeting-text-wrap h1:before { 
		top:15px;
		width:25px; height:2px; 
	}
	.greetings-wrap .greeting-text-wrap p { 
		font-size:15px; 
	}
	.greetings-service { 
		margin-top: 50px; 
	}
	.greetings-service h1 { 
		font-size:15px; 
	}
	.greetings-service h1 strong { 
		 margin-right: 0; margin-bottom: 7px;
		 width:100%;
		 font-size:22px;
	}
	.greetings-service ul { 
		padding:15px; 
	}
	.greetings-service ul li { 
		width:100%;
		font-size:15px;
	}
}


/* 
	상담안내
*/
.consulting-wrap { 
	 
}
.consulting-box { 
	position:relative;
	margin-top: 25px; padding:4.5% 9%;
	width:100%;
	background: #e6eaf0;
	font-size:0;
}
.consulting-box:before { 
	content:'';
	position:absolute; top:50%; left:30%;
	transform:translateY(-50%);
	width:1px; height:60%;
	background: #b8c7d7;
}

@media screen and (max-width: 1024px) { 
	.consulting-box { 
		padding:30px 6% 30px 3%; 
	}
	.consulting-box:before { 
		left:200px; 
	}
}
@media screen and (max-width: 768px) { 
	.consulting-box:before { 
		left:140px; height:calc(100% - 50px);
	}
}
@media screen and (max-width: 640px) { 
	.consulting-box { 
		margin-top: 20px; 
	}
	.consulting-box:before { 
		top:130px; left:20px;
		transform:none;
		width:calc(100% - 40px); height:1px;
	}
}

.consulting-box > h1 { 
	display:inline-block;
	vertical-align:middle;
	width:25%;
	text-align:center;
}
.consulting-box > h1 span { 
	display:block;
	margin-top: 10px;
	font-weight: 500; font-size:18px;
	color:#333;
	letter-spacing:5px;
}

@media screen and (max-width: 1024px) { 
	.consulting-box > h1 { 
		margin-right: 20px;
		width:150px; 
	}
}
@media screen and (max-width: 768px) { 
	.consulting-box > h1 { 
		width:100px; 
		margin-right: 0; 
	}
	.consulting-box > h1 img { 
		height:50px; 
	}
	.consulting-box > h1 span { 
		font-size:15px;
		letter-spacing:3px;
	}
}
@media screen and (max-width: 640px) { 
	.consulting-box > h1 { 
		margin-bottom: 30px;
		width:100%; 
	}
}

.consulting-box .consulting-conts { 
	display:inline-block;
	vertical-align:middle;
	padding-left: 6%; padding-top: 10px; padding-bottom: 10px;
	width:75%;
}

@media screen and (max-width: 1024px) { 
	.consulting-box .consulting-conts { 
		width:calc(100% - 170px); 
	}
}
@media screen and (max-width: 768px) { 
	.consulting-box .consulting-conts { 
		width:calc(100% - 100px); 
	}
}
@media screen and (max-width: 640px) { 
	.consulting-box .consulting-conts { 
		width:100%; 
	}
}

.consulting-box .consulting-conts dl { 
	font-size:0; 
}
.consulting-box .consulting-conts dl dt,
.consulting-box .consulting-conts dl dd { 
	display:inline-block;
	vertical-align:middle;
}
.consulting-box .consulting-conts dl dt { 
	margin-right: 22px; 
	font-weight:500; font-size:15px;
	color:#111;
}
.consulting-box .consulting-conts dl dd { 
	font-size:15px;
	color:#666;
	letter-spacing:0;
}
.consulting-box .consulting-conts:nth-child(2) dl dd { 
	margin-right: 7%;
}
.consulting-box .consulting-conts:nth-child(2) dl dd:last-child { 
	margin-right: 0; 
}
.consulting-box .consulting-conts dl dd strong { 
	font-weight:600; font-size:22px;
	font-family: 'Montserrat';
	color:#003972;
	letter-spacing:0;
}
.consulting-box .consulting-conts dl dd em { 
	display:inline-block;
	padding:0 20px;
	border-radius:18px;
	background: #003972;
	font-style:normal; font-size:16px; line-height: 36px;
	font-family: 'Montserrat';
	color:#fff;
	letter-spacing:0;
}
.consulting-box .consulting-conts dl dd ul { 
	display:inline-block;
}
.consulting-box .consulting-conts p + dl dd { 
	width:calc(100% - 127px);
	vertical-align:top;
}
.consulting-box .consulting-conts dl dd ul { 
	margin-top: -7px; 
}
.consulting-box .consulting-conts dl dd ul li { 
	display:inline-block;
	margin-right: 22px;
	vertical-align:middle;
}
.consulting-box .consulting-conts dl dd ul li span {	
	display:block;
	margin-top: 10px; margin-bottom: 30px;
	font-weight: 300; font-size:14px;
	color:#777;
}
.consulting-box .consulting-conts  p { 
	margin-bottom: 30px;
	font-size:18px;
	font-family: 'Montserrat','Noto Sans KR', sans-serif;
	color:#333;
	word-break:keep-all;
}
.consulting-box .consulting-conts > a { 
	display:block;
	width:65%;
	background: #edde4b;
	font-weight:400; font-size:20px; line-height: 80px;
	color:#333;
	letter-spacing:5px;
	text-align:center;
}
.consulting-box .consulting-conts > a img { 
	display:inline-block;
	margin-right: 15px;
	vertical-align:middle;
}

@media screen and (max-width: 1024px) { 
	.consulting-box .consulting-conts > a { 
		width:100%; 
	}
}
@media screen and (max-width: 850px) { 
	.consulting-box .consulting-conts dl dt { 
		margin-right: 0;
		width:120px; 
	}
	.consulting-box .consulting-conts dl dd { 
		margin-right: 0 !important;
		 width:calc(100% - 120px);
	}
	.consulting-box .consulting-conts dl dt ,
	.consulting-box .consulting-conts dl dd { 
		margin:5px 0; 
	}
	.consulting-box .consulting-conts dl dd ul li { 
		margin:0 0 5px; 
	}
}
@media screen and (max-width: 640px) { 
	.consulting-box .consulting-conts  p { 
		margin-bottom: 20px;
		font-size:15px; 
	}
	.consulting-box .consulting-conts dl dt ,
	.consulting-box .consulting-conts dl dd { 
		font-size:14px; 
	}
	.consulting-box:nth-of-type(2) .consulting-conts dl dt,
	.consulting-box:nth-of-type(2) .consulting-conts dl dd { 
		width:100%; 
	}
	.consulting-box:nth-of-type(2) .consulting-conts dl dt { 
		margin-bottom: 10px; 
	}
	.consulting-box:nth-of-type(2) .consulting-conts dl:nth-of-type(2) dt { 
		margin-bottom: 0; 
	}
	.consulting-box .consulting-conts dl dd em { 
		margin-left: 5px; padding:0 12px;
		font-size:13px; line-height: 26px; 
	}
	.consulting-box .consulting-conts dl dd ul li span { 
		margin-bottom: 10px; 
	}
	.consulting-box .consulting-conts > a { 
		font-size:18px; line-height: 60px;
		letter-spacing:3px;
	}
	.consulting-box .consulting-conts > a img { 
		margin-right: 10px;
		height:30px; 
	}
} 



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

.location-deatil { 
	position: relative; z-index:33;
	margin:-60px auto 0; padding:50px;
	width:1200px;
	background: #fff;
	font-size:0;
}

@media screen and (max-width: 1340px) { 
	.location-deatil { 
		width:92%; 
	}
}
@media screen and (max-width: 640px) { 
	.location-deatil { 
		padding:20px;
	}
}

.location-deatil > section { 
	display:inline-block;
	vertical-align:middle;
	width:50%;
}
.location-deatil > section:first-child { 
	margin-bottom: 50px;
	width:100%; 
}
.location-deatil > section > h1 { 
	display:inline-block;
	vertical-align:middle;
	width:70px;
	text-align:center;
}
.location-deatil > section > h1 span { 
	display:block;
	margin-top: 5px;
	font-weight: 500; font-size:15px;
	font-family: 'Montserrat';
	color:#003972;
	letter-spacing:0;
}
.location-deatil > section > div { 
	display:inline-block;
	vertical-align:middle;
	padding-left: 50px;	 
	width:calc(100% - 70px);
	letter-spacing:0;
}
.location-deatil > section > div p { 
	display:inline-block;
	vertical-align:middle;
	width:50%;
	font-weight: 300; font-size:20px;
	color:#333;
}
.location-deatil > section > div ul { 
	display:inline-block;
	width:50%;
	vertical-align:middle;
}
.location-deatil > section > div ul li { 
	display:inline-block;
	vertical-align:middle;
	font-weight: 700; font-size:22px; color:#333;
	font-family: 'Montserrat';
	letter-spacing:0;
}
.location-deatil > section > div ul li:last-child { 
	margin-left: 50px; 
}
.location-deatil > section > div dl { 
}
.location-deatil > section > div dl dt { 
	margin-bottom: 7px;
	font-weight:400; font-size:16px;
	color:#333;
}
.location-deatil > section > div dl dd { 
	font-weight:300; font-size:14px;
	color:#444;
}

@media screen and (max-width: 1200px) { 
	.location-deatil > section > div p { 
		width:100%; 
	}
	.location-deatil > section > div ul { 
		margin-top: 40px;
		width:100%; 
	}
}
@media screen and (max-width: 1024px) { 
	.location-deatil > section { 
		width:100%; 
	}
	.location-deatil > section:nth-child(2) { 
		margin-bottom: 50px; 
	}
}
@media screen and (max-width: 768px) { 
	.location-map { 
		height:350px;	 
	}
	.location-map .root_daum_roughmap { 
		height:100% !important; 
	}
	.location-map .root_daum_roughmap .wrap_map { 
		height:calc(100% - 32px) !important; 
	}
}
@media screen and (max-width: 640px) { 
	.location-map { 
		height:300px;	 
	}
	.location-deatil > section > div { 
		margin-top: 20px;
		padding-left: 0;
		width:100%; 
	}
	.location-deatil > section > div p { 
		font-size:16px; 
	}
	.location-deatil > section > div ul { 
		margin-top: 5%; 
	}
	.location-deatil > section > div ul li { 
		width:100%;
		font-size:18px; 
	}
	.location-deatil > section > div ul li:last-child { 
		margin-left: 0; 
	}
}



/*
	변호사
*/
.lawyer-wrap { 
}
.lawyer-wrap > ul { 
	font-size:0;	 
}
.lawyer-wrap > ul > li { 
	display:inline-block;
	vertical-align:top;
	margin:0 0 65px 52px;
	width:calc(25% - 39px);
}
.lawyer-wrap > ul > li:nth-child(4n+1) { 
	margin-left: 0; 
}
.lawyer-wrap > ul > li img { 
	width:100%; 
}
.lawyer-wrap ul li a { 
	position:relative;
	display:block; 
	z-index: 1;
}
.lawyer-wrap ul li .text-wrap { 
	position:absolute; bottom:0; left:0;
	padding:20px 10px;
	width:100%; 
	background: rgba(0,0,0,.57);
	text-align:center;
}
.lawyer-wrap ul li ul { 
	width:100%; 
}
.lawyer-wrap ul li li { 
	font-weight: 300;
	color:#fff; 
}
.lawyer-wrap ul li li:first-child { 
	font-size:20px; 
}
.lawyer-wrap ul li li:last-child { 
	margin:5px 0 10px;
	font-size:17px; 
	letter-spacing:0;
}
.lawyer-wrap ul li li strong { 
	font-weight: 700; font-size:32px; 
}

@media screen and (max-width: 1200px) { 
	.lawyer-wrap > ul > li { 
		margin:0 0 40px 40px;
		width:calc(25% - 30px);
	}
	.lawyer-wrap ul li li strong { 
		display:block; 
	}
}
@media screen and (max-width: 950px) { 
	.lawyer-wrap > ul > li { 
		margin:0 0 40px 30px;
		width:calc(33.333% - 20px);
	}
	.lawyer-wrap > ul > li:nth-child(4n+1) { 
		margin-left: 30px; 
	}
	.lawyer-wrap > ul > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}
@media screen and (max-width: 768px) { 
	.lawyer-wrap ul li li:first-child { 
		font-size:16px; 
	}
	.lawyer-wrap ul li li:last-child { 
		font-size:15px; 
	}
	.lawyer-wrap ul li li strong { 
		font-size:24px; 
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-wrap > ul > li { 
		margin:0 0 30px 20px;
		width:calc(50% - 10px);
	}
	.lawyer-wrap > ul > li:nth-child(4n+1) { 
		margin-left: 20px; 
	}
	.lawyer-wrap > ul > li:nth-child(3n+1) { 
		margin-left: 20px; 
	}
	.lawyer-wrap > ul > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.lawyer-wrap ul li li:first-child { 
		font-size:13px; 
	}
	.lawyer-wrap ul li li:last-child { 
		margin:5px 0;
		font-size:12px; 
	}
	.lawyer-wrap ul li .text-wrap { 
		padding:15px 5px; 
	}
	.lawyer-wrap ul li li strong { 
		display:inline-block;
		margin-right: 5px;
		font-size:18px; 
	}
}

.lawyer-view-wrap { 
	 
}
.lawyer-view-header { 
	padding:110px 0;
	background: #e9edf2; 
}
.lawyer-view-header .inner { 
	font-size:0; 
}
.lawyer-view-header .inner > div { 
	display:inline-block;
	vertical-align:top;
}
.lawyer-view-header .img-wrap { 
	width:26.195%; 
}
.lawyer-view-header .img-wrap img { 
	width:100%; 
}

@media screen and (max-width: 768px) { 
	.lawyer-view-header { 
		padding:80px 0; 
	}
	.lawyer-view-header .img-wrap { 
		width:100%; 
		text-align:center;
	}
	.lawyer-view-header .img-wrap img { 
		width:50%; 
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-view-header .img-wrap img { 
		width:70%; 
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-view-header { 
		padding:60px 0; 
	}
}

.lawyer-view-header .text-wrap { 
	padding-left: 10%;
	width:calc(100% - 26.195%); 
}

@media screen and (max-width: 768px) { 
	.lawyer-view-header .text-wrap { 
		margin-top: 7%;
		padding-left: 0; 
		width:100%;
	}
}

.lawyer-view-header .text-wrap .name { 
	font-weight:100; font-size:40px;
	color:#333;
	word-break:keep-all;
}
.lawyer-view-header .text-wrap .name strong { 
	font-weight: 700; font-size:52px;
}
.lawyer-view-header .text-wrap .email { 
	margin:20px 0 40px;
	font-weight:300; font-size:18px;
	color:#666;
	letter-spacing:0;
}
.lawyer-view-header .text-wrap .business { 
	display:inline-block;
	padding:12px 20px 15px;
	min-width:55%;
	border-radius:25.5px;
	background: #2974bf;
	font-weight:300; font-size:19px;
	color:#fff;
}

@media screen and (max-width: 768px) { 
	.lawyer-view-header .text-wrap .name { 
		font-size:32px; 
	}
	.lawyer-view-header .text-wrap .name strong { 
		font-size:40px; 
	}
	.lawyer-view-header .text-wrap .business { 
		font-size:17px; 
	}
}
@media screen and (max-width: 640px) { 
	.lawyer-view-header .text-wrap .name { 
		font-size:20px; 
	}
	.lawyer-view-header .text-wrap .name strong { 
		font-size:30px; 
	}
	.lawyer-view-header .text-wrap .email { 
		margin:15px 0 25px;
		font-size:16px;
	}
	.lawyer-view-header .text-wrap .business { 
		font-size:15px; 
	}
}

.lawyer-view-header .text-wrap .sub-title { 
	margin:50px 0 20px;
}
.lawyer-view-header .text-wrap .sub-title span { 
	position:relative;
	display:inline-block;
	font-weight: 700; font-size:24px;	 
	color:#333;
}
.lawyer-view-header .text-wrap .sub-title span:after { 
	content:'';
	position:absolute; bottom:4px; left:100%;
	margin-left: 13px;
	width:35px; height:3px;
	background: #003972;
}
.lawyer-view-header .text-wrap .sub-title +  p { 
	font-weight:300; font-size:18px; line-height: 1.7;
	color:#666;
}

@media screen and (max-width: 640px) { 
	.lawyer-view-header .text-wrap .sub-title { 
		margin:30px 0 10px; 
	}
	.lawyer-view-header .text-wrap .sub-title span { 
		font-size:20px; 
	}
	.lawyer-view-header .text-wrap .sub-title span:after { 
		width:25px; height:2px; 
	}
	.lawyer-view-header .text-wrap .sub-title +  p { 
		font-size:15px; 
	}
}

.lawyer-view-detail > div { 
	margin-top: 80px;
	font-size:0;	 
}
.lawyer-view-detail > div h1 { 
	display:inline-block;
	vertical-align:top;
	width:40%;
}
.lawyer-view-detail > div h1 span { 
	position:relative;
	display:inline-block;
	font-weight: 700; font-size:36px;
	color:#333;
}
.lawyer-view-detail > div h1 span:after { 
	content:'';
	position:absolute; bottom:5px; left:100%;
	margin-left: 10px;
	width:35px; height:3px;
	background:#003972 ;
}
.lawyer-view-detail > div ul { 
	display:inline-block;
	vertical-align:top;
	width:60%;
}
.lawyer-view-detail > div ul li { 
	position:relative;
	margin:7px 0; padding-left: 13px;
	font-weight: 300; font-size:18px;
	color:#666;
}
.lawyer-view-detail > div ul li:before { 
	content:'';
	position:absolute; top:8px; left:0;
	width:6px; height:6px;
	border-radius:50%;
	background:#003972;
}

@media screen and (max-width: 640px) { 
	.lawyer-view-detail > div { 
		margin-top: 40px; 
	}
	.lawyer-view-detail > div h1 { 
		width:100%; 
	}
	.lawyer-view-detail > div h1 span { 
		font-size:20px; 
	}
	.lawyer-view-detail > div h1 span:after { 
		width:25px; height:2px; 
	}
	.lawyer-view-detail > div ul { 
		margin-top: 15px;
		width:100%; 
	}
	.lawyer-view-detail > div ul li { 
		font-size:16px; 
	}
}




/* 
	업무분야
*/
.sub-conts-title:nth-of-type(2) { 
	margin-top: 150px; 
}
.business-box { 
	padding:70px 70px 90px;
	width:100%;
	background: #e6eaf0;
}

@media screen and (max-width: 1200px) { 
	.business-box { 
		padding:50px 50px 90px;
	}
}
@media screen and (max-width: 768px) { 
	.business-box { 
		padding:30px 30px 60px;
	}
}

.business-inner { 
	margin-top: 80px;
	font-size:0;	 
}
.business-inner:first-of-type { 
	margin-top: 0; 
}
.business-inner > h1 { 
	display:inline-block;
	vertical-align:top;
	width:27%;
	font-weight:300; font-size:30px;
	font-family: 'Noto Serif KR';
	color:#222;
}
.business-inner > h1 span { 
	display:block;
	font-weight: 700; font-size:22px;
	font-family: 'Montserrat';
	color:#003972;
}
@media screen and (max-width: 1024px) { 
	.business-inner > h1 { 
		font-size:26px; 
	}
	.business-inner > h1 span { 
		font-size:20px; 
	}
}
@media screen and (max-width: 950px) { 
	.business-inner > h1 { 
		width:30%; 
	}
}
@media screen and (max-width: 768px) { 
	.business-inner { 
		margin-top: 60px;
	}
	.business-inner > h1 { 
		font-size:22px; 
	}
	.business-inner > h1 span { 
		font-size:17px; 
	}
}
@media screen and (max-width: 640px) { 
	.business-inner { 
		margin-top: 40px;
	}
	.business-inner > h1 { 
		width:100%; 
	}
	.business-inner > h1 br { 
		display:none; 
	}
}

.business-conts { 
	display:inline-block;
	vertical-align:top;
	width:73%;
	font-weight: 300; font-size:18px; line-height: 1.8;
	color:#666;
}

@media screen and (max-width: 950px) { 
	.business-conts { 
		width:70%;
		font-size:16px; 
	}
}
@media screen and (max-width: 640px) { 
	.business-conts { 
		margin-top: 20px;
		width:100%;
		font-size:14px; 
	}
}

.business-conts p { 
	word-break:keep-all;
}
.business-conts li { 
	position:relative;
	padding-left: 17px;
	word-break:keep-all;
}
.business-conts li:before { 
	content:'ㅁ';
	position:absolute; top:3px; left:0;
	font-size:14px;
	color:#003972;
}

@media screen and (max-width: 640px) { 
	.business-conts li:before { 
		top:2px; font-size:12px; 
	}
}

.business-conts ul + p { 
	margin-top: 5%;
	font-weight:300; font-size:15px;
	color:#12375c; 
}
.business-conts strong { 
	font-weight: 300; 
	color:#003972;
}

@media screen and (max-width: 640px) { 
	.business-conts ul + p { 
		font-size:13px; 
	}
}

.business-conts h1 { 
	position:relative;
	display:inline-block;
	margin-top: 80px; margin-bottom: 25px; 
	font-weight: 400; font-size:20px;
	color:#333;
}
.business-conts h1:before { 
	content:'';
	position:absolute; bottom:0; left:0;
	width:100%; height:1px;
	background: #9d9fa3;
}
.business-conts h1:first-child { 
	margin-top: 0; 
}
.business-conts table { 
	width:100%;
	table-layout:fixed;
	border-collapse: collapse;
    border-spacing: 0;
	border:1px solid #989ca1;
}
.business-conts table tr { 
	border-top:1px solid #d7dbdf; 
}
.business-conts table th:first-child ,
.business-conts table td:first-child { 
	border-right:1px solid #d7dbdf;
}
.business-conts table th { 
	background: #727c85;
	font-weight:300; font-size:16px; line-height: 43px;
	color:#fff;
	text-align:center;
}
.business-conts table td { 
	padding:10px 30px;
	background: #fff;
	font-weight: 300; font-size:15px; line-height: 1.3;
	color:#666;
	vertical-align:top;
}

@media screen and (max-width: 768px) { 
	.business-conts h1 { 
		margin-top:60px; 
	}
}
@media screen and (max-width: 640px) { 
	.business-conts h1 { 
		margin-top:40px; 
		margin-bottom: 15px;
		font-size:16px; 
	}
	.business-conts table th { 
		font-size:14px; line-height: 35px; 
	}
	.business-conts table td { 
		padding:10px 20px;
		font-size:13px; 
	}
}

.business-conts-img { 
	display:inline-block;
	vertical-align:top;
	width:73%;
}
.business-conts-img img { 
	max-width:100%; 
	border:1px solid #d6d6d6;
}
@media screen and (max-width: 950px) { 
	.business-conts-img { 
		width:70%; 
	}
}
@media screen and (max-width: 640px) { 
	.business-conts-img { 
		margin-top: 20px;
		width:100%; 
	}
}


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