@charset "UTF-8";
@import url(font.css);

/********************************************************************************************************************************
* Default SET
********************************************************************************************************************************/
/*
body {
	margin:0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #fff;
	}
*/
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
	}
/*
h1,h2,h3,h4,h5,h6 {
	margin:0;	
	font-family: 'Buda', cursive;
	}
*/
p			{margin:0;}
ul,label	{margin:0; padding:0;}
body a:hover,body a:focus {text-decoration:none; outline: none;} 
/*
h1, h2, h3, h4, h5, dl, dt, dd, ul, li, ol,
th, td, p, blockquote, form, fieldset, legend, body, div, input {
	margin: 0; padding: 0;
	font-family: '맑은 고딕', 'Malgun Gothic', 'MalgunGothic-Regular', '돋움', 'Dotum', '굴림', 'gulim', 'Helvetica', 'Apple-Gothic', 'sans-serif' !important;
	font-size: 13px; color: #222; letter-spacing: -0.5px; vertical-align: middle;
	}
*/
.clear {margin: 0; padding: 0; clear: both;}

/* 반응형 끄기 */
.container {
	position: relative;
	width: 1200px !important;
	min-width: 1200px !important; max-width: none !important;
/*	background: red;	*/
	}

.list-newIcon {
	display: inline-block;
	margin: 0px 0 0 8px;
	vertical-align: middle;
	}
.list-newIcon2 {
	display: inline-block;
	margin: 2px 0 0 8px;
	vertical-align: middle;
	}


/********************************************************************************************************************************
* 상단 Top
********************************************************************************************************************************/
/*-- banner--*/
.banner {
	position: relative;
/*	background: url('../images/main_shot.jpg') no-repeat center -80px;
	background-size: cover;
*/
	overflow: hidden;
	}
.banner-info {height: 640px; background: rgba(0,0,0, 0.3);}
.feedback-agileinfo {background: rgba(0,0,0, 0.3);}

.video-dot {
	position : absolute; top: 0; bottom: 0; left: 0; right: 0;
	background: rgba(0,0,0, 0.6) url('../images/main_visual_dot.png') repeat;
	z-index: 1;
	}
.video-dot2 {
	position : absolute; top: 0; bottom: 0; left: 0; right: 0;
	background: url('../images/main_visual_dot.png') repeat;
	z-index: 1;
	}
.banner video {
/*	position : absolute; top: -70px; bottom: 0; left: 0; right: 0;	*/
	position : absolute; top: -150px; bottom: 0; left: 0; right: 0;
	min-width : 100%; min-height : 100%;
	width : auto; height : auto;
	z-index : -1;
	}
@media screen and (max-width: 1600px) {
	.banner {
		background-position: center 0;
		}
	.banner video {
		top: 0px !important;
		}
	}
.banner-info {
	position: relative;
	z-index: 2;
	}


.jarallax {
	min-width: 1200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	}

@media screen and (max-width: 1000px){
	.jarallax {
		background-size: cover !important;
		background-attachment: fixed !important;
		}
	}

/*-- banner-text --*/
.banner-text {
/*    padding: 14em 0 12em 0;	*/
	padding: 8em 0 9.5em 0;
    text-align: center;
	} 
.banner-text .main-copy {
	width: 1100px;
	margin: 0 auto 60px auto;
	overflow: hidden;
	}
.banner-text .main-copy strong {
	float: left;
	display: inline-block;
	margin: 0 50px 0px 0;
	font-size: 56px; color: #2074ea; line-height: 1.4em; letter-spacing: -7px; font-weight: bold; vertical-align: middle;
	text-shadow: 0 1px 8px rgba(0,0,0, 0.8);
	}
.banner-text .main-copy span.text {
	float: left;
	width: 670px;
	padding: 12px 0 0 0;
	font-size: 13px; color: #eee; letter-spacing: -1px; line-height: 150%; text-align: justify;
	text-shadow: 0 1px 2px rgba(0,0,0, 0.5);
	}
.banner-text .main-copy span.text u {color: #e05555; text-decoration: none;}

/*-- top-nav --*/ 
.banner .nav ul { 
	margin: 0; padding: 0; 
	}
.banner .nav li span {display: block;}
.banner .nav a {
	display: block;
	font-size: 16px; color: #fff; letter-spacing: -1px; font-weight: 100; text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;	
	}
.banner .nav i {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
/* Remove the blue Web-kit background when element is tapped */ 
.no-touch .banner .nav ul:hover a {color: rgba(249,249,249, .5);}
.no-touch .banner .nav ul:hover a:hover {color: rgba(249, 249, 249, 0.99);}
/* Adding some background color to the different menu items */
.banner .nav li:nth-child(6n+1) {border: none;}
.banner .nav li {background: #1ABC9C;}
/* Transforms the list into a horizontal navigation */
.banner .nav li { 
    text-align: center;
    -webkit-transition: border .5s;
    -moz-transition: border .5s;
    -o-transition: border .5s;
    -ms-transition: border .5s;
    transition: border .5s;
    background:rgba(0,0,0, 0.65);
    display: inline-block; 
	margin: 0 5px;
	border-radius: 6px;
	} 
.banner .nav li:hover {background:rgba(29,105,210, 0.4);}
.banner .nav li a {
	width: 180px; height: 170px; 
	} 
/* Placing the icon */ 
.icon {margin-bottom: 15px; padding-top: 2.1em;} 
.icon + span {
	margin-top: 0.5em;
	transition: margin .5s;
	} 
/* Positioning the icons and preparing for the animation*/
.banner .nav i {
    position: relative;
    display: inline-block;
	width: 60px; height: 60px;
    margin: 0 auto; padding: 18px 0 0 0;
	font-size: 25px; text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.2);
    transition: box-shadow .6s ease-in-out;
	}
/* Making the text follow the height animation */
.no-touch .banner .nav a:hover .icon + span { 
/*	color: #4b88ea;		*/
	font-weight: bold;
	transition: margin .5s;
	}
/* Animate the box-shadow to create the effect */
.no-touch .banner .nav a:hover i,
.no-touch .banner .nav a:active i,
.no-touch .banner .nav a:focus i {		
	box-shadow: 0 0 0 30px transparent;
	transition: box-shadow .5s ease-in-out;
	background: #1d69d2;
	}

.banner .nav li span u {
	display: block;
	margin: 3px 0 0 0;
	font-size: 10px; color: #aaa; letter-spacing: -1px; font-weight: normal !important; text-decoration: none;
	}

.banner .nav li.contents {
	position: relative;
	width: 300px;
	padding: 0 0 0 20px;
	text-align: left;
	overflow: hidden;
	}
.banner .nav li.contents .photo {
	float: left;
	margin: 25px 15px 0 0;
	}
.banner .nav li.contents .photo img {width: 70px; height: 89px;}
.banner .nav li.contents .photo span.name {
	display: block;
	margin: 5px 0 0 0;
	font-size: 12px; color: #ddd; letter-spacing: -1px; text-align: center;
	}
.banner .nav li.contents .info {
	position: absolute; top: 20px; left: 105px;
	width: 180px;
	font-size: 11px; color: #ccc; letter-spacing: -0.8px;
	}
.banner .nav li.contents .info strong {
	display: block;
	margin: 0 0 8px 0;
	font-size: 17px; color: #fff; letter-spacing: 0; line-height: 1.25em;
	}
/*
.banner .nav li.contents:hover .info strong {color: #4b88ea;}
*/

/********************************************************************************************************************************
* 신탁과 조세 - Issue Focus
********************************************************************************************************************************/
.welcome, .team, .services, .subscribe, .gallery, .contact, .feedback-agileinfo {
	min-width: 1200px;
	padding: 5em 0 5.4em 0;
	}
.welcome {
	padding: 5em 0 5em 0 !important;
	overflow: hidden;
	}
.agileits-title {margin-bottom: 3.5em;}
.agileits-title h2 {
    font-family: 'Noto Sans KR', 'Noto Sans', sans-serif !important;
    font-size: 45px; color: #2664b9; letter-spacing: -3.5px; text-align: center;
    text-transform: uppercase;
	}
.agileits-title h2 span.eng {
	display: inline-block;
	margin: 0 0 10px 0;
	font-size: 50px; letter-spacing: -2px; vertical-align: text-bottom;
	}
.agileits-title p {
    margin: 15px 0 0 0;
	font-size: 14px; color: #777; text-align: center;
	}

.issue-wp {
    position: relative;
    margin: 0 -12px 0 0; padding: 0;
    border: none;	
	}
.issue-wp .rows {
	float: left;
	position: relative;
	width: 23%;	height: 110px;
	margin: 0 0 20px 0;
	}
.issue-wp .rows .tab {
	display: inline-block;
	position: absolute; top: -15px; left: 0;
	height: 20px;
	padding: 0 13px 0 13px;
	font-size: 11px; color: #fff; line-height: 20px; text-align: center;
	background: #2664b9;
	z-index: 3;
	}
.issue-wp .rows .tab:before {
	content: "";
	position: absolute; top: 0; bottom: 0; left: 0px;
	width: 3px;
	background: #205195;
	}
.issue-wp .rows .tab:after {
	content: "";
	position: absolute; top: 0; right: -20px;
	width: 0px; height: 0px;
	margin: 0px 0 0 0;	
	border: 10px solid;
	border-color: transparent transparent transparent #2664b9;
	}

.issue-wp .rows.writer img.img-responsive {width: 100%; height: 100%;}
.issue-wp .rows.writer .info-box {
	position: absolute; top: 0; bottom: 0;
	width: 100%; height: 100%;
	padding: 18px 0 0 0;
	background-color: rgba(0,0,0, 0.75);
	overflow: hidden;
	z-index: 2;
	}
.issue-wp .rows.writer .info-box img {
	display: inline-block;
	float: left;
	width: 60px; height: 76px;
	margin: 0 15px 0 20px;
	}
.issue-wp .rows.writer .info-box span.info {
	display: inline-block;
	float: left;
	padding: 6px 0 0 0;
	font-size: 12px; color: #ddd; line-height: 160%;
	}
.issue-wp .rows.writer .info-box span.info strong {
	display: block;
	margin: 0 0 2px 0;
	font-size: 15px; color: #fff;
	}
.issue-wp .rows.writer .info-box span.info span.two {
	display: inline-block;
	line-height: 120% !important;
	}
.issue-wp .rows.writer .info-box span.info .mail {letter-spacing: 0;}

.issue-wp .rows.haesul {
	width: 27%;
	}
.issue-wp .rows.haesul:after {
	content: ">";
	display: block;
	position: absolute; top: 50%; left: -11px;
	width: 22px; height: 22px;
	margin: -11px 0 0 0; padding: 9px 0 0 0;
	font-size: 13px; color: #fff; line-height: 0; text-align: center;
	border-radius: 100%;
	background: #00a0d4;
	transition: 0.5s all;
	z-index: 4;
	}
.issue-wp .rows.haesul:hover::after {background: #e05555; animation: law-icMv 300ms linear;}
.issue-wp .rows.haesul .box {
	position: absolute; top: 0; bottom: 0;
	width: 96%; height: 100%;
	padding: 0 0 0 25px;
/*	border-top-right-radius: 6px; border-bottom-right-radius: 6px;	*/
	background-color: #eee;
	}
.issue-wp .rows.haesul:hover .box {background-color: #e3ebf9; transition: 0.5s all;}
.issue-wp .rows.haesul .box.c1   {padding-top: 40px;}
.issue-wp .rows.haesul .box.c2   {padding-top: 33px;}
.issue-wp .rows.haesul .box.c2 a {line-height: 1.15em;}
.issue-wp .rows.haesul .box.c3   {padding-top: 17px;}
.issue-wp .rows.haesul .box.c3 a {font-size: 15px !important;}

.issue-wp .rows.haesul .box a {
	display: block;
	font-size: 15px; color: #222; line-height: 1.6em;
	transition: none;
	}
.issue-wp .rows.haesul .box a:hover {color: #006fe1; font-weight: normal; text-decoration: none;}
.issue-wp .rows.haesul .box a i {
	display: inline-block;
	margin: 0 8px 0 0;
	font-size: 14px; color: #2664b9;
	}



/********************************************************************************************************************************
* 신탁과 조세 - 쟁점법령 및 예판 정보
********************************************************************************************************************************/
.services {
    margin-top: 0; padding-top: 5.2em; padding-bottom: 2.5em;
	background: url('../images/bg2.jpg')no-repeat center 0px;
    background-size: cover;
	overflow: hidden;
	} 
.agileits-title.w3title2 p {color: rgba(255,255,255, 0.7);}

.lwYp-Tab {
	float: left;
	width: 100%;
	margin: 0 0 -1px 0;
	overflow: hidden;
	}
.lwYp-Tab li {
	float: left;
	width: 33%;
	padding: 0 2px 0 0;
	}
.lwYp-Tab li:last-child {padding-right: 0;}
.lwYp-Tab li a {
	display: block;
	position: relative;
	height: 45px;
	padding: 12px 0 0 0;
	font-size: 16px; color: rgba(255,255,255, 0.6); letter-spacing: -0.5px; line-height: 100%; text-decoration: none; text-align: center;
	border-top: 1px solid rgba(0,0,0, 0.6); border-left: 1px solid rgba(0,0,0, 0.6); border-right: 1px solid rgba(0,0,0, 0.6);
	border-top-left-radius: 4px; border-top-right-radius: 4px;
	background: rgba(53,114,212, 0.2);
	cursor: pointer;
	}
.lwYp-Tab li a:hover {color: #3782ff; text-decoration: none;}

.lwYp-Tab li.selected a {
	padding-top: 14px;
	font-size: 20px; color: #fff; font-weight: bold;
	background: rgba(0,0,0, 0.5);
	}

.lwYp-iframe {
	position: relative;
	height: 720px;
	background: rgba(0,0,0, 0.5);
	overflow: hidden;
	}
.lwYp-iframe .loding-img {
	position: absolute; top: 50%; left: 50%;
	margin: -150px 0 0 -150px;
	z-index: 2;
	opacity: 0.70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	}

.lwYp-wp {
	position: relative;
	min-height: 500px;
	padding: 2.3em 2.8em 3.2em 2.8em;
	font-size: 14px; color: #fff;
	}
.lwYp-wp h4 {
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	font-size: 20px; color: #407de0; letter-spacing: -1.5px; font-weight: normal;
	text-transform: capitalize; 
	}
.lwYp-wp h4 span.number {color: #e05555;}
.lwYp-wp h4 span.stxt {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 12px; color: #777; letter-spacing: 0; vertical-align: middle;
	}
.lwYp-wp h4 .more {
	display: inline-block;
	position: absolute; bottom: -2px; right: 2px;
	font-size: 12px; color: #666;
	}

/* 실무&예판 해설 */
.lwYp-wp .haesul-list {
	clear: both;
	position: relative;
	margin: 0 0 42px 0;
	overflow: hidden;
	}
.lwYp-wp .haesul-list .table-wp {
	clear: both;
	padding: 13px 5px 12px 20px;
	border: 1px solid rgba(53,114,212, 0.5);
	border-radius: 4px;
	overflow: hidden;
	}
.lwYp-wp .haesul-list .table-wp ul {
	float: left; 
	width: 100%; list-style: none;
	}
.lwYp-wp .haesul-list .table-wp li {
	float: left;
	position: relative;
	width: 50%; height: 26px;
	padding: 0 10px 0 16px;
	line-height: 1.4em;
	background: url('../images/icon.png') no-repeat 4px 11px;
	}
.lwYp-wp .haesul-list .table-wp li:nth-child(even) {margin: 0;}

.lwYp-wp .haesul-list .table-wp li a {
	display: inline-block;
	max-width: 440px;
	font-size: 15px; color: #eee; letter-spacing: -0.5px; line-height: 1.4em; vertical-align: middle;
	white-space: nowrap; text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: 0.2s all;
	overflow: hidden;
	}
.lwYp-wp .haesul-list .table-wp li a:hover {color: #4b88ea; text-decoration: underline;}
.lwYp-wp .haesul-list .table-wp li span.name {
	position: absolute; top: 3px; right: 20px;
	font-size: 13px; color: #999; letter-spacing: -0.5px;
	}

/* 법령정보 */
.lwYp-wp .lw-list {
	clear: both;
	position: relative;
	margin: 0 0 38px 2px; padding: 2px 0 0 1.8em;
	border-left: 3px solid #524e4d;
	overflow: hidden;
	}
.lwYp-wp .lw-list ul {
	float: left;
	width: 860px;
	list-style: none;
	}
.lwYp-wp .lw-list li {
	float: left;
	width: 50%;
	padding: 0 0 0 0px;
	line-height: 1.9em;
	}
.lwYp-wp .lw-list li a {
	display: block;
	margin: 0 0 0 0;
	font-size: 14px; color: #eee;
	}
.lwYp-wp .lw-list li a:hover {color: #e05555; text-decoration: underline;}
.lwYp-wp .lw-list li a i {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 14px; color: #555;
	}
.lwYp-wp .lw-list li a:hover i {color: #006fe1;}

.lwYp-wp .lw-list li.title {
	width: 100%; height: 30px;
	margin: 0 0 12px 0; padding: 5px 0 0 0;
	font-size: 14px; color: #fff; line-height: 110%; text-align: center;
	border-radius: 3px;
	background: #bf3434;
	}
.lwYp-wp .lw-list li.title strong {
	display: inline-block;
	margin: 0 0 0 4px;
	color: #febab0;
	}

.lwYp-wp .lw-list .dan-btn {
	display: block;
	position: absolute; top: 50px; right: 0;
	width: 150px; height: 118px;
    padding: 34px 0 0 0;
	font-size: 19.5px; color: #fff; line-height: 1.2em; text-align: center;
    border-radius: 6px;
    border-bottom: 4px solid transparent;
	background: #2664b9;
	border-bottom-color: #1b4a8a;
	}
.lwYp-wp .lw-list .dan-btn:hover {
	background: #18a0da;
	border-bottom-color: #12739c;
	}
.lwYp-wp .lw-list.buga {padding-top: 0 !important; padding-bottom: 4px;}
.lwYp-wp .lw-list.buga .dan-btn {top: 50%; margin-top: -59px;}

.lwYp-wp .lw-list .text-area {
	width: 880px;
	font-size: 13px; color: #bbb;
	}
.lwYp-wp .lw-list .text-area .buga-btn {
	display: block;
	width: 540px; height: 36px;
	margin: 15px auto 10px auto; padding: 9px 0 0 0;
	font-size: 13px; color: #fff; letter-spacing: 0; line-height: 110%; text-align: center;
	border-radius: 3px;
	background: #bf3434;
	}
.lwYp-wp .lw-list .text-area .buga-btn i {
	display: inline-block;
	margin: 0 5px 1px 0;
	font-size: 14px; vertical-align: middle;
	}
.lwYp-wp .lw-list .text-area ol {
	float: left;
	margin: 0 0 0 40px;
	list-style: none;
	}
.lwYp-wp .lw-list .text-area li {
	float: left;
	position: relative;
	width: 50%;
	margin: 0 0 8px 0; padding: 0 0 0 14px;
	font-size: 13px; color: #bbb; line-height: 1.2em;
	}
.lwYp-wp .lw-list .text-area li.None {margin-bottom: 0;}
.lwYp-wp .lw-list .text-area li span.num {
	position: absolute; top: 0px; left: 0;
	}
.lwYp-wp .lw-list .text-area li a {
	display: inline-block;
	font-size: 13px;
	}


/* 최신예판 */
.lwYp-wp .Yp-list {
	clear: both;
	border-top: 2px solid #524e4d; border-bottom: 1px solid #524e4d;
	}

.lwYp-wp .Yp-list .list-YgPr {width: 100%; margin: -10px 0 0 0; table-layout: fixed;}
.lwYp-wp .Yp-list .list-YgPr tr:last-child td {border-bottom: none;}

.lwYp-wp .Yp-list .list-YgPr td {
	min-height: 22px;
	padding: 0 0 1px 0;
	font-size: 13px; color: #ccc; line-height: 1.2em; text-align: center; vertical-align: middle;
	border-bottom: 1px dotted #777;
	}
.lwYp-wp .Yp-list .list-YgPr td.kind	{padding-bottom: 2px; font-size: 12px;}
.lwYp-wp .Yp-list .list-YgPr td.subj	{padding: 4px 10px 6px 10px; letter-spacing: 0; text-align: left;}
.lwYp-wp .Yp-list .list-YgPr td.subj:hover .YgPr-text {color: #ddd;}
.lwYp-wp .Yp-list .list-YgPr td.keyword {padding-left: 4px; padding-right: 4px;}
.lwYp-wp .Yp-list .list-YgPr td.keyword a {
	display: inline-block;
	position: relative;
	font-size: 12px; color: #bbb; letter-spacing: -1px; line-height: 1.3em; text-decoration: none;
	}
.lwYp-wp .Yp-list .list-YgPr td.keyword a:hover {color: #4b88ea;}
.lwYp-wp .Yp-list .list-YgPr td.keyword a:before {
	content: "";
	display: none;
	position: absolute; bottom: -8px; left: 50%;
	width: 9px; height: 5px;
	margin: 0 0 0 -4.5px;
	background: url('../images/YgJb_ic.png') no-repeat center 0;
	}
.lwYp-wp .Yp-list .list-YgPr td.keyword a:after {
	content: "동일 주제어의 예규판례 조회";
	display: none;
	position: absolute; bottom: -31px; left: 50%;
	width: 150px; height: 24px;
	margin: 0 0 0 -75px; padding: 3px 0 0 0;
	font-size: 11px; color: #fff; line-height: 100%; text-align: center; text-decoration: none !important;
	border-radius: 3px;
	background: #4b88ea;
	box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.1);
	box-sizing: border-box;
	z-index: 5;
	}
@keyframes keywordTooltip {
	from {
		opacity: 0;
		transform: translate(0, 6px);
		}
	to {
		opacity: 1;
		transform: translate(0, 0);
		}
	}
.lwYp-wp .Yp-list .list-YgPr td.keyword a:hover::before {display: block; animation: keywordTooltip 500ms ease-out;}
.lwYp-wp .Yp-list .list-YgPr td.keyword a:hover::after  {display: block; animation: keywordTooltip 500ms ease-out;}

.lwYp-wp .Yp-list .list-YgPr td.Hsubj {padding: 6px 8px 7px 8px; letter-spacing: -0.6px; text-align: left;}
.lwYp-wp .Yp-list .list-YgPr td.name {font-size: 12px; letter-spacing: -0.8px;}
.lwYp-wp .Yp-list .list-YgPr td.date {font: 11px 'verdana'; color: #777; letter-spacing: -0.3px !important;}
.lwYp-wp .Yp-list .list-YgPr td.fileNumber {padding: 5px 0 6px 0; font-size: 11px; letter-spacing: -0.5px; line-height: 1.3em;}

.lwYp-wp .Yp-list .YgPr-bubIcon {
	display: inline-block;
	height: 19px;
	margin: -1px 0 0 0; padding: 2px 5px 0 4px;
	font-size: 12px; color: #eee; letter-spacing: -0.8px; line-height: 100%; letter-spacing: -1px;
	border: none;
	border-radius: 2px;
	background: #4b88ea;
	}
.lwYp-wp .Yp-list .YgPr-fileNumberSubj {
	display: inline-block;
	margin: 4px 4px 5px 0;
	font-size: 16px; color: #eee; line-height: 1.2em; font-weight: bold; vertical-align: middle;
	}
.lwYp-wp .Yp-list .YgPr-fileNumberSubj:hover {color: #4b88ea; text-decoration: underline;}

.lwYp-wp .Yp-list .YgPr-text {
	displaY: block;
	display: -webkit-box;
/*	min-height: 32px;	*/
	margin: 0 0 5px -1px;
	font-size: 13px; color: #999; letter-spacing: -0.5px; line-height: 1.3em;
	word-wrap: break-word; text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	cursor: help;
	}
.lwYp-wp .Yp-list .YgPr-icon {
	display: inline-block;
	height: 18px;
	margin: 0 -2px 1px 2px; padding: 2px 7px 0 7px;
	font-size: 11px !important; color: #fff; line-height: 100% !important; font-weight: normal; text-align: center; vertical-align: middle;
	border: none;
	border-radius: 2px;
	box-sizing: border-box;
	}
.lwYp-wp .Yp-list .main .YgPr-icon {margin: 0 0 1px 4px; !important}

.lwYp-wp .Yp-list .YgPr-del	{padding-top: 1px; height: 16px; background: #d94747;}
.lwYp-wp .Yp-list .YgPr-kind	{background: #487bbc;}
.lwYp-wp .Yp-list .YgPr-recom	{letter-spacing: -0.5px; background: #df5d5d;}
.lwYp-wp .Yp-list .YgPr-haesul {
	padding-top: 1px;
	color: #3e7ab5; letter-spacing: -0.5px; text-decoration: none !important;
	border: 1px solid #3e7ab5;
	}
.lwYp-wp .Yp-list .YgPr-haesul:hover {
	color: #fff !important;
	border: 1px solid #0e5ead;
	background: #0f64b8;
	}
.lwYp-wp .Yp-list .YgPr-haesul i {
	display: inline-block;
	margin: 1px 2px 0 0;
	font-size: 10px !important;
	}



/********************************************************************************************************************************
* 신탁과 조세 - 관련법령
********************************************************************************************************************************/
.lawClass-wp {
	clear: both;
	position: relative;
	margin: -5px 0 0 0;
	}
.lawClass-wp .title {
	height: 55px;
	margin: 0 0 18px 0; padding: 12px 0 0 0;
	font-size: 1.4em; color: #fff; text-align: center;
	border-bottom: 3px solid transparent;
	border-bottom-color: #1b4a8a;
	border-radius: 55px;
	background: #2664b9 url('../images/law_titleBg.png') repeat;
	}

.lawClass-wp .list a {
	display: block;
	position: relative;
	height: 52px;
	margin: 0 15px 10px 15px; padding: 12px 0 0 0;
	font-size: 1.5em; color: #222; line-height: 1em; text-align: center;
	border: 2px solid #d7e3f6;
	border-radius: 5px;
	background-color: #d7e3f6;
	}
.lawClass-wp .list a:before {
	content: "+";
	display: block;
	position: absolute; top: 50%; right: -4px;
	width: 25px; height: 20px;
	margin: -10px 0 0 0; padding: 8px 0 0 0;
	font-size: 13px; color: #fff; line-height: 0;
	border-top-left-radius: 9px; border-bottom-left-radius: 9px;
	background: #4f86c5;
	}
.lawClass-wp .list a:after {
	content: "";
	display: block;
	position: absolute; bottom: -11px; left: 50%;
	width: 2px; height: 8px;
	margin: 0 0 0 -1px;
	background: #ddd;
	}
.lawClass-wp .list a:last-child::after {display: none;}
.lawClass-wp .list a strong {
	display: inline-block;
	margin: 0 0 0 5px;
	color: #d74141; font-weight: normal;
	}
.lawClass-wp .list a:hover {
	border-color: #2664b9;
	box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.1);
	}
.lawClass-wp .list a:hover:before {
	background: #d74141;
	animation: law-icMv 300ms linear;
	}
@keyframes law-icMv {
	from {
		transform: translate(6px, 0);
		}
	to {
		transform: translate(0, 0);
		}
	}


/********************************************************************************************************************************
* NEWS ROOM & 전문가 상담
********************************************************************************************************************************/
.feedback{
	min-width: 1200px;
	background:url('../images/1.jpg')no-repeat center 0;
	background-size:cover;
	}  
.agileits-title.w3title2 h2 {color: #fff;} 

.news-grids {
	clear: both;
	overflow: hidden;
	}

.news-grids h4 {
	display: block;
	margin: 10px 0 10px 0;
	font-size: 23px; color: #407de0; letter-spacing: -1.2px;
    }

.news-grids .table-wp {
	clear: both;
	padding: 14px 20px 9px 20px;
	border: 1px solid rgba(53,114,212, 0.5);
	border-radius: 4px;
	background: rgba(0,0,0, 0.1);
	overflow: hidden;
	}
.news-grids .table-wp ul {
	float: left; 
	width: 100%; list-style: none;
	}
.news-grids .table-wp li {
	position: relative;
	height: 35px;
	padding: 5px 10px 0 16px;
	line-height: 1.4em;
	border-bottom: 1px dotted rgba(53,114,212, 0.6);
	background: url('../images/icon.png') no-repeat 4px 14px;
	}
.news-grids .table-wp li:last-child {border-bottom: none;}
.news-grids .table-wp li a {
	display: inline-block;
	max-width: 470px;
	font-size: 15px; color: #eee; letter-spacing: -0.5px; line-height: 1.4em; vertical-align: middle;
	white-space: nowrap; text-overflow: ellipsis;
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	transition: 0.2s all;
	overflow: hidden;
	}
.news-grids .table-wp li a:hover {color: #4b88ea; text-decoration: underline;}
.news-grids .table-wp li span.date {
	position: absolute; top: 3px; right: 20px;
	font-size: 13px; color: #aaa; letter-spacing: 0;
	}
/* 전문가 상담 */
.news-grids .table-wp.consult li {
	padding-left: 0;
	background: none;
	}
.news-grids .table-wp.consult li span.law {
	display: inline-block;
	height: 18px;
	margin: 3px 6px 0 0; padding: 2px 5px 0 5px;
	font-size: 11px; color: #eee; letter-spacing: -0.5px; line-height: 100%; vertical-align: middle;
	border-radius: 2px;
	background: #4b88ea;
	}
.news-grids .table-wp.consult li a {max-width: 450px;}

.news-grids .btn-wp {
	clear: both;
	margin: 20px 0 0 0;
	text-align: center;
	}
.news-grids .btn-wp a {
	display: inline-block;
	width: 220px; height: 38px;
	padding: 0 0 0 0;
	font-size: 14px; color: #407de0; line-height: 36px; text-align: center;
	border: 1px solid rgba(53,114,212, 0.8);
	border-radius: 4px;
	}
.news-grids .btn-wp a i {
	display: inline-block;
	margin: 0 0 0 15px;
	}
.news-grids .btn-wp a:hover {
	color: #fff;
	border-color: #2664b9;
	background: #2664b9;
	border-bottom-color: #1b4a8a;
	}



/********************************************************************************************************************************
* 관련 도서 안내
********************************************************************************************************************************/
.Etcbook {
	min-width: 1200px;
	background: url('../images/bg_pattern.gif') repeat;
	overflow: hidden;
	}

.edu-wp {
	clear: both;
	padding: 0 0 10px 0;
	overflow: hidden;
	}
.edu-wp .title {
	display: inline-block;
	width: 90px;
	margin: 0 0 8px 0; padding: 0 0px 3px 0px;
	font-size: 17px; color: #fff; text-align: center;
	background: #00a0d4;
	}
.edu-wp ul.text {
	list-style: none;
	margin: 0 0 25px 0;
	}
.edu-wp ul.text:last-child {margin: 0;}
.edu-wp ul.text li {
	margin: 0 0 3px 0; padding: 0 0 0 12px;
	font-sizE: 15px; line-height: 1.3em;
	background: url('../images/icon.png') no-repeat 1px 10px;
	}
.edu-wp ul.text li:last-child {margin: 0;}

.edu-wp .book {
	position: relative;
	margin: 5px 0 0 0; padding: 30px 30px 30px 30px;
	background: #f0f0f0;
	overflow: hidden;
	}
.edu-wp .book .photo {
	float: left;
	display: inline-block;
	margin: 0 25px 0 0; padding: 5px 0;
	border: 1px solid #ddd;
	background: #fff;
	}
.edu-wp .book .photo img {width: 235px; height: auto;}

.edu-wp .book .info {
	float: left;
	font-size: 13px; line-height: 150%;
	}
.edu-wp .book .info span.subj {
	display: block;
	margin: 5px 0 10px 0;
	font-size: 24px; letter-spacing: -1px; font-weight: bold;
	}
.edu-wp .book .info span.price {
	display: block;
	width: 560px;
	margin: 10px 0 0 0; padding: 10px 0 13px 30px;
	font-size: 15px; letter-spacing: 0; line-height: 1.5em;
	border-top: 1px solid #beccdf; border-bottom: 1px solid #beccdf;
	background: #e8edf5;
	}
.edu-wp .book .info span.price strong {color: #ff3710;}

.edu-wp .book .info span.etc {
	display: block;
	width: 560px;
	padding: 9px 0 12px 30px;
	font-size: 15px; letter-spacing: 0; line-height: 1.5em;
	border-bottom: 1px solid #ddd;
	}

.edu-wp .book .btn {
	display: block;
	position: absolute; top: 105px; right: 80px;
	width: 180px; height: 68px;
    padding: 19px 0 0 0;
	font-size: 17px; color: #fff; text-align: center;
    border-radius: 4px;
    border-bottom: 3px solid transparent;
	background: #2664b9;
	border-bottom-color: #1b4a8a;
	}
.edu-wp .book .btn:hover {
	background: #003680;
	border-bottom-color: #000c1e;
	}



/********************************************************************************************************************************
* 기타
********************************************************************************************************************************/
/*-- slider-up-arrow --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 6%;
    right: 3%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url("../images/move-up.png") no-repeat 0px 0px;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85);
    transform: scale(0.85);
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	}
#toTop:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
    transform: scale(1.1);
	}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	transform: scale(1);
	}

/*** Font Style **********/
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}

.None-spacing	{letter-spacing: 0 !important;}

.clr-white		{color: #fff !important;}
.clr-gray		{color: #aaa;}
.clr-red		{color: red;}
.clr-red2		{color: #d70000 !important;}
.clr-blue		{color: #0054ff;}
.clr-blue2		{color: blue;}
.clr-skyblue	{color: #00ceff;}
.clr-green		{color: green;}
.clr-green2		{color: #009a0b;}
.clr_gray		{color: #aaa;}
.clr-price		{color: #ff2a00; font-weight: bold;}



/********************************************************************************************************************************
* modal css
********************************************************************************************************************************/
.modal-open .modal {background: rgba(0,0,0, 0.48);}
.modal-wp {
	width: 900px; height: 800px;
	margin-left: -130px;
	}
.modal-dialog {margin: 3em auto;}

.modal-content .modal-header {
    height: 40px;
    padding: 5px 20px 0 0;
	border: none;
	}
.modal-content .modal-header button.close {
    color:#00a0d4;
    opacity: .9;
    font-size: 32.5px;
	outline:none;
	} 

.modal-body {width: 840px; margin: 0 auto; padding: 0;}
.modal-body iframe {width: 100%; height: 750px;}

/*-- 신탁과 조세 관련법령 --*/
.modal-law-wp {
	width: 840px; height: 700px;
	margin-left: -120px;
	}
.law-wp {
	position: relative;
	margin-top: -5px; padding: 0 20px 0 20px;
	font-size: 14px; line-height: 1.4em;
	}

.law-wp .tit {
	height: 35px;
	margin: -10px 0 20px 0; padding: 0;
	font-size: 23px; color: #222; letter-spacing: -1.5px; font-weight: bold; vertical-align: middle;
	border-bottom: 1px solid #ddd;
	}
.law-wp .tit strong.number {color: #d74141; font-weight: normal;}
.law-wp .tit i {
	display: inline-block;
	margin: 0 8px 1px 0;
	font-size: 15px; color: #2664b9; vertical-align: sub;
	}
.law-wp .law-list {padding: 5px 0 0 0;}
.law-wp .law-list a {
	display: block;
	margin: 0 0 12px 10px; padding: 0 0 0 20px;
	font-size: 15px; color: #222; letter-spacing: 0; line-height: 1.2em;
	background: url('../images/law_icon.png') no-repeat 0 4px;
	transition: none;
	}
.law-wp .law-list a:hover {color: #006fe1; text-decoration: underline;}
.law-wp .law-list a i {
	display: inline-block;
	margin: 0 0 0 5px;
	font-size: 14px; color: #ccc;
	}
.law-wp .law-list a:hover i {color: #e05555;}

.law-wp .law-guide {
	margin: 30px 0 0 0; padding: 9px 10px 10px 10px;
	font-size: 12px; color: #777; letter-spacing: -0.5px !important;
	border: 1px solid #d4dde8;
	background: #f4f7fa;
	}
.law-wp .law-guide strong {color: #bf3434;}


/* contents_2017.css 조정 */
.point-wp .sup-txt, .point-wp sup {font-size: 13px !important; line-height: 150%;}

.point-wp .cnt-TBL th {
	font-size: 13px !important;
	}
.point-wp .cnt-TBL td {
	line-height: 1.4em !important;
	}

