﻿@charset 'utf-8';

/* 검색 상세 팝업 공통 */
body.search_detail_popup header.detail_tit {
	position: fixed;
	z-index: 2;
	overflow: hidden;
	width: 100%;
	background-color: #365F9A;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
}
body.search_detail_popup header.detail_tit h1 {
	padding: 13px 0px;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 1;
}
body.search_detail_popup button.btn_close {
	position: fixed;
	z-index: 3;
	top: 7px;
	right: 7px;
	width: 25px;
	height: 25px;
}
body.search_detail_popup button.btn_close img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
}

/* 검색 상세 팝업 컨텐츠 공통 */
section.search_detail_cont {
	padding: 62px 18px 28px;
	line-height: 180%;
}
section.search_detail_cont h1 {
	margin-top: 40px;
	font-size: 19px;
	line-height: 130%;
}
section.search_detail_cont h2 {
	font-size: 16px;
	margin-top: 24px;
}
section.search_detail_cont *:first-child {
	margin-top: 0px;
}
section.search_detail_cont *:last-child {
	margin-bottom: 0px;
}
section.search_detail_cont p,
section.search_detail_cont ul {
	margin: 12px 0px;
}
section.search_detail_cont ul li ul {
	margin: 4px 0px 8px;
	padding-left: 15px;
}

/* 판례 상세 판례도 */
.trial_result {
	position: fixed;
	z-index: 4;
	top: 0px;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.trial_result.on {
	right: 0px
}
.trial_result > .tr_wrap {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: -250px;
	width: 250px;
	height: 100%;
	box-sizing: border-box;
	padding: 20px 8px 0px 18px;
	border-left: 1px solid #BFBFBF;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #F6F6F6;
}
.trial_result > .tr_wrap h3 {
	display: inline-block;
	color: white;
	line-height: 1;
	font-size: 14px;
	padding: 9px 16px 10px;
	background-color: #00447F;
}
.trial_result > .tr_wrap > ul {
	margin-left: 20px;
	padding-bottom: 20px;
}
.trial_result > .tr_wrap > ul > li {
	overflow: hidden;
	position: relative;
	padding: 20px 0px 0px 21px;
}
.trial_result > .tr_wrap > ul > li:after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #BFBFBF;
}
.trial_result > .tr_wrap > ul > li:before {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	position: absolute;
	top: 34px;
	left: 0px;
	background-color: #BFBFBF;
}
.trial_result > .tr_wrap > ul > li:last-child:after {
	height: 34px;
}
.trial_result > .tr_wrap > ul > li > h4 {
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-right: 7px;
}
.trial_result > .tr_wrap > ul > li > h4 a {
	display: block;
	border: 1px solid #365F9A;
	padding: 6px 14px 5px;
	color: black;
	font-size: 12px;
	line-height: 130%;
	background-color: white;
}
.trial_result > .tr_wrap > ul > li > h4 a img.ico {
	position: absolute;
	top: 6px;
	right: 0px;
}
.trial_result > .tr_wrap > ul > li > ul {
	margin-left: 10px;
	font-size: 11px;
}
.trial_result > .tr_wrap > ul > li > ul > li {
	position: relative;
	padding: 6px 13px 0px;
}
.trial_result > .tr_wrap > ul > li > ul > li:first-child {
	padding-top: 16px;
}
.trial_result > .tr_wrap > ul > li > ul > li:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #BFBFBF;
}
.trial_result > .tr_wrap > ul > li > ul > li:after {
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	position: absolute;
	bottom: 12px;
	left: 0px;
	background-color: #BFBFBF;
}
.trial_result > .tr_wrap > ul > li > ul > li:last-child:before {
	bottom: 12px;
}
.trial_result > .tr_wrap > ul > li > ul > li a,
.trial_result > .tr_wrap > ul > li > ul > li span.disable {
	display: inline-block;
	line-height: 120%;
	padding: 3px 9px 4px;
	border-width: 1px;
	border-style: solid;
}
.trial_result > .tr_wrap > ul > li > ul > li a {
	color: white;
	border-color: #365F9A;
	background-color: #365F9A;
}
.trial_result > .tr_wrap > ul > li > ul > li a:focus {
	text-decoration: underline;
	font-weight: bold;
}
.trial_result > .tr_wrap > ul > li > ul > li span.disable {
	color: #616161;
	border-color: #616161;
	background-color: #D2D2D2;
}
.trial_result button.btn_tr {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: -36px;
	width: 36px;
	height: 60px;
	margin-top: -30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/imagesm/btn_tr.png) no-repeat left top;
}
.trial_result.on button.btn_tr {
	left: auto;
	right: 0px;
}
.trial_result button.btn_tr.on {
	background-position: left bottom;
}

/* 법령 상세 탭 */
nav.legislation_tab {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.08);
	background-color: white;
}
nav.legislation_tab ul {
	overflow: hidden;
}
nav.legislation_tab ul li {
	float: left;
	width: 50%;
}
nav.legislation_tab ul li a {
	display: block;
	padding: 11px 0px;
	line-height: 1;
	text-align: center;
}
nav.legislation_tab ul li a.on {
	padding-bottom: 8px;
	border-bottom: 3px solid #365F9A;
	color: #365F9A;
}

/* 입법연형 선택 */
section.legislation_history {
	padding: 92px 16px 16px;
	margin-bottom: -38px;
	border-bottom: 1px solid #EEEEEE;
	background-color: #F5F5F5;
}
section.legislation_history h1 {
	font-size: 14px;
	margin-bottom: 10px;
}
section.legislation_history p select {
	width: 100%;
}

/* 법령 검색결과 전체 항목 */
section.legislation_search_list {
	padding: 58px 18px 28px;
}
section.legislation_search_list > ul {
	box-sizing: border-box;
	font-size: 12px;
	overflow-x: hidden;
	overflow-y: auto;
}
section.legislation_search_list > ul > li > strong.deps1 {
	display: inline-block;
	color: #365F9A;
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 10px;
}
section.legislation_search_list > ul > li:first-child > strong.deps1 {
	margin-top: 0px;
}
section.legislation_search_list > ul > li > ul {
	padding-left: 12px;
	margin: -9px 0px 10px;
}
section.legislation_search_list > ul > li:last-child ul {
	margin-bottom: 15px;
}
section.legislation_search_list > ul > li a.active {
	color: #F18700;
}

/* 약관 팝업 */
body.terms_popup {
	opacity: 1;
}
body.terms_popup h1 {
	position: fixed;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 1;
	font-size: 18px;
	color: #365F9A;
	box-sizing: border-box;
	padding: 15px 18px 16px;
	border-top: 3px solid #365F9A;
	border-bottom: 1px solid #DFDFDF;
	background-color: white;
}
body.terms_popup .popup_cont {
	line-height: 180%;
	padding: 80px 18px 30px;
}
body.terms_popup .popup_cont h2 {
	font-size: 16px;
	margin-top: 30px;
}
body.terms_popup .popup_cont *:first-child {
	margin-top: 0px;
}
body.terms_popup .popup_cont *:last-child {
	margin-bottom: 0px;
}
body.terms_popup .popup_cont p,
body.terms_popup .popup_cont ul {
	margin: 12px 0px;
}
body.terms_popup .popup_cont ul li ul {
	margin: 4px 0px 8px;
	padding-left: 15px;
}
body.terms_popup button.btn_close {
	position: fixed;
	z-index: 3;
	top: 14px;
	right: 10px;
	width: 25px;
	height: 25px;
}
body.terms_popup button.btn_close img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 15px;
	height: 15px;
}