@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.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:'Montserrat', '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
------------------------------------------------------ */

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

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

/* Noto Serif Kr */
@font-face {
	font-family:'Noto Serif Kr';
	font-weight:200;
	src:url('/fonts/NotoSerifKr-Extra-light.eot'); 
	src:local(※), url('/fonts/NotoSerifKr-Extra-light.woff') format('woff');
}


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

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

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#27282b;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#333; }
a.btn_b02,.btn_b02 {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#4a5460;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#4a5460}
a.btn_b03, .btn_b03 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;font-weight: 400;font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;background:#27282b;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {background:#27282b}

.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {font-size:14px;line-height:35px;min-width:100px;height:35px;padding:0 10px;text-align:center;border:0;background:#27282b;color:#fff;text-decoration:none;vertical-align:middle}


.bo_fx {float:right;}
.btn_bo_user {overflow:hidden; float:left;}
.btn_bo_user li {float:left; margin-right: 7px;}
.btn_bo_user li:last-child {margin-right: 0;}

 @media screen and (max-width: 768px) { 
	.btn_bo_user {margin-bottom: 10px;}
 }

/* 게시판카테고리 */
#bo_cate { 
	margin-bottom: 40px; 
	width:100%; padding-bottom: 15px; 
	border-bottom:1px solid #ccc; 
	text-align:center;
}
#bo_cate h2 { 
	display:none;
}
#bo_cate ul { 
	font-size:0;
}
#bo_cate ul li { 
	display:inline-block; vertical-align:top;
}
#bo_cate ul li a { 
	position:relative; 
	display:block; 
	padding:0 25px; 
	font-weight:300; font-size:18px; 
	color:#333;
}
#bo_cate ul li a:before { 
	content:''; 
	position:absolute; top:50%; left:0; 
	margin-top: -7px; 
	width:1px; height:14px; 
	background: #c1c1c1;
}
#bo_cate ul li:first-child a:before { 
	display:none;
}
#bo_cate #bo_cate_on { 
	font-weight: 500;
}

@media screen and (max-width: 768px) { 
	#bo_cate { 
		margin-bottom: 30px;
	}
	#bo_cate ul li a { 
		padding:0 20px; font-size:16px;
	}	 
}
@media screen and (max-width: 480px) { 
	#bo_cate ul li a { 
		padding:2px 15px; font-size:14px;
	}	
	#bo_cate ul li a:before { 
		margin-top: -5px; height:12px;
	}
}

/* 게시판검색 */
#bo_sch { 
	margin-bottom: 35px; width:100%; 
	text-align:right;
}
#bo_sch form { 
	font-size:0;
}
#bo_sch select, 
#bo_sch .sch_input { 
	display:inline-block; 
	padding:0 10px; height:38px; 
	border:1px solid #dedede; 
	font-size:14px; color:#666;
}
#bo_sch select { 
	width:100px;
}
#bo_sch .sch_input { 
	margin-left: 5px; width:240px;
}
#bo_sch .sch_btn { 
	display:inline-block; 
	margin-left: 9px; 
	width:70px; height:38px; 
	border:0 none; background: #656565;
}
#bo_sch .sch_btn i { 
	display:none;
}
#bo_sch .sch_btn span { 
	font-size:14px; line-height: 38px; color:#fff;
}
 @media screen and (max-width: 768px) { 
	#bo_sch .sch_input { 
		width:calc(100% - 184px);
	}
 }
@media screen and (max-width: 480px) { 
	#bo_sch select { 
		width:80px;
	}
	#bo_sch .sch_input { 
		width:calc(100% - 164px);
	}
 }


 /* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing: 0 5px;border:1px solid #303030; border-width:1px 0; font-size:14px;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:10px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ddd;height:50px; vertical-align:middle;}
.tbl_head01 thead th a {color:#666;}
.tbl_head01 thead th a i {display:none;}
.tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;background:#fff;padding:10px 5px;border-top:1px solid #ecf0f1;line-height:1.4em;height:50px;word-break:break-all}
.tbl_head01 tbody tr:hover td{background:#fafafa;}
.tbl_head01 a:hover {text-decoration:underline}
.bo_tit a {font-weight: 400; color:#666;}
.td_num2 {text-align:center;}

 @media screen and (max-width: 768px) { 
	.tbl_wrap .td_num2 + td {padding-bottom: 5px;}
	.td_datetime { 
		display:none; 
	}
 }

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

 @media screen and (max-width: 768px) { 
	.tbl_head01 thead th {display:none;}
	.tbl_head01 .td_num2 {display:none;}
 }

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="submit"],
button,
textarea {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   border:1px solid #dedede;
   box-shadow:none !important;
}
input { 
   -webkit-border-radius: 0;
   background: #fff;
}
select { 
   -webkit-border-radius: 0;
   background: #fff;
}

/* 페이징 */
.pg_wrap {clear:both; float:none; display:block; margin:30px 0 ;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {font-size:0;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;border-radius:0;border:1px solid #dedede}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#555;font-size:13px;margin-right: -1px;width:35px;height:35px;line-height:33px;text-decoration:none;}
.pg_page:hover{background-color:#f1f1f1}
.pg_start {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;}
.pg_prev {margin-right: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;}
.pg_end {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;}
.pg_next {margin-left: 16px; text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;}
.pg_start + .pg_prev {margin-left: -17px;}
.pg_next + .pg_end {margin-left: 0;}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}

.pg_current {display:inline-block;width:35px;height:35px;border-color:#8b653c;background:#363636;font-size:13px;line-height: 33px;color:#fff !important;font-weight:bold;
-webkit-box-shadow: inset 1px 1px 2px #222542;
-moz-box-shadow:  inset 1px 1px 2px #222542;
box-shadow: inset 1px 1px 2px #222542;
}


/* layout
------------------------------------------------------ */
body { 
	min-width:320px;
	background: #fff;
	font-weight: 400; font-size:15px; line-height: 1.3;
	font-family: 'Montserrat', 'Noto Sans KR', dotum, sans-serif;
	letter-spacing:-0.5px;
	color:#666;
}
input,
select,
button { 
	font-family:'Montserrat', '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:9999;
	width:100%; height:120px;
}
#header.on,
#header.fixed  { 
	background:#fff; 
}
#header .hader-inner { 
	position:relative;
	margin:0 auto;
}
#header .hader-inner .logo { 
	position:absolute;
	top:0;
	left:120px;
}
#header .hader-inner .logo a { 
	display:block; 
	width:192px;
	height:120px;
	background:url('/images/common/logo_w.png') no-repeat center;
	font-size:0;
	color:transparent;
}
#header.on .hader-inner .logo a,
#header.fixed .hader-inner .logo a {
	background-image:url('/images/common/logo.png');
}

@media screen and (max-width: 1200px) { 
	#header { 
		height:80px;
	}
	#header .hader-inner .logo { 
		left:50px
	}
	#header .hader-inner .logo a {
		height:80px;
	}
}
@media screen and (max-width: 1100px) { 
	#header { 
		height:80px;
	}
	#header .hader-inner .logo { 
		left:30px
	}
	#header .hader-inner .logo a {
		height:80px;
	}
}
@media screen and (max-width: 850px) { 
	#header { 
		height:55px;
	}
	#header .hader-inner .logo { 
		left:10px
	}
	#header .hader-inner .logo a {
		width:127px;
		height:55px;
		background-image:url('/images/common/logo_w_m.png');
		background-size:127px auto;
	}
	#header.on .hader-inner .logo a,
	#header.fixed .hader-inner .logo a {
		background-image:url('/images/common/logo_m.png');
	}
}

/* gnb */
.hader-inner .gnb { 
	width:100%;
	text-align:center;
}
.hader-inner .gnb .gnb-1depth-li { 
	position:relative;
	display:inline-block;
	padding:0 1.5%;
	vertical-align:middle;
}
.hader-inner .gnb .gnb-1depth-li > a { 
	display:block;
	font-weight: 300;
	font-size:20px;
	line-height:120px;
	color:#fff;
}
.on .hader-inner .gnb .gnb-1depth-li > a,
.fixed .hader-inner .gnb .gnb-1depth-li > a { 
	color:#262626; 
}

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

.nav-full { 
	position:fixed; top:-100%; left:0;
	z-index:999;
	padding:40px 10%;
	width:100%; height:calc(100% - 120px);
	background:#11315b;
	text-align:center;
	font-size:0;
}
.nav-full .full-gnb-1depth-li { 
	display:inline-block;
	position:relative;
	padding:0 1.5%;
	vertical-align:top;
}
.nav-full .full-gnb-1depth-li > a { 
	position:relative;
	display:inline-block;
	padding:10px 8px;
	font-size:20px;
	color:#fff;
	opacity:0;
	cursor:default;
}
.nav-full .gnb-2depth {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 0;
}
.nav-full .gnb-2depth-li > a { 
	font-weight: 300; font-size:17px; line-height: 36px;
	color:#fff; 
}

@media screen and (min-width: 1101px) { 
	.hader-inner .gnb { 
		display:block !important; 
		overflow:visible !important;
	}
	.hader-inner .gnb-2depth { 
		overflow:hidden;
		display:block !important;
		position:absolute; top:80%; left:50%;
		z-index:9999;
		margin-left:-85px; margin-top:1px;
		width:170px; height:0;
		background:#003972;
		transition:.3s;
		text-align:center;
	}
	.hader-inner .gnb .gnb-2depth-a { 
		display:block;
		padding:5px 0;
		font-size:15px;
		color:#fff;
		line-height:25px;
	}
	.hader-inner .gnb .gnb-2depth-a:hover { 
		color:#ccc;
	}

	.gnb-1depth-li:hover .gnb-2depth { 
		padding:10px 0; height:auto;
	}
}
@media screen and (max-width: 1200px) { 
	.nav-full { 
		top:80px;
		height:calc(100% - 80px);
		padding:25px 10%;
	}
	.nav-full .full-gnb-1depth-li {
		padding:0 2%;
	}
	.nav-full .full-gnb-1depth-li > a {
		font-size:16px;
	}
	.nav-full .gnb-2depth-li > a {
		font-size:15px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1200px) { 
	.hader-inner .gnb .gnb-1depth-li { 
		padding:0 2%;
	}
	.hader-inner .gnb .gnb-1depth-li > a { 
		font-size:16px; 
		line-height:80px;
	}
}
@media screen and (max-width: 1100px) { 
	#header .gnb { 
		display:none;
		position:absolute; top:80px; left:0;
		margin-left:0; padding: 0;
		width:100%;
		text-align:center;
	}
	#gnb-1depth { 
		height:calc(100vh - 80px);
		background: #002850;
		border-top:1px solid rgba(255,255,255,.34);
	}
	#header .gnb .gnb-1depth-li { 
		display:block;
		padding:0;
		text-align:center;
	}

	#header .gnb-1depth-a { 
		display:block;
		font-weight:400;
		font-size:18px; line-height: 45px;
		color:#fff !important;
		border-bottom:1px solid rgba(255,255,255,.34);
	}
	#header .gnb-2depth { 
		display:none;
		padding:10px 0;
		height:auto !imponrtat;
		border-bottom:1px solid rgba(255,255,255,.34);
		background:rgba(90,149,183,.3);
	}
	#header .gnb-2depth-a { 
		display:block;
		font-weight:300;
		font-size:14px; line-height: 30px;
		color:#fff;
	}
	.nav-full { 
		display:none; 
	}
}
@media screen and (max-width: 850px) { 
	#header .gnb { 
		top:55px;
	}
	#gnb-1depth { 
		height:calc(100vh - 55px);
	}
}

.menu-btn { 
	position:absolute; top:0; right:120px;
	width:30px; height:120px;
	background:url('/images/common/menu_btn_w.png') no-repeat center;
	cursor:pointer;
}
.on .menu-btn,
.fixed .menu-btn { 
	background-image:url('/images/common/menu_btn.png');
}

@media screen and (max-width: 1200px) {
	.menu-btn { 
		right:50px;
		height:80px;
	}
}
@media screen and (max-width: 1100px) {
	.menu-btn { 
		right:30px;
	}
	.on .menu-btn { 
		width:55px;
		right:0;
		background:#082c55 url('/images/common/menu_btn_close.png') no-repeat center/18.5px;
	}
}
@media screen and (max-width: 850px) {
	.menu-btn { 
		right:10px;
		height:55px;
	}
}


/* -------- footer -------- */
.footer {
	position:relative;
	padding:80px 0 120px;
	border-top:2px solid #11315b;
	background:#efedf5;
	text-align:center;
}
.footer .ft_logo {
	padding-bottom:60px;
}
.footer address span {
	display:inline-block;
	padding:0 20px;
	color:#444;
	font-size:16px;
	font-style:normal;
}
.footer .copy {
	padding-top:30px;
	color:#333;
	font-size:15px;
	font-weight:600;
	letter-spacing:0.05rem;
}
.footer .quick-top {
	position:absolute;
	top:-35px;
	right:0;
	width:70px;
	height:70px;
	padding:20px 0;
	background:#11315b;
	text-align:center;
	cursor:pointer;
}
.footer .quick-top span {
	display:inline-block;
	padding-top:17px;
	background:url('/images/common/scroll-top.png') no-repeat top center/14px auto;
	color:#fff;
	font-size:16px;
}
@media screen and (max-width: 850px) { 
	.footer {
		padding:49px 0;
	}
	.footer .ft_logo {
		padding-bottom:35px;
	}
	.footer .ft_logo img {
		width:127px;
	}
	.footer address span {
		padding:0 15px 3px;
		font-size:12px;
	}
	.footer address span:first-child {
		display:block;
	}
	.footer .copy {
		padding-top:20px;
		font-size:11px;
	}
	.footer .quick-top {
		top:-25px;
		width:50px;
		height:50px;
		padding:11px 0;
	}
	.footer .quick-top span {
		padding-top:13px;
		background-size:11px auto;
		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 .inner { 
		padding:0 30px;
		width:100%; 
	}
}
@media screen and (max-width: 850px) { 
	.main-contents > section { 
		padding:50px 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; */
	}
}

/* -------- nav - menu -------- */
#menu {
	position:fixed;
	top:50%;
	right:25px;
	z-index:50;
	margin-top:-54px;
}
#menu:after {
	position:fixed;
	top:0;
	right:32px;
	width:1px;
	height:calc(50% - 64px);
	background:rgba(255,255,255,.3);
	content:'';
}
#menu:before {
	position:fixed;
	bottom:0;
	right:32px;
	width:1px;
	height:calc(50% - 64px);
	background:rgba(255,255,255,.3);
	content:'';
}
#menu ul li {
	padding:4px 0;
	text-align:right;
}
#menu ul li a {
	position:relative;
	padding-right:26px;
}
#menu ul li a:after {
	display:inline-block;
	position:absolute;
	top:50%;
	right:4px;
	width:7px;
	height:7px;
	margin-top:-3px;
	border-radius:50%;
	background:rgba(255,255,255,.4);
	content:'';
}
#menu ul li a.active:after {
	display:none;
}
#menu ul li a.active:before {
	display:inline-block;
	position:absolute;
	top:50%;
	right:0;
	width:15px;
	height:15px;
	margin-top:-7px;
	border-radius:50%;
	border:4px solid #fff;
	content:'';
}
#menu ul li a span {
	display:none;
	color:#fff;
	font-size:12px;
	font-weight:700;
	letter-spacing:0.05rem;
}
#menu ul li a.active span {
	display:inline-block;
}
@media screen and (max-width: 850px) { 
	#menu {display:none;}
}


/* -------- visual -------- */
.main-visual {
	height:100vh !important;
	background:url('/images/main/main_visual.jpg') no-repeat center/cover;
}
.main-visual h2 {
	padding-bottom:77px;
	color:#fff;
	font-size:44px;
	font-weight:300;
	letter-spacing:-0.06rem;
	line-height:58px;
	word-break: keep-all;
}
.main-visual h2 strong {
	font-weight:700;
}
.main-visual p {
	display:inline-block;
	position:relative;
}
.main-visual p:after {
	display:block;
	position:absolute;
	top:-3px;
	left:-30px;
	z-index:1;
	width:40px;
	height:12px;
	background:#005596;
	content:'';
}
.main-visual p span {
	display:inline-block;
	position:relative;
	z-index:10;
	color:#fff;
	font-size:18px;
	font-weight:700;
	letter-spacing:1rem;
}
@media screen and (max-width: 960px) { 
	.main-visual .text {
		position:absolute;
		top:50%;
		left:0;
		width:100%;
		-ms-transform:translate(0,-50%);
		-webkit-transform:translate(0,-50%);
		transform:translate(0,-50%);
	}
	.main-visual span {
		display:block;
	}
	.main-visual br {
		display:none;
	}
}
@media screen and (max-width: 850px) { 
	.main-visual {
		background-image:url('/images/main/main_visual2_m.jpg');
	}
	.main-visual h2 {
		font-size:30px;
		letter-spacing:-0.03rem;
		line-height:40px;
	}
	.main-visual p:after {
		top:-2px;
		left:-35px;
		width:47px;
		height:14px;
	}
	.main-visual p span {
		font-size:21px;
	}
}


/* -------- conts -------- */
.main-conts-tit h2 { 
	padding-bottom:20px;
	color:#fff;
	font-size:44px;
	font-weight:700;
	line-height:1;
}
.main-conts-tit p {
	display:inline-block;
	position:relative;
}
.main-conts-tit p:after {
	display:block;
	position:absolute;
	top:-3px;
	left:-30px;
	z-index:1;
	width:40px;
	height:12px;
	background:#005596;
	content:'';
}
.main-conts-tit p span {
	display:inline-block;
	position:relative;
	z-index:10;
	color:#fff;
	font-size:18px;
	font-weight:700;
	letter-spacing:1rem;
}
@media screen and (max-width: 850px) { 
	.main-conts-tit h2 { 
		font-size:33px; 
	}
	.main-conts-tit p:after {
		top:0;
		left:-23px;
		width:30px;
		height:9px;
	}
	.main-conts-tit p span { 
		font-size:13px; 
	}
}


/* -------- main-process -------- */
.main-process {
	background:url('/images/main/main_process.jpg') no-repeat center/cover;
}
.main-process .main-conts-tit {
	padding-bottom:130px;
}
.main-process .main-process-list {
	margin-left:-50px;
	font-size:0;
}
.main-process .main-process-list > li {
	display:inline-block;
	width:25%;
	padding-left:50px;
	text-align:left;
	vertical-align:middle;
}
.main-process .main-process-list > li > a {
	display:block;
	min-height:335px;
	background:no-repeat right bottom/95px auto;
}
.main-process .main-process-list > li.patent > a {
	background-image:url('/images/main/main_process_patent.png');
}
.main-process .main-process-list > li.brand > a {
	background-image:url('/images/main/main_process_brand.png');
}
.main-process .main-process-list > li.design > a {
	background-image:url('/images/main/main_process_design.png');
}
.main-process .main-process-list > li.consulting > a {
	background-image:url('/images/main/main_process_consulting.png');
}
.main-process .main-process-list > li .eng {
	border-bottom:2px solid #fff;
}
.main-process .main-process-list > li .eng span {
	display:inline-block;
	position:relative;
	padding-bottom:12px;
	color:#fff;
	font-size:14px;
	font-weight:700;
	letter-spacing:0.05rem;
}
.main-process .main-process-list > li .eng span:after {
	display:block;
	position:absolute;
	bottom:-5px;
	left:0;
	width:0;
	height:5px;
	background:#005596;
	transition:all .3s ease;
	content:'';
}
.main-process .main-process-list > li > a:hover .eng span:after {
	width:100%;
}
.main-process .main-process-list > li h5 {
	padding-top:34px;
	color:#fff;
	font-size:30px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.main-process .main-process-list > li .sub {
	padding-top:14px;
	color:#fff;
	font-size:18px;
	font-weight:300;
	letter-spacing:-0.025rem;
	line-height:24px;
}
.main-process .main-process-list > li .more {
	display:block;
	padding-top:52px;
}
.main-process .main-process-list > li .more img {
	width:38px;
}
@media screen and (max-width: 1120px) { 
	.main-process .main-conts-tit {
		padding-bottom:85px;
	}
	.main-process .main-process-list {
		margin-left:-30px;
	}
	.main-process .main-process-list > li {
		padding-left:30px;
	}
	.main-process .main-process-list > li > a {
		background-size:58.5px auto;
	}
	.main-process .main-process-list > li h5 {
		font-size:25px;
	}
	.main-process .main-process-list > li .sub {
		font-size:15px;
	}
}
@media screen and (max-width: 850px) { 
	.main-process {
		background-image:url('/images/main/main_process2_m.jpg');
	}
	.main-process .main-conts-tit {
		padding-bottom:55px;
	}
	.main-process .main-process-list > li {
		width:50%;
		margin-bottom:55px;
	}
	.main-process .main-process-list > li > a {
		min-height:200px;
	}
	.main-process .main-process-list > li .eng {
		border-bottom:1px solid #fff;
	}
	.main-process .main-process-list > li .eng span {
		padding-bottom:6px;
		font-size:10px;
	}
	.main-process .main-process-list > li .eng span:after {
		bottom:-3px;
		height:3px;
	}
	.main-process .main-process-list > li h5 {
		padding-top:20px;
		font-size:18px;
	}
	.main-process .main-process-list > li .sub {
		font-size:11px;
		line-height:15px;
	}
	.main-process .main-process-list > li .more {
		padding-top:30px;
	}
	.main-process .main-process-list > li .more img {
		width:23.5px;
	}
}


/* -------- main-lawyer -------- */
.main-lawyer {
	background:url('/images/main/main_lawyer.jpg') no-repeat center/cover;
}
.main-lawyer .main-conts-tit {
	padding-bottom:55px;
}
.main-lawyer .main-lawyer-list {
	overflow:hidden;
}
.main-lawyer .main-lawyer-list .history {
	float:right;
	width:50%;
	padding-left:30px;
	text-align:left;
}
.profile-line{
	text-decoration: underline;
}
.main-lawyer .main-lawyer-list .history h2
{
	color:#fff;
	font-size: 30px;
}
.main-lawyer .main-lawyer-list .history ul li {
	position:relative;
	padding-left:30px;
	color:#fff;
	font-size:22px;
	font-weight:700;
	letter-spacing:-0.05rem;
	line-height:40px;
}
.main-lawyer .main-lawyer-list .history ul li:after {
	display:block;
	position:absolute;
	top:14px;
	left:0;
	width:12px;
	height:12px;
	border:3px solid #f7f7f7;
	content:'';
}
.main-lawyer .main-lawyer-list .img {
	float:left;
	width:50%;
	text-align:center;
}
.main-lawyer .main-lawyer-list .img img {
	max-width:100%;
}
@media screen and (max-width: 1210px) { 
	.main-lawyer .main-lawyer-list .history ul li {
		padding-left:25px;
		font-size:20px;
		line-height:49px;
	}
	.main-lawyer .main-lawyer-list .history ul li:after {
		top:18px;
	}
}
@media screen and (max-width: 990px) { 
	.main-lawyer .main-lawyer-list .history ul li {
		padding-left:25px;
		font-size:16px;
		line-height:45px;
	}
}
@media screen and (max-width: 850px) { 
	.main-lawyer {
		padding-bottom:0 !important;
		background-image:url('/images/main/main_lawyer_m.jpg');
	}
	.main-lawyer .main-conts-tit {
		padding-bottom:35px;
	}
	.main-lawyer .main-lawyer-list .history {
		float:none;
		width:100%;
		padding:0 30px;
	}
	.main-lawyer .main-lawyer-list .history ul li {
		padding-left:15px;
		font-size:13px;
		line-height:25px;
	}
	.main-lawyer .main-lawyer-list .history ul li:after {
		top:9px;
		width:6px;
		height:6px;
		border:2px solid #f7f7f7;
	}
	.main-lawyer .main-lawyer-list .img {
		float:none;
		width:100%;
		margin-top:70px;
		padding:0 30px;
	}
}


/* -------- main-contact -------- */
.main-contact { 
	background:url('/images/main/main_contact.jpg') no-repeat center/cover;
}
.main-contact .main-conts-tit {
	padding-bottom:50px;
}
.main-contact .main-contact-list {
	background:#fff;
	font-size:0;
}
.main-contact .main-map-wrap {
	display:inline-block;
	width:53%;
	vertical-align:middle;
}
.main-contact .contact-map {
	position:relative;
	width:100%;
	height:470px;
}
.main-contact .contact-map .root_daum_roughmap {
	width:100%;
	height:100%;
}
.main-contact .contact-map .root_daum_roughmap .wrap_map {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.main-contact .contact-map .hide {
	display:none;
}
.main-contact .main-online-wrap {
	display:inline-block;
	width:47%;
	padding:0 55px;
	text-align:left;
	vertical-align:middle;
}
.main-contact .contact-info ul li {
	display:inline-block;
	padding:6px 0;
	color:#333;
	font-size:18px;
}
.main-contact .contact-info ul li:first-child {
	display:block;
	color:#444;
	font-weight:300;
}
.main-contact .contact-info ul li:nth-child(2) {
	padding-right:50px;
}
.main-contact .contact-info ul li span {
	padding-right:5px;
	color:#11315b;
	font-size:16px;
	font-weight:400;
}
.main-contact .online-form {

}
.main-contact .online-form .input-wrap {
	margin-top:20px;
}
.main-contact .online-form .input-wrap li {
	position:relative;
	padding-left:54px;
	margin-top:10px;
}
.main-contact .online-form .input-wrap li label {
	display:inline-block;
	position:absolute;
	top:10px;
	left:0;
	color:#333;
	font-size:14px;
	letter-spacing:-0.05rem;
}
.main-contact .online-form .input-wrap li input[type='text'],
.main-contact .online-form .input-wrap li textarea {
	width:100%;
	padding:0 10px;
	font-family:'Montserrat', 'Noto Sans KR', dotum, sans-serif;
	font-size:14px;
	height:38px;
	border:1px solid #cdd1d7;
}
.main-contact .online-form .input-wrap li textarea {
	height:78px;
	padding:10px;
}
.main-contact .online-form .input-wrap li.agree-wrap input {
	margin-right:6px;
}
.main-contact .online-form .input-wrap li.agree-wrap label {
	position:static;
	color:#666;
	font-size:12px;
}
.main-contact .online-form .input-wrap li.agree-wrap a {
	display:inline-block;
	margin-left:8px;
	color:#888;
	border-bottom:1px solid #888;
	font-size:12px;
	vertical-align:middle;
}
.main-contact .online-form .btn-wrap {
	padding-top:25px;
}
.main-contact .online-form .btn-wrap button {
	display:block;
	width:100%;
	height:54px;
	background:#005596;
	border:none;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:54px;
}
.main-contact .privacy-pop {
	display:none;
	position:absolute;
	top:35px;
	left:54px;
	padding:10px;
	background:#fff;
	border:1px solid #cdd1d7;
}
.main-contact .privacy-pop:after {
	position:absolute;
	top:-10px;
	left:117px;
	z-index:5;
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #cdd1d7;
	content:'';
}
.main-contact .privacy-pop p {
	font-size:12px;
	line-height:20px;
	letter-spacing:-0.05rem;
}
.main-contact .privacy-pop.show {
	display:block;
}
@media screen and (max-width: 1000px) { 
	.main-contact .main-online-wrap {
		padding:0 35px;
	}
}
@media screen and (max-width: 850px) { 
	.main-contact { 
		background-image:url('/images/main/main_contact_m.jpg');
	}
	.main-contact .main-conts-tit {
		padding-bottom:32px;
	}
	.main-contact .main-map-wrap {
		width:100%;
	}
	.main-contact .contact-map {
		height:235px;
	}
	.main-contact .main-online-wrap {
		width:100%;
		padding:17px 27px 27px;
	}
	.main-contact .contact-info ul li {
		padding:5px 0;
		font-size:12px;
	}
	.main-contact .contact-info ul li:nth-child(2) {
		padding-right:25px;
	}
	.main-contact .contact-info ul li span {
		font-size:10px;
	}
	.main-contact .online-form .input-wrap {
		margin-top:15px;
	}
	.main-contact .online-form .input-wrap li {
		margin-top:5px;
	}
	.main-contact .online-form .input-wrap li label {
		top:3px;
		font-size:7px;
	}
	.main-contact .online-form .input-wrap li input[type='text'],
	.main-contact .online-form .input-wrap li textarea {
		height:20px;
	}
	.main-contact .online-form .input-wrap li textarea {
		height:39px;
	}
	.main-contact .online-form .input-wrap li.agree-wrap label {
		font-size:6px;
	}
	.main-contact .online-form .input-wrap li.agree-wrap a {
		font-size:6px;
	}
	.main-contact .online-form .btn-wrap {
		padding-top:13px;
	}
	.main-contact .online-form .btn-wrap button {
		font-size:9px;
		height:27px;
		line-height:27px;
	}
	.main-contact .privacy-pop {
		top:27px;
	}
	.main-contact .privacy-pop:after {
		left:97px;
	}
	.main-contact .privacy-pop p {
		font-size:10px;
		line-height: 15px;
	}
}


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

.sub-conts-wrap { 
	margin:0 auto; padding:100px 0 170px;
	width:1200px;
	font-weight: 400; font-size:18px;
	letter-spacing:-1px;
	word-break:keep-all;
}
@media screen and (max-width: 1200px) { 
	.sub-conts-wrap { 
		padding:70px 30px 125px; width:100%; 
	}
}
@media screen and (max-width: 850px) { 
	.sub-conts-wrap { 
		padding:33px 10px 90px; 
	}
	.sub-conts-wrap + .sub-conts-wrap { 
		margin-top: 0; 
	}
}

/*
	visual
 */
.sub-visual { 
	display:table;
	width:100%; height:450px;
	text-align:center;
	background:no-repeat top center/cover
}
.sub-visual.intro { 
	background-image:url('/images/sub/title/sub_visual_intro.jpg'); 
}
.sub-visual.member { 
	background-image:url('/images/sub/title/sub_visual_member.jpg'); 
}
.sub-visual.business { 
	background-image:url('/images/sub/title/sub_visual_business.jpg'); 
}
.sub-visual.case { 
	background-image:url('/images/sub/title/sub_visual_case.jpg'); 
}
.sub-visual.online { 
	background-image:url('/images/sub/title/sub_visual_online.jpg'); 
}

.sub-visual .visual-inner { 
	display:table-cell;
	padding-bottom:95px;
	vertical-align:bottom;
}
.sub-visual .visual-inner h1 { 
	padding-bottom:5px;
	font-weight:700;
	font-size:60px;
	color:#fff;
	letter-spacing:0.5rem;
}
.sub-visual .visual-inner .eng {
	display:inline-block;
	position:relative;
}
.sub-visual .visual-inner .eng:after {
	position:absolute;
	top:3px;
	left:-4px;
	z-index:1;
	width:40px;
	height:12px;
	background:#005596;
	content:'';
}
.sub-visual .visual-inner .eng span {
	display:inline-block;
	position:relative;
	z-index:5;
	color:#fff;
	font-size:18px;
	font-weight:600;
	letter-spacing:1rem;
}
.sub-visual .visual-inner .navigator {
	padding-top:43px;
	color:#fff;
	font-size:15px;
	font-weight:300;
	letter-spacing:-0.025rem;
}
.sub-visual .visual-inner .navigator span {
	display:inline-block;
	padding:0 10px;
}
@media screen and (max-width: 800px) { 
	 .sub-visual { 
		height:300px;
	 }
	 .sub-visual .visual-inner {
		padding-bottom:73px;
	 }
	.sub-visual .visual-inner h1 { 
		padding-bottom:10px;
		font-size:45px;
	}
	.sub-visual .visual-inner .eng:after {
		width:32px;
		height:9px;
		top:4px;
		left:-5px;
	}
	.sub-visual .visual-inner .eng span {
		font-size:14px;
	}
	.sub-visual .visual-inner .navigator {
		padding-top:25px;
		font-size:12px;
	}
}


/* 
	인사말
*/
.greetings .greetings-wrap { 
	position:relative;
	width:100%;
	height:750px;
	background:url('/images/sub/greetings/greetings_bg.jpg') no-repeat center/cover;
}
.greetings .greetings_text {
	position:absolute;
	bottom:0;
	left:0;
	width:45%;
	padding:54px 60px 54px 45px;
	background:rgba(0,0,0,.5);
	text-align:right;
}
.greetings .greetings_text p {
	padding:18px 0;
	color:#fff;
	font-size:20px;
	letter-spacing:-0.01rem;
	line-height:36px;
	font-weight:700;
	word-break:keep-all;
}
.greetings .bottom_text {
	text-align:center;
	font-size:0;
}
.greetings .bottom_text h2 {
	position:relative;
	display:inline-block;
	width:45%;
	height:123px;
	color:#11315b;
	font-size:24px;
	font-weight:600;
	letter-spacing:1rem;
	line-height:123px;
	vertical-align:middle;
	box-shadow:30px -20px 25.38px 1.62px rgba(0, 0, 0, 0.12);
}
.greetings .bottom_text p {
	display:inline-block;
	width:55%;
	height:123px;
	color:#25498e;
	font-size:20px;
	font-weight:300;
	letter-spacing:0.35rem;
	line-height:123px;
	vertical-align:middle;
}
@media screen and (max-width: 1200px) { 
	.greetings .greetings_text p {
		font-size:16px;
		line-height:32px;
	}
	.greetings .bottom_text h2 {
		font-size:20px;
	}
	.greetings .bottom_text p {
		font-size:15px;
	}
}
@media screen and (max-width: 850px) {
	.greetings .greetings-wrap {
		height:570px;
	}
	.greetings .greetings_text {
		width:100%;
		padding:18px 25px;
	}
	.greetings .greetings_text p {
		padding:12px 0;
		font-size:14px;
		line-height:22px;
	}
	.greetings .bottom_text {
		padding:22px 15px 17px;
		text-align:right;
		box-shadow: 0px 36px 25.38px 1.62px rgba(0, 0, 0, 0.15);
	}
	.greetings .bottom_text h2 {
		display:block;
		padding-bottom:10px;
		height:auto;
		width:100%;
		line-height:1.1;
		box-shadow:none;
	}
	.greetings .bottom_text p {
		display:block;
		height:auto;
		width:100%;
		line-height:1.1;
	}
}
@media screen and (max-width: 640px) {
	.greetings .greetings_text p {
		font-size:12px;
		line-height:20px;
	}
	.greetings .bottom_text h2 {
		font-size:12px;
	}
	.greetings .bottom_text p {
		font-size:11px;
	}
}


/* 상담안내 */
.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;
	}
}


/* 
	대표변리사
*/
.patent_attorney {
	padding-bottom:0;
	border-bottom:2px solid #eee;
}
.patent_attorney .patent_attorney_wrap {
	overflow:hidden;
}
.patent_attorney .history {
	float:right;
	width:50%;
	padding-left:30px;
	text-align:left;
	padding-bottom: 50px;
}
.patent_attorney .history h5 {
	padding-bottom:15px;
	color:#111;
	font-size:72px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.patent_attorney .history p {
	display:inline-block;
	padding:16px 20px;
	border-radius:35px;
	background:#fff;
	text-align:center;
}
.patent_attorney .history p span {
	display:inline-block;
	padding:0 25px;
	color:#005596;
	font-size:22px;
	font-weight:600;
}
.patent_attorney .history h3 {
	margin-top:35px;
	padding-bottom:10px;
	color:#111;
	font-size:28px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.patent_attorney .history ul {
	margin-top:0px;
}
.patent_attorney .history ul li {
	position:relative;
	padding-left:30px;
	margin-top:5px;
	color:#111;
	font-size:24px;
	font-weight:700;
	letter-spacing:-0.05rem;
	line-height:40px;
}
.patent_attorney .history ul li:after {
	display:block;
	position:absolute;
	top:13px;
	left:0;
	width:12px;
	height:12px;
	border:3px solid #005596;
	content:'';
}
.patent_attorney .img {
	float:left;
	width:50%;
	text-align:center;
}
.patent_attorney .img img {
	max-width:100%;
}
@media screen and (max-width: 1200px) { 
	.patent_attorney .history h5 {
		font-size:65px;
	}
	.patent_attorney .history p span {
		padding:0 15px;
		font-size:18px;
	}
	.patent_attorney .history ul li {
		font-size:22px;
		line-height:36px;
	}
	.patent_attorney .history ul li:after {
		top:11px;
	}
}
@media screen and (max-width: 1010px) { 
	.patent_attorney .history h5 {
		font-size:50px;
	}
	.patent_attorney .history p {
		padding:10px 15px;
	}
	.patent_attorney .history p span {
		padding:0 10px;
		font-size:14px;
	}
	.patent_attorney .history ul {
		margin-top:30px;
	}
	.patent_attorney .history ul li {
		padding-left:25px;
		font-size:16px;
		line-height:30px;
	}
	.patent_attorney .history ul li:after {
		top:8px;
	}
}
@media screen and (max-width: 850px) {
	.patent_attorney {
		padding-bottom:30px;
	}
	.patent_attorney .patent_attorney_wrap {
		padding:0 28px;
	}
	.patent_attorney .history {
		float:none;
		padding:0;
		width:100%;
	}
	.patent_attorney .history h5 {
		font-size:36px;
	}
	.patent_attorney .history p {
		padding:4px 15px;
	}
	.patent_attorney .history p span {
		padding:0 20px;
		font-size:12px;
	}
	.patent_attorney .history h3 {
		margin-top:15px;
		padding-bottom:10px;
		font-size:16px;
	}
	.patent_attorney .history ul {
		margin-top:0px;
		margin-bottom:25px;
	}
	.patent_attorney .history ul li {
		font-size:13px;
		line-height:20px;
		padding-left:15px;
	}
	.patent_attorney .history ul li:after {
		top:6px;
		width:6px;
		height:6px;
		border-width:2px;
	}
	.patent_attorney .img {
		float:none;
		width:100%;
		padding-top:25px;
	}
}


/* 
	변리사
*/
.member .member-wrap {
	margin-left:-30px;
	font-size:0;
}
.member .member-wrap > li {
	display:inline-block;
	width:50%;
	padding-left:30px;
	vertical-align:top;
}
.member .member-wrap h5 {
	padding-bottom:10px;
	color:#111;
	font-size:48px;
	font-weight:700;
	letter-spacing:-0.025rem;
}
.member .member-wrap h5 span {
	padding-left:15px;
	color:#333;
	font-size:22px;
	font-weight:300;
	letter-spacing:-0.025rem;
}
.member .member-wrap .box {
	min-height:594px;
	padding:43px 43px 33px;
	border:1px solid #c7cbcf;
	background:#fff url('/images/sub/member/member_list_icon.png') no-repeat right 50px top 43px;
}
.member .member-wrap .box ul + ul {
	padding-top:33px;
}
.member .member-wrap .box ul li {
	position:relative;
	padding-left:16px;
	color:#666;
	font-size:17px;
	font-weight:300;
	letter-spacing:-0.05rem;
	line-height:30px;
}
.member .member-wrap .box ul li:after {
	position:absolute;
	top:11px;
	left:0;
	width:6px;
	height:6px;
	background:#005596;
	content:'';
}
@media screen and (max-width: 1200px) {
	.member .member-wrap .box {
		min-height:685px;
	}
}
@media screen and (max-width: 950px) {
	.member .member-wrap h5 {
		font-size:35px;
	}
	.member .member-wrap h5 span {
		font-size:17px;
	}
	.member .member-wrap .box {
		min-height:600px;
		padding:30px 30px 20px;
		background-position:right 30px top 23px;
	}
	.member .member-wrap .box ul + ul {
		padding-top:20px;
	}
	.member .member-wrap .box ul li {
		font-size:14px;
		line-height:27px;
	}
	.member .member-wrap .box ul li:after {
		top:10px;
	}
}
@media screen and (max-width: 750px) {
	.member .member-wrap {
		margin-left:0;
	}
	.member .member-wrap > li {
		width:100%;
		padding:0;
		margin-bottom:40px;
	}
	.member .member-wrap h5 {
		font-size:25px;
	}
	.member .member-wrap h5 span {
		padding-left:8px;
		font-size:14px;
	}
	.member .member-wrap .box {
		min-height:auto;
		padding:20px;
	}
	.member .member-wrap .box ul + ul {
		padding-top:15px;
	}
	.member .member-wrap .box ul li {
		font-size:13px;
		line-height:26px;
		padding-left:13px;
	}
	.member .member-wrap .box ul li:after {
		width:5px;
		height:5px;
	}
}


/* 
	주요업무
*/
.business {
	padding-bottom:0;
}
.business .business_title {
	padding-bottom:100px;
	text-align:center;
}
.business .business_title h2 {
	padding-bottom:20px;
	color:#333;
	font-size:52px;
	line-height:72px;
	letter-spacing:-0.05rem;
	word-break: keep-all;
}
.business .business_title h2 strong {
	color:#005596;
}
.business .business_title p {
	color:#333;
	font-size:25px;
	font-weight:500;
	letter-spacing:-0.025rem;
	line-height:36px;
	word-break: keep-all;
}
.business .business_title p span {
	color:#f40d02;
}
.business .reason {
	padding:85px 0 95px;
	background:#e7eff6;
	text-align:center;
}
.business .reason h2 {
	display:inline-block;
	border-bottom:1px solid #005596;
	color:#000;
	font-size:48px;
	font-weight:500;
	letter-spacing:-0.05rem;
	line-height:60px;
}
.business .reason h2 span {
	color:#005596;
}
.business .reason .reason_list {
	padding-top:70px;
	margin-left:-20px;
	font-size:0;
}
.business .reason .reason_list > li {
	display:inline-block;
	width:33.33%;
	padding-left:20px;
	vertical-align:top;
}
.business .reason .reason_list .box .icon {
	padding:34px 0 30px;
	border-radius:10px;
	height:228px;
}
.business .reason .reason_list .box .icon.career {
	background:#003c96;
}
.business .reason .reason_list .box .icon.skill {
	background:#005596;
}
.business .reason .reason_list .box .icon.cost {
	background:#006d96;
}
.business .reason .reason_list .box .icon span {
	display:block;
	padding-bottom:120px;
	background:no-repeat bottom center;
	color:#fff;
	font-size:30px;
	font-weight:500;
	letter-spacing:-0.025rem;
}
.business .reason .reason_list .box .icon.career span {
	background-image:url('/images/sub/business/reason_career.png');
}
.business .reason .reason_list .box .icon.skill span {
	background-image:url('/images/sub/business/reason_skill.png');
}
.business .reason .reason_list .box .icon.cost span {
	background-image:url('/images/sub/business/reason_cost.png');
}
.business .reason .reason_list .box p {
	padding-top:20px;
	color:#444;
	font-size:20px;
	letter-spacing:-0.05rem;
	line-height:30px;
}
.business .reason .reason_list .box p span {
	color:#f40d02;
}
.business .reason .text {
	padding-top:75px;
	color:#444;
	font-size:24px;
	letter-spacing:-0.05rem;
	line-height:36px;
}
.business .step {
	padding:100px 0 140px;
	text-align:center;
}
.business .step h2 {
	padding-bottom:70px;
	color:#000;
	font-size:48px;
	font-weight:500;
	letter-spacing:-0.05rem;
	line-height:60px;
}
.business .step h2 span {
	color:#005596;
}
.business .step .step_list {
	margin-left:-12px;
	font-size:0;
}
.business .step .step_list > li {
	display:inline-block;
	padding-left:12px;
	vertical-align:middle;
}
.business .step .step_list > li .box {
	width:190px;
	border-radius:7px;
	border:2px solid #4095d5;
}
.business .step .step_list > li:nth-child(2n) .box {
	border-color:#193245;
}
.business .step .step_list > li .box .icon {
	display:table;
	width:100%;
	height:137px;
}
.business .step .step_list > li .box .icon span {
	display:table-cell;
	vertical-align:middle;
}
.business .step .step_list > li .box .icon strong {
	display:block;
	padding-top:65px;
	background:no-repeat top center;
	color:#005596;
	font-size:22px;
	font-weight:700;
	letter-spacing:-0.05rem;
}
.business .step .step_list > li .box .icon.people strong {
	background-image:url('/images/sub/business/step_people.png');
}
.business .step .step_list > li .box .icon.people_call strong {
	background-image:url('/images/sub/business/step_people_call.png');
}
.business .step .step_list > li .box .icon.logo strong {
	background-image:url('/images/sub/business/step_logo.png');
}
.business .step .step_list > li .box .text {
	display:table;
	width:100%;
	height:120px;
	background:#4095d5;
}
.business .step .step_list > li:nth-child(2n) .box .text {
	background:#193245;
}
.business .step .step_list > li .box .text p {
	display:table-cell;
	color:#fff;
	font-size:18px;
	letter-spacing:-0.05rem;
	line-height:30px;
	vertical-align:middle;
}
.business .counseling {
	padding:61px 0 62px;
	background:url('/images/sub/business/counseling_bg.jpg') no-repeat center/cover;
}
.business .counseling .text h2 {
	padding-bottom:5px;
	color:#fff;
	font-size:40px;
	font-weight:700;
	letter-spacing:0.2rem;
}
.business .counseling .text p {
	color:#fff;
	font-size:22px;
	letter-spacing:-0.025rem;
}
.business .counseling .text p span {
	display:inline-block;
	padding-left:30px;
	vertical-align:middle;
}
.business .counseling .text p span a {
	display:inline-block;
	width:160px;
	height:40px;
	border:1px solid rgba(255,255,255,.7);
	color:#fff;
	font-size:16px;
	font-weight:300;
	text-align:center;
	letter-spacing:-0.05rem;
	line-height:40px;
}
@media screen and (max-width: 1200px) { 
	.sub-conts-wrap.business {
		padding-left:0;
		padding-right:0;
	}
	.business .business_title {
		padding-bottom:70px;
	}
	.business .business_title h2 {
		font-size:45px;
		line-height:65px;
	}
	.business .business_title p {
		font-size:20px;
		line-height:31px;
	}
	.business .reason {
		padding:60px 15px 70px;
	}
	.business .reason h2 {
		font-size:42px;
	}
	.business .reason .reason_list {
		padding-top:50px;
	}
	.business .reason .reason_list .box .icon {
		height:180px;
	}
	.business .reason .reason_list .box .icon span {
		padding-bottom:87px;
		font-size:25px;
		background-size:75px auto;
	}
	.business .reason .reason_list .box p {
		font-size:18px;
		line-height:28px;
	}
	.business .reason .text {
		font-size:20px;
		line-height:32px;
	}
	.business .step {
		padding:80px 15px 120px;
	}
	.business .step h2 {
		padding-bottom:50px;
		font-size:42px;
		line-height:54px;
	}
	.business .step .step_list {
		
	}
	.business .step .step_list > li {
		width:33.33%;
		margin-bottom:12px;
	}
	.business .step .step_list > li .box {
		width:100%;
	}
	.business .step .step_list.col2 > li {
		width:50%;
	}


	.business .counseling {
		padding:61px 30px 62px;
	}
}
@media screen and (max-width: 850px) { 
	.business .business_title {
		padding-bottom:33px;
	}
	.business .business_title h2 {
		padding-bottom:15px;
		font-size:34px;
		line-height:56px;
	}
	.business .business_title p {
		font-size:16px;
		line-height:27px;
		word-break: keep-all;
	}
	.business .reason h2 {
		font-size:30px;
	}
	.business .reason .reason_list .box p {
		font-size:15px;
		line-height:25px;
	}
	.business .reason .text {
		padding-top:40px;
		font-size:17px;
		line-height:29px;
	}
	.business .step h2 {
		font-size:36px;
		line-height:48px;
	}
	.business .step .step_list > li .box .text p {
		font-size:16px;
	}
	.business .counseling .text p span {
		display:block;
		padding:20px 0 0;
	}
}
@media screen and (max-width: 640px) { 
	.business .business_title h2 {
		font-size:26px;
		line-height:34px;
	}
	.business .business_title p {
		font-size:12px;
		line-height:18px;
	}
	.business .reason {
		padding:50px 15px 60px;
	}
	.business .reason h2 {
		font-size:24px;
	}
	.business .reason .reason_list {
		margin:0;
		padding-top:40px;
	}
	.business .reason .reason_list > li {
		width:100%;
		padding-left:0;
	}
	.business .reason .reason_list > li + li {
		margin-top:45px;
	}
	.business .reason .reason_list .box .icon {
		width:80%;
		height:150px;
		padding:23px 0 20px;
		margin:0 auto;
	}
	.business .reason .reason_list .box .icon span {
		padding-bottom:80px;
		font-size:20px;
		background-size:64.5px auto
	}
	.business .reason .reason_list .box .icon.career span {
		background-image:url('/images/sub/business/reason_career_m.png');
	}
	.business .reason .reason_list .box .icon.skill span {
		background-image:url('/images/sub/business/reason_skill_m.png');
	}
	.business .reason .reason_list .box .icon.cost span {
		background-image:url('/images/sub/business/reason_cost_m.png');
	}
	.business .reason .reason_list .box p {
		padding-top:10px;
		font-size:13px;
		line-height:16px;
	}
	.business .reason .reason_list .box p br {
		display:none;
	}
	.business .reason .text {
		padding-top:30px;
		font-size:13px;
		line-height:22px;
	}
	.business .step {
		padding:45px 15px 50px;
	}
	.business .step h2 {
		padding-bottom:30px;
		font-size:24px;
		line-height:30px;
	}
	.business .step .step_list {
		margin-left:-5px;
	}
	.business .step .step_list > li {
		padding-left:5px;
		margin-bottom:5px;
	}
	.business .step .step_list > li .box .icon {
		height:80px;
	}
	.business .step .step_list > li .box .icon strong {
		padding-top:34px;
		font-size:12.5px;
		background-size:50px auto;
	}
	.business .step .step_list > li .box .text {
		height:70px;
	}
	.business .step .step_list > li .box .text p {
		font-size:10px;
		line-height:17px;
	}
	.business .counseling {
		padding:50px 30px;
		background-image:url('/images/sub/business/counseling_bg_m.jpg');
	}
	.business .counseling .text h2 {
		padding-bottom:9px;
		font-size:24px;
	}
	.business .counseling .text p {
		font-size:13px;
	}
	.business .counseling .text p span {}
	.business .counseling .text p span a {
		width:96px;
		height:25px;
		font-size:10px;
		line-height:24px;
	}
}


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


/*오시는 길 */
.location .location-contact-map {
	position:relative;
	width:100%;
	height:670px;
}
.location .location-contact-map .root_daum_roughmap {
	width:100%;
	height:100%;
}
.location .location-contact-map .root_daum_roughmap .wrap_map {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
}
.location .location-contact-map .hide {
	display:none;
}
.location .location-contact-wrap {
	padding:0 60px;
}
.location .contact-info {
	position:relative;
	z-index:100;
	margin-top:-70px;
	background:#fff;
	padding:61px 0;
	padding-left:195px;
	font-size:0;
}
.location .contact-info .logo {
	position:absolute; top:50%; left:60px;
	margin-top:-38px;
}
.location .contact-info dl {
	display:inline-block;
	padding:0 25px;
}
.location .contact-info dl dt {
	padding-bottom:5px;
	color:#11315b;
	font-size:16px;
	font-weight:600;
}
.location .contact-info dl dd {
	color:#333333;
	font-size:18px;
}

@media screen and (max-width:1150px) { 
	.location .location-contact-wrap {
		padding:0 30px;
	}
	.location .contact-info {
		margin-top:-119px;
	}
	.location .contact-info dl + dl {
		padding-top:20px;
	}
	.location .contact-info dl:nth-of-type(1) {
		display:block;
		width:100%;
	}
}

@media screen and (max-width: 850px) { 
	.location .location-contact-wrap {
		padding:0 15px;
	}
	.location .contact-info {
		padding:30px 0;
		padding-left: 195px;
	}
	.location .contact-info dl dt {
		font-size:14px;
	}
	.location .contact-info dl dd {
		font-size:12px;
	}
}


/*승소가능성 전문상담 */
.online-process .process-img-wrap li
{
	display: inline-block;
	margin-right: 48px;
	
}
.online-process .process-img-wrap li:last-child
{
	margin-right: 0;
}

.online-process .process-text-wrap
{
	font-size: 0;
	margin-top: 80px;
}

.online-process .process-text-wrap .text-wrap
{
	width: 50%;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}

.online-process .process-text-wrap .text-wrap p
{
	color:#262626;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 23px;
	
}
.online-process .process-text-wrap .text-wrap li
{
	padding-left: 14px;
	color:#666;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
	position: relative;
	line-height: 1.5;
}
.online-process .process-text-wrap .text-wrap li:before
{
	background: #0c61d4;
	width: 6px;
	height: 6px;
	position: absolute;
	content: '';
	left: 0;
	top:7px;
	border-radius: 15px;
	
}
@media screen and (max-width: 640px) { 
	
	.online-process .process-img-wrap li
	{
		margin-right: 5px;
		width: calc(100% / 3 - 5px);
	}	
	.online-process .process-img-wrap li img
	{
		width: 100%;
	}
	.process-img-wrap
	{
		text-align: center;
	}
	.online-process .process-text-wrap .text-wrap
	{
		width: 100%;
	}
	.online-process .process-text-wrap .text-wrap p
	{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.online-process .process-text-wrap .text-wrap li
	{
		font-size: 17px;
	}
	
	
}
.mobile-br
{
	display: none;
}
.member-mobile
{
	display: none;
}
@media screen and (max-width: 640px) { 
	.mobile-br{display: inherit;}
	.member-mobile{display: inherit;}
	.pc-br{display: none;}
	.member-pc{display: none;}
}


/*
	승소사례 
*/
.case-list { 
	width:100%;
	text-align:left;
	font-size:0;
}
.case-list > li { 
	display:inline-block;
	margin:0 0 27px 27px; 
	width:calc(25% - 21px);
	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 #e6e6e6;
	box-sizing:border-box;
	background: #fff;
	vertical-align:top;
	transition:.3s;
}
.case-list > li:hover { 
	border:1px solid #0099dd;
	box-shadow:15px 0 20px rgba(0,0,0,.1);
}

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

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

.case-list > li a { 
	display:block; 
}
.case-list > li a > img { 
	margin-bottom: 20px; width:100%; 
}

.case-list .header-wrap { 
	padding:20px;
	background: #f7f7f7;	 
}

.case-list .cate-name { 
	display:block;
	font-weight: 400; font-size:16px;
	color:#0099dd;
}
.case-list .subject { 
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;
	margin-top:6px;
	font-weight: 400; font-size:20px;
	color:#262626;
	word-break: keep-all;
	white-space:nowrap;
}
.case-list.photo .subject { 
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 .content-wrap { 
	padding:25px 20px;
}
.case-list .bo-content { 
	overflow:hidden;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:4; 
	-webkit-box-orient:vertical; 
	text-overflow:ellipsis;
	height:100px;
	font-weight: 300; font-size:15px; line-height:25px;
	color:#666;
}
.case-list .name { 
	margin-top: 25px; 
}
.case-list .name li { 
	display:inline-block;
	vertical-align:middle;
}
.case-list .name li:first-child { 
	width:calc(100% - 40px); 
	font-weight: 300; font-size:15px;
	color:#262626;
}
.case-list .name li:first-child  strong { 
	display:inline-block;
	font-weight: 500;
	padding-right: 10px;
	
}
.case-list .name li:last-child { 
	overflow:hidden;
	width:40px; height:40px;
	border-radius:50%;
}
.case-list .more { 
	display:block;
	margin-top: 15px;
	width:100%;
	font-weight: 300; font-size:14px;
	color:#666;
	text-align:right;
}
.case-list .more img { 
	position:relative; top:-1px;
	margin-left:10px; 
}
.case-list .date { 
	display:block;
	margin-top: 15px;
	font:500 14px/1 'Roboto',sans-serif;
	color:#666;
}
.case-list.photo .date { 
	display:block;
	margin: 15px 0 0 10px;
	font:500 14px/1 'Roboto',sans-serif;
	color:#666;	
}

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

@media screen and (max-width: 850px) { 
	.case-list > li { 
		width:calc(33.333% - 20px); 
	}
	.case-list > li:nth-child(4n+1) { 
		margin-left: 27px; 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 0; 
	}
}
@media screen and (max-width: 640px) { 
	.case-list > li { 
		margin-left: 10px; margin-bottom: 10px;
		width:calc(50% - 5px); 
	}
	.case-list > li:nth-child(4n+1) { 
		margin-left: 10px; 
	}
	.case-list > li:nth-child(3n+1) { 
		margin-left: 10px; 
	}
	.case-list > li:nth-child(2n+1) { 
		margin-left: 0; 
	}
	.case-list .header-wrap { 
		padding:15px 12px; 
	}
	.case-list .cate-name { 
		font-size:14px; 
	}
	.case-list .subject { 
		font-size:16px; 
	}
	.case-list .content-wrap { 
		padding:15px 12px; 
	}
	.case-list .bo-content { 
		height:80px;
		font-size:14px; line-height: 20px;
	}
	.case-list .name { 
		margin-top: 15px; 
	}
	.case-list .name li:first-child { 
		font-size:13px; 
	}
	.case-list .more { 
		margin-top: 10px;
		font-size:12px; 
	}
	.case-list .more img { 
		height:10px; 
	}
}

/*
	quick-menu
*/
.quick-menu { 
	position:absolute; top:228px; right:0;
	z-index:999;
	width:90px;
	background:#fff;
	text-align:center;
}
.sub .quick-menu { 
	position:fixed; 
}
.quick-menu li { 
	display:table;
	width:100%; height: 90px;
	border:1px solid #e6e6e6;
	border-bottom-width:0;
}
.quick-menu li:nth-child(4) { 
	border-bottom-width:1px;
}
.quick-menu li.btn-top { 
	height:40px;
	border-left-color:#233557; border-right-color:#233557;
	background:#233557;
}
.quick-menu li div { 
	display:table-cell;
	vertical-align:middle;
}
.quick-menu li a { 
	display:block; 
}
.quick-menu li img { 
	margin-bottom:10px; 
}
.quick-menu li span { 
	display:block; 
	font-weight:300; font-size:13px; line-height:18px;
	color:#666;
}
.quick-menu li strong { 
	display:block; 
	font-weight:500; font-size:13px;
	color:#4d4a88;
}
.quick-menu li.btn-top span,
.quick-menu li.btn-top img { 
	display:inline-block;
	vertical-align:middle;
}
.quick-menu li.btn-top span { 
	font-weight:500; font-size:15px; line-height:40px;
	color:#fff; 
}
.quick-menu li.btn-top img { 
	margin-top:10px; 
	margin-left:5px;
}

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

/*플로팅 메뉴*/
.floating-menu { 
	display:none;
	position:fixed; bottom:0; left:0; 
	width:100%;
/*	background:rgba(72,10,19,.9);*/
	background:#fff;
	font-size:0;
	border-top:1px solid #ededed;
	}

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



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

}

