@charset "utf-8";

/* 초기화 */
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:'Poppins', '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
------------------------------------------------------ */

/* Noto Sans KR */
@font-face {
	font-family:'Noto Sans KR';
	font-weight:100;
	src:url('/fonts/NotoSansKR-Thin.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:300;
	src:url('/fonts/NotoSansKR-Light.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Light.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:400;
	src:url('/fonts/NotoSansKR-Regular.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Regular.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:500;
	src:url('/fonts/NotoSansKR-Medium.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Medium.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:700;
	src:url('/fonts/NotoSansKR-Bold.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Bold.woff') format('woff');
}
@font-face {
	font-family:'Noto Sans KR';
	font-weight:900;
	src:url('/fonts/NotoSansKR-Black.eot'); 
	src:local(※), url('/fonts/NotoSansKR-Black.woff') format('woff');
}

/* Poppins */
@font-face {
	font-family:'Poppins';
	font-weight:100;
	src:url('/fonts/Poppins-Thin.eot'); 
	src:local(※), url('/fonts/Poppins-Thin.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:200;
	src:url('/fonts/Poppins-ExtraLight.eot'); 
	src:local(※), url('/fonts/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:300;
	src:url('/fonts/Poppins-Light.eot'); 
	src:local(※), url('/fonts/Poppins-Light.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:400;
	src:url('/fonts/Poppins-Regular.eot'); 
	src:local(※), url('/fonts/Poppins-Regular.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:500;
	src:url('/fonts/Poppins-Medium.eot'); 
	src:local(※), url('/fonts/Poppins-Medium.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:600;
	src:url('/fonts/Poppins-SemiBold.eot'); 
	src:local(※), url('/fonts/Poppins-SemiBold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:700;
	src:url('/fonts/Poppins-Bold.eot'); 
	src:local(※), url('/fonts/Poppins-Bold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:800;
	src:url('/fonts/Poppins-ExtraBold.eot'); 
	src:local(※), url('/fonts/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
	font-family:'Poppins';
	font-weight:900;
	src:url('/fonts/Poppins-Black.eot'); 
	src:local(※), url('/fonts/Poppins-Black.woff') format('woff');
}


/* 팝업레이어 */
#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;}
.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: 'Poppins', 'Noto Sans KR', dotum, sans-serif;
	letter-spacing:-0.5px;
	color:#666;
}
input,
select,
button { 
	font-family:'Poppins', '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; 
}
@media screen and (min-width: 321px) { 
	.sub { 
		overflow-x:hidden; 
	}
}

/* -------- header -------- */
#header { 
	position:fixed; top:0; left:0; 
	z-index:99999;
	width:100%; height:100px;
}
#header.fixed  { 
	background:#fff; 
	box-shadow:3px 3px 3px rgba(0,0,0,.12);
}
.hader-inner { 
	position:relative; /*z-index:100;*/ height:inherit
}
.hader-inner .logo { 
	position:absolute; top:0; left:5%;
}
.hader-inner .logo a { 
	display:block;
	width:256px; height:100px;
	background:url('/images/common/logo-w.png') no-repeat center;
	color:transparent;
	font-size:0;
}
.fixed .hader-inner .logo a { 
	background-image:url('/images/common/logo.png');
}

@media screen and (max-width: 1100px) { 
	#header { 
		position:fixed; 
		height:80px;
	}
	.hader-inner .logo { 
		left:3%; 
	}
	.hader-inner .logo a { 
		height:80px;
	}
}
@media screen and (max-width: 768px) { 
	#header { 
		height:60px;
	}
	.hader-inner .logo {
		left:15px;
	}
	.hader-inner .logo a { 
		width:128px;
		height:60px;
		background-size:128px auto;
	}
}

/* gnb */
.hader-inner .gnb { 
	display:none;
	position:fixed; top:0; right:0; z-index:100;
	margin-left:0; padding: 0;
	width:50%;
	height:100vh;
	text-align:center;
	background:#274080;
}
.hader-inner .gnb .gnb-table {
	display:table;
	width:100%; height:100%;
	padding:0 7vw;
	text-align:left;
}
.hader-inner .gnb .gnb-table .gnb-table-cell {
	display:table-cell;
	vertical-align:middle;
}
.hader-inner .gnb .gnb-table .gnb-table-cell > ul {
	width:50%;
	padding:45px 0;
	border:5px solid #fff;
	border-width:5px 0;
}
.hader-inner .gnb .gnb-1depth-li { 
	position:relative;
}
.hader-inner .gnb .gnb-1depth-a { 
	display:block;
	padding:29px 0;
	font-weight:700;
	font-size:32px;
	color:#fff;
	word-break: keep-all;
}
.hader-inner .gnb .gnb-2depth { 
	display:none;
	position:absolute; top:22px; left:100%;
	width:100%;
	padding-left:60px;
}
.hader-inner .gnb .gnb-2depth-a { 
	display:block;
	font-weight:200;
	font-size:24px; line-height: 60px;
	color:#fff;
}
@media screen and (max-width: 1500px) { 
	.hader-inner .gnb .gnb-table {
		padding:0 6vw;
	}
}
@media screen and (max-width: 1200px) { 
	.hader-inner .gnb {
		width:60%;
	}
	.hader-inner .gnb .gnb-table {
		padding:0 5vw;
	}
	.hader-inner .gnb .gnb-1depth-a {
		padding:22px 0;
		font-size:25px;
	}
	.hader-inner .gnb .gnb-2depth {
		top:18px;
	}
	.hader-inner .gnb .gnb-2depth-a {
		font-size:18px;
		line-height:42px;
	}
}
@media screen and (max-width: 900px) { 
	.hader-inner .gnb .gnb-1depth-a {
		padding:15px 0;
		font-size:20px;
	}
	.hader-inner .gnb .gnb-2depth {
		padding-left:40px;
		top:12px;
	}
	.hader-inner .gnb .gnb-2depth-a {
		font-size:16px;
		line-height:38px;
	}
}
@media screen and (max-width: 768px) { 
	.hader-inner .gnb {
		width:calc(100% - 120px);
	}
	.hader-inner .gnb .gnb-table {
		text-align:left;
	}
	.hader-inner .gnb .gnb-table .gnb-table-cell > ul {
		padding:26px 0;
		border-width:2px 0;
		width:100%;
	}
	.hader-inner .gnb .gnb-1depth-a {
		padding:0;
		font-size:16px;
		line-height:50px;
	}
	.hader-inner .gnb .gnb-2depth {
		position:static;
		padding-left:0;
		text-align:left;
	}
	.hader-inner .gnb .gnb-2depth-a {
		font-size:13px;
		line-height:30px;
	}
}

.menu-btn { 
	position:absolute; top:50%; right:5%; z-index:200;
	margin-top: -13px;
	width:36px; height:24px;
	cursor:pointer;
}
.menu-btn span { 
	position:absolute; left:0;
	margin-left:0;
	width:100%; height:2px;
	background: #fff;
	transition:.3s;
}
.fixed .menu-btn span { 
	background:#4d4d4d; 
}
.on .menu-btn span {
	background:#fff; 
}
.menu-btn span:nth-child(1) { 
	top:0; 
}
.menu-btn span:nth-child(2) { 
	margin-top: -1px;
	width:80%;
	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: 1100px) { 
	.menu-btn { 
		right:3%;
	}
}
@media screen and (max-width: 768px) { 
	.menu-btn { 
		right:15px;
		width:22px;
		height:16px;
		margin-top:-8px;
	}
}

.gnb-dimmed {
	display:none;
	position:fixed; top:0; left:0; z-index:90;
	width:100%; height:100%;
	background:rgba(0,0,0,0.7);
}

.nav-full { 
	display:none;
	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 (max-width: 1200px) { 
	.nav-full { 
		padding:10% 4%; 
		background: #fff;
		height:100%;
	}
}

.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: 1100px) { 
	.nav-full { 
		display:none; 
	}
}


/* -------- footer -------- */
#footer { 
	padding:35px 0; 
	background: #ffffff; 
	border-top:1px solid #b0b4be;
}
#footer .copyright { 
	padding:0 5%;
	text-align:left;
	color:#474d5d;
	font-size:16px;
}
@media screen and (max-width: 1100px) { 
	#footer .copyright { 
		padding:0 3%;
	}
}
@media screen and (max-width: 768px) { 
	#footer { 
		padding:20px 0 65px;
	}
	#footer .copyright { 
		padding:0;
		text-align:center;
		font-size:12px;
	}
}


/* 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 > section { 
		padding:60px 0; 
	}
	.main-contents .inner { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.main-contents > section { 
		padding:40px 0; 
	}
	.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;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

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

.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 { 
		display:block !important;
		height: auto !important;
		min-height:auto !important;
		/* min-height:100vh; */
	}
}


/* -------- visual -------- */
.main-visual { 
	height:100vh !important;
	background:url('/images/main/main-visual-bg.jpg') no-repeat center/cover;
}
.main-visual .visual-text
{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
    
}
.main-visual .visual-text p {
	padding-top:25px;
	color:#fff;
	font-size:36px;
	letter-spacing:0.4rem;
}
.main-visual .visual-text p br {
	display:none;
}
@media screen and (max-width: 768px) { 
	.main-visual {
		display:table !important;
	}
	.main-visual .fp-tableCell {
		display:table-cell !important;
		
	}
	.main-visual .visual-text h1 img {
		width:201px;
	}
	.main-visual .visual-text p {
		padding-top:20px;
		font-size:23px;
		line-height:30px;
	}
	.main-visual .visual-text p br {
		display:block;
	}
}


/* -------- main-business -------- */
.main-business { 
	background:url('/images/main/main-business-bg.jpg') no-repeat center/cover;
}
.main-business .main-conts-tit { 
	padding-bottom:70px;
	text-align:center;
}
.main-business .main-conts-tit h1 { 
	padding-bottom:10px;
	font-weight:700; font-size:48px;
	color:#fff;
	letter-spacing:0.5rem;
}
.main-business .main-conts-tit p { 
	font-weight:300; font-size:22px; 
	color:#fff;
	letter-spacing:-0.025rem;
	word-break:keep-all;
}
.main-business .main-conts-tit p br {
	display:none;
}
.main-business .main-business-list {
	display:inline-block;
	max-width:1300px;
	font-size:0;
	box-shadow: 13px 18px 32px 0px rgba(0, 0, 0, 0.31);
}
.main-business .main-business-list li {
	display:inline-block;
	width:10%;
	height:385px;
	padding-top:75px;
	background:rgba(37,49,81,.6);
	border-left:1px solid rgba(255,255,255,.2);
	transition:all 0.4s ease;
	vertical-align:top;
	cursor:pointer;
}
.main-business .main-business-list li > a {
	display:block;
	pointer-events:none;
}
.main-business .main-business-list li.active > a {
	/*pointer-events:auto;*/
}
.main-business .main-business-list li:first-child {
	border-left:0;
}
.main-business .main-business-list li h5 {
	position:relative;
	padding-top:25px;
	margin:0 auto;
	color:#fff;
	font-size:17px;
	font-weight:400;
	line-height:23px;
	text-align:center;
	letter-spacing:0.1rem;
	writing-mode:vertical-rl;
}
/*
.main-business .main-business-list li h5:after {
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:20px;
	height:3px;
	margin-left:-10px;
	background:#fff;
	content:'';
 } */
.main-business .main-business-list li p {
	opacity:0;
	height:0;
	color:#fff;
	font-size:16px;
	font-weight:300;
	line-height:23px;
	/*pointer-events:none;*/
}
.main-business .main-business-list li.active {
	width:60%;
	padding-top:110px;
	background:none;
	letter-spacing:0.05rem;
	border:1px solid rgba(255,255,255,.6);
}
.main-business .main-business-list li.active h5 {
	width:100%;
	padding-top:25px;
	margin-bottom:34px;
	font-size:28px;
	font-weight:700;
	writing-mode:horizontal-tb;
}
.main-business .main-business-list li.active p {
	opacity:1;
	height:auto;
	transition:all 0.5s ease;
	/*pointer-events: auto;*/
}
@media screen and (max-width: 1100px) { 
	.main-business .main-conts-tit { 
		padding-bottom:50px;
	}
	.main-business .main-conts-tit h1 { 
		padding-bottom:10px;
		font-size:34px;
	}
	.main-business .main-conts-tit p { 
		font-size:18px; 
		line-height:25px;
	}
	.main-business .main-conts-tit p br {
		display:block;
	}
	.main-business .main-business-list li.active h5 {
		font-size:24px;
	}
	.main-business .main-business-list li.active p {
		font-size:14px;
	}
}
@media screen and (max-width: 768px) { 
	.main-business {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.main-business .main-conts-tit { 
		padding-bottom:30px;
	}
	.main-business .main-conts-tit h1 { 
		padding-bottom:10px;
		font-size:24px;
	}
	.main-business .main-conts-tit p { 
		font-size:14px; 
		line-height:22px;
	}
	.main-business .main-business-list li {
		width:100%;
		height:45px;
		padding:9px 0;
		border-left:none;
		border-top:1px solid rgba(255,255,255,.2);
		transition:none;
	}
	.main-business .main-business-list li:first-child {
		border-top:none;
	}
	.main-business .main-business-list li h5 {
		width:100%;
		padding-top:4px;
		font-size:14px;
		writing-mode:horizontal-tb;
	}
	.main-business .main-business-list li h5:after {
		width:10px;
		height:2px;
		margin-left:-5px;
	}
	.main-business .main-business-list li.active {
		display:table;
		width:100%;
		/*height:auto;*/
		padding:40px 0;
		height:265px;
		border:1px solid rgba(255,255,255,.6);
	}
	.main-business .main-business-list li.active > a {
		display:table-cell;
		vertical-align:middle;
	}
	.main-business .main-business-list li.active h5 {
		font-size:23px;
		padding-top:10px;
		margin-bottom:20px;
	}
	.main-business .main-business-list li.active p {
		font-size:12px;
		line-height:18px;
		transition:none;
	}
}


/* -------- main-news -------- */
.main-news { 
	background:#fff;
}
.main-news .news-inner {
	position:relative;
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding-left:325px;
}
.main-news .main-conts-tit {
	position:absolute; top:0; left:0;
}
.main-news .main-conts-tit h1 {
	color:#253151;
	font-size:48px;
	font-weight:700;
	letter-spacing:0.04rem;
}
.main-news .main-news-list {
	padding-bottom:25px;
}
.main-news .main-news-list > li {
	margin-bottom:8px;
	text-align:left;
}
.main-news .main-news-list > li a {
	display:block;
	position:relative;
	height:36px;
	padding:0 150px 0 110px;
	line-height:36px;
}
.main-news .main-news-list .cate-name {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:90px;
	height:36px;
	background:#666e85;
	color:#fff;
	font-size:18px;
	font-weight:700;
	letter-spacing:-0.015rem;
	text-align:center;
	line-height:35px;
}
.main-news .main-news-list .title {
	display: inline-block;
	width:100%;
	color:#666666;
	font-size:16px;
	font-weight:300;
	letter-spacing:-0.015rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main-news .main-news-list .date {
	position:absolute;
	top:0; right:0;
	color:#666;
	font-size:16px;
}
.main-news .main-case-list {
	text-align:left;
}
.main-news .main-case-list {
	overflow:visible;
}
.main-news .main-case-list .swiper-wrapper {
	display:block;
}
.main-news .main-case-list .swiper-slide {
	display:inline-block;
	margin-left:25px;
	width:calc(33.333% - 19px);
	vertical-align:top;
}
.main-news .main-case-list .swiper-slide:nth-child(3n+1) {
	margin-left:0;
}
.main-news .main-case-list .swiper-slide > a {
	display:block;
	padding:55px 35px 70px;
	color:#fff;
	transition: .4s;
}
.main-news .main-case-list .swiper-slide > a:hover {
	box-shadow: 13px 18px 32px 0px rgba(0, 0, 0, 0.31);
}
.main-news .main-case-list .swiper-slide:nth-child(1) > a {
	background:#87b7c8;
}
.main-news .main-case-list .swiper-slide:nth-child(2) > a {
	background:#879bc8;
}
.main-news .main-case-list .swiper-slide:nth-child(3) > a {
	background:#c0af83;
}
.main-news .main-case-list .swiper-slide .date {
	display:block;
	font-size:16px;
	padding-bottom:6px;
}
.main-news .main-case-list .swiper-slide .title {
	display:block;
	padding-bottom:25px;
	margin-bottom:35px;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.main-news .main-case-list .swiper-slide .title span {
	overflow:hidden;
	display:block;
	font-size:25px;
	font-weight:700;
	letter-spacing:-0.015rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.main-news .main-case-list .swiper-slide .conts {
	font-size:16px;
	letter-spacing:-0.015rem;
	line-height:26px;
	min-height:208px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: normal; 
	text-align: left; 
	word-wrap: break-word; 
	display: -webkit-box; 
	-webkit-line-clamp: 8; 
	-webkit-box-orient: vertical;
}
.main-news .main-case-list .pagination {
	display:none;
}
.main-news .more {
	position:absolute; bottom:0; left:0;
	display:block;
	padding-bottom:3px;
	color:#333;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.3rem;
	border-bottom:3px solid #2047a8;
}
@media screen and (max-width: 1200px) { 
	.main-news .news-inner {
		padding-left:200px;
	}
	.main-news .main-conts-tit {
		left:3%;
	}
	.main-news .main-news-list > li a {
		padding:0 130px 0 100px;
	}
	.main-news .main-news-list .cate-name {
		width:80px;
		font-size:16px;
	}
	.main-news .main-news-list .title {
		font-size:14px;
	}
	.main-news .main-news-list .date {
		font-size:14px;
	}
	.main-news .main-case-list .swiper-slide > a {
		padding:40px 35px 55px;
	}
	.main-news .main-case-list .swiper-slide .date {
		font-size:14px;
	}
	.main-news .main-case-list .swiper-slide .title {
		margin-bottom:30px;
		padding-bottom:20px;
	}
	.main-news .main-case-list .swiper-slide .title span {
		font-size:22px;
	}
	.main-news .main-case-list .swiper-slide .conts {
		font-size:14px;
		line-height:24px;
		min-height:192px;
	}
	.main-news .more {
		left:3%;
	}
}
@media screen and (max-width: 1200px) { 
	.main-news .main-conts-tit h1 {
		font-size:34px;
	}
}
@media screen and (max-width: 1000px) { 
	.main-news {
		padding-bottom:20px !important;
	}
	.main-news .main-case-list {
		padding:0 0 50px;
	}
	.main-news .main-case-list {
		overflow:hidden;
	}
	.main-news .main-case-list .swiper-wrapper {
		display:flex;
	}
	.main-news .main-case-list .swiper-slide {
		margin:0;
	}
	.main-news .main-case-list .pagination {
		display:block;
		position:absolute;
		text-align:left;
		bottom:0;
	}
	.main-news .main-case-list .pagination span {
		width:12px;
		height:12px;
		margin:0 5px;
		border:2px solid #acb3c7;
		background:#acb3c7;
		opacity:1;
	}
	.main-news .main-case-list .pagination span.swiper-pagination-bullet-active {
		background:none;
	}
}
@media screen and (max-width: 768px) { 
	.main-news .news-inner {
		padding-left:0;
	}
	.main-news .main-conts-tit {
		position:static;
		padding-bottom:25px;
		padding-left:20px;
		text-align:left;
	}
	.main-news .main-conts-tit h1 {
		font-size:24px;
	}
	.main-news .main-news-list {
		padding-bottom:5px;
		padding-left:20px;
	}
	.main-news .main-news-list > li {
		margin-bottom:17px;
	}
	.main-news .main-news-list > li a {
		height:auto; line-height:normal;
		padding:0 20px 0 55px;
		font-size:0;
	}
	.main-news .main-news-list .cate-name {
		top:50%;
		width:45px;
		height:25px;
		margin-top:-12px;
		font-size:12px;
		line-height:24px;
	}
	.main-news .main-news-list .title {
		font-size:12px;
	}
	.main-news .main-news-list .date {
		position:static;
		display:block;
		font-size:12px;
	}
	.main-news .main-case-list {
		padding:0 20px 50px;
	}
	.main-news .main-case-list .swiper-slide > a {
		padding:35px 25px 45px;
	}
	.main-news .main-case-list .swiper-slide .date {
		font-size:12px;
	}
	.main-news .main-case-list .swiper-slide .title {
		margin-bottom:20px;
		padding-bottom:15px;
	}
	.main-news .main-case-list .swiper-slide .title span {
		font-size:16px;
	}
	.main-news .main-case-list .swiper-slide .conts {
		font-size:12px;
		line-height:21px;
		min-height:168px;
	}
	.main-news .main-case-list .pagination {
		text-align:center;
		bottom:20px;
	}
	.main-news .main-case-list .pagination span {
		width:8px;
		height:8px;
		margin:0 2px;
	}
	.main-news .more {
		bottom:auto;
		top:7px;
		left:87px;
		padding-bottom:1px;
		font-size:12px;
		border-bottom:2px solid #2047a8;
	}
}

/* -------- main-contact-us -------- */
.main-contact-us { 
	background:#fff;
}
.main-contact-us .contact-inner {
	font-size:0;
}
.main-contact-us .contact-info {
	position:relative;
	display:inline-block;
	width:45%;
	height:100vh;
	vertical-align:middle;
	background:url('/images/main/main-contact-us-bg.jpg') no-repeat center/cover;
}
.main-contact-us .contact-info .text-wrap {
	display:table;
	width:100%;
	height:100%;
}
.main-contact-us .contact-info .text {
	display:table-cell;
	padding-left:15vw;
	vertical-align:middle;
	color:#fff;
	text-align:left;
}
.main-contact-us .contact-info .text h1 {
	padding-bottom:15px;
	font-size:30px;
	font-weight:700;
	letter-spacing:0.5rem;
}
.main-contact-us .contact-info .text h3 {
	padding-bottom:80px;
	font-size:22px;
	font-weight:300;
	letter-spacing:-0.025rem;
}
.main-contact-us .contact-info .text ul {
	padding-bottom:35px;
}
.main-contact-us .contact-info .text ul li {
	margin-bottom:8px;
	font-size:24px;
	font-weight:700;
	letter-spacing:0.025rem;
}
.main-contact-us .contact-info .text ul li a
{
	color:#fff;
}
.main-contact-us .contact-info .text ul li span {
	display:inline-block;
	width:83px;
	height:28px;
	margin-right:10px;
	background:#fff;
	color:#274080;
	font-size:15px;
	font-weight:700;
	text-align:center;
	line-height:27px;
	vertical-align:middle;
}
.main-contact-us .contact-info .text p {
	font-size:20px;
	line-height:30px;
}
.main-contact-us .map-wrap {
	position:relative;
	display:inline-block;
	width:55%;
	height:100vh;
	vertical-align:middle;
}
.main-contact-us .map-wrap .root_daum_roughmap {
	width:100%;
	height:100%;
}
.main-contact-us .map-wrap .root_daum_roughmap .wrap_map {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.main-contact-us .map-wrap .hide {
	display:none;
}
@media screen and (max-width:1400px) { 
	.main-contact-us .contact-info .text {
		padding-left:4vw;
	}
}
@media screen and (max-width:1300px) { 
	.main-contact-us .contact-info .text {
		padding-left:2vw;
	}
}
@media screen and (max-width:1200px) { 
	.main-contact-us {
		padding:0 !important;
	}
	.main-contact-us .contact-info {
		width:50%;
	}
	.main-contact-us .contact-info .text h1 {
		font-size:25px;
	}
	.main-contact-us .contact-info .text h3 {
		padding-bottom:60px;
		font-size:20px;
	}
	.main-contact-us .contact-info .text ul li {
		font-size:22px;
	}
	.main-contact-us .contact-info .text p {
		font-size:18px;
		line-height:28px;
	}
	.main-contact-us .map-wrap {
		width:50%;
	}
}
@media screen and (max-width:900px) { 
	.main-contact-us .contact-info .text h1 {
		font-size:23px;
	}
	.main-contact-us .contact-info .text h3 {
		font-size:18px;
	}
	.main-contact-us .contact-info .text ul li {
		font-size:20px;
	}
	.main-contact-us .contact-info .text p {
		font-size:16px;
		line-height:26px;
	}
}
@media screen and (max-width: 768px) { 
	.main-contact-us .contact-info {
		width:100%;
		height:auto;
		padding:40px 0;
	}
	.main-contact-us .contact-info .text-wrap {
		display:inline-block;
		width:auto;
		height:auto;
	}
	.main-contact-us .contact-info .text {

	}
	.main-contact-us .contact-info .text h1 {
		padding-bottom:5px;
		font-size:20px;
		text-align:center;
	}
	.main-contact-us .contact-info .text h3 {
		padding-bottom:25px;
		font-size:14px;
		text-align:center;
	}
	.main-contact-us .contact-info .text ul {
		padding-bottom:12px;
	}
	.main-contact-us .contact-info .text ul li {
		font-size:20px;
	}
	.main-contact-us .contact-info .text ul li span {
		width:58px;
		height:20px;
		line-height:20px;
		font-size:11px;
	}
	.main-contact-us .contact-info .text p {
		font-size:13px;
		line-height:19px;
	}
	.main-contact-us .map-wrap {
		width:100%;
		height:255px;
	}
}


/* 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:left;
 }

.sub-visual.intro { 
	background: url('/images/sub/sub_visual01.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.member { 
	background: url('/images/sub/sub_visual02.jpg') no-repeat center top; 
	background-size:cover;
}
.sub-visual.business { 
	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.recruit { 
	background: url('/images/sub/sub_visual06.jpg') no-repeat center top; 
	background-size:cover;
}

.sub-visual .visual-inner { 
	display:table-cell;
	vertical-align:middle;
}
.sub-visual .visual-inner h1 { 
	margin:0 auto;
	width:1200px;
	font-weight:600; font-size: 60px;
	color:#fff;
	letter-spacing:-1px;
	text-align: center;
}
.sub-visual .visual-inner ul { 
	margin:0 auto;
	width:1200px;
	margin-top: 45px;	 
	text-align: center;
}
.sub-visual .visual-inner ul li { 
	display:inline-block;
	margin-right: 16px;
	vertical-align:top;
	padding:14px 15px;
	border:1px solid #fff;
	
	width: 210px;
}
.sub-visual .visual-inner ul li a { 
	display:block;
	font-size:17px;
	font-weight: 600;
	color:rgba(255,255,255,1);
}
.sub-visual .visual-inner ul li.on { 
	color:#2047a8;
	
	background: #fff;
	border:#fff;
}
.sub-visual .visual-inner ul li.on a
{
color:#2047a8;
}
.sub-visual .visual-inner p { 
	margin-top: 20px; padding:0 30px;
	font-weight: 900; font-size:24px; line-height: 1.3;
	font-family: 'Roboto', 'Noto Sans KR', sans-serif;
	letter-spacing:15px;
	text-transform:uppercase;
	color:#fff;
	word-break:keep-all;
}

@media screen and (max-width: 1200px) { 
	.sub-visual .visual-inner h1 { 
		padding:0 30px;
		width:100%; 
	}
	.sub-visual .visual-inner ul { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	 .sub-visual { 
		height:300px;
		padding-top: 75px;
	 }
	.sub-visual .visual-inner h1 { 
		padding: 0 20px; 
	}

}
@media screen and (max-width: 640px) { 
	 .sub-visual { 
		padding-top: 60px;
		height:250px;
	 }
	 .sub-visual .visual-inner h1 { 
		font-size:25px; 
	 }
	.sub-visual .visual-inner ul
	{
		width: 100%;
		margin-top: 15px;
		padding:0;
	}
	.sub-visual .visual-inner ul li
	{
		width: 31%;
		padding:10px 9px;
		margin-bottom: 5px;
		margin-right: 1px;
	}
	.sub-visual .visual-inner ul li a
	{
		font-size: 11px;
	}
	 .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:1400px; 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: 1400px) { 
	.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:80px auto 40px;
	font-weight: 400;
	font-size: 20px;
}
.sub-conts-title span { 
	display:block;
	font-weight:700; font-size:36px;
	color:#262626;
}

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


/* 
	인사말
*/
.greetings-wrap { 
	font-size:0;
	margin-top: 100px;
}
.greetings-wrap .text-left-wrap { 
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:43.5%;
}
.greetings-wrap .text-left-wrap p
{
	font-size: 22px;
	color:#333;
	margin-bottom:45px;
	letter-spacing: 1px;
	line-height: 1.6;
}
.greetings .text-wrap { 
	display:inline-block;
	vertical-align:top;
	width:56.5%;
}
.greetings .text-wrap h1 { 
	font-weight: 700; font-size:30px;
	color:#262626;
}
.greetings .text-wrap h1 span { 
	display:block;
	margin-bottom:7px;
	font-weight:700; font-size:20px;
	color:#ccc;
}
.greetings .text-wrap p { 
	margin-top: 30px;
	font-size:18px; line-height:1.7;
	color:#333;
	word-break:keep-all;
	letter-spacing: -1px;
	font-weight: 400;
}
.greetings-slogan { 
	padding:10% 0;
	width:100%;
	background:url('/images/sub/greetings02.jpg') no-repeat center center;
	background-size:cover;
	text-align:center;
}
.greetings-slogan .text-wrap { 
	padding-left: 0;
	width:1200px; 
	text-align:left;
}
.greetings-slogan .text-wrap h1 { 
	color:#fff; 
}
.greetings-slogan .text-wrap h1 span { 
	color:rgba(204,204,204,.3);
}
.greetings-slogan .text-wrap p { 
	color:#ccc;
}

@media screen and (max-width: 1200px) { 
	.greetings-slogan .text-wrap { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 768px) { 
	.greetings-wrap .img-wrap { 
		width:100%; 
	}
	.greetings-wrap .img-wrap:before { 
		display:none; 
	}
	.greetings .text-wrap { 
		padding:30px 0 0 0;
		width:100%; 
	}
	.greetings-slogan .text-wrap { 
		padding:0 20px;
	}
}
@media screen and (max-width: 640px) { 
	.greetings-wrap
	{
		margin-top: 50px;	
	}
	.greetings .text-wrap { 
		padding:0;
	}
	.greetings .text-wrap h1 { 
		font-size:24px 
	}
	.greetings .text-wrap h1 span { 
		font-size:17px; 
	}
	.greetings-wrap .text-left-wrap
	{
		width: 100%;
	}
	.greetings-wrap .text-left-wrap p	
	{
		font-size: 17px;
	    color: #333;
	    margin-bottom: 34px;
	    letter-spacing: 1px;
	    line-height: 1.6;
	    text-align: justify;
		word-break: break-all;
	}
	.greetings .text-wrap p { 
		margin-top: 20px;
		font-size:16px; 
		text-align: justify;
		word-break: break-all;
	}
	.greetings .text-wrap p:first-child {
		margin-top: 0;
	} 
}

/*오시는길 */
.contact-wrap 
{
	font-size: 0;
	margin-top: 30px;
}
.root_daum_roughmap
{
	width: 100% !important;
}
.contact-wrap p
{
	width: 285px;
	display: inline-block;
		vertical-align: top;
}
.contact-wrap .contact-info
{
	display: inline-block;
	width: calc(100% - 285px);
}
.contact-wrap .contact-info p
{
	font-family:'Poppins-Light';
	font-size: 24px;
	color: #333;
	font-weight: 400;
	width: 100%;
	margin-bottom: 30px;
	letter-spacing: 0.5px;

}
.contact-wrap .contact-info li
{
	margin-bottom: 9px;
	font-family: 'Poppins';
	font-weight: 600;
	color:#444;
	font-size: 24px;
	vertical-align: middle;
	letter-spacing: 0.5px;
}
.contact-wrap .contact-info li:last-child
{
	margin-bottom: 0;
}

.contact-wrap .contact-info li span
{
	display: inline-block;
	width: 83px;
	text-align: center;
	padding: 4px 0;
	font-size: 15px;
	color:#fff;
	background: #2047a8;
	margin-right: 18px;
	font-weight: 400;
}
@media screen and (max-width: 640px) { 
 .contact-wrap p
 {
	 width: 100%;
 }
 .contact-wrap .contact-info
 {
	 width: 100%;
 }
 .contact-wrap .contact-info p
 {
	 width: 100%;
     font-size: 18px;
     margin-top: 10px;
 }
 .contact-wrap .contact-info li
 {
	 font-size: 16x;
 }
}
/* 상담안내 */
.consulting-wrap { 
	padding:60px 0;
	width:100%;
	background:#f1f5f8;
	font-size:0;
}
.consulting-info { 
	display:inline-block;
	width:33.333%;
	border-left:1px solid #dce2e7;
	vertical-align:top;
	text-align:center;
}
.consulting-info:first-child { 
	border-left:0 none; 
}
.consulting-info span { 
	display:block;
	margin:0 auto 30px;
	width:120px; height:120px;
	border-radius:50%;
	background: #fff;
}
.consulting-info span img { 
	width:100%; 
}
.consulting-info dl dt { 
	font-weight:700; font-size:24px;
	color:#262626
}
.consulting-info dl dd { 
	margin-top:20px;
	font-weight:400; font-size:21px;
	color:#666
}
.consulting-info dl dd a { 
	display:block;
	margin:0 auto;
	width:180px;
	background:#004071;
	font-size:18px; line-height: 60px;
	color:#fff;
}
@media screen and (max-width: 768px) { 
	.consulting-wrap { 
		padding:60px 50px; 
	}
	.consulting-info { 
		padding:50px 0;
		width:100%; 
		border-left:0 none;
		border-bottom:1px solid #dce2e7;
	}
	.consulting-info:first-child { 
		padding-top: 0; 
	}
	.consulting-info:last-child { 
		border-bottom:0 none; 
	}
	.consulting-info dl dd br { 
		display:none; 
	}
}
@media screen and (max-width: 640px) { 
	.consulting-wrap { 
		padding:30px 30px 0; 
	}
	.consulting-info { 
		padding:30px 0;
	}
	.consulting-info span { 
		margin:0 auto 15px;
		width:80px; height:80px; 
	}
	.consulting-info dl dt { 
		font-size:20px; 
	}
	.consulting-info dl dd { 
		margin-top: 10px;
		font-size:17px; 
	}
	.consulting-info dl dd a { 
		margin:20px auto 0;
		width:170px
		font-size:17px; line-height: 55px;
	}
}


/* 
	구성원
*/
.member-wrap { 
	font-size:0;	 
}
.member-box { 
	display:inline-block;
	padding:0 5%;
	width:50%;
	vertical-align:top;
}
.member-box a { 
	position:relative;
	display:block;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
}
.member-box a:hover:before { 
	content:'';
	position:absolute; top:0; left:0;
	z-index:555;
	width:100%; height:100%;
	background: url('/images/sub/member_hover.png') no-repeat center center;
	background-size:100% 100%;
	transition:.3s;
}
.member-box a .img-wrap img { 
	width:100%; 
}
.member-box a .text-wrap { 
	padding:35px 20px;
	background: #f7f7f7;
	text-align:center; 
}
.member-box a .text-wrap span { 
	color:#666;
}
.member-box a .text-wrap span:first-child { 
	font-size:20px;	 
}
.member-box a .text-wrap span strong { 
	font-weight: 700; font-size:30px;
	color:#262626;
}
.member-box a .text-wrap span:last-child { 
	display:block;
	margin-top: 7px;
	font-size:16px; font-family:'Montserrat', sans-serif;
	letter-spacing:0;
}

@media screen and (max-width: 768px) { 
	.member-wrap { 
		position:relative; left:-10px;
		width:calc(100% + 20px);
	}
	.member-box { 
		padding:0 10px; 
	}
}
@media screen and (max-width: 640px) { 
	.member-wrap { 
		left:-5px;
		width:calc(100% + 10px);
	}
	.member-box { 
		padding:0 5px; 
	}
	.member-box a .text-wrap { 
		padding:15px 10px; 
	}
	.member-box a .text-wrap span:first-child { 
		font-size:16px;	 
	}
	.member-box a .text-wrap span strong { 
		font-size:20px; 
	}
	.member-box a .text-wrap span:last-child { 
		margin-top: 5px;
		font-size:13px; 
		word-break:break-all;
	}
}


.member-view { 
	padding-top:80px;
	font-size: 0;
}
.member-view .lawyer-name
{
	color:#333;
	font-size: 56px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
.member-view .lawyer-name strong
{
	font-weight: 700;	
	margin-right: 30px;
	
}
.memeber-view-header { 
	font-size:0; 
}
.memeber-view-header .img-wrap { 
	display:inline-block;
	vertical-align:top;
	width:40%; 
}
.memeber-view-header .img-wrap img { 
	width:100%; 
}
.memeber-view-header .text-wrap { 
	display:inline-block;
	vertical-align:top;
	padding-left: 80px;
	width:60%;
}
.memeber-view-header .text-wrap > h1 { 
	padding-bottom: 42px;
	border-bottom:1px solid #004071;
	font-weight:400; font-size:24px;
	color:#666;
}
.memeber-view-header .text-wrap > h1 strong { 
	font-weight: 700; font-size:40px;
	color:#262626;
}
.memeber-view-header .text-wrap ul { 
	margin-top:40px; 
}
.memeber-view-header .text-wrap ul li { 
	margin:10px 0;
	font-size:0; 
}
.memeber-view-header .text-wrap ul li strong,
.memeber-view-header .text-wrap ul li span { 
	display:inline-block;
	vertical-align:top;
	font-weight: 400; font-size:18px;
	font-family:'Montserrat', sans-serif;
	color:#666;
	letter-spacing:0;
}
.memeber-view-header .text-wrap ul li strong { 
	width:90px; 
}
.memeber-view-header .text-wrap ul li span { 
	width:calc(100% - 90px);
	color:#262626;
}
.memeber-view-header .text-wrap section { 
	margin-top: 35px; 
}
.memeber-view-header .text-wrap section h1 { 
	font-weight: 700; font-size:22px;
	color:#262626;
}
.memeber-view-header .text-wrap section p {  
	margin-top: 12px;
	font-size:16px; line-height: 1.4;
	color:#666;
	word-break:keep-all;
}
.memeber-view-header .text-wrap section a { 
	display:block;
	margin-top:50px;
	width:180px;
	background:#004071;
	font-size:18px; line-height: 60px;
	font-family:'Montserrat', sans-serif;
	color:#fff;
	letter-spacing:0;
	text-align:center;
}

@media screen and (max-width: 768px) { 
	.memeber-view-header .img-wrap { 
		width:100%; 
		text-align:center;
	}
	.memeber-view-header .img-wrap img { 
		max-width:50%; 
	}
	.memeber-view-header .text-wrap { 
		padding:50px 0 0 0;
		width:100%;
	}
	.memeber-view-header .text-wrap > h1 { 
		padding-bottom: 20px;
		font-size:20px;
	}
	.memeber-view-header .text-wrap > h1 strong { 
		font-size:30px; 
	}
	.memeber-view-header .text-wrap ul { 
		margin-top: 25px; 
	}
	.memeber-view-header .text-wrap ul li strong, 
	.memeber-view-header .text-wrap ul li span { 
		font-size:16px; 
	}
	.memeber-view-header .text-wrap section h1 { 
		font-size:20px; 
	}
	.memeber-view-header .text-wrap section a { 
		margin-top: 30px; 
	}
	.member-view .lawyer-name
	{
		font-size: 25px;
		text-align: left;
		letter-spacing: 0;
	}
	.member-view .lawyer-name strong
	{
		margin-right: 10px;
	}
}

.memeber-view-detail { 
	position:relative;
	padding:50px 0;
	width: 55%;
	display: inline-block;	 
}
.memeber-view-detail:before { 
	left:100%; 
}
.memeber-view-detail:after { 
	right:100%; 
}
.member-image
{
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.member-image img
{
	width: 100%;
	padding:60px;
	padding-top: 70px;
	padding-right: 90px;
	
}
.memeber-view-detail-conts { 
	padding:15px 0 0;
	font-size:0;
}
.memeber-view-detail h1 { 

	margin-bottom: 10px;
}
.memeber-view-detail h1 span { 
	position:relative;
	font-weight:400; font-size:26px;
	color:#262626;
	

}
.memeber-view-detail ul { 
	vertical-align:top;
	padding-bottom: 15px;
	border-bottom:1px solid #d2d6d9;
}
.memeber-view-detail-conts:last-child ul { 
	border-bottom:0 none; 
}
.memeber-view-detail ul li { 
	margin:7px 0;
	font-size:16px;
	color:#333;
	position: relative;
	padding-left: 16px;
}
.memeber-view-detail ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 6px;
    border: 3px solid #2047a8;
    border-radius: 25px;
} 

.memeber-view-detail ul li span { 
	font-family: 'Noto Sans JP'; 
}
.memeber-view-detail ul li a { 
	text-decoration:underline;
	font-family: 'Montserrat', sans-serif;
	color:#004071;
}

@media screen and (max-width: 768px) { 
	.memeber-view-detail { 
		margin: 60px 0 -70px; padding:40px 0;	
		width: 100%; 
	}
	.memeber-view-detail h1 { 
		margin-bottom: 20px;
		width:100%; 
	}
	.memeber-view-detail ul { 
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.member-view
	{
		padding-top: 45px;
	}
	.memeber-view-detail { 
		margin: 0 0 -50px; padding:0 0;	 
	}
	.memeber-view-detail h1 {
		margin-bottom: 13px;
	}
	.memeber-view-detail-conts { 
		padding-top:20px; 
	}
	.memeber-view-detail h1 span { 
		margin-bottom: 10px;
		font-size:20px; 
	}
	.memeber-view-detail ul { 
		padding-bottom:30px; 
	}
	.memeber-view-detail ul li { 
		margin:7px 0;
		font-size:16px; 
	}
	.memeber-view-detail ul li:before {
		top:6px;
	}
	.member-image
	{
		width: 100%;
	}
	.member-image img
	{
		padding: 30px 20px;
	}
}


/* 
	업무분야
*/
.business-box { 
	border-top:1px solid #e0e0e0;
	font-size:0;	 
}
.business-conts-title { 
	display:inline-block;
	vertical-align:top;
	margin-top: 60px;
	width:28%;
}
.business-conts-title span { 
	position:relative;
	font-weight:700; font-size:36px;
	color:#262626;
}
/*
.business-conts-title span:after { 
	content:'';
	position:absolute; top:0; right:-18px;
	width:8px; height:8px;
	border:2px solid #004071;
	transform:rotate(45deg);
}
*/
.business-conts { 
	display:inline-block;
	vertical-align:top;
	margin-top:60px;
	width:72%;
}
.business-conts p { 
	margin-bottom:20px;
	font-size:18px; line-height:1.7;
	word-break:keep-all;
	letter-spacing: -0.5px;
}
.business-conts p span { 
	position:relative;
	display:block;
	padding:0 20px;
	color:#262626; 
}
.business-conts p span:before { 
	content:'';
	position:absolute; top:-15px; left:0;
	z-index:-1;
	width:34px; height:28px;
	background: url('/images/sub/quotes01.png') no-repeat 0 0;
}
.business-conts p span:after { 
	content:'';
	position:absolute; top:-15px; right:0;
	z-index:-1;
	width:34px; height:28px;
	background: url('/images/sub/quotes02.png') no-repeat 0 0;
}
.business-conts p strong { 
	color:#262626; 
}
.business-conts ul { 
	padding:25px 40px;
	border:2px solid #f1f5f8;
	background:#f1f5f8; 
}
.business-conts ul.line { 
	border:2px solid #e6ebef;
	background:#fff; 
}
.business-conts ul li { 
	position:relative;
	margin:10px 0; padding-left:17px;
	font-size:16px;
	color:#262626;
}
.business-conts ul li:before { 
	content:'';
	position:absolute; top:8px; left:0;
	width:5px; height:5px;
	background:#004071;
	transform:rotate(45deg);
}
.business-conts .img-wrap { 
	margin-bottom: 50px;
	background:#f1f5f8; 
}
.business-conts .img-wrap:last-child { 
	margin-bottom:0; 
}
.business-conts .img-wrap img { 
	max-width:100%; 
}

@media screen and (max-width: 768px) { 
	.business-conts-title { 
		margin-top: 40px;
		width:100%; 
	}
	.business-conts { 
		margin-top: 20px;
		width:100%; 
	}
}
@media screen and (max-width: 640px) { 
	.business-conts-title span { 
		font-size:20px; 
	}
	.business-conts { 
		margin-top: 10px;
	}
	.business-conts p { 
		margin-bottom: 10px;
		font-size:16px; 
		text-align: justify;
		word-break: break-all;
	}
	.business-conts ul { 
		padding:15px 20px; 
	}
	.business-conts ul li { 
		padding-left:14px;
		font-size:15px; 
	}
	.business-conts ul li:before { 
		top:7px; 
	}
}



/* 상담문의 */
.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;
	}
}

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

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

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


.case-list > li:hover { 
	border:1px solid #1e587a;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}
.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 20px; width:100%; 
}
.case-list .cate-name { 
	display:block;
	font-weight: 300; font-size:16px;
	color:#1e587a;
}

.case-list.photo .cate-name { 
	display:block;
	font-weight: 300; font-size:15px;
	color:#1e587a;
	margin-left:10px;
}


.case-list strong { 
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;
	margin:3px 0 0;
	font-weight: 300; font-size:20px;
	color:#333;
	white-space:nowrap;
}
.case-list strong:after { 
	content:'';
	display:block;
	margin:20px 0;
	width:38px; height:3px;
	background: #2c7097;
}
.case-list.photo strong { 
overflow:hidden;
	display:block;
	text-overflow:ellipsis;
	margin:3px 0 0 10px;
	font-weight: 400; font-size:14px;
	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;
}
.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;
}

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

}


@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; 
	}
}
@media screen and (max-width: 480px) { 
	.case-list > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.case-list.photo > li { 
		margin-left: 0; margin-bottom: 15px;
		width:100%; 
	}
	.case-list.photo  strong { 
		font-size:16px;
		font-weight: 500; 
	}

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

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



/* 인재채용 */
.recruit-wrap { 
	font-size:0;	 
}
.recruit-wrap > h1 { 
	display:inline-block;
	margin-top:75px; 
	width:30%;
	font-weight:700; font-size:36px;
	font-family:'Poppins', 'Noto Sans KR', sans-serif;
	color:#333;
	vertical-align:top;
}
.recruit-wrap .recruit-conts { 
	display:inline-block;
	margin-top:75px;
	width:70%;
	font-weight:300; font-size:18px; line-height:1.6;
	color:#666;
	letter-spacing:-.5px;
	vertical-align:top;
}
.recruit-wrap .recruit-conts p { 
	word-break:keep-all; 
}
.recruit-wrap .recruit-conts p strong { 
	font-weight: 500;
	color:#222;
}
.recruit-wrap .recruit-conts dt strong { 
	font-weight: 400;	 
	font-family:'Poppins', 'Noto Sans KR', sans-serif;
	color:#274080;
}
.recruit-wrap .recruit-conts dd { 
	margin-bottom:10px; 
}
.recruit-wrap .recruit-box { 
	padding:35px 50px;
	background:#f1f3f8;
	font-size:0;
}
.recruit-wrap .recruit-box h1 { 
	display:inline-block;
	width:70px;
	font-weight: 500; font-size:18px;
	color:#333;
	vertical-align:top;
}
.recruit-wrap .recruit-box p { 
	display:inline-block;
	padding-left: 3%;
	width:calc(100% - 70px);
	font-size:17px; color:#666;
	vertical-align:top;
}
.recruit-wrap .recruit-box p strong { 
	font-weight: 400;
	font-family:'Poppins', 'Noto Sans KR', sans-serif;
	color:#274080;
	letter-spacing:0;
}
/*
.recruit-wrap .recruit-box p strong:last-child { 
	margin-left:15px; 
}
*/
.recruit-wrap .recruit-box p span { 
	display:block;
	font-size:14px;
}
.recruit-wrap .recruit-box hr { 
	display:block;
	margin:20px 0;
	width:100%; height:1px;
	border:0 none;
	border-top:1px solid #c9cfe0;
}

@media screen and (max-width: 768px) { 
	.recruit-wrap > h1 { 
		margin-top:40px;
		width:100%; 
		font-size:24px;
	}
	.recruit-wrap > h1:first-child { 
		margin-top:0; 
	}
	.recruit-wrap > h1 br { 
		display:none; 
	}
	.recruit-wrap .recruit-conts { 
		margin-top:20px;
		width:100%;
		font-size:16px;
	}
	.recruit-wrap .recruit-box { 
		padding:25px; 
	}
	.recruit-wrap .recruit-box h1 { 
		margin-bottom:5px;
		width:100%; 
	}
	.recruit-wrap .recruit-box hr { 
		margin:15px 0; 
	}
	.recruit-wrap .recruit-box p { 
		padding-left:0;
		width:100%;
		font-size:16px;
	}
	/*
	.recruit-wrap .recruit-box p strong:last-child {		
		display:block;
		margin-left:0; 
	}
	*/
}