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


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

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

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

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

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

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

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

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

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

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#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:#626262;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:24px;} 
.td_datetime{font-size: 18px;}
.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; font-size: 18px;}
.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:17px 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 .success_date{font-size:10px;}
.tbl_head01 a:hover {text-decoration:underline}
.bo_tit a {font-weight: 400; color:#666;}
.td_num2 {text-align:center;}
.tbl_head01 .ca-name {width:200px; text-align:center;}
.tbl_head01 .ca-name a {display:inline-block; width:90px; height:30px; border-radius:15px; background:#e5e5e5; font-weight:300; font-size:18px; line-height:30px; color:#1a1a1a;}

 @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;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;
	-webkit-overflow-scrolling :touch;
}
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 { 
	min-width:100% !important; 
	-webkit-overflow-scrolling :touch;
}
@media screen and (min-width: 321px) { 
	#wrapper { 
		overflow-x:hidden; 
	}
}

/* -------- header -------- */
#header { 
	position:fixed; top:0; left:0; 
	z-index:99999;
	width:100%; min-height:100px;
	background:rgba(7,7,7,.5);
	border-bottom:1px solid rgba(255,255,255,.3);
}
.sub #header { 
	background:none;
}
.hader-inner { 
	position:relative;
	margin:0 auto;
	min-height:100px;
}
.hader-inner .logo { 
	position:absolute; top:50%; left:65px;
	margin-top:-27.5px;
}
.hader-inner .logo .logo-on { 
	display:none; 
}
.hader-inner .logo a { 
	display:block; 
	height: 55px;
}
.hader-inner .logo a img
{
	height: 100%;
}
.sub #header.fixed { 
	background:rgba(7,7,7,.5);
}

@media screen and (max-width: 1440px) { 
	.hader-inner { 
		width:100%; 
	}
	.hader-inner .logo { 
		left:4%; 
	}
}
@media screen and (max-width: 1200px) { 
	#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: -18px; 
	}
	.hader-inner .logo a { 
		height:36px;	 
	}
}
@media screen and (max-width: 640px) { 
	#header ,
	.hader-inner { 
		min-height:60px;
	}
	.hader-inner .logo { 
		margin-top: -15px; 
	}
	.hader-inner .logo a { 
		height:30px;	 
	}
}


/* gnb */
.hader-inner .gnb { 
	float:left; 
	width:100%;
	text-align:center;
}
.hader-inner .gnb .gnb-1depth-li { 
	position:relative;
	display:inline-block;
	padding:0 4%;
	vertical-align:middle;
	/* text-align:center; */
}
.hader-inner .gnb .gnb-1depth-li > a { 
	display:block;
	font-weight: 400;
	font-size:22px; line-height: 100px;
	color:#fff;
}

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

.nav-full { 
	position:fixed; top:-100%; left:0;
	z-index:999;
	padding:12% 10%;
	width:100%; height:100vh;
	background: rgba(65,62,57,.95);
	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: 1201px) { 
	.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(65,62,57,.85);
		transition:.3s;
		text-align:center;
	}
	.hader-inner .gnb .gnb-2depth-a { 
		display:block;
		padding:5px 0;
		font-size:15px;
		color:#fff;
	}
	.hader-inner .gnb .gnb-2depth-a:hover { 
		color:#ffe156;
	}

	.gnb-1depth-li:hover .gnb-2depth { 
		padding:20px 0; height:auto;
	}
}
@media screen and (max-width: 1440px) { 
	.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: 1440px) { 
	.hader-inner .gnb { 
	}
	.hader-inner .gnb .gnb-1depth-li { 
		padding:0 3%;
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:22px; 
	}
}
@media screen and (max-width: 1200px) { 
	.hader-inner .gnb { 
	}
	.hader-inner .gnb .gnb-1depth-li >a { 
		font-size:16px; 
	}
}
@media screen and (max-width: 1200px) { 
	#header .gnb { 
		display:none;
		position:absolute; top:0; left:0;
		margin-left:0; padding:0 ;
		width:100%; height:100vh;
		background:#fff;
		text-align:center;
	}
	#gnb-1depth { 
		position:absolute; top:50%; left:0;
		transform:translateY(-50%);
		width:100%;
	}
	#header .gnb .gnb-1depth-li { 
		display:block;
		padding:0;
		/* background: #1d4c8c; */
	}
	#header .gnb-1depth-li.on { 
		/* background:#041c3c; */
	}
	#header .gnb-1depth-li:first-child.on { 
		/* border-top:#041c3c; */
	}
	#header .gnb-1depth-a { 
		display:block;
		/* border-bottom:1px solid rgba(255,255,255,.34); */
		font-weight:400;
		font-size:18px; line-height: 50px;
		color:#333 !important;
	}
	#header .gnb-2depth { 
		display:none;
		padding:10px 0;
		background: #f5f5f5;
	}
	#header .gnb-2depth-a { 
		display:block;
		font-weight:300;
		font-size:16px; line-height: 36px;
		color:#808080;
	}

	.nav-full { 
		display:none; 
	}
}

.menu-btn { 
	position:absolute; top:50%; right:120px;
	margin-top: -10px;
	width:24px; height:20px;
	cursor:pointer;
}
.menu-btn span { 
	position:absolute;
	left:0;
	width:100%; height:2px;
	background: #fff;
	transition:.3s;
}
.menu-btn span:nth-child(1) { 
	top:0; 
}
.menu-btn span:nth-child(2) { 
	top:50%; 
	margin-top: -1px;
}
.menu-btn span:nth-child(3) { 
	bottom:0; 
}
.menu-btn.on span:nth-child(1) { 
	transform:rotate(45deg);
	top:15px;
}
.menu-btn.on span:nth-child(2) { 
	opacity:0;
}
.menu-btn.on span:nth-child(3) { 
	transform:rotate(-45deg);
	top:15px; bottom:auto;
}

@media screen and (max-width: 1440px) { 
	.menu-btn { 
		right:4%; 
	}
}
@media screen and (max-width: 1200px) { 
	.menu-btn.on span { 
		background:#333;
	}
}
@media screen and (max-width: 1024px) { 
	.menu-btn { 
		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:20px; left:6px;
	}
}


/* -------- footer -------- */
#section4,
#footer { 
	clear:both;
	padding:20px 60px; 
	background: #413e39; 
}
#section4 .foot-logo img,
#footer .foot-logo img { 
	display:inline-block;
}
#section4 .inner ,
#footer .inner { 
	font-size:0;
}
#footer .inner { 
	margin:0 auto;
	width:1200px; 
}
#section4  .footer-bottom ,
#footer  .footer-bottom { 
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 108px);
}
#section4 .footer-bottom address span,
#footer .footer-bottom address span { 
	display:inline-block;
	margin:4px 17px 4px 0; 
	font-style:normal;
	font-weight:300; font-size:13px; line-height:1;
	font-family: 'Roboto' ,'Noto Sans KR', sans-serif; 
	color:#b9b6b2;
	letter-spacing:0;
	word-break:keep-all;
	vertical-align:top;
}
#footer .footer-bottom address span:nth-of-type(1),
#footer .footer-bottom address span:nth-of-type(2),
#section4 .footer-bottom address span:nth-of-type(1),
#section4 .footer-bottom address span:nth-of-type(2) { 
	margin-bottom:20px;
	font-size:15px;
}
#footer .footer-bottom address span:nth-of-type(1) ,
#section4 .footer-bottom address span:nth-of-type(1) { 
	margin-right:30px;
}
#footer .footer-bottom address span strong,
#section4 .footer-bottom address span strong { 
	font-weight:400;
	color:#fff;
}
#footer .footer-bottom address .copy,
#section4 .footer-bottom address .copy { 
	display:block;
}
#section4 .foot-logo,
#footer .foot-logo { 
	display:inline-block;
	vertical-align:middle;
}
#section4 .btn-top { 
	display:none;
}
#section4 .btn-top,
#footer .btn-top { 
	position:fixed; bottom:30px; right:30px;
	z-index:777;
	background: url('/images/common/top_arrow.png') no-repeat center 15px;
	font-size:14px; line-height: 1;
	color:#33383e;
	text-align:center;
}
@media screen and (max-width: 1440px) { 
	#section4 .inner ,
	#footer .inner { 
		width:100%; 
	}	 
}
@media screen and (max-width: 850px) { 
	#section4,
	#footer { 
		padding:40px 30px; 
	}
	#section4 .foot-logo ,
	#footer .foot-logo { 
		display:none;
		width:100%; 
		text-align:center;
	}
	#section4 .foot-logo img ,
	#footer .foot-logo img { 
		max-width:100%; 
		width:auto; height:60px;
	}
	#section4  .footer-bottom,
	#footer  .footer-bottom { 
		width:100%;
	}
	#section4  .footer-bottom ul li,
	#footer  .footer-bottom ul li { 
		margin:0 13px; 
	}
	#section4  .footer-bottom address span,
	#footer  .footer-bottom address span { 
		float:none;
		display:inline-block;
	}
}
@media screen and (max-width: 800px) { 
	#section4,
	#footer { 
		position:relative;
	}
	#section4 .btn-top,
	#footer .btn-top { 
		display:block;
		position:absolute; top:-22px; bottom:auto; right:25px;
		width:30px; height:70px;
		background:url('/images/common/m_btn_top.png') no-repeat right 0;
		background-size:100% auto;
	}
	#section4 .btn-top img,
	#footer .btn-top img { 
		display:none;
	}
}
@media screen and (max-width: 640px) { 
	#section4,
	#footer { 
		padding:40px 0 ; 
	}
	#section4 .inner, #footer .inner { 
		padding:0 20px; 
	}
	#section4 .foot-logo, #footer .foot-logo { 
		margin-bottom:20px; 
	}
	#section4 .foot-logo img,
	#footer .foot-logo img { 
		height:35px; 
	}
	#section4  .footer-bottom ul ,
	#footer  .footer-bottom ul  { 
		margin-bottom:20px;
	}
	#section4  .footer-bottom ul li,
	#footer  .footer-bottom ul li { 
		margin:0 5px;
	}
	#section4  .footer-bottom ul li a,
	#footer  .footer-bottom ul li a { 
		font-size:13px; 
	}
	#section4 .footer-bottom address,
	#footer .footer-bottom address { 
	}
	#section4  .footer-bottom address span,
	#footer  .footer-bottom address span { 
		font-size:13px; 
	}
	#section4  .footer-bottom address span:nth-of-type(1),
	#section4  .footer-bottom address span:nth-of-type(2) { 
		display:block;
	}
	#section4  .footer-bottom address span:nth-of-type(1) { 
		margin-bottom:10px;
	}
	#section4 .footer-bottom address span:last-child,
	#footer .footer-bottom address span:last-child { 
		margin-top: 20px; 
		font-size:12px; 
	}
	#section4 .footer-bottom address span:before, #footer .footer-bottom address span:before { 
		margin:0 5px; line-height:12px; 
	}
	#section4  .footer-bottom address span:nth-child(3):before,
	#footer  .footer-bottom address span:nth-child(3):before ,
	#section4  .footer-bottom address span:nth-of-type(6):before,
	#footer  .footer-bottom address span:nth-of-type(6):before { 
		display:none; 
	}
}


/* main
------------------------------------------------------ */
.main-contents { 
	width:100%;
}


#counter1,
#counter2 {
	color:#fff;
	background:#1351BA;
}

/* -------- visual -------- */
.main-visual { 
	position:relative;
	overflow:hidden;
	min-height:1600px;
	min-height:1000px;
	background:#000;
}
.main-visual .fp-tableCell { 
	padding-top:0;	 
}
.visual-text { 
	position:absolute; top:50%; left:0;
	z-index:888;
	transform:translateY(-50%);
	padding:0 30px;
	width:100%;
	text-align:center;
	word-break:keep-all;
} 
.visual-text h1 { 
	font-size: 50px;
    color: #fff;
    animation: fadeInUp 1000ms both 400ms;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -2px;
}

.visual-text h1 span { 
	font-size:45px;
	font-weight: 300;
	color:#fff;
	animation: fadeInUp 1000ms both 400ms;	 
	letter-spacing: -2px;
}
.visual-text p {
	width: 1200px;
	margin:0 auto;
	font-size: 48px;
	font-weight: 600;
	margin-top: 50px;
	color:#fff;
	animation: fadeInUp 1000ms both 1400ms;
}
.visual-text p span {
	font-weight: 400;
	font-size: 44px;
}
.visual-text .search-form { 
	position:relative;
	margin:40px auto 0;
	width:680px; height:75px;	 
	animation: fadeInUp 1000ms both 800ms; 
}
.visual-text .search-form input { 
	padding:0 60px 0 20px;
	width:100%; height:75px;
	border:1px solid rgba(255,255,255,.4);
	background:rgba(0,0,0,.5);
	font-size:20px;
	color:#fff;
}
.visual-text .search-form button { 
	position:absolute; top:50%; right:23px; 
	margin-top:-14px;
	background:none;
	border:0 none;
}



.visual-text  .visual-btn { 
	position:relative;
	max-width:1700px;
	margin:0 auto;
	padding-top:45px;
	animation: fadeInUp 1000ms both 1200ms; 
	font-size:0;
	text-align: center;
}
.visual-text  .visual-btn li { 
	display:inline-block;
	vertical-align:top;
	width:calc(100%/9);
	padding:7px;
}
.visual-text .visual-btn li a { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
	height:180px;
    border: 1px solid rgba(255,255,255,.3);
    background: rgba(0,0,0,.3);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
 
}
.visual-text .visual-btn li a strong {
	display:block;
	padding:20px 0 0 0;
	font-size:26px;
	font-weight:400;
	letter-spacing:-0.05rem;
}
.visual-text .visual-btn li a h1 {
	display:block;
	padding:12px 0 0;
	font-size:20px;
	font-weight:400;
	letter-spacing:-0.05rem;
}
.visual-text .visual-btn li a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width:150px; height:48px;
	border:1px solid rgba(255,255,255,.2);
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.03rem;
	line-height:1;
}
.main-visual video { 
	position:absolute; top:0; left:0; right: 0; bottom: 0;
	z-index:77;
	min-width: 100%;
	min-height: 100%;
	opacity:0.7;
}
#visualVideo.pause{filter: blur(4px);}
.mb_br {
	display: none;
}
.mgrt {
	margin-right:50px;
}

@media screen and (max-width: 850px) { 
	.main-visual
	{
		min-height: 1400px;
		height: 850px;
	}
	.main-visual video { 
		position:absolute;
		top:50%; left:50%; right:auto; bottom:auto;
		transform:translate(-50%,-50%); 
		height:calc(100vh + 2px);
	}
}
@media screen and (max-width: 800px) { 
	.visual-text { 
		position:absolute;
		padding:0 70px;
		top:48%;
	} 
	.visual-text h1 { 
		font-size:55px;
	}
	.visual-text .search-form { 
		width:100%; height:70px;
	}
	.visual-text .search-form input { 
		height:70px;
	}
	.visual-text .visual-btn {
		margin:0 -50px;
	}
	.visual-text .visual-btn li a {
		height:230px;
	}
	.visual-text .visual-btn li a img {
		width:40px;
	}
	.visual-text .visual-btn li a strong {
		font-size:20px;
	}
	.visual-text .visual-btn li a span {
		width:90%;
		font-size:15px;
	}
}
@media screen and (max-width: 768px) { 
	.visual-text { 
		padding:0 50px;
	}
}
@media screen and (max-width: 640px) { 
	.visual-text { 
		padding:0 20px;
	}
	.visual-text h1 { 
		font-size:30px;
	}
	.visual-text h1 span { 
		font-size:30px; 
	}
	.visual-text .search-form { 
		margin-top:30px;
		width:100%; height:54px;
	}
	.visual-text .search-form input { 
		height:54px;
	}

	.visual-text  .visual-btn { 
		padding-top:20px;
		margin:0 -20px;
	}
	.visual-text .visual-btn li {
		width:50%;
	}
	.visual-text .visual-btn li a {
		height:140px;
	}
	
	.visual-text .visual-btn li a img {
		width:33px;
	}
	.visual-text .visual-btn li a strong {
		padding:10px 0 0 0;
		font-size:14px;
		line-height:1;
	}
	.visual-text .visual-btn li a h1 {
		
		padding:10px 0 0;
		font-size:15px;
		
	}
	.visual-text .visual-btn li a span {
		font-size:12px;
		width:80%;
		height:35px;
	}

	.visual-text p {
		width: 100%;
		font-size: 24px;
		text-align: center;
		margin-top: 28px;
	}
	.visual-text p span {
		font-size: 22px;
	}
	.mb_br {
		display: inline;
	}
	.mgrt {
		margin-right:0px;
	}
}
@media screen and (max-width: 360px) { 
	.visual-text h1 { 
		font-size:24px;
	}	
	.visual-text h1 span{
		font-size:24px;
	}	
	.visual-text  .visual-btn li a { 
		font-size:15px; line-height:43px; 
	}

}
.scroll-btn { 
	position:fixed; bottom:60px; left:120px;
	z-index:9999;
}

@media screen and (max-width: 1200px) { 
	.scroll-btn { 
		bottom:30px; left:30px;
	}
}
@media screen and (max-width: 800px) { 
	.scroll-btn { 
		position:absolute; 
	}
}
@media screen and (max-width: 800px) { 
	.scroll-btn img { 
		height:120px;
	}
}

.customer-popup { 
	display:none;
	position:fixed; top:0; left:0; 
	z-index:99999;
	width:100%; height:100%; 
	background:rgba(0,0,0,.5);
}
.customer-popup-box { 
	position:absolute; top:50%; left:50%;
	margin:-167px 0 0 -460px;
	width:960px; height:332px;
	background:#fff;
}
.customer-popup-box h1 { 
	width:100%;
	background:#7e705b;
	font-weight:500; font-size:24px; line-height:80px;
	color:#fff;
	text-align:center;
}
.customer-popup-box section { 
	padding:50px 0; 
	text-align:center;
	font-size:0;
}
.customer-popup-box section dl { 
	display:inline-block;
	vertical-align:top;
	width:33.333%;
	border-left:1px solid #e6e6e6;
}
.customer-popup-box section dl:first-child { 
	margin-left:0; 
}
.customer-popup-box section dl dt  { 
	font-weight:400; font-size:16px;
	color:#808080; 
}
.customer-popup-box section dl dt span { 
	display:block;
	margin:0 auto 17px;
	width:83px; height:83px;
	border-radius:50%;
	background:#f2f2f2;
}
.customer-popup-box section dl dd { 
	margin-top:9px;
	font-weight:700; font-size:18px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#262626;
}
.customer-popup-box a { 
	position:absolute; top:25px; right:25px; 
	width:31px; height:30px;
	font-size:0;
}
.customer-popup-box a:before,
.customer-popup-box a:after { 
	content:'';
	position:absolute; top:50%; left:0;
	margin-top:-1px;
	width:100%; height:2px;
	background:#fff;
	transform:rotate(45deg);
}
.customer-popup-box a:after { 
	transform:rotate(-45deg);
}

@media screen and (max-width: 1020px) { 
	.customer-popup-box { 
		left:30px;
		margin-left:0;
		width:calc(100% - 60px); 
	}
}
@media screen and (max-width: 800px) { 
	.customer-popup { 
		z-index:999999;
	}
}
@media screen and (max-width: 640px) { 
	.customer-popup-box { 
		left:20px;
		margin-top:-254px;
		width:calc(100% - 40px); height:auto;
	}
	.customer-popup-box h1 { 
		font-size:18px; line-height:60px; 
	}
	.customer-popup-box section { 
		padding:20px 30px; 
	}
	.customer-popup-box section dl { 
		margin-top:20px; padding-top:20px;
		width:100%; 
		border-left:0 none;
		border-top:1px solid #e6e6e6;
	}
	.customer-popup-box section dl:first-child { 
		margin-top:0; padding-top:0;
		border-top:0 none;
	}
	.customer-popup-box section dl dt { 
		font-size:15px; 
	}
	.customer-popup-box section dl dt span { 
		margin-bottom:10px;
		width:55px; height:55px; 
	}
	.customer-popup-box section dl dt span img { 
		width:100%; 
	}
	.customer-popup-box section dl dd { 
		margin-top:5px; 
		font-size:16px;
	}
	.customer-popup-box a { 
		top:15px; right:15px; 
	}
}


/* -------- conts -------- */
.main-conts-tit { 
	margin-bottom:15px;
	font-weight:500; font-size:34px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#262626;
	letter-spacing:-1.5px;
	word-break:keep-all;
}
@media screen and (max-width: 800px) { 
	.main-conts-tit { 
		text-align:center;
	}
}
@media screen and (max-width: 640px) { 
	.main-conts-tit { 
		margin-bottom:20px;
		font-size:26px;
	}
}


/* -------- main-conts-wrap -------- */
.main-conts-wrap { 
	display:none;
	overflow:hidden;
	position:absolute; bottom:0; left:50%;
	z-index:999999;
	margin-left:-600px; 
	width:1200px; height:760px;
}
.main-conts-inner { 
	position:relative; top:100%;
	background:#fff;
}
.main-conts-inner > section { 
	overflow:hidden;
	position:relative;
	height:760px;
}
@media screen and (max-width: 1200px) { 
	.main-conts-wrap { 
		left:0; margin-left:0; padding:0 30px;
		width:100%;
	}
}
@media screen and (max-width: 800px) { 
	.main-conts-wrap { 
		display:block !important;
		position:relative;
		padding:0;
		height:auto;
	}
	.main-conts-inner { 
		top:0 !important;
		margin-top:0 !important;
	}
	.main-conts-inner > section { 
		height:auto;
	}
}

/* main-news-list */
.main-news .main-conts-box { 
	padding:60px;
}
.main-news-list { 
	margin-bottom:-30px;
	width:100%;
	font-size:0;
}
.main-news-list li { 
	display:inline-block;
	vertical-align:top;
	margin:0 0 30px 30px;
	width:calc(33.333% - 20px); height:300px;
	border:1px solid #f2f2f2;
	background:#f2f2f2;
	transition:.3s;
}
.main-news-list li:nth-child(odd) { 
	border-color:#7e705b;
	background:#fff;
}
.main-news-list li:nth-child(3n+1) { 
	margin-left:0;
}
.main-news-list li a { 
	position:relative;
	display:block;
	padding:10px 30px;
	width:100%; height:100%;
}
.main-news-list li a:after { 
	content:'';
	position:absolute; bottom:13px; right:30px;
	width:45px; height:27px;
	background:url('/images/main/more_arrow.png') no-repeat 0 0;
}
.main-news-list li a > * { 
	display:block;
}
.main-news-list img
{
	margin: 0 auto;
}
.main-news-list li a .cate-name { 
	margin-bottom:10px;
	font-weight:500; font-size:16px;
	color:#7e705b;
}
.main-news-list li a .subject { 
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:50px;
	font-weight:300; font-size:18px; line-height:23px;
	color:#262626;
	word-break:keep-all;
    margin-bottom: 10px;
}
.main-news-list li a .date { 
	margin-top:20px;
	font-weight:300; font-size:16px;
	color:#666;
	font-family:'Roboto', 'Noto Sans KR',sans-serif;
	letter-spacing:0;
}

.main-news-list li:hover { 
	border-color:#7e705b;
	background:#7e705b;
}
.main-news-list li:hover a:after { 
	background:url('/images/main/more_arrow_on.png') no-repeat 0 0;
}
.main-news-list li:hover a > * { 
	color:#fff;
}

@media screen and (max-width: 800px) { 
	.main-news .main-conts-box { 
		padding:50px 30px;
	}
	.main-news-list li { 
		width:calc(50% - 15px); height:auto;
	}
	.main-news-list li:nth-child(3n+1) { 
		margin-left:30px;
	}
	.main-news-list li:nth-child(2n+1) { 
		margin-left:0;
	}
	.main-news-list li a .cate-name { 
		margin-bottom:15px;
	}
	.main-news-list li a .date { 
		margin-top:30px;
	}
}
@media screen and (max-width: 640px) { 
	.main-news .main-conts-box { 
		padding:40px 20px;
	}
	.main-news-list { 
		margin-bottom:-15px;
	}
	.main-news-list li { 
		margin-bottom:15px; margin-left:0;
		width:100%;
	}
	.main-news-list li:nth-child(3n+1) { 
		margin-left:0;
	}
	.main-news-list li a { 
		padding:22px 20px;
	}
	.main-news-list li a:after { 
		right:20px; bottom:20px;
	}
	.main-news-list li a .subject { 
		height:48px;
		font-size:18px; line-height:24px;
	}
	.main-news-list li a .date { 
		margin-top:25px;
	}
}


/* main-case-list */
.main-case .main-conts-box { 
	padding:50px 60px;
}
.main-case-list { 
	border-collapse: collapse;
	border-spacing:0;
	width:100%;
	table-layout:fixed;
}
.main-case-list thead th { 
	border:1px solid #e0e0e0;
	border-width:1px 0;
	font-weight:500; font-size:16px; line-height:49px;
	color:#333;
	text-align:center;
}
.main-case-list tbody td { 
	padding:12px 0;
	border-bottom:1px solid #e0e0e0;
	vertical-align:middle;
	text-align:center;
}
.main-case-list tbody .cate-name span { 
	display:inline-block;
	width:100px; height:40px;
	border-radius:20px;
	background:#7e705b;
	font-weight:300; font-size:16px; line-height:40px;
	color:#fff;
	text-align:center;
}
.main-case-list tbody .subject { 
	text-align:left;
}
.main-case-list tbody .subject a { 
	overflow:hidden;
	text-overflow:ellipsis;
	display:inline-block;
	max-width:100%;
	font-weight:300; font-size:18px;
	color:#262626;
	white-space:nowrap;
}
.main-case-list tbody .date { 
	font-weight:300; font-size:16px;
	color:#666;
	font-family:'Roboto', 'Noto Sans KR',sans-serif;
	letter-spacing:0;
}
.main-case-list tbody .no-data { 
	font-weight:300; font-size:18px;
	color:#262626;
	text-align:center;
}
.main-case-list + .board-more { 
	display:block;
	margin-top:30px;
	text-align:center;
}
.main-case-list + .board-more a { 
	display:inline-block;
	font-weight:400; font-size:20px;
	color:#262626;
	font-family:'Roboto', 'Noto Sans KR',sans-serif;
	letter-spacing:0;
}
.main-case-list + .board-more a img { 
	margin-left:17px;
}

@media screen and (max-width: 800px) { 
	.main-case .main-conts-box { 
		padding:0 30px 50px;
	}
}
@media screen and (max-width: 640px) { 
	.main-case .main-conts-box { 
		padding:0 20px 40px;
	}
	.main-case-list { 
		border-top: 1px solid #e0e0e0;
	}
	.main-case-list colgroup ,
	.main-case-list thead { 
		display:none;
	}
	.main-case-list tbody tr { 
		border-bottom:1px solid #e0e0e0;
	}
	.main-case-list tbody td { 
		float:left;
		display:block;
		padding:0;
		width:100%;
		border-bottom:0 none;
		text-align:left;
	}
	.main-case-list tbody .cate-name { 
		padding-top:20px;
	}
	.main-case-list tbody .cate-name span { 
		width:80px; height:28px;
		font-size:14px; line-height:28px;
	}
	.main-case-list tbody .subject { 
		padding:15px 0;
	}
	.main-case-list tbody .subject a { 
		white-space:normal;
	}
	.main-case-list tbody .date { 
		padding-bottom:20px;
	}
	.main-case-list + .board-more { 
		margin-top:20px;
	}
}




/* 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:440px;
	text-align:center;
 }

.sub-visual.intro { 
	background: url('/images/sub/sub_visual01.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business { 
	background: url('/images/sub/sub_visual02.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.member { 
	background: url('/images/sub/sub_visual03.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.news { 
	background: url('/images/sub/sub_visual04.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.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 p { 
	margin-bottom: 15px; padding:0 30px;
	font-weight: 300; font-size:20px; line-height: 1.3;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	letter-spacing:1px;
	color:#fff;
	word-break:keep-all;
}
.sub-visual .visual-inner h1 { 
	font-weight: 500; font-size:46px;
	color:#fff;
}

@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 p { 
		margin-bottom:5px;
		font-size:13px;
		letter-spacing:1px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
	 }
}


/* 
	loaction-menu
*/
.loaction-menu { 
}
.loaction-menu ul { 
	display:table;
	margin:0 auto;
	width:1200px;
	table-layout:fixed;
	text-align:center;
}
.loaction-menu ul li { 
	display:table-cell;
	vertical-align:middle;
	height:60px; 
	background:#f0f0f0;
}
.loaction-menu ul li a { 
	font-size:16px;
	color:#808080;
}
.loaction-menu ul li.on { 
	background:#4c4c4c; 
}
.loaction-menu ul li.on a { 
	color:#fff; 
}
@media screen and (max-width: 1200px) { 
	.loaction-menu ul { 
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.loaction-menu ul li { 
		height:50px; 
	}
	.loaction-menu ul li a { 
		font-size:14px;
	}
}


/*
	sub title
*/
.sub-conts-title {
	display:block;
	margin:80px auto 70px;
	text-align:center;
}
.sub-conts-title span { 
	display:inline-block;
	font-weight:500; font-size:34px; 
	color:#333;
}

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



/*
	검색
*/
.search-result { 
	width:100%; 
}
.search-keyword { 
	padding:60px 30px;
	background:#f7f7f7;
	text-align:center;
}
.search-keyword p { 
	font-weight:300; font-size:20px;
	color:#808080;
	word-break:keep-all;
}
.search-keyword p strong { 
	font-weight:400;
	color:#907b5c; 
}
.search-keyword p:first-child { 
	margin-bottom:10px;
	 font-size:28px;
}
.search-keyword p:first-child strong { 
	font-weight:500;
	color:#1a1a1a; 
}

@media screen and (max-width: 640px) { 
	.search-keyword { 
		padding:30px 20px;
	}
	.search-keyword p { 
		font-size:16px; 
	}
	.search-keyword p:first-child { 
		font-size:22px; 
	}
}

.search-list .search-list-title { 
	position:relative;
	margin-top:60px; padding-bottom:25px;
	border-bottom:1px solid #262626;
	font-weight:300; font-size:26px;
	color:#1a1a1a;
}
.search-list .search-list-title strong { 
	font:500; 
}
.search-list .search-list-title a { 
	position:absolute; top:5px; right:0;
	width:24px; height:24px;
	font-size:0;
}
.search-list .search-list-title a:before, 
.search-list .search-list-title a:after { 
	content:'';
	position:absolute; top:50%; left:0;
	margin-top:-1px;
	width:100%; height:2px;
	background:#343434;
}
.search-list .search-list-title a:after { 
	transform:rotate(-90deg); 
}

@media screen and (max-width: 640px) { 
	.search-list .search-list-title { 
		margin-top:40px; padding-bottom:15px;
		font-size:20px;
	}
	.search-list .search-list-title a { 
		width:20px; height:20px; 
	}
}

.member-search-list { 
}
.member-search-list a { 
	display:block;
	padding:20px 30px;
	border-bottom:1px solid #e0e0e0; 
	font-size:0;
}
.member-search-list a > div { 
	display:inline-block;
	vertical-align:top;
}
.member-search-list .img-wrap { 
	width:170px; 
}
.member-search-list .img-wrap img { 
	width:100%; 
}
.member-search-list .text-wrap { 
	padding-left:20px;
	width:calc(100% - 170px); 
}
.member-search-list .text-wrap h1 { 
	font-weight:500; font-size:18px;
	color:#1a1a1a;
}
.member-search-list .text-wrap h1 strong { 
	display:inline-block;
	margin-bottom:10px;
	padding:0 9px; min-width:78px;
	background:#907b5c;
	font-weight:300; font-size:15px; line-height:27px;
	color:#fff;
}
.member-search-list .text-wrap h1 span { 
	display:block;
	font-weight:300; font-size:16px;
	color:#808080;
}
.member-search-list .text-wrap ul { 
	margin-top:20px; 
}
.member-search-list .text-wrap li { 
	font-weight:400; font-size:14px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#808080;
	letter-spacing:0;
}

@media screen and (max-width: 640px) { 
	.member-search-list a { 
		padding:15px 10px; 
	}
	.member-search-list .img-wrap { 
		margin:0 auto; 
	}
	.member-search-list .text-wrap { 
		padding:20px 0 0;
		width:100%;
	}
	.member-search-list .text-wrap h1 strong { 
		font-size:14px; line-height:24px; 
	}
	.member-search-list .text-wrap ul { 
		margin-top:15px; 
	}
}

.search-list .search-list-title + ul { 
	 
}
.search-list .search-list-title + ul li { 
	border-bottom:1px solid #e0e0e0; 
}
.search-list .search-list-title + ul li a { 
	display:block;
	padding:20px 30px;
	font-weight:300; font-size:18px;
	color:#1a1a1a;
}
.search-list .search-list-title + ul li a strong { 
	display:block;
	margin-bottom:10px;
	padding:0 9px; width:70px;
	background:#907b5c;
	font-weight:300; font-size:15px; line-height:27px;
	color:#fff;
	text-align:center;
}

@media screen and (max-width: 640px) { 
	.search-list .search-list-title + ul li a { 
		padding:15px 10px;
		font-size:15px;
	}
	.search-list .search-list-title + ul li a strong { 
		font-size:14px; line-height:24px;
	}
}


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

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


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

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

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

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

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


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

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

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

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

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


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


/* 
	업무분야
*/
.business-wrap { 
	margin-bottom:-40px;
	font-size:0;
}
.business-box { 
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	margin:0 0 40px 40px; padding:40px;
	width:calc(50% - 20px);
	border:1px solid #e6e6e6;
}
.business-box:nth-child(2n+1) { 
	margin-left:0; 
}
.business-box h1 { 
	margin-bottom:25px; padding-bottom:30px;
	border-bottom:1px solid #e6e6e6;
	font-weight:500; font-size:24px; line-height:1;
	color:#1a1a1a;
}
.business-box h1 span {
	display:inline-block;
	margin-left:5px;
	font-weight:400; font-size:20px;
	font-family:'Roboto', 'Noto Sans KR', sans-serif;
	color:#907b5c;
	letter-spacing:0;
}
.business-box p { 
	min-height:168px;
	font-weight:300; font-size:16px; line-height:28px; 
	word-break:keep-all;
}
.business-box a { 
	float:right;
	display:block;
	margin-top:42px; padding:0 20px;
	width:254px; height:55px;
	background:#041633 url('/images/main/more_arrow.png') no-repeat 189px center;
	font-weight:300; font-size:16px; line-height:55px;
	color:#fff;
	margin-right: 25%;
}

@media screen and (max-width: 768px) { 
	.business-wrap { 
		margin-bottom:-20px;
	}
	.business-box { 
		margin:0 0 20px 20px; padding:25px;
		width:calc(50% - 10px);
	}
	.business-box h1 span { 
		display:block;
		margin:10px 0 0;
	}
	.business-box p { 
		min-height:280px; 
	}
}
@media screen and (max-width: 640px) { 
	.business-box { 
		margin-left:0; padding:20px;
		width:100%; 
	}
	.business-box h1 { 
		margin-bottom:17px; padding-bottom:20px;
		font-size:18px; 
	}
	.business-box h1 span { 
		display:inline-block;
		vertical-align:baseline;
		margin:0 0 0 5px;
		font-size:15px; 
	}
	.business-box p { 
		min-height:auto; 
		font-size:14px; line-height:22px;
	}
	.business-box a { 
		position:relative;
		margin-top:30px; padding-left:15px;
		width:100%; height:50px;
		font-size:14px; line-height:50px;
		background:#626262;
		margin-right: 0;
	}
	.business-box a:after { 
		content:'';
		position:absolute; top:0; right:15px;
		width:100px; height:50px;
		background:url('/images/main/more_arrow.png') no-repeat right center;
		background-size:auto 22px;
	}
}


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

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



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

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

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

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

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

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

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

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


/*
	해결사례 
*/
.case-wrap { 
	padding:5% 3%; 
	text-align:center;
}
.case-wrap img { 
	max-width:100%; 
}

@media screen and (max-width: 1200px) { 
	.case-wrap { 
		padding:5% 0; 
	}
}


/*
	승소사례 
*/
.case-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-list > li { 
	display:inline-block;
	margin:0 0 15px 15px; padding:40px 35px;
	width:calc(33.333% - 10px);
	box-sizing:border-box;
	border:1px solid #f7f7f7;
	background: #f7f7f7;
	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% / 4 - 20px);
	border:1px solid #d3d3d3;
	box-sizing:border-box;
	background: #fff;
	vertical-align:top;
	transition:.3s;
}
.case-list > li:hover { 
	border:1px solid #907b5c;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}

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



.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 20px; display: block; margin: 0 auto 20px;
}
.case-list .cate-name { 
	display:block;
	font-weight: 300; font-size:16px;
	color:#907b5c;
}
.case-list strong { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:3; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	margin:3px 0 15px;
	height:90px;
	font-weight: 300; font-size:20px; line-height:30px;
	color:#262626;
}

.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:4; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:88px;
	font-weight: 300; font-size:16px; line-height:22px;
	color:#888;
	display:none;
}
.case-list .date { 
	display:block;
	margin-top: 15px;
	font:300 16px/1 'Roboto',sans-serif;
	color:#666;
	letter-spacing:0;
}
.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%;
	}
}

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