@charset "utf-8";
/* 사용자 지정 css (사이트에 맞게 변경하세요)
-------------------------------------------------------------------------------------- */

body,th,td,input,select,textarea,button {font-size:13px; line-height:1.5; font-family:'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif; color:#666;}
a {text-decoration:none; color:#666;}
/* color값은 디자인가이드에 맞게사용 */

body {  /* 모바일과 반응형은 그대로 사용하시고, PC버전의 경우는 min-width의 값을 디자인기준에 맞춰서 변경해주세요*/
	min-width:320px;
}
a{
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: color;
	transition-timing-function: ease;
}


/* 레이아웃 
-------------------------------------------------------------------------------------- */
#wrapper { 
	width:100%;
	padding:0 50px;
}

/* -------------------- header */
#header { 
	position:relative;
	width:100%;
	height:80px;
}
/* utils */
.header-utils { 
	width:100%;
	background:#f5f5f5;
	display:none
}
.header-utils dl { 
	margin:0 auto; width:1200px;
	text-align:right;
}
.header-utils dl dd { 
	display:inline-block;
}
.header-utils dl dd a { 
	display:block;
	padding:10px;
}

/* m-menu-open */
.m-menu-open { 
	display:none;
}

.header-bottom-wrap { 
	width:100%;
	border-bottom:0px solid #ddd;
	text-align:center;
}

/* inner */
.header-bottom-wrap .inner { 
	margin:0 auto;
	width:100%; height:80px;
}
/* logo */
#header .logo { 
	float:left;
}
#header .tnb { 
	float:right; 
	display:block;
	line-height:80px;
	color:#111; 
}
#header .tnb dd { 
	position:relative;
	left:8px;
	display:inline-block;
	padding:0 5px 0 5px;
}
#header .tnb dd:before { 
	content:''; 
	position:absolute; top:50%; left:0;
	display:inline-block;
	margin-top:-5px;
	width:1px; height:11px;
	background:#ddd;
}
#header .tnb dd:first-of-type:before { 
	display:none;
}
#header .tnb dd a {
	font-size:12px;
	line-height:50px; color:#777;
}

#header .logo a { 
	display:block;
	margin-top:17px;
}

@media screen and (max-width: 1200px) {
	.header-utils dl ,
	.header-bottom-wrap .inner { 
		width:100%;
	}
}
@media screen and (max-width: 1024px) { 
	.header-utils dl { 
		display:none;
	}
	.m-menu-open { 
		display:block;
		position:absolute; top:27px; right:0px;
		width:30px; height:30px;
		cursor:pointer;
	}
	.m-menu-open span { 
		position:absolute; top:50%; margin-top:-1px;
		width:100%; height:3px;
		background:#333;
	}
	.m-menu-open span:before { 
		content:''; position:absolute; top:-9px; left:0;
		display:inline-block;
		width:100%; height:3px; background:#333;
	}
	.m-menu-open span:after { 
		content:''; position:absolute; top:9px; left:0;
		display:inline-block;
		width:100%; height:3px; background:#333;
	}
	.header-bottom-wrap .inner { 
		text-align:center;
	}
	#header .logo { 
		float:none; display:inline-block;
	}
	#header .tnb{
		display:none
	}
}

/* gnb*/
#gnb { 
	width:100%;
	font-size:0; line-height:0;
}
@media screen and (min-width: 1025px) { 
	#gnb { 
		display:block !important;
	}
}
#gnb .m-header-utils { 
	display:none;
}
#gnb .depth01 { 
	position:relative;
	display:inline-block;
	margin:0px;
}
#gnb .depth01 > a { 
	display:block;
	width:180px;
	padding:0 30px;
	font-weight:400;
	font-size:18px; line-height:80px;
	border:0px solid #000;
	text-align:center;
}
#gnb .depth01:hover > a,
#gnb .depth01.on > a { 
	color:#333;
}
#gnb .depth02 { 
	position:absolute; 
	top:-99999px; left:0; z-index:999;
	padding:0;
	width:180px;
	background:rgba(0,0,0,1);
	text-align:center;
}
#gnb .depth01:hover .depth02 { 
	top:80px;
}
#gnb .depth02 a { 
	display:block;
	padding:8px 0;
	font-size:14px;
	line-height:30px;
	color:#aaa;
	border-bottom:1px solid #444
}
#gnb .depth02 a:last-child { 
	border-bottom:1px solid #333
}
#gnb .depth02 a:hover { 
	background:#000;
	color:#fff
}

@media screen and (max-width: 1024px) { 
	#gnb { 
		display:none;
		position:fixed; top:0; right:0; z-index:99999; 
		width:100%; height:100%; 
		background:rgba(0,0,0,.8);
	}
	#gnb .inner { 
		overflow-x:hidden; 
		position:absolute; top:0; right:0; 
		width:90%; height:100%; background:#fff;
	}
	/* m close btn */
	#gnb .m-menu-close { 
		position:absolute; top:26px; right:30px;
		display:block; width:22px; height:22px;
		cursor:pointer;
	}
	#gnb .m-menu-close:before { 
		content:''; 
		position:absolute; top:50%; left:0; margin-top:-1px;
		display:inline-block;
		width:100%; height:2px; background:#fff;
		transform:rotate(-45deg);
	}
	#gnb .m-menu-close:after { 
		content:''; 
		position:absolute; top:50%; left:0; margin-top:-1px;
		display:inline-block;
		width:100%; height:2px; background:#fff;
		transform:rotate(45deg);
	}
	/* m header utils */
	#gnb .m-header-utils { 
		display:block; 
		padding:0px;
		height:81px;
		background:#333;
		text-align:left;
	}
	#gnb .m-header-utils dd { 
		display:inline-block;
		margin-right:20px;
	}
	#gnb .m-header-utils a { 
		font-size:16px; line-height:50px;
		color:#fff;
	}
	#gnb > ul { 
		width:100%;
	}
	#gnb li { 
		display:block; width:100%; text-align:left;
	}
	/* 1depth */
	#gnb .depth01 { 
		margin:0; border-top:1px solid #ddd; background:#fff;
	}
	#gnb .depth01:last-child { 
		border-bottom:1px solid #ddd;
	}
	#gnb .depth01 > a { 
		width:100%;
		line-height:45px;
		text-align:left;
	}
	/* 2depth */
	#gnb .depth02 { 
		width:100%;position:relative; top:auto; left:auto; padding:0;
		background:#222
	}
	#gnb .depth02 a { 
		padding:0 30px; line-height:45px;
	}
	#gnb .depth01:hover .depth02 { 
		top:auto;
	}
}


/* -------------------- footer */
#footer { 
	position:relative;
	float:left;
	width:100%;
	background:#f4f4f4;
}
.footer-utils { 
	width:100%;
	margin-bottom:20px;
	border-bottom:1px solid #e9e9e9;
	text-align:left;
}
.footer-utils dd { 
	position:relative;
	left:20px;
	display:inline-block;
	padding:0 10px 0 10px;
}
.footer-utils dd:before { 
	content:''; 
	position:absolute; top:50%; left:0;
	display:inline-block;
	margin-top:-5px;
	width:1px; height:11px;
	background:#ddd;
}
.footer-utils dd:first-of-type:before { 
	display:none;
}
.footer-utils dd a {
	font-size:14px;
	line-height:50px; color:#333;
}
#footer address { 
	padding:10px 0 0px 30px;
	text-align:left;
	font-weight:300
}
#footer address .add_title{ 
	font-weight:400;
	color:#333
}
#footer address .copy{ 
	padding:20px 0 30px 0;
}
#footer address span { 
	display:block;
}
#footer address span:last-child { 
	margin-top:0px;
}
@media screen and (max-width: 1024px) {
	.footer-utils dd { 
		position:relative;
		left:10px;
		display:inline-block;
		padding:0 10px 0 10px;
	}	
	#footer address { 
		padding:20px 0 0px 20px;
		text-align:left;
		font-weight:300
	}
}

/* 메인 콘텐츠
-------------------------------------------------------------------------------------- */
#contents { 
	width:100%; min-height:calc(100vh - 254px);
}
/* -------------------- main visual */
.main-visual { 
	overflow:hidden; position:relative;
	width:100%; height:820px;
}
/* image */
.visual-image { 
	width:100%; height:820px;
}
.visual-image li { 
	float:left; width:100%; height:100%;
}
.visual-image li a { 
	display:block; width:100%; height:100%;
}
.visual-image .slide1 a { 
	background:url("/html/images/main/main_visual01.jpg") center center no-repeat;
}
.visual-image .slide2 a { 
	background:url("/html/images/main/main_visual02.jpg") center center no-repeat;
}
.visual-image .slide3 a { 
	background:url("/html/images/main/main_visual03.jpg") center center no-repeat;
}
/* visual-pager */
.visual-pager { 
	position:absolute; bottom:60px; left:0;
	width:100%; text-align:center;
	font-size:0; line-height:0;
}
.visual-pager li { 
	display:inline-block;
	margin:0 5px;
}
.visual-pager li a { 
	display:block; width:15px; height:15px;
	border-radius:0%; border:2px solid #fff;
}
.visual-pager li a.active { 
	background:#fff;
}
.m_txt{
	position:absolute;
	top:20%;
	left:5%;
	width:100%;
	max-width:640px;
	padding:50px;
	background:rgba(0, 0, 0, 0.5);
	z-index:999;
}
.m_txt h3{
	padding-bottom:10px;
	font-size:24px;
	color:#fff;
	font-weight:500;
}
.m_txt p{
	font-size:14px;
	color:#fff;
}

/* -------------------- main conts */
.main-conts { 
	float:left;
	margin:0;
	width:100%;
	background:#2b2c2e;
	color:#fff;
}
.main-conts_map { 
	float:left;
	margin:0;
	width:100%;
	background:#eaeaea;

}
.company {
	float:left;
	margin:0;
	padding:100px;
	width:70%;
	background:#2b2c2e
}
.line{
	margin:30px 0;
	width:90px;
	height:3px;
	background:#fff
}
.line2{
	margin:30px 0;
	width:90px;
	height:3px;
	background:#333
}
.line3{
	width:100%;
	margin:70px 0;
	border-top:1px dotted #aaa
}
.company h1, .lawyer h1, .visit h1, .contact h1{
	font-size:36px;
	font-weight:600;
}
.company h3{
	font-size:20px;
	font-weight:600;
}
.company p, .contact p{
	font-size:15px;
	font-weight:300;
}
.company .btn{
	margin-top:30px;
}
.company .btn a{
	margin-top:30px;
	font-size: 14px;
	font-style: italic;
	color:#aaa;
	font-weight:400;
	letter-spacing: 0px;
	transition: linear 0.1s;
}
.company .btn a:hover {
  color:#fff;
  text-decoration:underline
}
.lawyer { 
	float:left;
	margin:0;
	padding:100px 80px 100px 80px;
	width:30%;
	background:#494a4d
}
.visit {
	float:left;
	margin:0;
	padding:100px;
	width:70%;
	color:#333
}
.visit .map_title{
	float:left;
	margin-right:100px;
}
.contact { 
	float:left;
	margin:0;
	padding:100px 80px 100px 80px;
	width:30%;
	color:#333;
}
.contact p span{ 
	margin:0;
	padding-right:10px;
}
.map{
	float:left;
	width:100%;
	max-width:860px;
}

@media screen and (max-width: 640px) {
	.main-visual { 
	overflow:hidden; position:relative;
	width:100%; height:720px;
	}
	.main-conts { 
		padding:0px; width:100%;
	}
	.main-conts_map { 
		padding:0px; width:100%;
	}
	.m_txt{
		position:absolute;
		top:20%;
		width:100%;
		max-width:320px;
		padding:30px 20px;
		background:rgba(0, 0, 0, 0.5);
		z-index:999;
	}
	.line{
		margin:10px 0 20px;
		width:90px;
		height:3px;
		background:#fff
	}
	.line2{
		margin:10px 0 20px;
		width:90px;
		height:3px;
		background:#333
	}
	.company h3{
		line-height:1.4
	}
	.company p, .contact p{
		line-height:1.4
	}
}
@media screen and (max-width: 1024px) {
	.main-conts { 
		width:100%;
		margin:0;
		padding:0;
	}
	.main-conts_map { 
		width:100%;
		margin:0;
		padding:0;
	}
	.company {
	margin:0;
	padding:20px;
	width:100%;
	background:#2b2c2e
	}
	.company h1{
		font-size:36px;
		font-weight:600;
	}
	.company h3{
		font-size:20px;
		font-weight:600;
	}
	.company p{
		font-size:1.2em;
		font-weight:300;
	}
	.lawyer { 
	margin:0;
	padding:30px 20px;
	width:100%;
	background:#494a4d
	}
	.visit, .contact {
	margin:0;
	padding:30px 20px;
	width:100%;
	}
}

.main-notice { 
	position:relative; width:100%;
}
.main-notice h1 { 
	margin-bottom:20px;
	font-weight:500; font-size:24px; line-height:1;
	color:#111;
}
.main-notice ul { 
	padding:10px 0;
	border:1px solid #ddd;
	border-width:1px 0;
}
.main-notice ul li { 
	overflow:hidden;
}
.main-notice ul li a { 
	position:relative; display:block;
	padding:5px 10px;
	font-size:0; line-height:0;
}
.main-notice ul li a:before { 
	content:''; 
	position:absolute; left:10px; top:50%; margin-top:-1.5px;
	display:inline-block;
	width:3px; height:3px;
	background:#999;
}
.main-notice ul li a strong { 
	display:inline-block;
	padding-left:10px;
	font-size:15px; line-height:1.4;
	/* 말줄임 */
	overflow:hidden; text-overflow:ellipsis;
	max-width:90%; white-space:nowrap;
}
@media screen and (max-width: 1024px) {
	#wrapper { 
	width:100%;
	padding:0 20px;
	}
	.main-notice ul li a strong {max-width:85%;}
}
@media screen and (max-width: 640px) {
	#wrapper { 
	width:100%;
	padding:0 10px;
	}
	.main-notice ul li a strong {max-width:80%;}
}
@media screen and (max-width: 480px) {
	.main-notice ul li a strong {max-width:65%;}
}
.main-notice ul li a span { 
	float:right; display:inline-block;
	font-size:15px; line-height:1.4;
}
/* more */
.main-notice-more { 
	overflow:hidden;
	position:absolute; top:10px; right:10px;
	font-size:15px; color:#999;
}

#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 50%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height:100%;
  white-space: normal;
  padding-right:10px;
}
@media (max-width: 1024px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: 400;
  padding: 0 0 2px 0px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item h3 {
  font-size: 16px;
  margin-bottom:10px;
}
#mixedSlider .MS-content .item p {
  width:180px;
  font-size:12px;
  font-weight:300;
  letter-spacing:0px
}
#mixedSlider .MS-content .item a {
  float: left;
  margin: 30px 20px 0 0;
  font-size: 14px;
  font-style: italic;
  color:#aaa;
  font-weight:400;
  letter-spacing: 0px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  color:#fff;
  text-decoration:underline
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 24px;
  top:-50px;
  right:40px;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(255, 255, 255, 1);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 40px;
  }
}
#mixedSlider .MS-controls .MS-left {
  right: 30px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    right:40px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 10px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: 10px;
  }
}



/* 서브 콘텐츠 레이아웃
-------------------------------------------------------------------------------------- */
#subContents { 
	position:relative;
	margin:0; padding:0px;
	width:100%;
	height:100%;
	min-height:calc(100vh - 254px);
}
@media screen and (max-width: 1024px) {
	#subContents { 
		min-height:calc(100vh - 215px);
	}
}
/* -------------------- visual */
.sub-visual-wrap { 
	display:table; 
	width:100%; height:100px;
	text-align:center;
}
/* visual background */
.sub-visual-wrap.sub1 { /* sub 1 */
	background:url("/html/images/main/main_visual01.jpg") center bottom no-repeat;
}
.sub-visual-wrap.sub2 { /* sub 2 */
	background:url("/html/images/main/main_visual01.jpg") center bottom no-repeat;
}
.sub-visual-wrap.sub3 { /* sub 3 */
	background:url("/html/images/main/main_visual02.jpg") center bottom no-repeat;
}
.sub-visual-wrap.sub4 { /* sub 4 */
	background:url("/html/images/main/main_visual01.jpg") center bottom no-repeat;
}
.sub-visual-wrap.sub5 { /* sub 5 */
	background:url("/html/images/main/main_visual03.jpg") center bottom no-repeat;
}
.sub-visual-wrap.utils { /* utils */
	background:url("/html/images/main/main_visual02.jpg") center center no-repeat;
}
/* title */
.sub-visual-wrap h2 { 
	display:table-cell;
	font-size:24px; line-height:1.4; color:#fff;
	vertical-align:middle;
}
/* -------------------- location */
.sub-location { 
	padding-right:30px;
	width:100%;
	background:#eee;
}
.sub-location ul { 
	margin:0 auto;
	width:100%;
	text-align:right;
}
@media screen and (max-width: 1200px) { 
	.sub-location {padding:0 30px;}
	.sub-location ul {width:100%;}
}
.sub-location ul li { 
	position:relative;
	display:inline-block;
	padding:0 10px 0 13px;
	vertical-align:middle;
}
.sub-location ul li:last-child { 
	padding-right:0;
}
.sub-location ul li:before { 
	content:"\f105";
	position:absolute; top:0; left:0;
	display:inline-block;
	font-family:'FontAwesome';
	line-height:40px;
	vertical-align:middle;
}
.sub-location ul li:first-child:before { 
	display:none;
}
.sub-location ul li a { 
	display:block;
	font-size:12px; line-height:40px;
}
.sub-location ul li.home a { 
	font-size:0;
}
.sub-location ul li.home a:before { 
	content:"\f015";
	display:inline-block;
	font-size:18px; font-family:'FontAwesome';
	vertical-align:middle;
}

/* -------------------- 레프트메뉴 */
.left-menu { 
	position:absolute;
	top:140px;
	left:0px;
	bottom:0px;
	width:30%;
	padding:50px 0;
	background:#2b2c2e
}
/* web title */
.left-menu .web-title { 
	display:block;
	padding:30px 0; width:100%;
	background:#123456;
	font-size:27px; line-height:1.4; color:#fff; text-align:center;
	display:none;
}
.left-menu .web-title span { 
	display:block;
	font-size:16px;
}
/* mobile title */
.left-menu .mobile-title { 
	display:none;
}
/* left menu */
.left-menu ul { 
	width:100%;
}
.select_lawyer{
	margin:40px;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 100%;
  height: 48px;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #555;
  padding: 12px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 22px;
  right: 16px;
}
.select-styled:hover { background-color: #888; }
.select-styled:active, .select-styled.active { background-color: #555; }
.select-styled:active:after, .select-styled.active:after {
  top: 15px;
  border-color: transparent transparent #fff transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #555;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #666;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.select-options li:hover {
  color: #333;
  background: #fff;
}

.select [rel="hide"] { display: none; }


@media screen and (min-width: 1200px) { 
	.left-menu ul { 
		/* display:block !important; */
	}
}
.left-menu ul li a { 
	display:block;
	padding:0px 40px; width:100%;
	font-size:18px; line-height:45px;
}
.left-menu ul li:hover a {
	position:relative; left:0;
	width:calc(100% + 0px);
	background:none;
	color:#fff;
}
.left-menu ul li.active a { 
	position:relative; left:0;
	width:calc(100% + 0px);
	background:none;
	color:#fff;
	text-decoration:underline
}
@media screen and (max-width: 1200px) { 
	.left-menu { 
		left:0; margin:auto;
	}
}
@media screen and (max-width: 1024px) { 
	.left-menu { 
		position:relative; top:auto; left:auto; 
		margin:30px 0 0;
		padding:0 30px; width:100%;
	}
	.left-menu .web-title {
		display:none;
	}
	.left-menu .mobile-title { 
		position:relative; display:block;
		padding:0 20px; width:100%;
		border:1px solid #ccc; 
		font-weight:500; font-size:16px; line-height:43px; 
		color:#123456; text-align:center; cursor:pointer;
	}
	.left-menu .mobile-title:before { 
		content:'\f107';
		position:absolute; top:0; right:20px;
		font-size:20px; font-family:'FontAwesome';
		color:#999;
	}
	.left-menu .mobile-title.on:before { 
		content:'\f106';
	}
	.left-menu ul { 
		display:none;
		position:absolute; top:45px; left:30px;
		width:calc(100% - 60px);
	}
}

/* cs banner */
.cs-banner { 
	margin-top:10px;
	padding:15px 20px 10px;
	border:1px solid #ccc;
	display:none;
}
.cs-banner h3 { 
	font-size:16px; line-height:1.2;
	color:#999;
}
.cs-banner p { 
	font-weight:500; font-size:25px; line-height:1.4;
	color:#123456;
}
@media screen and (max-width: 1024px) { 
	.cs-banner { 
		display:none;
	}
}


/* 서브 콘텐츠
-------------------------------------------------------------------------------------- */
.sub_conts { 
	position:relative; left:0; width:100%; min-height:700px;
	margin:0;
	padding:0;
	background:#fff
}
.sub-conts-wrap {
	width:100%;
	padding:50px 70px 50px 70px;
}
.sub-conts-wrap h4{
	margin-bottom:15px;
	padding-left:10px;
	font-size:20px
}
.sub-conts-wrap h4:before{
	content:''; 
	position:relative;top:2px; left:-10px;
	display:inline-block;
	margin:0px;
	width:3px; height:18px;
	background:#999;
}
.sub-conts-wrap h5{
	margin-bottom:15px;
	font-size:20px;
	color:#444
}
.sub-conts-wrap p{
	font-size:1.3em;
	font-weight:300;
	color:#666
	word-break: keep-all;
}
.sub-conts-title { 
	width:100%;
	margin-bottom:40px;
	font-size:30px; line-height:1; color:#151515;
	text-align:left;
	font-weight:400
}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.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:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:1.2em;text-align:center}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.tbl_head01 th {min-width:80px;padding:15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#f1f1f1;color:#383838;font-size:1.2em;text-align:center;}
.tbl_head01 td {padding:15px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:1.5em;word-break:break-all;font-size:1.2em;}
.tbl_head01 a {}

.lawer_list{
	width:100%;
	margin:50px 0
}
.lawer_list ul{
	overflow:hidden;clear:both;
	width:100%;
	margin-top:30px;
	padding:30px 0;
	border-bottom:1px solid #eee
}
.lawer_list ul li{
	width:100%;
	padding:5px 0;
	font-weight:300;
}

@media screen and (max-width: 1200px) { 
	.sub-conts-wrap { 
		width:100%;
	}
}
@media screen and (max-width: 1024px) { 
	.sub_conts {
	position:relative; left:0;
	width:100%;
	}
	.sub-conts-wrap { 
		padding:30px 0px 50px;
	}
	.sub-conts-wrap p{
		font-size:1.2em;
		font-weight:300;
		color:#666
	}
	.left-menu {
    display:none
	}
	#gotop {
	display: none;
	}
}

