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

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

/* 팝업레이어 */
#hd_pop {z-index:888;/* 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:888;border:1px solid #e9e9e9;background:#fff; top:35% !important; left:40% !important;}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

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

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#27282b;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:#27282b;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#27282b}

.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:#27282b;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 ;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;
}


/* 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; 
}
@media screen and (max-width: 850px) { 
	.index body { 
		overflow-y:scroll !important; 
	}
}

#wrapper { 
	overflow:hidden;
	min-width:100% !important; 
}
@media screen and (min-width: 851px) { 
	#wrapper { 
		overflow:hidden; 
	}
}
@media screen and (min-width: 321px) { 
	#wrapper.sub { 
		overflow-x:hidden; 
	}
}

/* -------- header -------- */
#header { 
	position:fixed; top:0; left:0; 
	z-index:99999;
	padding:0 5% 0 6%;
	width:100%; min-height:100px;
	border-bottom:1px solid rgba(255,255,255,.15);
}
#header.fixed { 
	background:#fff;
	box-shadow:3px 3px 3px rgba(0,0,0,.12);
}
#header.on { 
	background:#fff; 
}
.hader-inner { 
	position:relative;
	margin:0 auto;
	width:100%; min-height:100px;
}
.hader-inner .logo { 
	position:absolute; top:50%; left:0;
	margin-top:-27px;
}
.hader-inner .logo a { 
	display:block; 
}
.hader-inner .logo .logo-on { 
	display:none; 
}
.on .hader-inner .logo .logo-off ,
.fixed .hader-inner .logo .logo-off { 
	display:none; 
}
.on .hader-inner .logo .logo-on,
.fixed .hader-inner .logo .logo-on { 
	display:block; 
}

@media screen and (max-width: 1200px) { 
	#header { 
		padding:0; 
	}
	.hader-inner { 
		width:100%; 
	}
	.hader-inner .logo { 
		left:4%; 
	}
}
@media screen and (max-width: 1100px) { 
	#header { 
		position:fixed; 
		min-height:95px;
	}
	.hader-inner { 
		min-height:95px;
	}
	.hader-inner .logo { 
		left:4%; 
		margin-top: -24px;
	}
	.hader-inner .logo a { 
		height:48px;	 
	}
	.hader-inner .logo img { 
		height:100%; 
	}
}
@media screen and (max-width: 768px) { 
	#header ,
	.hader-inner { 
		min-height:70px;
	}
	.hader-inner .logo { 
		margin-top: -21px; 
	}
	.hader-inner .logo a { 
		height:42px;	 
	}
}
@media screen and (max-width: 640px) { 
	#header ,
	.hader-inner { 
		min-height:60px;
	}
	.hader-inner .logo { 
		margin-top: -18px; 
	}
	.hader-inner .logo a { 
		height:36px;	 
	}
}


/* gnb */
.hader-inner .gnb { 
	width:100%;
	text-align:right;
}
.hader-inner .gnb .gnb-1depth-li { 
	position:relative;
	display:inline-block;
	padding:0 2%;
	vertical-align:middle;
}
.hader-inner .gnb .gnb-1depth-li >a { 
	display:block;
	font-weight: 600;
	font-size:18px; line-height: 100px;
	font-family: 'Noto Serif KR';
	color:#fff;
}
.fixed .gnb .gnb-1depth-li >a { 
	color:#1e1e1e; 
}

.hader-inner .gnb-2depth { 
	display:none; 
	text-align:center;
}

.nav-full { 
	position:fixed; top:-100%; left:0;
	z-index:999;
	padding:12% 10%;
	width:100%; height:100vh;
	background: rgba(202,158,94,.82);
	text-align:center;
	font-size:0;
}
.nav-full .full-gnb-1depth-li { 
	display:inline-block;
	width:calc(100% / 7);
	vertical-align:top;
}
.nav-full .full-gnb-1depth-li > a { 
	position:relative;
	display:inline-block;
	padding:10px 8px;
	font-weight: 500; font-size:24px;
	color:#fff;
}
.nav-full .full-gnb-1depth-li > a:before { 
	content:'';
	position:absolute; bottom:0; left:0;
	width:100%; height:1px;
	background: rgba(255,255,255,.4);
}
.nav-full .gnb-2depth { 
	margin-top: 30px; 
}
.nav-full .gnb-2depth-li > a { 
	font-weight: 100; font-size:18px; line-height: 36px;
	color:#fff; 
}

@media screen and (min-width: 1101px) { 
	.hader-inner .gnb { 
		display:block !important; 
		overflow:visible !important;
	}
	.hader-inner .gnb-2depth { 
		overflow:hidden;
		display:block !important;
		position:absolute; top:100%; left:50%;
		z-index:9999;
		margin-left:-100px; margin-top:1px;
		width:200px; height:0;
		background:rgba(81,55,37,.8);
		transition:.3s;
	}
	.hader-inner .gnb .gnb-2depth-a { 
		display:block;
		padding:5px 0;
		font-size:15px;
		color:#fff;
	}
	.hader-inner .gnb .gnb-2depth-a:hover { 
		color:#27282b;
	}

	.gnb-1depth-li:hover .gnb-2depth { 
		padding:20px 0; height:auto;
	}
}
@media screen and (max-width: 1200px) { 
	.nav-full { 
		padding:10% 4%; 
	}
}

.close-btn { 
	position:absolute; top:47px; right:12%;
	width:59px; height:59px;
	border:1px solid #fff;
	cursor:pointer;
}
.close-btn span { 
	position:absolute; left:12px; top:27px;
	width:33px; height:3px;
	border-radius:2px;
	background: #fff;
}
.close-btn span:nth-child(1) { 
	transform:rotate(45deg); 
}
.close-btn span:nth-child(2) { 
	transform:rotate(-45deg); 
}

@media screen and (max-width: 1200px) { 
	.hader-inner .gnb { 
		/* padding:0 23%; */
	}
	.hader-inner .gnb .gnb-1depth-li { 
		padding:0 2%;
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:17px; 
	}
}
@media screen and (max-width: 1200px) { 
	.hader-inner .gnb { 
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:16px; 
	}
}
@media screen and (max-width: 1100px) { 
	#header .gnb { 
		display:none;
		position:absolute; top:100%; left:0;
		margin-left:0; padding: 0;
		width:100%;
		text-align:center;
	}
	#gnb-1depth { 
		height:100vh;
		padding:30px;
		background: #fff;
	}
	#header .gnb .gnb-1depth-li { 
		display:block;
		padding:0;
		border-bottom:1px solid #e0e0e0;
		text-align:left;
	}
	#header .gnb-1depth-li.on { 
	}
	#header .gnb-1depth-li:first-child.on { 
	}
	#header .gnb-1depth-a { 
		display:block;
		border-bottom:1px solid rgba(255,255,255,.34);
		font-weight:400;
		font-size:18px; line-height: 60px;
		color:#262626 !important;
	}
	#header .gnb-2depth { 
		display:none;
		padding:10px 0;
		background: #f7f7f7;
	}
	#header .gnb-2depth-a { 
		display:block;
		font-weight:300;
		padding:0 20px;
		font-size:16px; line-height: 45px;
		color:#808080;
		text-align:left;
	}

	.nav-full { 
		display:none; 
	}
}

	.menu-btn { 
		display:none;
		position:absolute; top:50%; right:30px;
		margin-top: -12px;
		width:29px; height:24px;
	}
	.menu-btn span { 
		position:absolute; left:0;
		margin-left:0;
		width:100%; height:2px;
		background: #fff;
		transition:.3s;
	}
	.on .menu-btn span,
	.fixed .menu-btn span { 
		background:#262626; 
	}
	.menu-btn span:nth-child(1) { 
		top:0; 
	}
	.menu-btn span:nth-child(2) { 
		margin-top: -1px;
		top:50%; 
	}
	.menu-btn span:nth-child(3) { 
		bottom:0; 
	}
	.menu-btn.on span:nth-child(1) { 
		top:10px;
		transform:rotate(45deg);
	}
	.menu-btn.on span:nth-child(2) { 
		opacity:0; 
	}
	.menu-btn.on span:nth-child(3) { 
		top:10px;
		transform:rotate(-45deg);
	} 

@media screen and (max-width: 1200px) { 
	.menu-btn { 
		right:4%; 
	}
}
@media screen and (max-width: 1024px) { 
	.menu-btn { 
		display:block;
		right:4%; 
	}
}
@media screen and (max-width: 768px) { 
	.menu-btn { 
		width:40px; height:40px; 
		margin-top: -20px;
	}
	.menu-btn span { 
		left:9px;
		width:22px;
	}
	.menu-btn span:nth-child(1) { 
		top:12px; 
	}
	.menu-btn span:nth-child(3) { 
		bottom:12px; 
	}
	.menu-btn.on span:nth-child(1) ,
	.menu-btn.on span:nth-child(3) { 
		top:19px; 
	}
}


/* -------- footer -------- */
#section5,
#footer { 
	padding:38px 0; 
	background: #262321; 
}
#footer ,
#footer .fp-section ,
#footer .fp-tableCell { 
	height:auto !important;
	min-height:auto !important;	 
}
#section5 .fp-tableCell,
#footer .fp-tableCell { 
	padding-top: 0 !important; padding-bottom: 0;
}
#section5 .inner ,
#footer .inner { 
	width:1200px; 
	font-size:0;
	text-align:left;
}
#section5 .foot-logo,
#footer .foot-logo { 
	display:inline-block;
	width:110px;	 
	vertical-align:top;
}
#section5 .foot-logo img,
#footer .foot-logo img { 
	max-width:100%; 
}
#section5  .footer-bottom ,
#footer  .footer-bottom { 
	display:inline-block;
	width:calc(100% - 110px);	
	vertical-align:top;
}
#section5  .footer-bottom address ,
#footer  .footer-bottom address { 
	margin-top: 0px;
}
#section5  .footer-bottom address span,
#footer  .footer-bottom address span { 
	float:left;
	margin:2px 20px 2px 0;
	font-style:normal;
	font-weight:300; font-size:14px;
	color:#808080;
	word-break:keep-all;
}
#section5  .footer-bottom address span:nth-child(4),
#section5  .footer-bottom address span:nth-child(7) ,
#footer  .footer-bottom address span:nth-child(4),
#footer  .footer-bottom address span:nth-child(7) { 
	clear:both; 
}
#section5  .footer-bottom address span:last-child ,
#footer  .footer-bottom address span:last-child { 
	clear:both; 
	display:block;
	margin-top: 20px;
	font-family: 'Cormorant Garamond', serif; 
	letter-spacing:0;
}
#section5 .btn-top,
#footer .btn-top { 
	display:none;
	position:fixed; bottom:30px; right:30px;
	z-index:777;
	padding-top: 30px;
	width:61px; height:61px;
	border:1px solid #33383e;
	background: #fff url('/images/common/top_arrow.png') no-repeat center 15px;
	font-size:14px; line-height: 1;
	color:#33383e;
	text-align:center;
}

@media screen and (max-width: 1200px) { 
	#section5 .inner ,
	#footer .inner { 
		width:100%; 
	}	 
}
@media screen and (max-width: 850px) { 
	#section5,
	#footer { 
		position:relative;
		padding:40px 0 120px; 
	}
	#section5 .foot-logo ,
	#footer .foot-logo { 
		position:absolute; bottom:40px; right:30px;
		width:100%; 
		text-align:right;
	}
	#section5 .foot-logo img ,
	#footer .foot-logo img { 
		max-width:100%; 
		width:auto; height:60px;
	}
	#section5  .footer-bottom,
	#footer  .footer-bottom { 
		width:100%;
	}
	#section5  .footer-bottom ul li,
	#footer  .footer-bottom ul li { 
		margin:0 13px; 
	}
	#section5  .footer-bottom address span,
	#footer  .footer-bottom address span { 
		float:none;
		display:inline-block;
		margin:4px 10px;
	}
}
@media screen and (max-width: 640px) { 
	#section5,
	#footer { 
		padding:30px 0 100px; 
	}
	#section5 .inner, #footer .inner { 
		padding:0 15px; 
	}
	#section5 .foot-logo img,
	#footer .foot-logo img { 
		height:50px; 
	}
	#section5  .footer-bottom,
	#footer  .footer-bottom { 
	}
	#section5  .footer-bottom ul ,
	#footer  .footer-bottom ul  { 
		margin-bottom:20px;
	}
	#section5  .footer-bottom ul li,
	#footer  .footer-bottom ul li { 
		margin:0 5px;
	}
	#section5  .footer-bottom ul li a,
	#footer  .footer-bottom ul li a { 
		font-size:13px; 
	}
	#section5 .footer-bottom address,
	#footer .footer-bottom address { 
	}
	#section5  .footer-bottom address span,
	#footer  .footer-bottom address span { 
		margin:2px 5px;
		font-size:13px; 
	}
	#section5 .footer-bottom address span:last-child,
	#footer .footer-bottom address span:last-child { 
		margin-top: 20px; 
		font-size:12px; 
	}
	#section5 .btn-top ,
	#footer .btn-top { 
		right:20px; bottom:20px;
		padding-top: 25px;
		width:50px; height:50px;
		background-position:center 12px;
		font-size:12px;
	}
}



/* quick */
.quick-menu { 
	position:fixed; top:50%; right:0;
	z-index:999;
	margin-top:-210px;
	width:70px;
}
.quick-menu ul { 
	width:100%; 
}
.quick-menu ul li { 
	display:table;
	width:100%; height:70px; 
	background:rgba(0,0,0,.3);
}
.quick-menu li a { 
	display:table-cell;
	width:100%; height:100%;
	vertical-align:middle;
	text-align:center;
}
.quick-menu li a span { 
	display:block;
	margin-top: 5px;
	font-weight:300; font-size:14px; line-height:1.2;
	color:#fff;
}
.quick-menu li:last-child { 
	margin-top: 1px;
}

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



/* main
------------------------------------------------------ */
.main-contents { 
	width:100%;
}
.main-contents > section { 
	position:relative; 
	width:100%;
}
.main-contents .inner { 
	width:1200px; 
}
@media screen and (max-width: 1200px) { 
	.main-contents .inner { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.main-contents .inner { 
		padding:0 20px;
	}
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}
.fp-tableCell { 
	display:table-cell;
	padding-top:90px;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

@media screen and (max-width: 850px) { 
	.fp-tableCell { 
		padding:70px 0;
	}
	.section,
	.fp-tableCell { 
		height:auto !important; 
	}
}
@media screen and (max-width: 640px) { 
	.fp-tableCell { 
		padding:40px 0;
	}
}

.inner { 
	margin:0 auto;
	width:1200px;
}
@media screen and (max-width: 1200px) { 
	.inner { 
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.fp-section ,
	.fp-tableCell ,
	.fp-scrollable { 
		display:block !important;
		height: auto !important;
		min-height:auto !important;
		/* min-height:100vh; */
	}
}


/* menu */
#menu { 
	position:fixed; top:46%; left:50px; 
	z-index:9999;
}
#menu ul { 
	width:2px;
	background: rgba(255,255,255,.3);
}
#menu a { 
	display:block;
	width:100%; height:40px;
	font-size:0;
}
#menu a.active { 
	background: #fff;
}

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

/* -------- visual -------- */
.main-visual { 
	position:relative;
	height:100vh;
}
.main-visual .fp-tableCell { 
	padding:0 !important;	 
}
.main-visual .main-visual-slide { 
	position:relative;
	float:left;
	height:100vh;
}
.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 .main-visual-slide h1 { 
	position:absolute; top:50%; left:50%;
	transform:translateY(-50%);
	margin-left:-600px;
	width:100%;
	color:#fff;
	text-align:left;
}
.main-visual .main-visual-slide h1 em { 
	display:block;
	padding-left:5px;
	margin-bottom: 10px;
	font-style:normal; font-weight:300;
	font-size:30px; color:#ccc;
	font-family: 'Cormorant Garamond';
	letter-spacing:1px;
}
.main-visual .main-visual-slide h1 span { 
	display:block;
	font-weight:300; font-size:56px;
	color:#fff;
	letter-spacing:-2px;
}
.main-visual .main-visual-slide h1 strong { 
	font-weight: 500; 
}
.main-visual .main-visual-slide h1 img { 
	display:inline-block;
	position:relative; top:2px;
	vertical-align:baseline;
}
.main-visual .main-visual-slide h1 br { 
	display:none; 
}

.main-visual .slick-dots { 
	bottom:5%; 
	line-height:0;
}
.main-visual .slick-dots li { 
	margin:0 5px;
	width:14px; height:14px; 
}
.main-visual .slick-dots li button { 
	background:transparent; 
	border:1px solid #fff;
}
.main-visual .slick-dots li.slick-active { 
	width:14px; 
}
.main-visual .slick-dots li.slick-active button { 
	border-radius:50%;
	background:#fff; 
}

@media screen and (max-width: 1200px) { 
	.main-visual .main-visual-slide h1 { 
		left:0;
		margin-left:0; padding: 0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 850px) { 
	.main-visual .fp-slides ,
	.main-visual .main-visual-slide { 
		height:750px; 
	}
	.main-visual .slide1 { 
		background: url('/images/main/m_main_visual01.jpg') no-repeat center center;
		background-size:cover;
	}
	.main-visual .slide2 { 
		background: url('/images/main/m_main_visual02.jpg') no-repeat center center;
		background-size:cover;
	}
}
@media screen and (max-width: 768px) { 
	.main-visual .main-visual-slide h1 { 
		padding:0 20px; 
	}
	.main-visual .main-visual-slide h1 br { 
		display:block; 
	}
}
@media screen and (max-width: 640px) { 
	.main-visual .fp-slides ,
	.main-visual .main-visual-slide { 
		height:600px; 
	}
	.main-visual .main-visual-slide h1 em { 
		font-size:22px; 
	}
	.main-visual .main-visual-slide h1 span { 
		font-size:36px; 
	}
	.main-visual .main-visual-slide h1 img { 
		height:34px; 
	}
}


/* -------- conts -------- */
.main-conts-tit { 
	width:100%;
	text-align:center;
}
.main-conts-tit h1 { 
	margin-bottom: 15px;
	font-weight:600; font-size:46px;
	font-family: 'Noto Serif KR';
	color:#fff;
	word-break:keep-all;
}
.main-conts-tit p { 
	font-weight:300; font-size:18px;
	color:#ccc;
	word-break:keep-all;
}
@media screen and (max-width: 640px) { 
	.main-conts-tit h1 { 
		margin-bottom: 10px;
		font-size:33px;	 
	}
	.main-conts-tit p { 
		font-size:15px; 
	}
}



/* -------- main-business -------- */
.main-business { 
	background: url('/images/main/main_business01.jpg') no-repeat center center;
	background-size:cover;
	transition:.3s;
}
.main-business.on2 { 
	background: url('/images/main/main_business02.jpg') no-repeat center center;
	background-size:cover;
}
.main-business.on3 { 
	background: url('/images/main/main_business03.jpg') no-repeat center center;
	background-size:cover;
}
.main-business.on4 { 
	background: url('/images/main/main_business04.jpg') no-repeat center center;
	background-size:cover;
}
.main-business .fp-tableCell { 
	padding-top:0;	 
}
.main-business .main-conts-tit { 
	position:absolute; top:120px; left:0;
	z-index:555;
}
.main-business .main-business-box { 
	height:100%;
	font-size:0;
}
.main-business .slick-list,
.main-business .slick-track { 
	height:100%; 
}
.main-business ul li { 
	display:inline-block;
	width:25%;
	height:100%;
}
.main-business ul li a { 
	position:relative;
	display:table; 
	padding-top: 90px;
	width:100%; height:100%;
	border-left:1px solid rgba(255,255,255,.12);
}
.main-business ul li:first-child a { 
	border-left:0 none; 
}
.main-business ul li:hover a:before { 
	content:'';
	position:absolute; top:0; left:0;
	z-index:33;
	width:100%; height:100%;
	background:rgba(81,55,37,.4);
}
.main-business ul li a span { 
	position:relative; z-index:555;
	display:table-cell;
	font-weight:300; font-size:22px;
	font-family: 'Cormorant Garamond', 'Noto Sans KR';
	color:rgba(255,255,255,.5);
	letter-spacing:1px;
	vertical-align:middle;
}
.main-business ul li:hover a span { 
	color:#fff;
}
.main-business ul li a span:after { 
	content:'';
	display:block;
	margin:30px auto 0;
	width:10px; height:19px;
	background:url('/images/main/main_business_arrow.png') no-repeat 0 0;
	opacity:0;
}
.main-business ul li:hover span:after { 
	opacity:1; 
}
.main-business ul li a img { 
	position:relative; z-index:555;
	margin:0 auto;
	opacity:.5; 
}
.main-business ul li:hover img { 
	opacity:1; 
}
.main-business ul li a strong { 
	display:block; 
	margin:35px 0 5px;
	font-weight:400; font-size:28px;
	letter-spacing:-1px;
}
.main-business ul.on li:nth-child(1) { 
	background: #; 
}

@media screen and (max-width: 850px) { 
	.main-business { 
		height:670px !important;
	}
	.main-business .fp-tableCell { 
		height:100% !important; 
	}
	.main-business .fp-scroller { 
		height:100%;	 
	}
	.main-business .main-conts-tit { 
		top:90px; 
	}
	.main-business ul li a { 
		padding-top: 60px; 
		border-left:0 none;
	}
	.main-business ul li:hover a:before { 
		display:none; 
	}
	.main-business ul li a span { 
		color:#fff; 
	}
	.main-business ul li a span:after,
	.main-business ul li a img { 
		opacity:1; 
	}
	
	.main-business .slick-dots li { 
		bottom:0;
		width:33px; height:2px; 
	}
	.main-business .slick-dots li button { 
		padding:0;
		border-radius:0;
		background:rgba(255,255,255,.4);
	}
	.main-business .slick-dots li.slick-active button { 
		width:100%;
		background:#fff;	 
	}
}
@media screen and (max-width: 640px) { 
	.main-business { 
		height:600px !important;
	}
	.main-business .main-conts-tit { 
		top:70px; 
	}
}


/* -------- main-case -------- */
.main-case { 
	background: url('/images/main/main_case.jpg') no-repeat center center;
	background-size:cover;
}

/* 
	main-case	
*/
.main-case-list { 
	position:relative; left:-22px;
	margin-top: 50px;
	width:calc(100% + 44px);
	text-align:left;
	font-size:0;
}
.main-case-list li { 
	display:inline-block;
	padding:0 22px;
	width:33.333%; height:540px;
	box-sizing:border-box;
	vertical-align:top;
}
.main-case-list li a { 
	position:relative;
	display:block; 
	padding:385px 8% 0;
	width:100%; height:100%;
	box-sizing:border-box;
	transition:.3s;
}
.main-case-list li[index="0"] a,
.main-case-list li[index="3"] a ,
.main-case-list li[index="6"] a { 
	background: url('/images/main/main_case01.jpg') no-repeat center center;
	background-size:cover;
}
.main-case-list li[index="1"] a,
.main-case-list li[index="4"] a ,
.main-case-list li[index="7"] a { 
	background: url('/images/main/main_case02.jpg') no-repeat center center;
	background-size:cover;
}
.main-case-list li[index="2"] a ,
.main-case-list li[index="5"] a  ,
.main-case-list li[index="8"] a { 
	background: url('/images/main/main_case03.jpg') no-repeat center center;
	background-size:cover;
}
.main-case-list .title { 
	overflow:hidden;
	display: block;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:100%; 
	margin:0 0 20px;
	width:100%;
	font-weight: 500; font-size:22px; line-height: 28px;
	color:#fff;
}
.main-case-list .conts { 
	overflow:hidden;
	display: block;
	display:-webkit-box;
	display:box;
	-webkit-line-clamp:3; 
	line-clamp:3; 
	-webkit-box-orient:vertical; 
	box-orient:vertical; 
	text-overflow:ellipsis;
	width:100%; height:72px;
	box-sizing:border-box;
	font-weight: 300; font-size:15px; line-height:24px;
	color:#fff;
}
.main-case-list .conts br { 
	display:none; 
}

.main-case-list .slick-dots { 
	position:relative; bottom:auto;
	margin-top: 50px;
}
.main-case-list .slick-dots li { 
	width:33px; height:2px; 
}
.main-case-list .slick-dots li button { 
	padding:0;
	border-radius:0;
	background:rgba(255,255,255,.4);
}
.main-case-list .slick-dots li.slick-active button { 
	width:100%;
	background:#fff;	 
}

@media screen and (max-width: 640px) { 
	.main-case-list { 
		left:-5px;
		margin-top:30px;
		width:calc(100% + 10px);
	}
	.main-case-list li { 
		padding:0 5px;
		height:250px;
	}
	.main-case-list li a { 
		padding:140px 15px 15px; 
	}
	.main-case-list .title { 
		margin-bottom:7px;
		font-size:18px; 
	}
	.main-case-list .conts { 
		height:54px;
		font-size:14px; line-height:18px; 
	}
	.main-case-list .slick-dots { 
		margin-top:30px; 
	}
}


/* -------- main-news -------- */
.main-news { 
	background: url('/images/main/main_news.jpg') no-repeat center center;
	background-size:cover;
}
.main-news-list { 
	position:relative; left:-15px;
	margin-top:45px; 
	width:calc(100% + 30px);
}


.main-news-list li { 
	display:inline-block;
	padding:0 22px;
	vertical-align:top;
	
}

.main-news-list li[index="0"] a,
.main-news-list li[index="3"] a ,
.main-news-list li[index="6"] a { 
	background: url('/images/main/news-img01.jpg') no-repeat center center;
	background-size:100%;
	height: 465px;
}
.main-news-list li[index="1"] a,
.main-news-list li[index="4"] a ,
.main-news-list li[index="7"] a { 
	background: url('/images/main/news-img02.jpg') no-repeat center center;
	background-size:100%;
		height: 465px;
}
.main-news-list li[index="2"] a ,
.main-news-list li[index="5"] a  ,
.main-news-list li[index="8"] a { 
	background: url('/images/main/news-img03.jpg') no-repeat center center;
	background-size:100%;
		height: 465px;
}

.main-news-list li a { 
	display:block; 
	padding: 385px 0% 0;
}
.main-news-list li a img { 
	width:100%; 
}
.main-news-list li a .text-wrap { 
	padding:35px 30px;
	background:#fff;
	text-align:left;
}
.main-news-list li a .text-wrap span { 
	display:block; 
}
.main-news-list li a .text-wrap .subject { 
	font-weight:500; font-size:22px;
	color:#262626;
	letter-spacing:-1px;
}
.main-news-list li a .text-wrap .date { 
	margin-top: 30px;
	font-weight: 300; font-size:16px;
	color:#808080;
}

.main-news-list .slick-dots { 
	position:relative; bottom:auto;
	margin-top: 50px;
}
.main-news-list .slick-dots li { 
	width:33px; height:2px; 
}
.main-news-list .slick-dots li button { 
	padding:0;
	border-radius:0;
	background:rgba(255,255,255,.4);
}
.main-news-list .slick-dots li.slick-active button { 
	width:100%;
	background:#fff;	 
}

@media screen and (max-width: 640px) { 
	.main-news-list { 
		left:-10px;
		margin-top:30px;
		width:calc(100% + 10px);
	}
	.main-news-list li { 
		padding:0 5px; 
	}
	.main-news-list li a .text-wrap { 
		padding:18px 15px; 
	}
	.main-news-list li a .text-wrap .subject { 
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		height:44px;
		font-size:18px; line-height:22px;
	}
	.main-news-list li a .text-wrap .date { 
		margin-top:15px;
		font-size:14px;
	}
	.main-news-list .slick-dots { 
		margin-top:30px; 
	}
	
	.main-news-list li[index="0"] a,
	.main-news-list li[index="3"] a ,
	.main-news-list li[index="6"] a { 
		background: url('/images/main/news-img01.jpg') no-repeat center center;
		background-size:cover;
		height: 0;
	}
	.main-news-list li[index="1"] a,
	.main-news-list li[index="4"] a ,
	.main-news-list li[index="7"] a { 
		background: url('/images/main/news-img02.jpg') no-repeat center center;
		background-size:cover%;
		height: 0px;
	}
	.main-news-list li[index="2"] a ,
	.main-news-list li[index="5"] a  ,
	.main-news-list li[index="8"] a { 
		background: url('/images/main/news-img03.jpg') no-repeat center center;
		background-size:cover%;
		height: 0;
	}
	.main-news-list li a
	{
		padding: 220px 0% 0;
	}
}



/* -------- main-contact-us -------- */
.main-contact-us { 
	background: url('/images/main/main_contact.jpg') no-repeat center center;
	background-size:cover;
}
.main-contact-us .inner { 
	margin-top: 50px;
	display:table;
	height:500px;
	table-layout:fixed;
	font-size:0;
}
.main-contact-us .inner > section { 
	display:inline-block;
	 vertical-align:middle;
	 width:50%; 
}
.main-contact-us .map-wrap { 
	height:100%;
	background: url('/images/main/main-contact-us_map.jpg') no-repeat center center;
	background-size:cover;
}
.main-contact-us .contact-address { 
	padding-left: 5%;
	text-align:left;	 
}
.main-contact-us .contact-address h1 { 
	margin-bottom: 15px; 
}
.main-contact-us .contact-address p { 
	font-weight: 500; font-size:22px;
	color:#fff;
	word-break:keep-all;
}
.main-contact-us .contact-address dl { 
	margin-top:30px; padding-top:25px;
	border-top:1px solid rgba(255,255,255,.3);
	font-size:0;
}
.main-contact-us .contact-address dl dt,
.main-contact-us .contact-address dl dd { 
	display:inline-block;
	vertical-align:middle;
	margin:5px 0;
	font-size:18px;
	color:#fff;
}
.main-contact-us .contact-address dl dt { 
	width:100px;
	font-weight: 300;
}
.main-contact-us .contact-address dl dd { 
	width:calc(100% - 100px); 
	font-weight: 600;
	font-family: 'Noto Srif KR', serif;
}
.main-contact-us .contact-address a { 
	display:block;
	margin-top: 40px;
	width:206px;
	border:1px solid rgba(255,255,255,.3);
	font-weight:300; font-size:16px; line-height: 48px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 768px) { 
	.main-contact-us .inner { 
		display:block; height:auto;
	}
	.main-contact-us .inner > section { 
		display:block; width:100%; 
	}
	.main-contact-us .map-wrap { 
		height:365px; 
	}
	.main-contact-us .contact-address { 
		padding:40px 0 0 0;	 
	}
}
@media screen and (max-width: 640px) { 
	.main-contact-us .inner { 
		margin-top: 30px; 
	}
	.main-contact-us .map-wrap { 
		height:300px; 
	}
	.main-contact-us .contact-address { 
		padding:25px 0 0 0;	 
	}
	.main-contact-us .contact-address h1 img { 
		height:40px; 
	}
	.main-contact-us .contact-address p { 
		font-weight: 500; font-size:16px; 
	}
	.main-contact-us .contact-address dl { 
		margin-top:20px; padding-top:15px; 
	}
	.main-contact-us .contact-address dl dt,
	.main-contact-us .contact-address dl dd { 
		font-size:15px; 
	}
	.main-contact-us .contact-address dl dt { 
		width:60px; 
	}
	.main-contact-us .contact-address dl dd { 
		width:calc(50% - 60px); 
	}
	.main-contact-us .contact-address a { 
		margin-top: 20px;
		width:125px;
		font-size:15px; line-height: 38px;
	}
}

.location-wrap .main-contact-us { 
	background: none; 
}
.location-wrap .main-contact-us .contact-address p { 
	color:#262626; 
}
.location-wrap .main-contact-us .contact-address dl { 
	border-color:#d9d9d9; 
}
.location-wrap .main-contact-us .contact-address dl dt,
.location-wrap .main-contact-us .contact-address dl dd { 
	color:#666; 
}
.location-wrap .main-contact-us .contact-address a { 
	color:#666;
	border-color:#999;
}



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

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


/*
	visual
 */
 .sub-visual { 
	display:table;
	padding-top:100px; 
	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.business1 { 
	background: url('/images/sub/sub_visual02_1.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business2 { 
	background: url('/images/sub/sub_visual02_2.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business3 { 
	background: url('/images/sub/sub_visual02_3.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business4 { 
	background: url('/images/sub/sub_visual02_4.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.case { 
	background: url('/images/sub/sub_visual03.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.news { 
	background: url('/images/sub/sub_visual04.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.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 { 
	font-weight: 500; font-size:46px;
	font-family:'Noto Serif KR', serif;
	color:#fff;
	letter-spacing:-1px;
}
.sub-visual .visual-inner p { 
	margin-top: 14px; padding:0 30px;
	font-weight: 400; font-size:24px; line-height: 1.3;
	color:rgba(255,255,255,.7);
	word-break:keep-all;
}

@media screen and (max-width: 1100px) { 
	 .sub-visual { 
		padding-top: 95px;
	 }
}
@media screen and (max-width: 1024px) { 
	 .sub-visual { 
		height:400px;
	 }
}
@media screen and (max-width: 768px) { 
	 .sub-visual { 
		height:300px;
		padding-top: 75px;
	 }
}
@media screen and (max-width: 640px) { 
	 .sub-visual { 
		padding-top: 60px;
		height:230px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
	 }
	 .sub-visual .visual-inner p { 
		margin-top:10px;
		font-weight:500; font-size:15px;
		letter-spacing:7px;
	 }
}


/* 
	location-menu
*/
.location-menu { 
	margin-top: -30px;
}
.location-menu > ul { 
	margin:0 auto;
	width:1200px; height:60px;
	background:rgba(39,40,43,.95);
	font-size:0;
}
.location-menu > ul > li {
	position:relative;
	display:inline-block;
	min-width:185px;
	vertical-align:middle;
}
.location-menu > ul > li:nth-of-type(2) { 
	padding-left:20px;
	font-weight:300; font-size:16px; line-height: 60px;
	color:#fff;
}
.location-menu > ul > li:after { 
	content:'';
	position:absolute; top:50%; right:0;
	margin-top:-22.5px;
	width:1px; height:45px;
	background:rgba(255,255,255,.15);
}
.location-menu .location-home { 
	width:60px; min-width:44px;
	text-align:center;
}
.location-menu .location-home a:before { 
	display:none; 
}
.location-menu .location-home a img { 
	vertical-align:middle; line-height:0;
}
.location-menu > ul > li > a {
	display:block;
	padding-left:20px;
	font-weight:300; font-size:16px; line-height: 60px;
	color:#fff;
}
.location-menu > ul > li > a:before { 
	content:'';
	position:absolute; top:0; right:20px;
	width:15px; height:100%;
	background:url('/images/sub/location_arrow.png') no-repeat 90% center;
}
.location-menu li ul { 
	display:none;
	position:absolute; top:100%; left:0;
	z-index:7777;
	width:100%;
	background:rgba(155,123,78,.85);
}
.location-menu li ul a { 
	display:block;
	padding-left:20px;
	font-weight:300; font-size:15px; line-height:50px;
	color:#fff;
}
.location-menu li.on { 
	background:rgba(125,100,67,.85);
}

@media screen and (max-width: 1200px) { 
	.location-menu { 
		margin-top:0; 
	}
	.location-menu > ul { 
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.location-menu > ul { 
		height:50px; 
	}
	.location-menu > ul > li:nth-child(2) { 
		display:none; 
	}
	.location-menu .location-home { 
		width:50px; 
	}
	.location-menu > ul > li { 
		width:calc(100% - 50px); 
	}
	.location-menu > ul > li > a { 
		line-height:50px; 
	}
}
@media screen and (max-width: 640px) { 
	.location-menu > ul { 
		height:45px; 
	}
	.location-menu .location-home { 
		width:45px; 
	}
	.location-menu > ul > li { 
		width:calc(100% - 45px); 
	}
	.location-menu > ul > li > a { 
		font-size:15px; line-height:45px; 
	}
	.location-menu .location-home a img { 
		position:relative; top:-2px;
		height:13px; 
	}
}


/*
	sub title
*/
.sub-conts-title {
	display:block;
	margin:75px auto 50px;
}
.sub-conts-title span { 
	display:inline-block;
	font-weight:600; font-size:36px;
	font-family: 'Noto Serif KR';
	color:#262626;
}

@media screen and (max-width: 768px) {
	.sub-conts-title { 
		margin:25px auto 30px;
	}
	.sub-conts-title span { 
		font-size:30px; 
	}
	.sub-conts-title img { 
		height:60px; 
	}
}
@media screen and (max-width: 640px) {
	.sub-conts-title { 
		margin:25px auto 20px;
	}
	.sub-conts-title span { 
		font-size:24px; 
	}
	.sub-conts-title img { 
		height:40px; 
	}
}


/* 
	인사말
*/
.greetings-wrap { 
}
.greetings-header { 
	font-size:0; 
}
.greetings-header > div { 
	display:inline-block;
	vertical-align:middle;
}
.greetings-header .img-wrap { 
	width:43.334%; 
}
.greetings-header .img-wrap img { 
	width:100%; 
}
.greetings-header .text-wrap { 
	padding-left:8%; 
	width:calc(100% - 43.334%); 
}
.greetings-wrap .greetings-top { 
}
.greetings-wrap .text-wrap p { 
	font-weight: 300; font-size:18px; line-height: 1.8;
	color:#666;
	word-break:keep-all;
}
.greetings-wrap .text-wrap p > span {  
	display:block;
	margin-bottom: 20px;
	font-weight:300; font-size:22px;
	word-break:keep-all;
}
.greetings-wrap .text-wrap p > span br { 
	display:none; 
}
.greetings-wrap .text-wrap p > span strong { 
	font-weight: 500;
	word-break:break-word; 
}
.greetings-wrap .text-wrap p > strong {
	display:block;
	margin-bottom: 50px;
	font-weight:400; font-size:32px; line-height: 1.3;
	font-family: 'Noto Serif KR';
	color:#262626;
	letter-spacing:-1px;
}
.greetings-wrap .text-wrap a { 
	position:relative;
	display:block;
	margin:50px 0 -50px; padding-right:25px;
	width:200px; height:50px;
	border:1px solid #666;
	font-weight:300; font-size:16px; line-height: 48px;
	color:#262626;
	text-align:center;
}
.greetings-wrap .text-wrap a:before ,
.greetings-wrap .text-wrap a:after { 
	content:'';
	position:absolute; top:50%; left:50%;
	margin-left:53px;
	width:15px; height:1px;
	background: #000;
}
.greetings-wrap .text-wrap a:after { 
	transform:rotate(-90deg); 
}
.greetings-wrap .img-wrap ul { 
	font-size:0;	 
}
.greetings-wrap .img-wrap ul li { 
	display:inline-block;
	margin-left: 8px;
	vertical-align:bottom;
}
.greetings-wrap .img-wrap ul li:first-child { 
	margin-left: 0; 
	width:calc(66.334% - 4px);
}
.greetings-wrap .img-wrap ul li:last-child { 
	padding-bottom:9%;
	width:calc(100% - 66.334% - 4px);
}
.greetings-wrap .img-wrap ul li img { 
	max-width:100%; 
}
.greetings-wrap .greetings-top .text-wrap { 
	margin-top:70px; 
}

@media screen and (max-width:640px) { 
	.greetings-header .img-wrap { 
		width:100%; 
	}
	.greetings-header .text-wrap { 
		padding-left:0; 
		width:100%; 
	}
	.greetings-header .text-wrap { 
		padding-left:0; 
	}
	.greetings-header .text-wrap p strong br:first-of-type { 
		display:none; 
	}
	.greetings-wrap .text-wrap p { 
		font-size:15px; 
	}
	.greetings-wrap .text-wrap p > span { 
		margin-bottom: 10px;
		font-size:17px; line-height: 1.3;
	}
	.greetings-wrap .text-wrap p > span br { 
		display:block; 
	}
	.greetings-wrap .text-wrap p > strong { 
		margin-bottom:20px; 
		font-size:22px;
	}
	.greetings-header .text-wrap p strong { 
		margin-bottom: 0; 
		margin-top: 20px;
	}
	.greetings-wrap .text-wrap a { 
		margin:30px 0 0; padding-right: 20px;
		width:180px; height:45px;
		font-size:15px; line-height:43px;
	}
	.greetings-wrap .text-wrap a:before ,
	.greetings-wrap .text-wrap a:after { 
		margin-top: -1px; margin-left:50px;
		width:13px; 
	}
	.greetings-wrap .greetings-top .text-wrap { 
		margin-top:40px; 
	}
}

.greetings-wrap .greetings-bottom { 
	margin-top: 100px; 
	font-size:0;
}
.greetings-wrap .greetings-bottom .img-wrap { 
	display:inline-block;
	width:43.334%;
	vertical-align:bottom;
}
.greetings-wrap .greetings-bottom .img-wrap img { 
	width:100%; 
}
.greetings-wrap .greetings-bottom .text-wrap { 
	display:inline-block;
	padding-left: 80px;
	width:calc(100% - 43.334%);
	vertical-align:bottom;
}
.greetings-wrap .greetings-bottom .text-wrap .sign { 
	margin-top: 18%;	 
}
.greetings-wrap .greetings-bottom .text-wrap .sign img { 
	display:inline-block;
	vertical-align:bottom;
}
.greetings-wrap .greetings-bottom .text-wrap .sign span { 
	display:inline-block;
	margin:10px 15px 0 30px;
	font-weight:300; font-size:20px; line-height: 1;
	color:#3f291a;
	vertical-align:bottom;
}

@media screen and (max-width:768px) { 
	.greetings-wrap .greetings-bottom .img-wrap { 
		width:100%; 
	}
	.greetings-wrap .greetings-bottom .img-wrap img { 
		max-width:70%; 
	}
	.greetings-wrap .greetings-bottom .text-wrap { 
		padding:60px 0 0 0;
		width:100%; 
	}
}
@media screen and (max-width:768px) { 
	.greetings-wrap .greetings-bottom { 
		margin-top: 50px; 
	}
	.greetings-wrap .greetings-bottom .text-wrap { 
		padding-top: 40px; 
	}
	.greetings-wrap .greetings-bottom .text-wrap .sign { 
		margin-top: 10%; 
	}
	.greetings-wrap .greetings-bottom .text-wrap .sign img { 
		width:23%; 
	}
	.greetings-wrap .greetings-bottom .text-wrap .sign span { 
		margin:10px 10px 0 20px;
		font-size:16px; 
	}
}


/* 
	오시는길
*/
.location .tab-wrap { 
	margin-bottom:12px;
	display:table;
	width:100%; height:60px;
	table-layout:fixed;
	text-align:center;
}
.location .tab-wrap li { 
	display:table-cell;
	background:#e7e7e7;
	vertical-align:middle;
}
.location .tab-wrap li a { 
	display:inline-block;
	width:100%;
	font-size:20px;
	color:#333;
}
.location .tab-wrap li.on { 
	background:#ca9e5e;	 
}
.location .tab-wrap li.on a { 
	color:#fff; 
}
@media screen and (max-width:640px) { 
	.location .tab-wrap { 
		height:45px; 
	}
	.location .tab-wrap li a { 
		font-size:15px; 
	}
}

.location-outer { 
	width:100%; 
}
.location-inner { 
	overflow:hidden;
	height:0;
}
.location-inner.on { 
	height:auto; 
}
.location-map {
	width:100%;
	font-size:0;
}
.location-map > section { 
	display:inline-block;
	width:50%; height:500px;
	vertical-align:top;
}
.location-map .img-wrap { 
	background:url('/images/sub/location01.jpg') no-repeat center center;
	background-size:cover;
}
.location-map .img-wrap2 { 
	background:url('/images/sub/location02.jpg') no-repeat center center;
	background-size:cover;
}

.location-map .root_daum_roughmap { 
	width:100% !important; 
	padding:0;
	border:0 none;
}

.location-deatil { 
	margin-top:50px;
	font-size:0;
}
.location-deatil > section { 
	display:inline-block;
	vertical-align:top;
}
.location-deatil .title-wrap { 
	width:240px; 
}
.location-deatil .title-wrap h1 { 
	font-weight:500; font-size:34px;
	color:#333;
}
.location-deatil .title-wrap a { 
	display:block;
	margin-top:15px;
	width:150px;
	background:#333;
	font-weight:300; font-size:14px; line-height:40px;
	color:#fff;
	text-align:center; 
}
.location-deatil .address-wrap { 
	width:calc(100% - 240px);
	font-size:0; 
}
.location-deatil .address-wrap div { 
	display:inline-block;
	margin-top:34px;
	width:50%;
	vertical-align:middle;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	vertical-align:top;
}
.location-deatil .address-wrap div:first-child { 
	margin-top:0;
	width:100%; 
}
.location-deatil .address-wrap .icon-wrap { 
	display:inline-block;
	margin-right:30px;
	width:100px; height:100px;
	border-radius:50%;
	background:#f8f1e6;
	vertical-align:top;
}
.location-deatil .address-wrap div:first-child .icon-wrap { 
	background:#f8f1e6 url('/images/sub/location_icon_address.png') no-repeat center center; 
	background-size:cover;
}
.location-deatil .address-wrap div:nth-child(2) .icon-wrap { 
	background:#f8f1e6 url('/images/sub/location_icon_bus.png') no-repeat center center; 
	background-size:cover;
}
.location-deatil .address-wrap div:nth-child(3) .icon-wrap { 
	background:#f8f1e6 url('/images/sub/location_icon_subway.png') no-repeat center center; 
	background-size:cover;
}
.location-deatil .address-wrap ul { 
	display:inline-block;
	margin-top:24px;
	width:calc(100% - 130px); 
	vertical-align:top;
}
.location-deatil .address-wrap li { 
	display:inline-block;
	width:55%;
	font-weight:300; font-size:20px;
	color:#666;
	vertical-align:top;
}
.location-deatil .address-wrap li:last-child { 
	width:45%; 
}
.location-deatil .address-wrap li span { 
	margin-right:30px; 
}
.location-deatil .address-wrap li span:last-child { 
	margin-right:0; 
}
.location-deatil .address-wrap li strong { 
	display:block;
	margin-top:20px;
	font-weight:300; color:#333; 
}
.location-deatil .address-wrap dl { 
	display:inline-block;
	margin-top:24px;
	width:calc(100% - 130px);
	vertical-align:top;
}
.location-deatil .address-wrap dl dt { 
	font-weight:300; font-size:20px;
	color:#555;
}
.location-deatil .address-wrap dl dd { 
	margin-top:12px;
	font-weight:300; font-size:17px;
	color:#666;
}

@media screen and (max-width:1024px) { 
	.location-deatil .title-wrap { 
		width:100%; 
	}
	.location-deatil .address-wrap { 
		margin-top:40px;
		width:100%; 
	}
	.location-deatil .address-wrap div { 
		width:100%; 
	}
	.location-deatil .address-wrap li { 
		width:100% !important; 
	}
}
@media screen and (max-width:768px) { 
	.location-map > section { 
		width:100%; height:350px; 
	}
	.location-map .root_daum_roughmap { 
		height:100% !important; 
	}
	.location-map .wrap_map { 
		height:318px !important; 	 
	}
}
@media screen and (max-width:640px) { 
	.location-map > section { 
		width:100%; height:250px; 
	}
	.location-map .wrap_map { 
		height:218px !important; 	 
	}
	.location-deatil { 
		margin-top:30px; 
	}
	.location-deatil .title-wrap h1 { 
		font-size:24px; 
	}
	.location-deatil .title-wrap a { 
		display:none; 
	}
	.location-deatil .address-wrap { 
		margin-top:20px; 
	}
	.location-deatil .address-wrap .icon-wrap { 
		margin-right:20px;
		width:50px; height:50px; 
	}
	.location-deatil .address-wrap div { 
		margin-top:20px; 
	}
	.location-deatil .address-wrap ul { 
		margin-top:7px;
		width:calc(100% - 70px); 
	}
	.location-deatil .address-wrap li { 
		font-size:14px; 
	}
	.location-deatil .address-wrap li span { 
		display:block; 
	}
	.location-deatil .address-wrap dl { 
		margin-top:7px;
	}
	.location-deatil .address-wrap dl dt { 
		font-size:16px; 
	}
	.location-deatil .address-wrap dl dd { 
		margin-top:4px;
		font-size:14px; 
	}
}


/* 구성원 */
.member-list { 
	 
}
.member-list ul { 
	font-size:0;	 
}
.member-list ul li { 
	display:inline-block;
	margin:0 0 30px 30px;
	width:calc(33.333% - 20px);
	vertical-align:top;
}
.member-list ul li:nth-child(3n+1) { 
	margin-left: 0; 
}
.member-list ul li a { 
	display:block; 
}
.member-list ul li a img { 
	width:100%; 
}
.member-list ul li a span { 
	position:relative;
	display:block; 
	margin-top: 25px; padding-right:15px;
	font-weight: 600; font-size:24px;
	font-family: 'Noto Serif KR', serif;
	color:#666;
}
.member-list ul li a span:after { 
	content:'';
	position:absolute; top:5px; right:0;
	width:11px; height:21px;
	background: url('/images/sub/member_arrow.png') no-repeat 0 0;
	opacity:0;
	transition:.3s;
}
.member-list ul li:hover a span:after { 
	opacity:1; 
}
.member-list ul li a strong { 
	font-weight: 600;
	color:#262626;
}

@media screen and (max-width:768px) { 
	.member-list ul li { 
		margin:0 0 20px 20px;
		width:calc(33.333% - 14px);
	}
	.member-list ul li a span { 
		margin-top: 20px;
		font-size:20px; 
	}
}
@media screen and (max-width:640px) { 
	.member-list ul li { 
		margin:0 0 20px 0;
		width:100%;
	}
}


.member-view { 
	position:relative;	 
}
.member-view .img-wrap { 
	position:absolute; top:7%; right:6.5%; 
	width:31.667%;
}
.member-view .img-wrap img { 
	width:100%; 
}
.member-view .view-header { 
	padding:5% 6%;
	width:100%;
	border:1px solid #d9d9d9;
}
.member-view .view-header h1 { 
	margin-bottom: 35px;
	font-weight: 600; font-size:32px;
	font-family:'Noto Serif KR', serif;
	color:#666;
}
.member-view .view-header h1 strong { 
	font-weight: 600;
	font-family:'Noto Serif KR', serif;
	color:#262626;
}
.member-view .view-header ul li { 
	margin:8px 0;
	font-size:0;
}
.member-view .view-header ul li strong { 
	display:inline-block;
	vertical-align:top;
	width:80px;
	font-weight:300; font-size:20px; 
	font-family:'Noto Sans KR', sans-serif;
	color:#666;
}
.member-view .view-header ul li > span { 
	display:inline-block;
	vertical-align:top;
	width:calc(100% - 80px);
	font-weight:300; font-size:20px; 
	font-weight: 600;
	font-family:'Noto Serif KR', serif;
	color:#262626;
}
.member-view .view-header ul li span span { 
	font-weight: 300;
	font-family:'Noto Sans KR', sans-serif;
}
.member-view .view-header a { 
	position:relative;
	display:block;
	margin-top:50px; padding-right:25px;
	width:200px; height:50px;
	border:1px solid #666;
	font-weight:300; font-size:16px; line-height: 48px;
	color:#262626;
	text-align:center;
}
.member-view .view-header a:before ,
.member-view .view-header a:after { 
	content:'';
	position:absolute; top:50%; left:50%;
	margin-left:53px;
	width:15px; height:1px;
	background: #000;
}
.member-view .view-header a:after { 
	transform:rotate(-90deg); 
}
.member-view .text-wrap dl { 
	margin-top: 45px;
	padding-left: 6%; 
}
.member-view .text-wrap dl dt { 
	margin-bottom: 15px;
	font-weight: 500; font-size:22px;
	color:#262626;
}
.member-view .text-wrap dl dd { 
	margin:10px 0;
	font-weight: 300; font-size:20px;
	color:#666;
}

@media screen and (max-width:768px) { 
	.member-view .img-wrap { 
		margin-bottom: 7%;
		position:relative; top:auto; right:auto; 
		width:100%;
		text-align:center;
	}
	.member-view .img-wrap img { 
		max-width:60%; 
	}
	.member-view .view-header { 
		border-width:1px 0; 
	}
	.member-view .view-header h1 { 
		margin-bottom:25px;
		font-size:24px; 
	}
	.member-view .view-header ul li strong,
	.member-view .view-header ul li span { 
		font-size:18px; 
	}
	.member-view .text-wrap dl dt ,
	.member-view .text-wrap dl dd { 
		font-size:18px; 
	}
}
@media screen and (max-width:640px) { 
	.member-view .view-header h1 { 
		margin-bottom:20px;
		font-size:20px; 
	}
	.member-view .view-header ul li { 
		margin:5px 0; 
	}
	.member-view .view-header ul li strong,
	.member-view .view-header ul li span { 
		font-size:16px; 
	}
	.member-view .view-header a { 
		margin:20px 0 0; padding-right: 20px;
		width:180px; height:45px;
		font-size:15px; line-height:43px;
	}
	.member-view .view-header a:before ,
	.member-view .view-header a:after { 
		margin-top: -1px; margin-left:50px;
		width:13px; 
	}
	.member-view .text-wrap dl { 
		margin-top:30px; 
	}
	.member-view .text-wrap dl dt ,
	.member-view .text-wrap dl dd { 
		font-size:16px; 
	}
}


/* 
	업무분야
*/
.sub-conts-tab { 
	width:100%;
	border-bottom:1px solid #d9d9d9;
}
.sub-conts-tab ul { 
	display:table;
	margin:0 auto;
	width:1200px; height:70px;
	table-layout:fixed;
}
.sub-conts-tab ul li { 
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.sub-conts-tab ul li.on:before { 
	content:'';
	position:absolute; bottom:-1px; left:0;
	z-index:44;
	width:100%; height:2px;
	background: #513725;
}
.sub-conts-tab ul li a { 
	display:block;
	font-weight:300; font-size:20px;
	color:#666;
	word-break:keep-all;
}
.sub-conts-tab ul li.on a { 
	color:#262626;	 
}

@media screen and (max-width:1200px) { 
	.sub-conts-tab ul { 
		width:100%; 
	}
}
@media screen and (max-width:768px) { 
	.sub-conts-tab ul li a { 
		padding:0 10px;
		font-size:18px; 
	}
}
@media screen and (max-width:640px) { 
	.sub-conts-tab ul { 
		height:60px; 
	}
	.sub-conts-tab ul li a { 
		padding:0;
		font-size:13px; 
	}
}


.business-box .conts-outer { 
	margin-top: 70px;
	font-size:0;	 
}
.business-inner .conts-outer > h1 { 
	position:relative;
	display:inline-block;
	width:29%;
	vertical-align:top;
}
.business-inner .conts-outer > h1 span { 
	position:relative;
	padding-left: 10px;
	font-weight: 500; font-size:26px;
	color:#262626;
	display:inline-block;	 
}
.business-inner .conts-outer > h1 span:before { 
	content:'';
	position:absolute; top:4px; left:0;
	width:2px; height:25px;
	background:#8d7c5f;
}
.business-inner .conts-box { 
	display:inline-block;
	width:71%;
	vertical-align:top;
}
.business-inner .conts-box > h1 { 
	margin:30px 0 10px;
	font-weight:500; font-size:18px;
	color:#262626;
}
.business-inner .conts-box > h1:first-child { 
	margin-top:0;
}
.business-inner .conts-box p { 
	font-weight:300;
	font-size:18px; line-height:1.6;
	color:#666;
	word-break:keep-all;
	letter-spacing:-1px;
}
.business-inner .conts-box p.bg { 
	padding:25px 35px;
	background: #f7f7f7;
}
.business-inner .conts-box p + .bg { 
	margin-top: 15px; 
}
.business-inner .conts-box p strong {
	font-weight:300;
	color:#8d7c5f
}
.business-inner .conts-box p span { 
	color:#262626;	 
}
.business-inner .conts-box dl { 
	margin-top: 30px; padding:28px 35px;
	background: #f7f7f7; 
} 
.business-inner .conts-box dl dt { 
	margin-bottom: 15px;
	font-weight: 300; font-size:18px;
	color:#8d7c5f;
}
.business-inner .conts-box dl dd { 
	position:relative;
	margin:7px 0; padding-left: 12px;
	font-weight: 300; font-size:18px;
	color:#666;
	word-break:keep-all;
}
.business-inner .conts-box dl dd:before { 
	content:'';
	position:absolute; top:10px; left:0;
	width:4px; height:4px;
	background: #8d7c5f;
}
.business-inner .conts-box .no-bullet dd { 
	padding-left:0; 
}
.business-inner .conts-box .no-bullet dd:before { 
	display:none; 
}
.business-inner .conts-box ol { 
	overflow:hidden;
	margin:0; padding:0;
	list-style:none;
}
.business-inner .conts-box ol li { 
	float:left;
	margin:7px 0;
	width:280px;
	font-size:18px; line-height:29px;
	color:#333;
}
.business-inner .conts-box ol li.clear { 
	clear:both;
}
.business-inner .conts-box ol li span { 
	display:inline-block;
	margin-right:9px;
	width:29px; height:29px;
	border-radius:50%;
	background:#333;
	font-size:12px; line-height:29px;
	color:#fff;
	text-align:center;
	letter-spacing:0;
	vertical-align:top;
}
.business-inner .conts-inner-box { 
	padding:5%;
	background:#f7f7f7;
}
.business-inner p + .conts-inner-box { 
	margin-top:15px;
}
.business-inner .conts-inner-box h1 { 
	margin:35px 0 5px;
	font-weight:500; font-size:20px;
	color:#424242;
}
.business-inner .conts-inner-box h1:first-child { 
	margin-top:0;
}
.business-inner .conts-inner-box p { 
	font-size:16px;
}
.business-inner .conts-box .m-table { 
	display:none; 
}
.business-inner .conts-box table { 
	border-collapse: collapse;
    border-spacing: 0;
	margin-top:30px;
	width:100%; 
	table-layout:fixed;
}
.business-inner .conts-box table caption { 
	margin-bottom:7px;
	font-weight:300; font-size:15px;
	text-align:left;
}
.business-inner .conts-box table th,
.business-inner .conts-box table td { 
	padding:12px 5px;
	border:1px solid #8ba99e;
	font-weight:300; font-size:16px; 
	text-align:center;
}
.business-inner .conts-box table th { 
	background:#8ba99e; 
	color:#fff;
}
.business-inner .conts-box table td { 
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#444; 
	word-break:normal;
}
.business-inner .conts-box table + p { 
	margin-top:20px;
	font-size:15px;
}
.business-inner .conts-box table + p strong { 
	font-size:15px;
	color:#333;
}

.business-inner .process-img { 
	margin-top: 30px;
	background: #f5f5f5; 
	text-align:left;
}
.business-inner .process-img.no-bg { 
	background: #fff; 
}
.business-inner .process-img:first-child { 
	margin-top: 0; 
}
.business-inner .process-img img {
	max-width:100%;
}
.business-inner .conts-box ul { 
	margin: 15px 0 30px; padding:20px 35px;
	background:#f7f7f7; 
}
.business-inner .conts-box ul:last-child { 
	margin-bottom: 0; 
}
.business-inner .conts-box ul li { 
	position:relative;
	margin:8px 0; padding-left: 12px;
	font-weight:300; font-size:18px; 
}
.business-inner .conts-box ul li:before { 
	content:'';
	position:absolute; top:10px; left:0;
	width:4px; height:4px;
	background: #8d7c5f;
}

.business-inner .conts-box .tip-wrap { 
	margin:28px 0 70px; 	 
}
.business-inner .conts-box .tip-wrap:last-child { 
	margin-bottom: 0; 
}
.business-inner .conts-box .tip-wrap h1 { 
	display:inline-block;
	vertical-align:top;
	width:40px; height:40px;
	border-radius:50%;
	background: #8d7c5f;
	font-style:italic; font-weight: 300; font-size:15px; line-height:40px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	letter-spacing:0;
	text-align:center;
}
.business-inner .conts-box .tip-wrap p { 
	display:inline-block;
	vertical-align:top;
	padding-left:18px;
	width:calc(100% - 40px);
	font-weight:300; font-size:14px;
}

@media screen and (max-width: 1024px) { 
	.business-inner .conts-inner-box dl.n3 dd { 
		width:50%;	 
	}
}
@media screen and (max-width: 768px) { 
	.business-box .conts-outer { 
		margin-top: 40px; 
	}
	.business-inner .conts-outer > h1 { 
		margin-bottom:20px;
		width:100%;
	}
	.business-inner .conts-outer > h1 span { 
		font-size:22px;
	}
	.business-inner .conts-outer > h1 span:before { 
		height:20px; 
	}
	.business-inner .conts-outer > h1 span br { 
		display:none; 
	}
	.business-inner .conts-box { 
		width:100%; 
	}
	.business-inner .conts-box dl dt , 
	.business-inner .conts-box dl dd , 
	.business-inner .conts-box p,
	.business-inner .conts-box ul li { 
		font-size:16px; 
	}
	.business-inner .conts-box table th,
	.business-inner .conts-box table td { 
		font-size:15px; 
	}
	.business-inner .conts-box > h1 { 
		font-size:16px;
	}
	.busi
	.business-inner .conts-inner-box h1 { 
		margin:25px 0 5px; 
		font-size:18px;
	}
	.business-inner .conts-inner-box p { 
		font-size:15px; 
	}
	.business-inner .conts-box ol li { 
		margin:5px 0;
		font-size:16px; line-height:25px;
	}
	.business-inner .conts-box ol li span { 
		width:25px; height:25px;
		line-height:25px;
	}
}
@media screen and (max-width:640px) { 
	.business-inner .conts-box .web-table { 
		display:none; 
	}
	.business-inner .conts-box .m-table { 
		display:table;
	}
}
@media screen and (max-width:480px) { 
	.business-top-banner { 
		height:120px; 
	}
	.business-box .conts-outer { 
		margin-top: 30px; 
	}
	.business-inner .conts-outer > h1 { 
		margin-bottom: 10px; 
	}
	.business-inner .conts-outer > h1 span { 
		padding-left: 7px;
		font-size:18px;
	}
	.business-inner .conts-outer > h1 span:before { 
		height:16px; 
	}
	.business-inner .conts-box { 
		padding-top: 10px; 
	}
	.business-inner .conts-box dl { 
		margin-top: 20px;
		padding:20px 15px; 
	}
	.business-inner .conts-box dl dt { 
		margin-bottom: 10px; 
		padding-left: 7px;
	}
	.business-inner .conts-box dl dd:before,
	.business-inner .conts-box ul li:before { 
		top:7px;
		width:3px; height:3px; 
	}
	.business-inner .conts-box dl dt , 
	.business-inner .conts-box dl dd , 
	.business-inner .conts-box p ,
	.business-inner .conts-box ul li { 
		font-size:14px; 
	}
	.business-inner .conts-box p.bg,
	.business-inner .conts-box ul { 
		padding:15px; 	 
	}
	.business-inner .conts-box ul li { 
		padding-left: 7px; 
	}
	.business-inner .conts-box .text-list li { 
		margin-top:0; padding-left:0; 
	}
	.business-inner .conts-box .text-list li strong { 
		position:relative; top:0;
		margin-bottom:3px; padding:6px 7px 4px;
		width:auto; height:auto; line-height:1;
	}
	.business-inner .conts-box table { 
		margin-top:20px; 
	}
	.business-inner .conts-box table caption { 
		font-size:14px; 
	}
	.business-inner .conts-box table th,
	.business-inner .conts-box table td { 
		padding:7px 2px;
		font-size:12px; 
	}
	.business-inner .conts-box table + p { 
		margin-top:10px;
		font-size:13px;
	}
	.business-inner .conts-box table + p strong { 
		font-size:13px; 
	}
	.business-inner .conts-box > h1 { 
		margin:20px 0 5px;
		font-size:15px; 
	}
	.business-inner .conts-box > h1:after { 
		margin-bottom:15px;
		width:30px; 
	}
	.business-inner p + .conts-inner-box { 
		margin-top:10px; 
	}
	.business-inner .conts-inner-box dl dd { 
		font-size:14px; 
	}
	.business-inner .conts-inner-box dl.history dt { 
		margin:15px 0 -22px;
		width:70px;
		font-size:14px; 
	}
	.business-inner .conts-inner-box dl.history dd { 
		padding-left:70px;
	}
	.business-inner .conts-inner-box dl dt em { 
		font-size:14px; 
	}
	.business-inner .conts-inner-box h1 { 
		margin:15px 0 5px; 
		font-size:16px;
	}
	.business-inner .conts-inner-box p { 
		font-size:14px; 
	}
	.business-inner .conts-inner-box dl.n3 { 
		padding:15px 50px 15px 90px;
	}
	.business-inner .conts-inner-box dl.n3 dt { 
		top:18px; left:20px;
	}
	.business-inner .conts-inner-box dl.n3 dd { 
		margin:3px 0;
		width:100%; 
	}
	.business-inner .conts-box ol li { 
		margin:3px 0;
		font-size:14px; line-height:20px;
	}
	.business-inner .conts-box ol li span { 
		margin-right:5px;
		width:20px; height:20px;
		font-size:11px; line-height:20px;
	}
	.business-inner .process-img { 
		margin-top:20px; 
	}
	.business-inner .conts-box .tip-wrap { 
		margin:18px 0 40px; 	 
	}
	.business-inner .conts-box .tip-wrap h1 { 
		width:35px; height:35px;
		line-height:35px;
	}
	.business-inner .conts-box .tip-wrap p { 
		padding-left: 10px;
		width:calc(100% - 35px);
		font-size:13px;
	}
}


/*
	승소사례 
*/
.case-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-list > li { 
	display:inline-block;
	margin:0 0 25px 20px; padding:20px 17px 30px 17px;
	width:calc(100% / 3 - 17px);
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	background: #fff;
	vertical-align:top;
	transition:.3s;
}

.case-list.photo > li {
	display:inline-block;
	margin:0 0 25px 20px; 
	padding:0 0 12px 0;
	width:calc(100% / 3 - 20px);
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	background: #fff;
	vertical-align:top;
	transition:.3s;
}
.case-list > li:hover { 
	border:1px solid #1e587a;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}

.case-list > li:nth-child(3n+1) { 
	margin-left: 0; 
}

.case-list.photo > li:nth-child(3n+1) { 
	margin-left: 0;
}



.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 20px; width:100%; 
}
.case-list .cate-name { 
	display:block;
	font-weight: 400; font-size:17px;
	color:#1e587a;
}
.case-list strong { 
	overflow:hidden;
	display:block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px;
	text-overflow:ellipsis;
	margin:15px 0 3px;
	font-weight: 400; font-size:20px;
	color:#333;
	word-break: keep-all;
/*	white-space:nowrap;  */
}
.case-list.news strong { 
	height: 57px;
}
/*.case-list strong { 
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;
	margin:10px 0 0;
	font-weight: 300; font-size:20px;
	color:#333;
	white-space:nowrap;
	padding-bottom: 10px;
}
*/
.case-list.photo strong { 
overflow:hidden;
	display:block;
	text-overflow:ellipsis;
	margin:3px 0 0 10px;
	font-weight: 300; font-size:20px;
	color:#333;
	white-space:nowrap;

}
.case-list.photo strong:after { 
	display:none; 
}
.case-list .bo-content { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:70px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
}
.case-list .date { 
	display:block;
	margin-top: 15px;
	font:500 14px/1 'Roboto',sans-serif;
	color:#666;
}
.case-list.photo .date { 
	display:block;
	margin: 15px 0 0 10px;
	font:500 14px/1 'Roboto',sans-serif;
	color:#666;	
}

.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 > li a > img { 
		margin-bottom: 15px; 
	}
	.case-list .cate-name { 
		font-size:14px; 
	}
	.case-list  strong { 
		font-size:18px; 
	}
	.case-list .cont .bo-content { 
		height:40px;
		font-size:14px; line-height: 20px;
	}
}
@media screen and (max-width: 640px) { 
	.case-list  strong { 
		font-size:16px; 
	}
	.case-list .bo-content{
		font-size: 14px;
	}
}
@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; 
	}
	.case-list.photo > li
	{
	    margin-left: 0;
		margin-bottom:15px;
		width: 100%;
	}
}


/* 상담문의 */
.online-info { 
	width:100%;
	font-size:0;
}
.online-info > section { 
	display:inline-block;
	vertical-align:top;
	margin-left:55px; padding:58px 20px 0;
	width:calc(100% / 3 - 37px); height:370px;
	background:#f7f4f0;
	text-align:center;
}
.online-info > section:first-child { 
	margin-left:0; 
}
.online-info > section:hover {
	border-color:#fff;

}

.online-info > section> box-wrap{
	width: 100%;
}
.online-info > section h1 { 
	line-height:0;
}
.online-info > section h1 span { 
	display:block;
	margin-top:20px;
	font-weight:400; font-size:30px; line-height:1;
	color:#333;
}
.online-info > section dl:first-of-type { 
	margin-top:40px; 
}
.online-info > section dl { 
	display:inline-block; 
	margin:5px auto;
	width:235px;
}
.online-info > section dl dt,
.online-info > section dl dd { 
	display:inline-block;
	font-weight:300; font-size:18px;
	color:#333;
	vertical-align:top;
}
.online-info > section dl dt { 
	width:100px;
	text-align:right; 
}
.online-info > section dl dd { 
	width:calc(100% - 100px);
	font-family:'Roboto';
	letter-spacing:0;
}
.online-info > section p { 
	margin-top:40px;
	font-weight:300; font-size:18px;
	color:#333;
	word-break:keep-all;
}
.online-info > section a { 
	display:block;
	font-size: 0;
	margin:40px auto 0;
	width:180px;
	border:1px solid #333;
	font-weight:300; font-size:18px; line-height:42px;
	color:#333;
}
.online-info > section a:hover { 
	border:1px solid #ca9e5e;
	
}
.online-info > section .online-btn { 
	display:block;
	margin:40px auto 0;
	width:180px;
	border:1px solid #333;
	font-weight:300; font-size:18px; line-height:42px;
	color:#333;
}


@media screen and (max-width: 1024px) { 
	.online-info > section { 
		margin-left:30px;
		width:calc(100% / 3 - 20px); 
	}
}
@media screen and (max-width: 900px) { 
	.online-info > section { 
		padding-top:40px;
		height:300px;
	}
	.online-info > section h1 img { 
		height:55px;
	}
	.online-info > section h1 span { 
		margin-top:15px;
		font-size:24px; 
	}
	.online-info > section dl { 
		width:205px; 
	}
	.online-info > section dl:first-of-type { 
		margin-top:30px; 
	}
	.online-info > section dl dt,
	.online-info > section dl dd { 
		font-size:16px; 
	}
	.online-info > section dl dt { 
		width:90px; 
	}
	.online-info > section dl dd { 
		width:calc(100% - 90px); 
	}
	.online-info > section p { 
		margin-top:30px;
		font-size:16px;
	}
	.online-info > section a { 
		margin-top:30px;
		font-size:16px;
	}
	.online-info > section .online-btn { 
		margin-top:30px;
		font-size:16px;
	}
}
@media screen and (max-width: 768px) { 
	.online-info > section { 
		margin-left:0; margin-top:20px;
		width:100%;
	}
	.online-info > section:first-child { 
		margin-top:0; 
	}
}
@media screen and (max-width: 640px) { 
	.online-info > section { 
		margin-top:15px;
		padding-top:30px; padding-bottom:30px;
		height:auto;
	}
	.online-info > section h1 img { 
		height:35px;
	}
	.online-info > section h1 span { 
		margin-top:10px;
		font-size:18px; 
	}
	.online-info > section dl { 
		width:205px; 
	}
	.online-info > section dl:first-of-type { 
		margin-top:20px; 
	}
	.online-info > section dl dt,
	.online-info > section dl dd { 
		font-size:14px; 
	}
	.online-info > section dl dt { 
		width:90px; 
	}
	.online-info > section dl dd { 
		width:calc(100% - 90px); 
	}
	.online-info > section p { 
		margin-top:20px;
		font-size:14px;
	}
	.online-info > section a { 
		margin-top:20px;
		width:120px;
		font-size:13px; line-height:34px;
	}
	.online-info > section .online-btn { 
		margin-top:20px;
		width:120px;
		font-size:13px; line-height:34px;

	}
}

.customer-info { 
	margin-top:50px; padding:6% 0;
	width:100%; 
	border:3px solid #27282b;
	font-size:0;
}
.customer-info > section { 
	display:inline-block;
	vertical-align:middle;
}
.customer-info-time { 
	width:27.26%; 
	text-align:center;
}
.customer-info-time p { 
	display:block;
	margin-top:30px;
	font-weight:300; font-size:26px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#333;
}
.customer-info-detail { 
	border-left:1px solid #dbdbdb;
	width:calc(100% - 27.26%); 
}
.customer-info-detail dl { 
	overflow:hidden;	
	margin-bottom:20px;
}
.customer-info-detail dl:last-child { 
	margin-bottom:0; 
}
.customer-info-detail dl dt,
.customer-info-detail dl dd { 
	float:left; 
	font-weight:300;
}
.customer-info-detail dl dt { 
	clear:both;
	margin-bottom:-24px; padding-left:34px;
	width:320px; 
	font-size:20px;
	color:#333;
}
.customer-info-detail dl dd { 
	padding-left:320px;
	width:100%; 
	font-size:19px;
	color:#666;
}

@media screen and (max-width: 1024px) { 
	.customer-info { 
		padding:7% 5%; 
	}
	.customer-info-time { 
		padding-bottom:5%;
		width:100%; 
	}
	.customer-info-detail { 
		padding-top:5%;
		width:100%;
		border-top:1px solid #dbdbdb;
		border-left:0 none;
	}
	.customer-info-detail dl dt { 
		padding-left:0; 
	}
}
@media screen and (max-width: 768px) {
	.customer-info-time img { 
		height:60px; 
	}
	.customer-info-time p { 
		margin-top:20px;
		font-size:20px;
	}
	.customer-info-detail dl dt { 
		margin-bottom:-19px;
		font-size:16px; 
	}
	.customer-info-detail dl dd { 
		padding-left:240px;
		font-size:15px; 
	}
} 
@media screen and (max-width: 640px) {
	.customer-info { 
		margin-top:30px; 
	}
	.customer-info-time img { 
		height:40px; 
	}
	.customer-info-time p { 
		margin-top:10px;
		font-size:18px;
	}
	.customer-info-detail dl dt ,
	.customer-info-detail dl dd { 
		float:none;
		width:100%; 
	}
	.customer-info-detail dl dt { 
		margin-bottom:3px; 
		font-size:15px; 
	}
	.customer-info-detail dl dd { 
		padding-left:0; 
		font-size:14px; 
	}
} 


/* 분사무소&다문화 */
.office-wrap { 
	width:100%;
	font-size:0;
}
.office-wrap > section { 
	display:inline-block;
	vertical-align:top;
}
.office-wrap .img-wrap { 
	width:49.286%;
}
.office-wrap .img-wrap img { 
	max-width:100%;
}
.office-wrap .text-wrap { 
	margin-top:-10px;
	padding-left:3%;
	width:calc(100% - 49.286%);
}
.office-wrap .text-wrap p { 
	font-weight:300; font-size:19px; line-height:1.9;
	color:#666;
	word-break:keep-all;
}
.office-wrap .text-wrap p strong { 
	font-weight:300; font-size:26px;
}
.office-wrap .text-wrap p em { 
	font-style:normal;
	color:#d3691b;
}

@media screen and (max-width:768px) { 
	.office-wrap .img-wrap { 
		width:100%; 
	}
	.office-wrap .text-wrap { 
		margin-top:20px; padding-left:0;
		width:100%;
	}
	.office-wrap .text-wrap p { 
		font-size:16px; line-height:1.5; 
	}
	.office-wrap .text-wrap p strong { 
		font-size:22px; line-height:1.3;
	}
}
@media screen and (max-width:640px) { 
	.office-wrap .text-wrap p { 
		font-size:14px;
	}
	.office-wrap .text-wrap p strong { 
		font-size:18px;
	}
}


.greeting-mobile
{
	display: none;
}
.mobile-br
{
	display: none;
}

@media screen and (max-width:640px) { 
	.greeting-mobile
	{
		display: inherit;
	}
	.greeting-pc
	{
		display: none;
	}
	.mobile-br
	{
		display: inherit;
	}
	.pc-br
	{
		display: none;
	}

}

/*플로팅 메뉴 */
.floating-menu { 
	display:none;
	position:fixed; bottom:0; left:0; 
	width:100%;
/*	background:rgba(72,10,19,.9);*/
	background:rgba(81,55,37,.8);
	font-size:0;
}
.floating-menu li { 
	display:inline-block;
	width:calc(100% / 3);
	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:100%; 
}
.floating-menu li a span { 
	font-size:21px; line-height:73px;
	color:#fff;
}

@media(max-width:480px){
	/*플로팅 메뉴*/
.floating-menu { 
		display:block; 
		z-index: 999;

	}
.floating-menu li a img { 
		margin-right:5px;
		height:100%; 
	}
.floating-menu li a span { 
		font-size:16px; line-height:55px; padding-left: 5px;
	}

}

.member-slide {
	padding:0 50px;
	margin-top:50px;
}
.member-slide .slick-slide img {
	width:100%;
}
.member-slide .slide_top .slick-arrow { 
	position:absolute; top:50%;
	z-index:555;
	margin-top:-25px;
	width:30px; height:50px;
}
.member-slide .slide_top .slick-prev { 
	left:10px;
	background:url('/images/sub/member/office_prev.png') no-repeat center center;
}
.member-slide .slide_top .slick-next { 
	right:10px;
	background:url('/images/sub/member/office_next.png') no-repeat center center;
}
.member-slide .slide_bt {
	margin-top:10px;
}
.member-slide .slide_bt .slick-slide {
	padding-right:5px;
}
@media screen and (max-width: 1024px) { 
	.member-slide {
		
	}
}
@media screen and (max-width: 768px) { 
	.member-list li {
		padding:0 5px 0 0;
	}
	.member-list li:nth-child(2n) {
		padding:0 0 0 5px;
	}
	.member-list li a span {
		font-size:14px;
	}
	.member-list li a span strong {
		font-size:20px;
		padding-right:5px;
	}
	.member-slide
	{
		padding: 0;
		margin-top: 0;
	}
}



