.layout.goal {
	margin-bottom: 40px;
}

.left_menu {
	margin-top: 90px;
	float: left;
	width: 280px;
	border: 1px solid #dcdcdc;
	background-color: #fff;
}

.goal_menu_list {
	padding: 45px 25px 0px;
	width: 100%;
	position: relative;
}

.goal_menu_list .icon {
	width: 144px;
	height: 144px;
	background-color: #eef1f4;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.goal_menu_list .icon-etc img {
	margin-top: -26px;
}

.goal_menu_list .icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	/* margin-top: -29px; */
	/* margin-left: -41px; */
	transform: translate(-50%, -50%);
}

.goal_menu_list .icon-etc img {
	margin-top: -34px;
}

.goal_menu_list h4 {
	color: #034ea2;
	font-size: 26px;
	line-height: 1.3;
	margin: 0;
	margin-top: 60px;
	padding-bottom: 25px;
	/* border-bottom: 1px solid #e3e3e3; */
	text-align: center;
	font-family: 'NanumSR';
	letter-spacing: -0.06em;
}

.goal_menu_list li {
	margin: 0;
	margin-bottom: 5px;
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	display: block;
	cursor: pointer;
}

.goal_menu_list li.active>span:first-child {
	/* border-bottom:1px solid #000; */
	/* height:23.9px; */
	color: #000;
	font-weight: bold;
}

.goal_menu_list li.active>span:last-child {
	color: #000;
	font-weight: 600;
	/* text-decoration:underline; */
	/* text-underline-position: under; */
}

.goal_menu_list li::after {
	clear: both;
	content: '';
	display: block;
}

.goal_menu_list li span {
	border-bottom: 1px solid #fff;
}

.goal_menu_list li span:first-child {
	display: block;
	float: left;
	width: 24px;
}

.goal_menu_list li span:last-child {
	display: block;
	float: left;
	max-width: calc(100% - 24px);
}

.goal_menu_list li.sub {
	margin-left: 24px;
	line-height: 1.3;
	font-size: 15px;
}

.goal_menu_list li.sub.active span:first-child {
	height: 21px;
}

.goal_menu_list li.sub span:first-child {
	width: 24px;
}

.goal_menu {
	margin: 0;
}

.goal_menu li {
	width: 100%;
	border-top: 1px solid #dcdcdc;
	padding: 15px;
	color: #666;
	font-size: 16px;
	/* list-style-type:upper-roman; */
	/* list-style-position:inside; */
	cursor: pointer;
	/*border-left:3px solid #fff;*/
	background-color: #fff;
	position: relative;
}

.goal_menu li.active {
	color: #034ea2;
	background-color: #f5f9fd;
}

.goal_menu li.active:after {
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 3px;
	height: 104%;
	background: #034ea2;
	z-index: 1;
}

.goal_menu li a {
	display: inline-block;
	width: 90%;
	margin-bottom: -2px;
}

/* .goal_menu li a:focus {
	outline: 0
} */

.goal_content {
	width: 832px;
	float: right;
	overflow: hidden;
}

.goal_visual {
	width: 100%;
	height: 267px;
	background-color: #000;
	position: relative;
	overflow: hidden
}

.goal_visual .tab_content {
	width: 100%;
	height: 100%;
}

.goal_visual .tab_content>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.goal_visual img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: .7;
}

.goal_visual:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.goal_visual .visual_text {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}

.goal_visual .visual_text h4 {
	font-size: 36px;
	margin-bottom: 20px;
	font-family: 'NanumSR';
}

.goal_visual .visual_text p {
	font-size: 18px;
	font-family: 'Georgia';
	font-style: italic;
	letter-spacing: 0.05em;
}

.goal_text {
	width: 100%;
	padding: 25px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-top: 0;
	font-size: 16px;
	line-height: 1.7;
	color: #666;
	/* border-bottom:none; */
}

.goal_button {
	width: 100%;
	border: 1px solid #dcdcdc;
	border-top: none;
}

.goal_button button {
	width: 50%;
	float: left;
	margin: 0;
	text-align: center;
	height: 133px;
	line-height: 133px;
	font-size: 30px;
	color: #666;
	border: none;
	cursor: default;
}

.goal_button button:first-child {
	border-right: 1px solid #dcdcdc;
}

.goal_button button.active {
	color: #034ea2;
}

.dep_right_way {
	padding: 0 30px;
	position: relative;
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #f8f8f8;
	margin-top: 30px;
}

.dep_right_way ul {
	margin-top: 22px;
}

.dep_right_way ul li {
	float: left;
	font-size: 15px;
	color: #666666;
	margin-right: 20px
}

.dep_right_way ul li p {
	margin-top: -6px;
	padding: 0 20px;
}

.dep_right_way ul li i {
	float: left;
	vertical-align: middle;
	margin-right: 6px;
	color: #000;
}

.dep_right_social {
	float: right;
	margin-top: -45px;
	cursor: pointer;
}

.goal_text_img {
	text-align: center;
	margin: 115px 0
}

.goal .left_menu_btn {
	display: none;
}

.goal .left_menu_btn span {
	display: block;
	width: 20px;
	height: 4px;
	border-top: 2px solid #fff;
	font-size: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: 0 0;
	transition: all .3s;
}

.goal .left_menu_btn span:first-child {
	top: 17px;
}

.goal .left_menu_btn span:last-child {
	top: 29px;
}

/* .goal .left_menu_btn.active span:first-child {
	top: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.goal .left_menu_btn.active span:nth-child(2) {
	opacity: 0;
}

.goal .left_menu_btn.active span:last-child {
	top: 50%;
	transform: rotate(-45deg) translate(-50%, -50%);
} */

.goal .left_menu .close_btn {
	display: none;
}

.goal .left_menu .close_btn span {
	font-size: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 2px;
	background-color: #000;
	transform-origin: 0 0;
}

.goal .left_menu .close_btn span:first-child {
	transform: rotate(45deg) translate(-50%, -50%);
}

.goal .left_menu .close_btn span:last-child {
	transform: rotate(-45deg) translate(-50%, -50%);
}

.xs-txt {
	margin-left: 15px;
	font-size: 16px;
	display: none
}

.dep_goal_list {
	overflow: hidden;
	margin-top: 20px;
}

.dep_goal_list li {
	float: left;
	position: relative;
}

.dep_goal_list li:before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #666
}

/* Media */

@media screen and (max-width:1200px) {
	.goal .left_menu_btn {
		position: fixed;
		right: 30px;
		bottom: 90px;
		width: 45px;
		height: 45px;
		border-radius: 100%;
		background-color: #034ea2;
		z-index: 9;
		display: block;
	}
	.goal .left_menu .close_btn {
		position: absolute;
		top: 5px;
		right: 5px;
		display: block;
		width: 40px;
		height: 40px;
		z-index: 1;
	}
	.goal_visual img {
		height: 100%;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
	.left_menu {
		position: fixed !important;
		top: 0px !important;
		left: 0;
		transform: translateX(-100%);
		transition: all .3s;
		z-index: 11;
		width: 100%;
		height: 100vh;
		border: none;
	}
	.left_menu.active {
		transform: translateX(0);
	}
	.left_menu.active:before {
		content: '';
		position: absolute;
		top: -90px;
		left: 0;
		width: 100vw;
		height: 90px;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.goal_menu_list h4+ul {
		height: calc(100vh - 445px);
		overflow-y: scroll;
	}
	.goal_content {
		width: 100%;
		float: none;
	}
	.goal_menu li:last-child {
		border-bottom: 1px solid #dcdcdc;
	}
}

@media(max-width:890px) {
	.add_loans_down {
		top: 85px;
		left: 0;
	}
	.btn_next_li {
		margin-top: 67px !important
	}
}

@media(max-width:800px) {
	.add_loans_down {
		display: none
	}
}

@media screen and (max-width:768px) {
	.xs-txt {
		display: block;
		margin-left: 15px;
		margin-bottom: 0px;
		margin-top: 13px;
	}
	.table_wrapper {
		overflow-x: scroll;
		margin: 0;
	}
	.table_wrapper table {
		border-left: 1px solid #dcdcdc;
	}
	.goal_visual {
		height: 215px;
	}
	.goal_visual .visual_text h4 {
		font-size: 30px;
	}
	.goal_visual img {
		height: 100%;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.goal_text {
		padding: 15px;
		font-size: 14px;
	}
	.goal_button button {
		height: 100px;
		line-height: 100px;
		font-size: 25px;
	}
	.goal_menu_list h4 {
		font-size: 20px;
		margin-bottom: 15px;
		padding-bottom: 15px;
		margin-top: 40px;
	}
	.goal_menu_list .icon {
		width: 130px;
		height: 130px;
	}
	.goal_menu_list .icon img {
		width: 110px;
	}
	.goal_menu_list {
		padding: 45px 20px 20px;
	}
	.goal_menu_list li {
		margin-bottom: 3px;
		font-size: 14px;
	}
	.goal_menu li {
		font-size: 14px;
		padding: 12px;
	}
	.goal_menu_list h4+ul {
		height: calc(100vh - 369px);
	}
	.s_common_img img {
		width: 100%
	}
	.dep_right_way {
		height: auto;
		padding: 10px 30px
	}
	.goal .left_menu_btn {
		right: 10px;
		bottom: 65px;
	}
	.goal_text_img {
		display: none;
	}
}

@media(max-width:520px) {
	.col-xs-6 {
		width: 100%
	}
}

@media screen and (max-width:480px) {
	.goal_visual .visual_text
	{
		padding:0 30px
	}
	.dep_goal_list li:before
	{
		left:3px
	}
	.dep_right_way
	{
		height:auto;
		padding-bottom:5px;
		margin-top:25px
	}
	.dep_right_way ul
	{
		margin-top:9px
	}
	.dep_right_way ul li
	{
		float:none;
		display:block
	}
	.dep_right_way ul li i
	{
		margin-top:6px
	}
	.dep_right_way ul li p
	{
		padding:0 0 0 20px
	}




	.goal_visual .visual_text h4 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.goal_visual .visual_text p {
		font-size: 14px;
	}
	.goal_text {
		font-size: 16px;
	}
	.goal_visual {
		height: 170px;
	}
}
