/* Author:HtmlCoder&WebDesigner
 * Author URI:http://hom2box.com
 * Author e-mail:hbox78@gmail.com
 * Version:1.1
 * Created:2017
 * License URI:http://hom2box.com/
 */

.reward-menu{
	display:flex;
	justify-content:space-around;
	width:395px;
	margin:0 auto;
}

#ch-plugin-launcher.affix {
	bottom: 50px !important;
}
#ch-plugin-core div:last-child.affix{
	-webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
	bottom: 70px !important;
}
#ch-plugin-core div:last-child.affix1{
	-webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
	bottom: 80px !important;
}
.jYbnQO.affix {
	-webkit-transition: all 150ms linear 0s;
    transition: all 150ms linear 0s;
	bottom: 70px !important;
}
/* /// 크라우디 GNB 사용할거면 이걸로 바꿔 */
.cPage-wrapper { top:0px; left:0px; margin-top:0px !important; padding-top:105px !important; padding-bottom:80px; }
@media only screen and (max-width: 1061px) {
	.cPage-wrapper { padding-top:113px !important; }
	/* PAD에서 검색창만큼 Padding 사이즈 줄이기 */
	.cPage-searchPadding { padding-top:60px !important; }
}
@media only screen and (max-width: 767px) {
	.cPage-wrapper { padding-top:114px !important; padding-bottom:50px;}	
}
@media only screen and (max-width: 631px) {
	.cPage-wrapper { padding-top:85px !important;}
	/* MB에서 검색창만큼 Padding 사이즈 줄이기 */
	.cPage-searchPadding { padding-top:85px !important; }
}
.page-wrapper {
	position: relative;
	left:0;
	padding-top: 59px;
}
body.main .page-wrapper {
	padding-top:0;
}
body.fixed {
	padding-top:71px;
}
@media only screen and ( max-width: 767px) {
	body.fixed {
		padding-top:64px;
	}
	.reward-menu{
		justify-content:space-evenly;
		width:100%;
	}
}

.autoHeight {
	height:auto !important;
}

.comm_partners {
	clear: both;
	font-size:16px;
	line-height:24px;
	padding:18px 15px;
	margin:5px 0 20px;
	border: 1px solid #002fa3;
}



	/* 상단 열림 팝업 */
	.top-popup {
		display:none;
		overflow:hidden;
		width:100%;
		height:70px;
		color:#fff;
		font-size:18px;
		line-height:26px;
		letter-spacing: -0.7px;
		background-color:#002fa3;
	}
	.main .top-popup {
		display:block;
	}
	body.main .top-popup.top-popup-hidden,
	body.main .navbar-venture.affix .top-popup {
		display:none;
		position:relative;
		top:-70px;
	}
	.top-popup .container {
		position:relative;
	}
	.top-popup .top-popup-contents-text {
		padding:22px 0;
	}
	.top-popup .top-popup-close {
		position:relative;
		top:-2px;
		display:inline-block;
		vertical-align:middle;
		width:26px;
		height:22px;
		overflow: hidden;
		text-indent: 99999px;
		background-image: url('img/gnb_card_close.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 15px 15px;
	}
	.main-title-1{
	    font-weight: 500;
		font-size: 30px;
    	line-height: 38px;
    	position: relative;
    	margin-bottom: 6px;
    	cursor:pointer;
	}
	.main-title-description-1{
    	font-size: 16px;
    	line-height: 22px;
    	letter-spacing: -0.5px;
	}


	@media only screen and ( max-width: 991px) {
		.main-title-1{
			font-size: 22px;
	    	line-height: 22px;
	    	margin-bottom: 0px;
		}
		.title-line-1 i{
			position: absolute;
		    top: -2px;
		    right: -5px;
		    width: 40px;
		    float: right;
		    display: block;
		    margin: 0;
		    color: #464646;
		    line-height: 30px;
		    padding: 0 0 2px 20px;
		    font-size: 29px;
		}
		.top-popup {
			font-size:16px;
			line-height:24px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.top-popup {
			font-size:14px;
			line-height:22px;
		}
		.top-popup .top-popup-contents-text {
			padding:13px;
		}
		.top-popup .top-popup-close {
			top:-1px;
			width:24px;
			height:20px;
			background-size: 13px 13px;
		}
	}


/* Comments */
	.comments {
		padding: 0;
		margin: 0;
	}
	.comments .comment {
		border-bottom: 1px solid #ededed;
	}
	.comments .comment:first-child {
		border-top: 1px solid #ededed;
	}
	.comments .comment .comment {
		border-top: none;
		border-bottom: none;
	}
	.comment {
		padding: 29px 0 35px;
		margin: 0;
	}
	.comment .comment {
		padding-bottom: 0;
		margin-top: 0;
	}
	.comments .comments .comment .media-left,
	.comments .comments .comment,
	.comment-body {
		overflow:visible;
	}
	.comment-body {
		padding-top:2px;
	}
	.comment-author,
	.comment-author:hover,
	.comment-author:focus {
		color:#464646;
		font-size: 18px;
	}
	.comment-meta {
		display: inline-block;
		margin-right: 8px;
		font-size: 14px;
		color: #a1a1a1;
	}
	.comment-content {
		color: #555;
		font-size: 15.5px;
		line-height:24px;
		margin-top: 3px;
	}
	.comment-content a {
		color:#135da9;
		font-size: 14px;
		margin: 0 5px;
	}
	.comment-reply {
		margin: 10px 0;
	}
	.comment-reply .form-group:last-child {
		margin-bottom: 0;
	}
	.comments .comments .comment .media-left {
		position: relative;
	}
	.comments .comments .comment .media-left::after {
		position: absolute;
		left: -39px;
		top:-2px;
		content: "";
		width: 16px;
		height: 25px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 16px 25px;
		background-image: url("img/reply.png");
	}


/* faq_sip_group */
	.faq_sip_group .faq_sip_loop {
		padding:20px;
		padding-bottom:10px;
		margin-bottom:30px;
		border: 1px solid #eaebed;
	}
	.faq_sip_group h5 {
		margin:3px 0 15px;
		font-size:16px;
		font-weight: 700;
	}
	.faq_sip_group .faq_sip_memo {
		color:#8a8a8a;
		font-size:14px;
		line-height:26px;
		padding-bottom:15px;
		margin-bottom:8px;
		border-bottom: 1px solid #eaebed;
	}

	.reply-object {
		margin-top:6px;
		width:40px;
		height:40px !important;
		background-color:#fff;
		background-image:url("img/user_noimg_small.png");
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-size:40px 40px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.reply-object img {
		width:40px;
		height:40px !important;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}

/* Avatar */
	.avatar {
		position: relative;
		display: inline-block;
		width: 40px;
		white-space: nowrap;
		vertical-align: bottom;
		border-radius: 1000px;
	}
	.avatar_no_img {
	    content: ' ';
	    display: block;
	    position: absolute;
	    height: 36px;
	    width: 36px;
	    background-image: url(img/user_noimg_small.png);
	}
	.avatar img {
		width: 100%;
		max-width: 100%;
        max-height: 100%;
		border-radius: 1000px;
		/*border: 1px solid #135da9;*/
	}
	.avatar img::before {
	    content: ' ';
	    display: block;
	    position: absolute;
	    height: 36px;
	    width: 36px;
	    background-image: url(img/user_noimg_small.png);
	}
	.avatar_bnone img {
		border: none;
	}
	.avatar-100 {
		width: 100px;
		height: 100px;
	}
	.avatar-90 {
		width: 90px;
		height: 90px;
	}
	.avatar-80 {
		width: 80px;
		height: 80px;
	}
	.avatar-lg {
		width: 60px;
		height: 60px;
	}
	.avatar-md {
		width: 44px;
		height: 44px;
	}
	.avatar-sm {
		width: 36px !important;
		height: 36px !important;
	}
	.avatar-xs {
		width: 20px !important;
		height: 20px !important;
	}


/* sr-subtitle */
	.st-page-title {
		color:#464646;
		font-size:30px;
		line-height:30px;
		letter-spacing: -0.7px;
		margin-top:100px;
	}
	.st-page-title strong {
		font-weight: 400;
	}
	.st-page-title p {
		margin:10px 0 80px;
		font-size:18px;
		font-weight: 400;
		line-height:30px;
	}
	.sr-subtitle {
		font-size:18px;
		letter-spacing: -0.7px;
		padding:8px 0;
		margin:80px 0 50px;
		background-color:#f3f3f3;
	}
	.sr-subtitle-s {
		font-size:18px;
		line-height:23px;
		letter-spacing: -0.7px;
		margin:9px 0;
	}
	.st-flowchart-frame {
		padding:0;
	}


	@media ( max-width: 1050px) {
		.st-flowchart-frame {
			padding:0;
		}
	}


/* sideNav */
	.help_wrap .common_vi_wrap {
		margin-bottom:20px;
	}
	.sideNav {
		padding: 12px 22px;
		margin-bottom:18px;
		background-color: #f3f3f3;
	}
	.sideNav ul,
	.sideNav ul li {
		padding:0;
		margin:0;
	}
	.sideNav ul li {
		font-size:15.7px;
		font-weight: 400;
		letter-spacing: -0.7px;
		padding-bottom:5px;
		border-bottom: 1px solid #e1e5eb;
	}
	.sideNav ul > li:last-child {
		padding-bottom:0;
		border-bottom: none;
	}
	.sideNav ul li li {
		font-size:13.7px;
		font-weight: 400;
		border-bottom: none;
		padding-bottom:0;
	}
	.sideNav ul > li a {
		padding:6px 0 0 0;
		color:#464646;
		line-height:30px;
	}
	.sideNav ul li li a {
		color: #555;
		padding:4px 3px 4px 13px;
		line-height:22px;
	}
	.sideNav ul li.active li.active a {
		color: #002fa3;
	}
	.sideNav ul li a:hover,
	.sideNav ul li a:focus {
		background-color: transparent;
	}

	.sideNavWrap {
		width:275px;
	}
	.sideNavWrap.affix {
		position: fixed;
		top: 90px;
		z-index: 1000;
	}
	.sideNavWrap.affix-bottom {
		position: absolute;
	}

	.help_wrap_contents {
		color:#777;
		font-size:16px;
		line-height:26px;
		padding:15px 0;
	}
	.search_result {
		color:#000;
		background-color:#ffd7e4;
	}



	.help_wrap_contents .p_type {
		font-size:15px;
		line-height:23px;
		margin:0;
		padding-top:20px;
	}
	.help_wrap_contents .p_type strong {
		display:block;
		color:#464646;
		font-size:15px;
		line-height:23px;
		font-weight: 400;
		padding-bottom:5px;
	}
	.help_wrap_contents h3 {
		position: relative;
		color:#002fa3;
		font-size:30px;
		line-height:40px;
		font-weight: 700 !important;
		letter-spacing: -.05em;
		margin:0;
		padding-top:60px;
		padding-bottom:20px;
	}
	.help_line .help_wrap_contents:first-child h3 {
		padding-top:10px;
	}
	.help_wrap_contents h3:before {
		background-color:#464646;
		content: " ";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 60px;
		height: 2px;
	}
	.help_wrap_contents h4 {
		position: relative;
		color:#464646;
		font-size:20px;
		line-height:26px;
		font-weight: 700 !important;
		letter-spacing: -0.7px;
		margin:0;
		padding:40px 0 0;
	}
	.help_wrap_contents h4:before {
		display:none;
		content: " ";
		position: absolute;
		left: -60px;
		width: 15px;
		height: 15px;
		margin-top:5px;
		margin-left:-8px;
		background-color: #002fa3;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.active.help_wrap_contents h4:before {
		display:block;
	}

	.help_wrap_contents table tr td:first-child {
		color:#464646;
		font-size:16px;
	}
	.help_wrap_contents table tr td {
		font-size:14px;
	}
	.help_line {
		min-height:1100px;
		padding-left:60px;
		padding-right:60px;
		padding-bottom:60px;
		border-left:2px solid #ebebeb;
	}

	@media ( max-width: 1050px) {
		.help_line {
			padding-left:35px;
			padding-right:35px;
			padding-bottom:50px;
		}
		.help_wrap_contents h4:before {
			left: -35px;
			width: 11px;
			height: 11px;
			margin-top:6px;
			margin-left:-6px;
		}
		.help_wrap .common_vi_wrap {
			margin-bottom:30px;
		}
		.sideNav {
			padding: 15px;
		}
		.sideNav ul li {
			padding-bottom:5px;
		}
		.sideNav ul li a {
			padding:14px 0 10px 0;
			line-height:22px;
		}
		.sideNav ul li li a {
			padding:5px 13px 7px;
			line-height:20px;
		}
		.sideNavWrap {
			width:245px;
		}
		.help_wrap_contents {
			font-size:15px;
			line-height:29px;
		}
		.help_wrap_contents h3 {
			font-size:30px;
			line-height:40px;
		}
		.help_wrap_contents h4 {
			line-height:24px;
			margin-top:55px;
		}
	}
	@media only screen and ( max-width: 991px) {
		.sideNavWrap {
			display: none;
			position: fixed;
			top: 0;
			right:0;
			z-index: 1000;
			width:100%;
			max-width:290px;
			margin:16px;
			-webkit-overflow-scrolling:touch;
			border:1px solid #d1d1d1;
			background-color: #fff;
			-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
			-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
		}
		.sideNavWrap.active {
			display: block;
			top: 60px;
		}
		.sideNav_m_open {
			position: fixed;
			z-index:2;
			top:274px;
			right:18px;
			width:42px;
			height:42px;
			cursor:pointer;
			text-indent: -99999px;
			border: 1px solid #135da9;
			background-image: url('img/etc-icon.png');
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: 139px 42px;
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
		}
		.sideNav_m_open:before{
			content: '';
			position: absolute;
			border: #2277cb solid 1px;
			-webkit-border-radius: inherit;
			border-radius: inherit;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			opacity: 0;
			z-index: -1;
			-webkit-animation-duration: 1s;
			-moz-animation-duration: 1s;
			-o-animation-duration: 1s;
			animation-duration: 1s;
		}
		.sideNav_m_open:hover:before,
		.sideNav_m_open:focus:before{
			-webkit-animation-name: hvr-ripple-out;
			-moz-animation-name: hvr-ripple-out;
			-o-animation-name: hvr-ripple-out;
			animation-name: hvr-ripple-out;
			opacity: 1;
		}

		.sideNav_m_open.affix {
			top:80px;
		}
		.sideNav {
			position: relative;
			height:69%;
			height:69vh;
			overflow: hidden;
			overflow-y: scroll;
			padding: 45px 20px 35px !important;
			margin-bottom:0;
		}
		.sideNavWrap .sideNav_m_close {
			position: absolute;
			z-index:2;
			top:25px;
			right:20px;
			width:23px;
			height:23px;
			cursor:pointer;
			overflow: hidden;
			text-indent: -99999px;
			background-image: url('img/sideNav_m_close.png');
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: 17px 17px;
		}
		.help_line {
			position: relative;
			padding-left:0;
			padding-right:0;
			border-left:none;
		}
	}
	@media only screen and ( max-width: 767px) {
		.sideNavWrap {
			top: 0;
		}
		.sideNavWrap.active {
			top: 18px;
			margin-top:0;
		}
		.sideNav_m_open {
			top:296px;
			right:20px;
			width:40px;
			height:40px;
			background-size: 133px 40px;
		}
		.sideNav_m_open.affix {
			top:18px;
		}
	}
	@media only screen and ( max-width: 510px) {
		.sideNav_m_open {
			top:266px;
			right:16px;
		}
	}














/* dinvestNav */
	.dinvest_wrap .common_vi_wrap {
		margin-bottom:90px;
	}
	.dinvestNav {
		padding: 15px 20px;
		margin-bottom:20px;
		background-color: #fff;
		border: 1px solid #d4d4d4;
	}
	.dinvestNav ul,
	.dinvestNav ul li {
		padding:0;
		margin:0;
	}
	.dinvestNav ul li {
		position: relative;
		overflow: hidden;
		font-size:15.5px;
		font-weight: 400;
		letter-spacing: -0.7px;
		padding-bottom:4px;
	}
	.dinvestNav ul li.dinvestNav_line {
		padding:0;
		height: 1px;
		margin:18px 0;
		background-color:#ddd;
	}
	.dinvestNav ul > li:last-child {
		padding-bottom:0;
	}
	.dinvestNav ul li li {
		font-size:13.5px;
		font-weight: 400;
		padding-bottom:0;
	}
	.dinvestNav ul > li a {
		padding:4px 0 0 0;
		color:#464646;
		line-height:32px;
	}
	.dinvestNav ul li li a {
		position: relative;
		color: #555;
		padding:3px 3px 3px 15px;
		line-height:22px;
	}
	.dinvestNav ul li li.active a:before {
		position: absolute;
		left:3px;
		top:50%;
		width:6px;
		height:6px;
		content: "";
		margin-top:-2px;
		background-color:#002fa3;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.dinvestNav ul li.active > a,
	.dinvestNav ul li.active li.active a {
		color: #002fa3;
	}
	.dinvestNav ul li a:hover,
	.dinvestNav ul li a:focus {
		background-color: transparent;
	}
	.dinvestNavWrap {
		width:259px;
	}
	.dinvestNavWrap.affix {
		position: fixed;
		top: 90px;
		z-index: 1000;
	}
	.help_wrap .dinvestNavWrap.affix {
		top: 100px;
	}

	.dinvestNavWrap.affix-bottom {
		position: absolute;
	}

	.dinvest_wrap_box {
		position: relative;
	}
	.dinvest_line {
		min-height:1100px;
		padding-left:31px;
		padding-bottom:60px;
	}
	.dinvestNav li.active .dinvestNav-collapse {
		display:block !important;
	}
	.dinvestNav li > a .caret {
		border: 0;
	}
	.dinvestNav li > a .caret:before {
		position: absolute;
		top: 50%;
		right:2px;
		content: "\f107";
		margin-top:-12px;
		color: #bbb;
		font-family: "FontAwesome";
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 200ms all ease-out;
		transition: 200ms all ease-out;
	}
	.dinvestNav li.active > a .caret:before {
		color: #002fa3;
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}

	.dinvest_wrap_contents {
		color:#464646;
		padding:20px 0 10px;
	}
	.dinvest_wrap_contents > h3 {
		color:#464646;
		font-size:20px;
		line-height:24px;
		font-weight: 700;
		margin:0 0 25px 0;
	}
	.dinvest_wrap_contents.active > h3 {
		color:#002fa3;
	}
	.dinvest_wrap_contents > h4 {
		color:#002fa3;
		font-size:17.5px;
		line-height:34px;
		font-weight: 700;
		letter-spacing: -0.7px;
		padding:0 30px 1px;
		margin:0 0 25px 0;
		border:1px solid #002fa3;
	}
	.dinvest_wrap_contents.active > h4 {
		color:#002fa3;
		border-color: #002fa3;
	}
	.dinvest_wrap_contents .dwc-icon {
		color:#464646;
		font-size:15.5px;
		line-height:26.5px;
		letter-spacing: -.03em;
	}
	.dinvest_wrap_contents .dwc-icon li {
		margin:18px 0;
		padding-left:50px;
		background-image: url('img/dwc-icon.png');
		background-position: 22px 5px;
		background-repeat: no-repeat;
		background-size: 18px 18px;
	}
	.dinvest_wrap_contents .dwc-icon li strong {
		color:#464646;
		font-size:16px;
		line-height:28px;
		font-weight: 700;
		letter-spacing: -0.7px;
	}
	.dinvest_wrap_contents .dwc-icon li p {
		color:#464646;
		font-size:16px;
		line-height:28px;
	}
	.dinvest_line .dinvest_wrap_contents:first-child {
		padding-top:0;
	}
	.dinvest_wrap_contents hr.big {
		border-top-color:#eaeaea;
	}
	.dinvest_wrap_contents hr.big:first-child {
		margin-top:0 !important;
	}
	.dinvest_wrap_contents hr.big:last-child {
		margin-bottom:10px !important;
	}
	@media only screen and ( max-width: 1440px) {
		.dinvest_line {
			padding-left:13px;
			padding-bottom:40px;
		}
		.dinvestNavWrap {
			width:236px;
		}
		.dinvestNav {
			padding: 14px 18px;
		}
		.help_wrap .dinvestNavWrap {
			width:250px;
		}
	}
	@media ( max-width: 1050px) {
		.dinvest_line {
			padding-left:0;
			padding-bottom:30px;
		}
		.dinvest_wrap .common_vi_wrap {
			margin-bottom:50px;
		}
		.dinvestNav {
			padding: 15px;
		}

		.dinvestNav ul li {
			font-size:15px;
			padding-bottom:3px;
		}
		.dinvestNav ul li.dinvestNav_line {
			margin:14px 0;
		}
		.dinvestNav ul li li {
			font-size:13px;
		}

		.dinvestNav ul > li a {
			padding:3px 0 0 0;
			line-height:30px;
		}
		.dinvestNav ul li li a {
			padding:2px 3px 2px 15px;
			line-height:20px;
		}
		.dinvestNavWrap {
			width:221px;
		}

		.sded_wrap_frame {
			padding:8px;
		}
	}
	@media only screen and ( max-width: 991px) {
		body .sideOpenMask::before {
			display:none;
		}
		body.sideOpen .sideOpenMask::before {
			display:block;
			z-index: 1100;
			position: fixed;
			content: "";
			overflow: hidden;
			background-color: rgba(0, 0, 0, 0.5);;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}
		body.sideOpen {
			overflow: hidden;
		}
		.dinvestNavWrapXs {
			position: fixed;
			right: -285px;
			top:59px;
			z-index: 10000;
			width:285px;
			height:100%;
			-webkit-overflow-scrolling:touch;
			background-color: #fff;
		}
		body.sideOpen .dinvestNavWrapXs {
			top:0;
		}
		body.sideOpen .dinvestNav {
			height:100%;
			overflow-y: auto;
			overflow-x: hidden;
			padding-top:40px;
		}
		.dinvestNav_m_open {
			position: fixed;
			z-index:1000;
			bottom: 90px;
			right:15px;
			width:60px !important;
			height:60px !important;
			overflow: hidden;
			cursor:pointer;
			margin-top:10px;
			text-indent: -99999px;
			border: 1px solid #a0a0a0;
			background-color:#fff;
			background-image: url('img/btn-help-navi.png');
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: 42px 42px;
			-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.1);
			-moz-box-shadow:0 2px 3px rgba(0,0,0,0.1);
			box-shadow:0 2px 3px rgba(0,0,0,0.1);
			-webkit-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
			-webkit-border-radius:50%;
			-moz-border-radius:50%;
			border-radius:50%;
		}
		.dinvestNav_m_open.affix {
			bottom: 133px;
		}

		/* .cbvSxz {
			bottom: 18px !important;
		} */


		.dinvestNav_m_close {
			position: absolute;
			z-index:2;
			top:13px;
			right:13px;
			width:23px;
			height:23px;
			cursor:pointer;
			overflow: hidden;
			text-indent: -99999px;
			background-image: url('img/btn-help-close.png');
			background-position: 50% 50%;
			background-repeat: no-repeat;
			background-size: 40px 40px;
		}
		.dinvest_line {
			position: relative;
		}

		.dinvest_wrap_contents > h3 {
			font-size:19px;
			line-height:23px;
			margin:0 0 20px 0;
		}
		.dinvest_wrap_contents > h4 {
			font-size:16.5px;
			line-height:32px;
			padding:0 18px 1px;
			margin:0 0 20px 0;
		}
		.dinvest_wrap_contents .dwc-icon {
			font-size:14.5px;
			line-height:25px;
		}
		.dinvest_wrap_contents .dwc-icon li {
			margin:12px 0;
			padding-left:38px;
			background-position: 10px 6px;
			background-size: 16px 16px;
		}
		.dinvest_line .dinvest_wrap_contents:first-child {
			padding-top:0;
		}
	}
	@media only screen and ( max-width: 767px) {
		.dinvestNavWrapXs {
			top:0;
		}
	}














/* mcrowdy_banner */
	.dreamm_maker .mod-singular-section-in {
		background-color:#fff;
	}
	.dreamm_maker .container {
		height:420px;
	}
	.dreamm_maker .dreamm_maker_title {
		color:#464646;
		font-size:30px;
		line-height:42px;
		font-weight: 400;
		letter-spacing: -.05em;
		margin-top:65px;
	}
	.dreamm_maker .dreamm_maker_title p {
		color:#464646;
		font-size:18px;
		font-weight: 400;
		line-height:29px;
		letter-spacing: -0.7px;
		margin-top:15px;
		margin-bottom:45px;
	}
	.dreamm_maker .bbs-caption {
		margin: 0;
	}
	.dreamm_maker .bbs-img img {
		border:1px solid #ddd;
	}
	.dreamm_maker .bbs-caption:hover img,
	.dreamm_maker .bbs-caption:focus img,
	.dreamm_maker .bbs-caption:active img {
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}
	.dreamm_maker .bbs-img,
	.dreamm_maker .bbs-caption {
		margin-bottom:10px;
	}

/* mcrowdy_banner */
	.mcrowdy_banner {
		height:420px;
		text-indent: -9999px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 1920px 420px;
		background-image: url("img/mcrowdy_banner.jpg");
	}

/* mod-singular */
	.mod-singular {
		position: relative;
		top:0;
	}
	.mod-singular-section {
		min-width:380px;
		min-height:917px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mod-singular-section:first-child {
		background-color: #002fa3;
	}
	.mod-singular-section:nth-child(2),
	.mod-singular-section:nth-child(4),
	.mod-singular-section:nth-child(5),
	.mod-singular-section:nth-child(6) {
		background-color: #fff;
	}
	.mod-singular-section:nth-child(3) {
		background-color: #f6f1f1;
		background-repeat: repeat-x;
		background-position: 50% 50%;
		background-size: 1920px 998px;
		background-image: url("img/sec03_bg.jpg");
	}
	.mod-singular-section:nth-child(7) {
		background-color: #f3f3f3;
	}
	/* .mod-singular-section:last-child {
		background-color: #343434;
	} */
	.mod-singular-section-in {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		min-height:100vh;
		text-align: center;
		background-repeat: no-repeat;
		background-position: 210px 45.5%;
		background-size: 15px 214px;
	}
		.mod-singular-section:first-child .mod-singular-section-in {
			background-image: url("img/mod-nav-text1.png");
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in {
			background-image: url("img/mod-nav-text2.png");
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in {
			background-image: url("img/mod-nav-text3.png");
		}
		.mod-singular-section:nth-child(4) .mod-singular-section-in {
			background-image: url("img/mod-nav-text4.png");
		}
		.mod-singular-section:nth-child(5) .mod-singular-section-in {
			background-image: url("img/mod-nav-text5.png");
		}
		.mod-singular-section:nth-child(6) .mod-singular-section-in {
			background-image: url("img/mod-nav-text6.png");
		}
		.mod-singular-section:nth-child(7) .mod-singular-section-in {
			background-image: url("img/mod-nav-text7.png");
		}
		a.mod-singular-pager {
			display:block;
			margin:105px auto 0;
			width:31px;
			height:60px;
			overflow: hidden;
			text-indent: 99999px;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-size: 31px 60px;
			background-image: url("img/icon-mouse.png");
			-webkit-animation: bounce 3000ms infinite;
			animation: bounce 3000ms infinite;
		}

		@-webkit-keyframes bounce {
			0%, 20%, 50%, 80%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
			}
			40% {
				-webkit-transform: translateY(-30px);
				transform: translateY(-30px);
			}
			60% {
				-webkit-transform: translateY(-15px);
				transform: translateY(-15px);
			}
		}
		@keyframes bounce {
			0%, 20%, 50%, 80%, 100% {
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
			}
			40% {
				-webkit-transform: translateY(-30px);
				-ms-transform: translateY(-30px);
				transform: translateY(-30px);
			}
			60% {
				-webkit-transform: translateY(-15px);
				-ms-transform: translateY(-15px);
				transform: translateY(-15px);
			}
		}
		.bounce {
			-webkit-animation-name: bounce;
			animation-name: bounce;
		}

	/* mod-table */
		.mod-table {
			position: relative;
			top:-30px;
			display:table;
			width:100%;
			height:100%;
			min-height:100vh;
		}
		.mod-table-td {
			display:table-cell;
			width:100%;
			height:100%;
			min-height:100vh;
			text-align:center;
			vertical-align:middle;
		}
		.mod-table-td-top {
			vertical-align:top;
		}

		/* sec01 */
		.mod-nav-text1 {
			width:375px;
			height:195px;
			margin:0 auto 60px;
			background-repeat: no-repeat;
			background-position: 50% 50%;
			background-size: 375px 195px;
			background-image: url("img/mod-singular-section-text1.png");
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text {
			color:#fff;
			font-size:20px;
			line-height:32px;
			letter-spacing: -0.7px;
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text strong {
			position: relative;
			top:1px;
			font-size:22px;
		}
		/* sec02 */
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text {
			color:#002fa3;
			font-size:32px;
			line-height:28px;
			letter-spacing: -0.7px;
			margin-top:20px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_left,
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_right {
			padding:16px 30px 25px 16px;
			display:inline-block;
			background-repeat: no-repeat;
			background-position: 0 0;
			background-size: 90px 64px;
			background-image: url("img/sec02_img_a.png");
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_right {
			background-position: 100% 100%;
			background-image: url("img/sec02_img_b.png");
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text strong {
			position: relative;
			top:1px;
			font-size:40px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text p {
			margin:0;
			color:#464646;
			font-size:18px;
			line-height:26px;
			margin-top:0;
			margin-bottom:50px;
		}
		/* sec03 */
		.mod-singular-section:nth-child(3) .mod-singular-section-in .mod-text {
			color:#464646;
			font-size:36px;
			line-height:50px;
			text-align:left;
			font-weight: 400;
			letter-spacing: -0.7px;
			margin-bottom:130px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			position: relative;
			top:-5px;
			color:#464646;
			font-size:16.8px;
			line-height:28px;
			text-align:left;
			font-weight: 400;
			letter-spacing: -.04em;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in .col-sm-4:last-child p {
			top:-6px;
			letter-spacing: .033em;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p span {
			color:#ff0071;
		}
		/* 4~6 */
		.sectext_loop {
			color:#464646;
			font-size:16px;
			line-height:28px;
			letter-spacing: -.04em;
		}
		.sectext_loop_img {
			position: relative;
			z-index:1;
			margin-top:-70px;
			margin-left:-165px;
		}
		.sectext_loop_left .sectext_loop_img {
			margin-left:0;
			margin-right:-155px;
		}
		.sectext_loop p.first-child {
			margin:0;
			margin-top:90px;
			margin-bottom:40px;
		}
		.ceo_title_text {
			color:#464646;
			font-size:23px;
			line-height:32px;
			text-align:left;
			letter-spacing: -.05em;
		}
		.mod-singular-section .over-box {
			display:block;
			position: relative;
		}
		.mod-singular-section .ceo_name {
			color:#959595;
			font-size:17px;
			line-height:32px;
			font-weight: 700;
			letter-spacing: -0.7px;
		}
		.mod-singular-section .active .ceo_name {
			color:#1b64ac;
		}
		.ceo_tab_contents {
			color:#464646;
			font-size:16px;
			text-align:left;
			line-height:26px;
			letter-spacing: -.02em;
			padding-top:0;
		}
		.ceo_tab_contents .tab_ceo_name {
			color:#464646;
			font-size:26.8px;
			margin-bottom:15px;
		}
		.ceo_tab_contents .tab_ceo_summury {
			color:#464646;
			font-size:17.8px;
			margin-bottom:30px;
		}
		.ceo_tab_contents p {
			margin:0 0 25px 0;
		}
		.ceo_tab_contents ul li {
			font-size:14px;
		}
		.ceo-wrap {
			padding-top:4%;
		}
		.ceo-box .over-line {
			position: relative;
		}
		.ceo-box .hover-border {
			z-index: 3;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.ceo-box .hover-border div {
			z-index: 3;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		.ceo-box .hover-border span {
			z-index: 3;
			position: absolute;
			right:15px;
			top: 8px;
			display:block;
			width: 100px;
			height: 30px;
			line-height: 30px;
			color:#fff;
			font-size:14px;
			font-weight: 400;
			text-align:center;
			text-shadow: 0 0 4px rgba(0, 0, 0, .2);
			-webkit-transition: all 200ms linear 0s;
			transition: all 200ms linear 0s;
			opacity: 1;
		}
		.over-line div::before {
			z-index: 2;
			position: absolute;
			content: "";
			width: 92%;
			height: 92%;
			left: 4%;
			top: 4%;
			opacity: 0;
			border:1px solid #fff;
		}
		.active .ceo-box .over-line {
			-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
			box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		}
		.active .over-line div::before {
			opacity: 1;
		}
		.active .ceo-box .hover-border span {
			opacity: 0;
			margin-top:-10px;
		}

	/* mod-nav */
		.mod-nav-line {
			position: fixed;
			z-index:1;
			left: 141px;
			top: 0;
			width:60px;
			height:100vh;
			min-height:100vh;
			border-left:1px solid #3987ca;
		}
		.mod-nav {
			margin-top: -60px;
			position: fixed;
			z-index:2;
			left: 120px;
			top: 50%;
		}
		.mod-nav-list {
			margin:0;
		}
		.mod-nav-item {
			height: 36px;
			text-align:center;
		}
		.mod-nav-item a {
			display: block;
			width: 12px;
			height: 12px;
			margin:0 auto;
			overflow: hidden;
			text-indent: 100%;
			white-space: nowrap;
			background-color: #3987ca;
			border:1px solid #3987ca;
			-webkit-border-radius: 50%;
			border-radius: 50%;
		}
		.mod-nav-item.js-singular-active a {
			margin-top:-7px;
			width: 20px;
			height: 20px;
			background-color: #fff;
			border:1px solid #3987ca;
		}







/* complete_pay */
	.complete_pay-open{overflow:hidden}
	.complete_pay {
		display:none;
		z-index: 2000;
		position:fixed;
		top:0;
		right:0;
		bottom:0;
		left:0;
		overflow:hidden;
		-webkit-overflow-scrolling:touch;
		outline:0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .4);
	}
	.complete_pay div {
		z-index: 2001;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-image: url("img/complete_pay.png");
		background-repeat: no-repeat;
		background-position: 50% 41.5%;
		background-size: 337px 337px;
	}
	.complete_pay span {
		z-index: 2002;
		position: absolute;
		left: 50%;
		top: 65.5%;
		display:block;
		width:460px;
		color:#fff;
		font-size:48px;
		font-weight: 400;
		text-align:center;
		letter-spacing: -0.7px;
		margin-left:-230px;
	}
	@media only screen and ( max-width: 1050px) {
		.complete_pay div {
			background-position: 50% 44%;
			background-size: 240px 240px;
		}
		.complete_pay span {
			top: 59%;
			width:380px;
			font-size:39px;
			margin-left:-190px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.complete_pay div {
			background-position: 50% 46%;
			background-size: 150px 150px;
		}
		.complete_pay span {
			top: 59%;
			width:260px;
			font-size:24px;
			margin-left:-130px;
		}
	}
	@media only screen and ( max-width: 420px) {
		.complete_pay div {
			background-position: 50% 45%;
			background-size: 140px 140px;
		}
		.complete_pay span {
			top: 59%;
			width:230px;
			font-size:22px;
			margin-left:-115px;
		}
	}
	@media only screen and ( max-width: 350px) {
		.complete_pay div {
			background-size: 115px 115px;
		}
		.complete_pay span {
			width:200px;
			font-size:19px;
			margin-left:-100px;
		}
	}


/* Navbar */
	.navbar-venture {
		color: #000;
		/* testsodam*/
		height: 60px;

		text-transform: uppercase;
		background-color: rgba(255, 255, 255, 1);
		border: none;
		margin: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border-bottom: 1px solid #ddd;
		-webkit-transition: all 300ms linear 0s;
		transition: all 300ms linear 0s;
	}
	body.main .navbar-venture {
		color: #fff;
		background-color: rgba(0, 0, 0, .5);
		border-bottom: none;
	}
	.navbar-venture.navbar-fixed-up {
		top:-70px;
	}

	.navbar-venture .container {
		width: 100% !important;
		max-width: 1920px !important;
	    height: 60px;
	}

	.navbar-venture .container.reward-funding-title {
		padding: 0px;
		text-align: center;
	}

	.navbar-venture .container.reward-funding-title .ivs-pro-word{
		font-size: 16px;
	}

	.navbar-venture:hover,
	.navbar-venture:focus,
	.navbar-venture:active,
	.navbar-venture.affix {
		background-color: rgba(255, 255, 255, 1);
	}
	body.main .navbar-venture.affix {
		background-color: rgba(255, 255, 255, 1);
		border-bottom: 1px solid #ddd;
	}

	.navbar-venture .navbar-brand {
		margin: 18px 0 0 0;
		padding: 0;
		width: 96px;
		height: 24px;
		margin-right: 15px;
		margin-left: 0px !important;
	}

	.navbar-venture .navbar-brand div {
		width: 94px;
		height: 27px;
		text-indent: -9999px;
		background-image: url(img/logo_blue.svg);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 94px 15px;
	}
	body.main .navbar-venture .navbar-brand div {
		background-position: 50% 100%;
	}
	body.main .navbar-venture.affix .navbar-brand div {
		background-position: 50% 5px;
	}



	.navbar-venture .navbar-nav {
		margin: 7px 0;
		margin-right:-20px;
	    font-weight: 700;
	}

	.navbar-venture .navbar-right {
	 	font-weight: 400;
	}

	.mobile-navbar .mobile-nav .dropdown-menu li,
	.navbar-venture .navbar-nav li {
		padding: 0;
		margin: 0 0px;
		max-width: 100% !important;
		display: block !important;
	}

	.navbar-venture .navbar-nav a.dropdown-toggle {
		color: #222;
		font-size: 15px;
		line-height: 48px;
		letter-spacing: -0.3px;
		padding: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-left: 12px;
		margin-right: 12px;
		background-color: transparent;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	body.main .navbar-venture .navbar-nav a.dropdown-toggle {
		color: #fff;
	}
	.navbar-venture .navbar-nav a.dropdown-toggle:hover,
	.navbar-venture .navbar-nav a.dropdown-toggle:focus,
	.navbar-venture .navbar-nav a.dropdown-toggle:active,
	.navbar-venture .navbar-nav .active a.dropdown-toggle {
		color:#002fa3;
	}
	body.main .navbar-venture .navbar-nav a.dropdown-toggle:hover,
	body.main .navbar-venture .navbar-nav a.dropdown-toggle:focus,
	body.main .navbar-venture .navbar-nav a.dropdown-toggle:active,
	body.main .navbar-venture .navbar-nav .active a.dropdown-toggle {
		background-color: transparent;
	}

	body.main .navbar-venture:hover .navbar-nav a.dropdown-toggle,
	body.main .navbar-venture:focus .navbar-nav a.dropdown-toggle,
	body.main .navbar-venture:active .navbar-nav a.dropdown-toggle,
	body.main .navbar-venture.affix .navbar-nav a.dropdown-toggle,
	body.main .navbar-venture.affix .navbar-nav .active a.dropdown-toggle {
		color:#defeff;
		text-shadow: 0 0 3px rgba(0, 0, 0, .1);
	}

	body.main .navbar-venture.affix .navbar-nav a.dropdown-toggle,
	body.main .navbar-venture.affix .navbar-nav .active a.dropdown-toggle {
		color:#464646;
		text-shadow: none;
	}

	.mobile-navbar .mobile-nav .dropdown a.mobile-anav .caret,
	.navbar-venture .navbar-nav .dropdown a.dropdown-toggle .caret {
		position: relative;
		border: 0;
		margin-left: 0px;
	}

	.mobile-navbar .mobile-nav .dropdown a.mobile-anav .caret:before,
	.navbar-venture .navbar-nav .dropdown a.dropdown-toggle .caret:before {
		position: absolute;
		top: -25px;
		content: "\f107";
		font-family: "FontAwesome";
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 200ms all ease-out;
		transition: 200ms all ease-out;
	}

	.dropdown.open a.mobile-anav .caret:before,
	.dropdown.open a.dropdown-toggle .caret:before {
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}

	.navbar-venture .navbar-nav .dropdown a.dropdown-toggle {
		padding-right: 15px;
	}

	.navbar-venture .navbar-nav .dropdown.open a.dropdown-toggle {
		color:#002fa3;
	}
	body.main .navbar-venture .navbar-nav .dropdown.open a.dropdown-toggle {
		border-bottom-color: #fff;
	}

	.navbar-venture .navbar-nav a.dropdown-pro {
	  padding-top: 0;
	  padding-bottom: 0;
	  padding-left: 27px;
	  padding-right: 27px;
	  margin-top: 9px;
	  border: 1px solid #002fa3;
	  color: #002fa3;
	  border-color: #002fa3;
	  background-color: #ffffff;
	    font-weight: 700;
	  font-size: 14px;
	  font-weight: bold;
	  line-height: 28px;
	  letter-spacing: -0.3px;
	  border-radius: 4px;
	}

	.navbar-venture .navbar-nav a.dropdown-pro:hover {
	  /*background-color: #ffffff;*/
	  font-weight: 700;
	}

	body.main .navbar-venture .navbar-nav a.dropdown-pro {
		color: #002fa3;
		background-color: #ffffff;
	}

	body.main .navbar-venture.affix .navbar-nav a.dropdown-pro {
		border-radius: 4px;
		color: #002fa3;
		border-color: #002fa3;
		background-color: #ffffff;
	    font-weight: 700;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: -0.3px;
	}

	.navbar-venture .navbar-nav .dropdown-menu {
		width: 200px;
		margin-top: 23px;
		left: -36px;
		border: none;
		padding: 5px 0;
		line-height: 31px;
		background-color: rgba(255, 255, 255, 1);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	}

	body.main .navbar-venture .navbar-nav .dropdown-menu {
		background-color: rgba(255, 255, 255, .9);
		-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
		box-shadow: 0 4px 7px rgba(0, 0, 0, 0.5);
	}

	.mobile-navbar .mobile-nav .dropdown-menu li a,
	.navbar-venture .navbar-nav .dropdown-menu li a {
		display: block;
		color: #9f9f9f;
		font-weight: 400;
	}

	.mobile-navbar .mobile-nav .dropdown-menu li a:hover,
	.mobile-navbar .mobile-nav .dropdown-menu li a:focus,
	.mobile-navbar .mobile-nav .dropdown-menu .active a:hover,
	.navbar-venture .navbar-nav .dropdown-menu li a:hover,
	.navbar-venture .navbar-nav .dropdown-menu li a:focus,
	.navbar-venture .navbar-nav .dropdown-menu .active a:hover {
		color: #002fa3;
		text-decoration: none;
	}

	.navbar-venture .navbar-nav a.btn:focus,
	.navbar-venture .navbar-nav a.btn:hover {
		border: 1px solid rgba(255, 255, 255, .6);
	}

	.navbar-venture .navbar-collapse {
		border: none;
		border-top: 0;
	}


/* search */
	.navbar-right .nav-search-form form {
		position: relative;
	    margin-right: 12px;
	}

	.navbar-right .nav-search-form form .form-control {
		width: 53px;
		height: 41px;
		padding: 0 48px 0 15px;
		color: #464646;
		font-size: 16px;
		line-height: 41px;
		font-weight: normal;
		border: 1px solid transparent;
		box-shadow: none;
		-webkit-box-shadow: none;
		background: transparent;
		-webkit-transition: all 300ms linear 0s;
		transition: all 300ms linear 0s;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.main .navbar-right .nav-search-form form .form-control {
		color: #fff;
	}
	.main .navbar-venture.affix .navbar-right .nav-search-form form .form-control {
		color: #464646;
	}

	.navbar-right .nav-search-form form .form-control::-moz-placeholder {
		color: transparent;
		opacity: 1;
		transition: all 300ms linear 0s;
	}

	.navbar-right .nav-search-form form .form-control:-ms-input-placeholder {
		color: transparent;
		transition: all 300ms linear 0s;
	}

	.navbar-right .nav-search-form form .form-control::-webkit-input-placeholder {
		color: transparent;
		-webkit-transition: all 300ms linear 0s;
		transition: all 300ms linear 0s;
	}

	.navbar-right .nav-search-form form .form-control:focus {
		background-color: rgba(200, 200, 200, .1) !important;
		border: 1px solid rgba(200, 200, 200, .6) !important;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 300px;
	}

	.navbar-right .nav-search-form form .form-control:focus::-moz-placeholder {
		opacity: 1;
	}

	.navbar-right .nav-search-form form .input-group-addon {
		position: absolute;
		right: 0;
		padding: 0;
		width: 22px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		text-indent: -99999px;
		border: none;
		cursor: pointer;
		box-shadow: none;
		-webkit-box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-color: transparent;
		background-image: url("img/icon_whitemode_search.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 22px 22px;
		margin-top: 12px;
	}

	body.main .navbar-right .nav-search-form form .input-group-addon {
		background-image: url("img/dropdown-search.png");
	}

	body.main .navbar-venture.affix .navbar-right .nav-search-form form .input-group-addon {
		background-image: url("img/icon_whitemode_search.svg");
		margin-right: 20px;
	}

/* gnb_card */
	.gnb_card_wrap {
		display:none;
		visibility: hidden;
		z-index: 1090;
		position: fixed;
		left: 0;
		right:0;
		top: 0;
		bottom:0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, .4);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.gnb_card_open .gnb_card_wrap {
		display:block;
		visibility: visible;
	}
	.gnb_card_open {
		overflow: hidden;
	}
	.gnb_card {
		display:none;
		visibility: hidden;
		z-index: 1100;
		position: fixed;
		right:0;
		top: 0;
		bottom:0;
		width:350px;
		height: 100%;
		min-height: 100%;
		overflow: hidden;
	}
	.gnb_card_open .gnb_card {
		display:block;
		visibility: visible;
		-webkit-animation: gnb-card-slide 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	    animation: gnb-card-slide 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
		top: env(safe-area-inset-top, 100px);
		top: constant(safe-area-inset-top, 100px);
	}

	.gnb_card_open .gnb_card_background::before {
		display: block;
		z-index: 1100;
		position: fixed;
		content: "";
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	@-webkit-keyframes gnb-card-slide {
  	0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  	}
  	100% {
   	 -webkit-transform: translateX(0);
            transform: translateX(0);
  	}
	}
	@keyframes gnb-card-slide {
  	0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  	}
  	100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  	}
	}

	.gnb_card_frame {
		float:right;
		width:350px;
		height: 100%;
		min-height: 100%;
		background-color: #fff;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
		box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	}
	.gnb_card_header_table_cell,
	.gnb_card_header {
		height: 190px;
	}
	.gnb_card_header {
		position: relative;
		background-color: #002fa3;
	}
	.gnb_card_header_table {
		width:100%;
		display:table;
	}
	.gnb_card_header_table_cell {
		display:table-cell;
		color:#fff;
		line-height:25px;
		text-align:center;
		vertical-align:middle;
		-webkit-animation: gnb-card-slide 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	    animation: gnb-card-slide 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
	.gnb_card_header .gnb_card_close {
		position: absolute;
		top:15px;
		right:15px;
		width:23px;
		height:23px;
		overflow: hidden;
		text-indent: 99999px;
		background-image: url('img/gnb_card_close.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 17px 17px;
	}
	.gnb_card_header .user_photo {
		width:72px;
		height:72px;
		margin:1px auto 10px;
		overflow: hidden;
		border: 3px solid #fff;
		background-image: url('img/user_photo.png');
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 70px 70px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.gnb_card_header .user_photo img {
		width:72px;
		height:72px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.gnb_card_header .user_name {
		font-size:18px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.gnb_card_header .user_email {
		font-size:14px;
	}
	.gnb_card_body {
		padding:8px 20px;
		-webkit-animation: gnb-card-slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	    animation: gnb-card-slide 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	}
	.gnb_card_body ul,
	.gnb_card_body ul li {
		padding:0;
	}
	.gnb_card_body ul li {
		border-bottom: 1px solid #ddd;
	}
	.gnb_card_body ul li:last-child {
		border-bottom: none;
	}
	.gnb_card_body ul li a {
		display:block;
		color:#464646;
		font-size:16px;
		line-height:53px;
		padding:0 2px;
		letter-spacing: -0.7px;
	}
	.gnb_card_body ul li:hover a {
		color:#464646;
	}
	.gnb_card_body ul li a span {
		float:right;
		position: relative;
		top:-1px;
		color:#929292;
		font-size:14px;
	}
	.gnb_card_body ul li a span em {
		color:#ff0071;
		font-style:normal;
		margin:0 10px;
	}
	@media only screen and ( max-width: 991px) {
		.gnb_card_frame {
			width:320px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.gnb_card_frame {
			width:70%;
		}
		.gnb_card_header_table_cell,
		.gnb_card_header {
			height: 175px;
		}
		.gnb_card_header .user_photo {
			width:68px;
			height:68px;
			margin:1px auto 8px;
			border-width: 2px;
			background-size: 66px 66px;
		}
		.gnb_card_header .user_photo img {
			width:68px;
			height:68px;
		}
		.gnb_card_header .user_name {
			font-size:17px;
		}
		.gnb_card_header .user_email {
			font-size:13px;
		}
		.gnb_card_body {
			padding:6px 15px;
		}
		.gnb_card_body ul li a {
			font-size:15px;
			line-height:49px;
		}
		.gnb_card_body ul li a span {
			font-size:13px;
		}
		.gnb_card_body ul li a span em {
			margin:0 8px;
		}
	}


/* carousel */
	.main_slider_wrap {
		background-color: #f8f8f8;
	}

	.main_slider_wrap .carousel-indicators {
		left: 0%;
	    right: 0%;
	    overflow: hidden;
	    letter-spacing: -1.3px;
	    text-transform: uppercase;
	    text-align: left;
	    bottom: auto;
	    text-shadow: none;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto;
	    width: 1080px;
	    padding-top: 350px;
	}

	.main_slider_wrap .carousel-indicators li.active,
	.main_slider_wrap .carousel-indicators li {
		width:70px;
		height:70px;
		margin:0 8px;
		text-indent:0;
		border:none;
		border-radius:0;
		background-color:transparent;
	}

	.main_slider_wrap .carousel-indicators li img {
		width: 70px;
		height: 70px;
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	}

	.main_slider_wrap .carousel-indicators li.active img {
		-webkit-transform:scale(1.13);
		-moz-transform:scale(1.13);
		-o-transform:scale(1.13);
		transform:scale(1.13);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}

	.main_slider_wrap .carousel-inner .item img {
		min-width:565px;
		margin: 0 auto;
	}

	.main_slider_wrap .carousel-inner .item {
		height:420px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 1920px 420px;
	}

	.main_slider_wrap .carousel-control {
		width: 10%;
		text-align: center;
		text-shadow: none;
		background-color: transparent;
		filter: alpha(opacity=100);
		opacity: 1;
	}

	@media only screen and ( max-width: 767px) {
		.main_slider_wrap .carousel-control.left,
		.main_slider_wrap .carousel-control.right {
			display:block;
			filter: alpha(opacity=0);
			opacity: 0;
		}
	}

	.carousel-caption {
		left: 0%;
		right: 0%;
		overflow: hidden;
		letter-spacing: -1.3px;
		text-transform: uppercase;
		text-align: left;
		bottom: auto;
		text-shadow: none;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		width: 1080px;
		padding-top: 124px;
	}
	.carousel-caption h2,
	.carousel-caption p {
		padding: 0;
		margin: 0;
		color: #fff;
	}
	.carousel-caption h2 {
		font-size: 40px;
		line-height: 52px;
		margin-bottom: 20px;
		margin-top: 12px;
		font-weight: 500;
	}
	.carousel-caption p {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: -0.5px;
		font-weight: 500;
	}
	.carousel-caption p.type-text {
		font-size: 16px;
		line-height: 20px;
	    font-weight: 500;
	}

/* Layout Common */
	/* body {
		height: 100%;
		min-height: 100%;
		overflow-x: hidden;
	}
	html {
		position: relative;
		height: 100%;
		min-height: 100%;
	}*/


/* 하단 영역 */
	.footer_wrap {
		padding: 0;
		border-top: 1px solid #002fa3;
	}
	.footer_logo {
		width: 133px;
		height: 30px;
		text-indent: -9999px;
		background-image: url("img/logo_blue.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 133px 30px;
	}
	.footer_wrap_top {
		padding: 44px 0 20px;
	}
	.footer_wrap_bottom {
		border-top: 1px solid #eaebed;
		font-size: 95%;
		padding: 8px 0;
	}
	.footer_wrap_bottom address {
		margin: 0;
	}
	.footer_wrap_bottom .address,
	.footer_wrap_bottom .address:hover {
		color: #fff;
	}

	.footer_tel_wrap {
		position: relative;
		margin:4px 0 0;
		padding:0;
		color:#929292;
	}
	.footer_tel_wrap li {
		margin:0;
		padding:0;
	}
	.footer_tel_wrap a {
		position: relative;
		color:#929292;
		margin-left:10px;
		padding-left:10px;
	}
	.footer_tel_wrap a:before {
		position: absolute;
		left: -2px;
		top: 1px;
		color: #ccc;
		font-size: 75%;
		content: "|";
	}
	.footer-float{
		float:right;
	}
	.footer-layout{
		margin-left: 0px !important;
	    margin-right: 0px !important;
	}
	@media only screen and ( min-width: 992px) {
		.footer_tel_wrap {
			top:-10px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.footer_tel_wrap {
			margin:0;
			font-size:110%;
		}
		.footer_tel_wrap li {
			display:inline-block;
			margin-right:15px;
		}
		.footer-layout{
			margin-left: -32px !important;
		    margin-right: -18px !important;
		    padding-left: 18px;
		    border-bottom: 1px solid #cccccc;
		    padding-bottom: 10px;
		}
	}


	.company_info span {
		display: inline-block;
		position: relative;
		padding: 0 10px;
	}
	.company_info span:before {
		position: absolute;
		right: -3px;
		top: 1px;
		color: #fff;
		font-size: 80%;
		content: "|";
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.company_info span:first-child {
		padding-left: 0;
	}
	.company_info span.last-child {
		padding-right: 0;
	}
	.company_info span.last-child:before {
		content: none;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.foot_link_group {
		margin-bottom: 20px;
	}
	.foot_link_group_title {
		color:#464646;
		font-size: 110%;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.foot_link_list a {
		color: #555;
		font-size: 100%;
		line-height: 25px;
	}
	.foot_link_list_big a {
		font-size: 110%;
	}
	.foot_link_list ul {
		margin: 0;
		padding: 0;
	}
	.foot_link_list ul li {
		margin: 2px 0;
	}
	.foot_link_list_big ul li {
		margin: 4px 0;
	}
	.mcd_sns {
		margin-top: 24px;
		margin-bottom: 10px;
	}
	.mcd_sns a,
	.foot_contact a {
		position: relative;
		width: 37px;
		height: 35px;
		line-height: 37px;
		margin-right: 5px;
		display: inline-block;
		text-align: center;
		overflow: hidden;
		background-color: #c8c8c8;
		background-image: url("img/footer_icon01.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 33px 31px;
	}
	.mcd_sns a span,
	.foot_contact a span {
		display: none;
	}
	.mcd_sns a.nth-child1,
	.foot_contact a.nth-child1 {
		background-image: url("img/footer_icon01.png");
	}
	.mcd_sns a.nth-child2,
	.foot_contact a.nth-child2 {
		background-image: url("img/footer_icon02.png");
	}
	.mcd_sns a.nth-child3,
	.foot_contact a.nth-child3 {
		background-image: url("img/footer_icon03.png");
	}
	.mcd_sns a.nth-child4,
	.foot_contact a.nth-child4 {
		background-image: url("img/footer_icon04.png");
	}
	.mcd_sns a.nth-child5,
	.foot_contact a.nth-child5 {
		background-image: url("img/footer_icon05.png");
	}
	.mcd_sns a.nth-child6,
	.foot_contact a.nth-child6 {
		background-image: url("img/footer_icon06.png");
	}
	.mcd_sns a.nth-child7,
	.foot_contact a.nth-child7 {
		background-image: url("img/footer_icon07.png");
	}
	.mcd_sns a.nth-child8,
	.foot_contact a.nth-child8 {
		background-image: url("img/footer_icon08.png");
	}
	.mcd_sns a.nth-child9,
	.foot_contact a.nth-child9 {
		background-image: url("img/footer_icon09.png");
	}
	.icon_sns a,
	.icon_sns {
		width: 38px;
		height: 38px;
		display: block;
		text-align: center;
		overflow: hidden;
		background-color: #c8c8c8;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 33px 31px;
	}
	.icon_sns_fund a,
	.icon_sns_fund {
		width: 38px;
		height: 38px;
		display: block;
		text-align: center;
		overflow: hidden;
		background-color: #FFFFFF;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 37px 40px;
	}
	.modal .icon_sns {
		width:100%;
		overflow:visible;
		background-color: #fff;
	}
	.icon_sns a {
		width: 40px;
		height: 40px;
		margin:0 2px;
		display: inline-block;
		text-indent: -9999px;
		background-size: 30px 28px;
	}
	a.icon_facebook_fund,
	.icon_facebook_fund {
		background-image: url("img/footer_icon10.png");
	}
	a.icon_facebook,
	.icon_facebook {
		background-image: url("img/footer_icon03.png");
	}
	a.icon_website,
	.icon_website {
		background-image: url("img/footer_icon06.png");
	}
	a.icon_instagram,
	.icon_instagram {
		background-image: url("img/footer_icon04.png");
	}
	a.icon_blog,
	.icon_blog {
		background-image: url("img/footer_icon05.png");
	}
	a.icon_twitter,
	.icon_twitter {
		background-image: url("img/footer_icon07.png");
	}
	a.icon_email,
	.icon_email {
		background-image: url("img/footer_icon02.png");
	}

	a.icon_facebook_reward {
		background-size: 40px 42px !important;
    	height: 42px !important;
	}
	.sns-group dl {
		clear: both;
	}
	.sns-group dd,
	.sns-group dt {
		width:12%;
		float:left;
		margin-bottom:5px;
	}
	.sns-group dd {
		width:88%;
	}
	.sns-group dt .icon_sns {
		position: relative;
		top:5px;
	}


/* 커뮤니티 파트너 */
	.partner-tab-content {
		margin-top: 40px;
	}
	.thumbnail {
		border: 1px solid #d4d4d4;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		border-radius:4px;
		overflow:hidden;
	}
	.thumbnail:hover,
	.thumbnail:focus,
	.thumbnail:active {
		border: 1px solid #d4d4d4;
		text-decoration: none;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.thumbnail .caption-partner {
		position: relative;
		padding: 7px 7px;
		font-size: 15px;
		text-align: center;
		height:50px;
		min-height:60px;
	}
	.thumbnail .caption-partner .caption-line {
		padding: 0;
		display:-webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    height:42px;
	}
	.thumbnail .caption-partner .caption-line-news {
		text-align:left;
	}
	.thumbnail .caption-partner .caption-line-news span {
		display:block;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.thumbnail .caption-partner .caption-line-news span.caption-subject {
		line-height:22px;
		font-weight: 700;
		white-space: normal;
		max-height:100px;
		margin-bottom:10px;
		word-break: break-all;

	}
	.thumbnail .caption-line-news .caption-date {
		position:absolute;
		bottom:15px;
		color: #9a9a9a;
		font-size: 14px;
		font-weight: 400;
	}
	.thumbnail .caption-line-news .caption-summury {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.thumbnail .caption-partner,
	.thumbnail .caption-subject {
		font-weight: 700;
	}
	.thumbnail:hover .caption-partner .caption-line,
	.thumbnail:focus .caption-partner .caption-line,
	.thumbnail:active .caption-partner .caption-line,
	.thumbnail:hover .caption-subject,
	.thumbnail:focus .caption-subject,
	.thumbnail:active .caption-subject {
		color:#002fa3 !important;
	}


/* rFundingSupport */
	.common_sub_vi {
		padding:50px 0 60px;
	}
	.common_sub_vi .common_vi_title {
		color:#464646;
		font-size:26px;
		font-weight: 400;
		line-height:38px;
		letter-spacing: -0.7px;
	}
	.common_sub_layout .col-line-lm {
		margin-left:-5px;
	}
	.common_sub_layout .col-line {
		min-height:750px;
		padding-top:30px;
		padding-bottom:100px;
		/*  /// 스타트업기업정보등록 디자인 왼쪽 선 제거
			border-left: 1px solid #eaebed;
		*/
	}
	.common_sub_layout .list-icon {
		color:#464646;
		font-size:16px;
		line-height:26px;
		letter-spacing: -0.7px;
	}
	.common_sub_layout .list-icon ul {
		padding:0;
		margin:0;
	}
	.common_sub_layout .list-icon ul li {
		position:relative;
		font-size:90%;
		line-height:24px;
		padding-left:12px;
	}
	.common_sub_layout .list-icon ul li:after {
		color:#002fa3;
		font-size:40px;
		font-family:"FontAwesome";
		content:"·";
		position:absolute;
		top:50%;
		left:-2px;
		margin-top:-9px;
	}
	.common_sub_layout .st-title {
		color:#464646;
		font-size:16px;
		line-height:26px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.common_sub_layout .st-price {
		width:96%;
		padding: 5px 0 8px;
		color:#002fa3;
		font-size:14px;
		line-height:24px;
		text-align:center;
		background-color: #fff;
		border: 1px solid #002fa3;
		margin-top:20px;
		margin-bottom:10px;
	}
	.common_sub_layout .st-price strong {
		display:block;
		font-size:20px;
	}
	.common_sub_layout .st-tab {
		margin-top:19px;
		margin-bottom:85px;
	}
	.common_sub_layout .st-tab ul,
	.common_sub_layout .st-tab ul li {
		margin:0;
		padding:0;
	}
	.common_sub_layout .st-tab li .st-tab-a {
		display:block;
		color:#464646;
		font-size:16px;
		line-height:56px;
		letter-spacing: -.04em;
		overflow: hidden;
		background-color: #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.common_sub_layout .st-tab li:first-child .st-tab-a {
		border-top: none;
	}
	.common_sub_layout .st-tab li:last-child .st-tab-a {
		border-bottom: none;
	}
	.common_sub_layout .st-tab li.active .st-tab-a {
		color:#002fa3;
	}
	.common_sub_layout .st-tab li .st-tab-a i {
		display:inline-block;
		width:32px;
		height:32px;
		margin-top:-3px;
		margin-right:8px;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 32px 32px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.common_sub_layout .st-tab li:nth-child(1) .st-tab-a i {
		background-image: url("img/st-tab-icon01.png");
	}
	.common_sub_layout .st-tab li:nth-child(2) .st-tab-a i {
		background-image: url("img/st-tab-icon02.png");
	}
	.common_sub_layout .st-tab li:nth-child(3) .st-tab-a i {
		background-image: url("img/st-tab-icon03.png");
	}

	.common_sub_layout .st-tab li.active:nth-child(1) .st-tab-a i {
		background-image: url("img/st-tab-icon01-on.png");
	}
	.common_sub_layout .st-tab li.active:nth-child(2) .st-tab-a i {
		background-image: url("img/st-tab-icon02-on.png");
	}
	.common_sub_layout .st-tab li.active:nth-child(3) .st-tab-a i {
		background-image: url("img/st-tab-icon03-on.png");
	}

	.common_sub_layout .st-tab2 li:nth-child(1) .st-tab-a i {
		background-image: url("img/st-tab-icon201.png");
	}
	.common_sub_layout .st-tab2 li:nth-child(2) .st-tab-a i {
		background-image: url("img/st-tab-icon203.png");
	}
	.common_sub_layout .st-tab2 li:nth-child(3) .st-tab-a i {
		background-image: url("img/st-tab-icon01.png");
	}
	.common_sub_layout .st-tab2 li:nth-child(4) .st-tab-a i {
		background-image: url("img/st-tab-icon03.png");
	}

	.common_sub_layout .st-tab2 li.active:nth-child(1) .st-tab-a i {
		background-image: url("img/st-tab-icon201-on.png");
	}
	.common_sub_layout .st-tab2 li.active:nth-child(2) .st-tab-a i {
		background-image: url("img/st-tab-icon203-on.png");
	}
	.common_sub_layout .st-tab2 li.active:nth-child(3) .st-tab-a i {
		background-image: url("img/st-tab-icon01-on.png");
	}
	.common_sub_layout .st-tab2 li.active:nth-child(4) .st-tab-a i {
		background-image: url("img/st-tab-icon03-on.png");
	}

	.common_sub_layout .label-title {
		color:#464646;
		font-size:18px;
		line-height:24px;
		font-weight:700;
		letter-spacing: -0.7px;
	}
	.common_sub_layout .label-title .frame {
		margin-bottom:5px;
	}
	.common_sub_layout .label-title p {
		position: relative;
		top:-4px;
		margin:0;
		padding:0;
		color:#9f9f9f;
		font-size:16px;
		font-weight:400;
	}
	.common_sub_layout .label-title span {
		position: relative;
		top:-12px;
		display:inline-block;
		width:6px;
		height:6px;
		margin-right:5px;
		vertical-align:middle;
		background-color:#ff0071;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.st-items {
		position: relative;
		z-index:20;
		margin:0 0 22px;
		padding:20px;
		background-color:#fff;
		border: 1px solid #d4d4d4;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	.st-items-wrap .col-xs-12:nth-child(2) .st-items {
		z-index:19;
	}
	.st-items-wrap .col-xs-12:nth-child(3) .st-items {
		z-index:18;
	}
	.st-items-wrap .col-xs-12:nth-child(4) .st-items {
		z-index:17;
	}
	.st-items-wrap .col-xs-12:nth-child(5) .st-items {
		z-index:16;
	}
	.st-items-wrap .col-xs-12:nth-child(6) .st-items {
		z-index:15;
	}
	.st-items-wrap .col-xs-12:nth-child(7) .st-items {
		z-index:14;
	}
	.st-items-wrap .col-xs-12:nth-child(8) .st-items {
		z-index:13;
	}
	.st-items-wrap .col-xs-12:nth-child(9) .st-items {
		z-index:12;
	}
	.st-items-wrap .col-xs-12:nth-child(10) .st-items {
		z-index:11;
	}
	.st-items-wrap .col-xs-12:nth-child(11) .st-items {
		z-index:10;
	}
	.st-items-wrap .col-xs-12:nth-child(12) .st-items {
		z-index:9;
	}
	.st-items-wrap .col-xs-12:nth-child(13) .st-items {
		z-index:8;
	}
	.st-items-wrap .col-xs-12:nth-child(14) .st-items {
		z-index:7;
	}
	.st-items-wrap .col-xs-12:nth-child(15) .st-items {
		z-index:6;
	}
	.st-items-wrap .col-xs-12:nth-child(16) .st-items {
		z-index:5;
	}
	.st-items-wrap .col-xs-12:nth-child(17) .st-items {
		z-index:4;
	}
	.st-items-wrap .col-xs-12:nth-child(18) .st-items {
		z-index:3;
	}
	.st-items-wrap .col-xs-12:nth-child(19) .st-items {
		z-index:2;
	}
	.st-items-wrap .col-xs-12:nth-child(20) .st-items {
		z-index:1;
	}
	.st-items.active {
		border-color: #ff0071 !important;
	}
	/* .st-items:hover,
	.st-items:focus, */
	.st-items:active {
		z-index:100;
		border-color: #ff0071 !important;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
	}

	.st-items:hover .st-items-su strong,
	.st-items:focus .st-items-su strong,
	.st-items:active .st-items-su strong,
	.st-items.active .st-items-su strong {
		color: #ff0071;
	}
	.st-items-option-control,
	.st-items .spinner {
		position: relative;
		z-index:2;
	}
	.st-items .st-link {
		display:block;
		position: absolute;
		z-index:1;
		width:100%;
		height:100%;
		left:0;
		right:0;
		top:0;
		bottom:0;
		text-indent: -9999px;
	}
	.st-items-sc .st-items-mask {
		position: absolute;
		z-index:1000;
		width:100%;
		height:100%;
		left:0;
		right:0;
		top:0;
		bottom:0;
		color:#fff;
		font-size:18px;
		font-weight: 400;
		text-align:center;
		background-color:#ff0071;
		background-color: rgba(255, 0, 112, 0.8);
		-webkit-transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		opacity:0;
	}
	.st-items-sc .st-items-mask span {
		margin-left:-69px;
		margin-top:-15px;
		display:block;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 140px;
		height: 30px;
		color:#fff;
		font-size:18px;
		font-weight: 400;
		text-align:center;
		line-height: 30px;
		opacity:0;
		-webkit-transform:scale(1.3);
		-moz-transform:scale(1.3);
		-ms-transform:scale(1.3);
		-o-transform:scale(1.3);
		transform:scale(1.3);
		-webkit-transition:all 0.2s ease-in-out;
		-moz-transition:all 0.2s ease-in-out;
		-ms-transition:all 0.2s ease-in-out;
		-o-transition:all 0.2s ease-in-out;
		transition:all 0.2s ease-in-out;
	}
	.st-items-sc:hover .st-items-mask,
	.st-items-sc:focus .st-items-mask,
	.st-items-sc:active .st-items-mask {
		opacity:1;
	}
	.st-items-sc:hover .st-items-mask span,
	.st-items-sc:focus .st-items-mask span,
	.st-items-sc:active .st-items-mask span {
		opacity:1;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1)
	}
	.st-items .st-items-su {
		color:#464646;
		font-size:20px;
		line-height: 26px;
		letter-spacing: -0.7px;
		margin-bottom:5px;
	}
	.st-items .st-items-su strong {
		font-weight: 700;
	}
	.st-items .st-items-su strong span {
		position: relative;
		top:-1px;
	}
	.st-items .st-items-btn {
		margin:5px 0;
	}
	.st-items .st-items-btn .btn {
		padding:1px 8px 0;
		cursor:default !important;
	}
	.st-items p {
		font-size:14px;
		line-height:22px;
		margin:10px 0 0;
	}
	.st-items dl strong {
		font-weight: 700;
	}
	.st-items dl {
		clear:both;
		margin-top:10px;
		margin-bottom:0;
	}
	.st-items dl dt {
		color:#959595;
		font-size:14px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.st-items dl dd {
		font-size:16px;
	}
	.st-items dl dd.summury {
		font-size:16px;
	}
	.st-items .btn-icon {
		position: relative;
		z-index:2;
		clear:both;
		margin-top:-2px;
		display:inline-block;
		width:19px;
		height:19px;
		color:#ff0646;
		font-size:12px;
		line-height:16px;
		text-align:center;
		overflow: hidden;
		vertical-align:middle;
		background-color:#fff;
		border: 1px solid #ff0646;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.st-items .btn-icon i {
		font-style:normal;
		position: relative;
	}
	.st-items .btn-icon i:before {
		color:#ff0646;
		font-size: 12px;
		content: "\f068";
		font-family: "FontAwesome";
	}
	.st-items .btn-icon.active i:before {
		content: "\f067";
	}
	.st-items .btn-ing {
		position: relative;
		z-index:2;
	}
	.st-items .st-items-option {
		position: relative;
		z-index:4;
		clear:both;
		margin-top:15px;
		padding-top:5px;
		border-top: 2px dotted #ebeced;
	}
	.st-items .st-items-option .nice-select {
		position: relative;
	}

	.st-items .st-items-option dl {
		position: relative;
		z-index:10;
	}
	.st-items .st-items-option dl:nth-child(2) {
		z-index:9;
	}
	.st-items .st-items-option dl:nth-child(3) {
		z-index:8;
	}
	.st-items .st-items-option dl:nth-child(4) {
		z-index:7;
	}
	.st-items .st-items-option dl:nth-child(5) {
		z-index:6;
	}
	.st-items .st-items-option dl:nth-child(6) {
		z-index:5;
	}
	.st-items .st-items-option dl:nth-child(7) {
		z-index:4;
	}
	.st-items .st-items-option dl:nth-child(8) {
		z-index:3;
	}

	.st-items .st-items-option dt {
		height:25px;
		overflow: hidden;
	}
	.common_sub_layout .st-user-info {
		height:38px;
		line-height:36px;
		padding:0 20px;
		background-color:#fff;
		border: 1px solid #d1d1d1;
	}
	.common_sub_layout .st-user-info-auto {
		height:auto;
		padding:20px;
		margin-top:10px;
	}
	.common_sub_layout .st-user-info2 {
		color:#727272;
		font-size:16px;
	}
	.common_sub_layout .st-user-info2 strong {
		color:#ff0071;
		font-weight: 400;
	}
	.common_sub_layout .st-user-info .media-body {
		color:#727272;
		font-size:16px;
		line-height:23px;
	}
	.common_sub_layout .st-user-info .media-object {
		width:49px;
		height:49px;
		background-color:#eee;
		border: 1px solid #d1d1d1;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.st-user-info p {
		margin:0;
	}
	.st-submit {
		margin-top:40px;
	}
	.form-tip {
		position: relative;
		top:-2px;
		display:inline-block;
		margin-left:10px;
		width:20px;
		height:20px;
		overflow: hidden;
		vertical-align:middle;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		text-indent: -9999px;
		background-color:#fff;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 20px 20px;
		background-image: url("img/q-icon.png");
	}
	.form-tip.active {
		background-image: url("img/q-icon-active.png");
	}


	.st-items-option-control {
		position: relative;
		z-index:1;
		clear:both;
		margin-top:15px;
		padding:15px 0 0;
		color:#464646;
		font-size:16px;
		text-align:center;
		border-top: 1px solid #ebeced;
	}
	.st-items-option-control .btn_none_icon {
		margin:0 4px;
	}
	.common_sub_layout .st-menu {
		margin-top:51px;
		margin-bottom:30px;
	}
	.common_sub_layout .st-menu ul,
	.common_sub_layout .st-menu ul li {
		margin:0;
		padding:0;
	}
	.common_sub_layout .st-menu li a {
		display:block;
		color:#464646;
		font-size:16px;
		line-height:43px;
		letter-spacing: -0.7px;
		padding:0 21px;
		overflow: hidden;
	}
	.common_sub_layout .st-menu li.active a {
		color:#002fa3;
		font-weight:500;
        background-color: #f5f5f5;
	}
	/*
	.common_sub_layout .st-menu li.qa_btn a {
		border-top: 1px solid #e4e4e4;
	}
	*/


	.common_stm_detail {
		position: relative;
	}
	.common_sub_top_menu {
		position: relative;
		text-align:center;
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		-webkit-transition: all 150ms linear 0s;
		transition: all 150ms linear 0s;
	}
	#list_category .common_sub_top_menu.stm_fixed {
		position:fixed;
		top: env(safe-area-inset-top, 100px);
    	top: constant(safe-area-inset-top, 100px);
		z-index:50;
		width:100%;
		border-bottom: none;
		-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	}
	body.sideOpen #list_category .common_sub_top_menu.stm_fixed {
		display:none;
	}
	.common_sub_top_menu a {
		display:inline-block;
		color:#464646;
		font-size:18px;
		font-weight:bold;
		letter-spacing: -0.7px;
		-webkit-transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		margin:0 25px;
	}
	.common_stm_detail .common_stm_detail_hide > a {
		margin:0 70px;
	}
	.common_sub_top_menu a span {
		position: relative;
		display:inline-block;
		white-space: nowrap;
		padding:14px 0px 0px;
		margin-bottom: -1px;
		border-bottom: 4px solid rgba(0,0,0,0);
	}
	.common_sub_top_menu a.new_icon span {
		padding-right:30px;
	}
	.common_sub_top_menu a em {
		position: absolute;
		top:8px;
		min-width:auto;
		color:#002fa3;
		font-size:14px;
		font-style:normal;
		font-weight: 700;
		letter-spacing: .0em;
		text-align:right;
	}
	.common_sub_top_menu a i {
		position: relative;
		top:-2px;
		opacity: 1;
		display:inline-block;
		width:7px;
		height:7px;
		margin-left:3px;
		overflow: hidden;
		text-indent: -9999px;
		background-color:#ff0071;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.common_sub_top_menu a.active {
		color:#002fa3 !important;
	}
	.common_sub_top_menu a.active span {
		border-bottom-color: #002fa3;
	}

	.common_sub_top_menu .common_stm_detail_show,
	.stm_fixed.common_sub_top_menu .common_stm_detail_hide {
		display:none;
	}
	.common_sub_top_menu .common_stm_detail_hide,
	.stm_fixed.common_sub_top_menu .common_stm_detail_show {
		display:block;
	}
	.stm_fixed.common_sub_top_menu .common_stm_detail_show {
		text-align:left;
	}
	.common_sub_top_menu .common_stm_detail_show a.first-child {
		margin-left:0;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown {
		display:inline-block;
		position: relative;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown a span {
		padding-right:20px;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .caret {
		border:none !important;
		padding:0 !important;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .caret:before {
		position: absolute;
		top:-19px;
		right:5px;
		font-size: 22px;
		font-weight:400;
		content: "\f107";
		font-family: "FontAwesome";
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 200ms all ease-out;
		transition: 200ms all ease-out;
		padding:0 !important;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown.open .caret:before {
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu {
		width: 100%;
		margin:0;
		margin-top:5px;
		border: none;
		padding: 0;
		background-color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 1px solid #002fa3;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu li {
		padding: 0;
		margin:0;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu li a {
		display: block;
		color: #a1a1a1;
		font-size: 16px;
		line-height:38px;
		padding: 0 16px;
		margin:0;
	}
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu li.active a,
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu li a:focus,
	.common_sub_top_menu .common_stm_detail_show .dropdown .dropdown-menu li a:hover {
		color: #fff;
		text-decoration: none;
		background-color:#002fa3;
	}


	.common_sub_title {
		color:#464646;
		font-size:22px;
		line-height:30px;
		font-weight: 400;
		letter-spacing: -0.7px;
		margin-top:17px;
		margin-bottom:40px;
	}

/* funding_open */
	.funding_open {
		display:table;
		width:100%;
		background-color:#002fa3;
	}
	.funding_open .funding_open_frame {
		display:table-cell;
		height:362px;
		color:#fff;
		font-size:18px;
		line-height:27px;
		text-align:center;
		letter-spacing: -.02em;
		vertical-align:middle;
	}
	.funding_open .funding_open_frame .fo_title {
		position: relative;
		font-size:30px;
		margin-bottom:25px;
		padding-bottom:25px;
	}
	.funding_open .funding_open_frame .fo_title::before {
		position: absolute;
		width: 40px;
		height: 3px;
		left: 50%;
		top: 100%;
		content: "";
		margin-top:-2px;
		margin-left:-20px;
		background-color: #fff;
	}


/* mif-list */
	.mif-list {
		margin-bottom:50px;
	}
	.mif-list .mif-frame {
		padding:13px;
		color:#959595;
		line-height:18px;
		letter-spacing: -0.7px;
		background-color:#fff;
		border: 1px solid #d1d1d1;
		margin-bottom:10px;
	}
	.mif-frame .pn_list_frame {
		position: relative;
		top:-2px;
		padding:0 15px 0 25px;
	}
	.mif-list .media-object {
		width:100px;
	}
	.mif-list .pn_summury {
		color:#002fa3;
		font-size:14px;
		margin-bottom:4px;
	}

	.mif-list .pn_delivery { padding-top:10px; }
	.mif-list .pn_delivery span { vertical-align:middle; }
	.mif-list .pn_delivery button { margin-left:10px; vertical-align:middle; }

	.mif-list .pn_summury a {
		margin-left:10px;
		color:#464646;
		text-decoration:underline;
	}
	.mif-list .pn_subject {
		color:#000;
		font-size:16px;
		font-weight: 700;
		margin-bottom:8px;
	}
	.mif-list .pn_time {
		margin-top:6px;
		font-size:14px;
	}
	.mif-list .pn_time span {
		position: relative;
		color:#002fa3;
		letter-spacing: .0em;
		/*padding-right:15px;
		margin-right:13px;*/
	}
	/*
	/// 아이폰 5에서 | 깨짐
	.mif-list .pn_time span::before {
		position: absolute;
		width: 1px;
		height: 13px;
		right: 0;
		top: 50%;
		content: "";
		margin-top:-5px;
		background-color: #d1d1d1;
	}*/
	.mif-list .pn_time span:last-child {
		color:#464646;
		margin-right:0;
	}
	.mif-list .pn_time span:last-child::before {
		display:none;
	}
	.row-label {
		font-size:14px;
	}
	.row-label span {
		display:block;
		padding:14px 15px 0;
		line-height:21px;
		letter-spacing: -0.7px;
	}
	.row-label .btn {
		position: relative;
		top:-4px;
	}
	.row-label .text-label {
		font-size:16px;
		line-height:22px;
		font-weight: 700;
	}
	.row-label .text-label span {
		letter-spacing: .0em;
	}
	.row-label .text-label small {
		font-size:16px !important;
	}
	.row-label .text-label em {
		font-style:normal;
		font-size:14px;
		font-weight: 400;
	}
	@media only screen and ( max-width: 767px) {
		.mif-list {
			margin-bottom:30px;
		}
		.mif-frame .pn_list_frame {
			padding:0 10px;
		}
		.mif-list .mif-frame {
			padding:10px;
			line-height:18px;
		}
		.mif-list .media-object {
			width:95px;
		}
		.row-label {
			font-size:13px;
		}
		.row-label span {
			padding:5px 6px 4px;
			line-height:22px !important;
		}
		.row-label .text-label {
			font-size:14px;
			line-height:22px !important;
		}
		.row-label .text-label small {
			font-size:14px !important;
		}
		.mif-list .pn_summury {
			margin-bottom:0 !important;
		}
		.mif-list .pn_delivery { padding-top:0px; }
		.mif-list .pn_subject {
			font-size:16px;
			margin-top:0 !important;
		}
		.mif-list .pn_time {
			margin-top:0 !important;
		}
		.mif-list .pn_time span:last-child {
			display:block;
		}
	}


/* pn_list_wrap */
	.pn_list_wrap {
		margin-bottom:20px;
	}
	.pn_list_loop {
		display:block;
		padding:15px;
		color:#959595;
		line-height:20px;
		letter-spacing: -0.7px;
		border-bottom: 1px solid #d1d1d1;
	}
	.pn_list_loop:hover,
	.pn_list_loop:focus,
	.pn_list_loop:active {
		color:#959595;
	}
	.pn_list_wrap .pn_list_loop:last-child {
		border-bottom: none;
	}
	.not_read {
		background-color:#f3f3f3;
		border-bottom: none;
	}
	.pn_list_frame {
		padding:0 10px;
	}
	.pn_list_loop .media-object {
		width:135px;
	}
	.pn_list_loop .pn_summury {
		margin-bottom:3px;
		color:#002fa3;
		font-size:13px;
	}
	.pn_list_loop .pn_type {
		font-size:14px;
	}
	.pn_list_loop .pn_subject {
		color:#464646;
		font-size:15px;
	}
	.pn_list_loop .pn_time {
		margin-top:5px;
		font-size:14px;
	}
	@media only screen and ( max-width: 767px) {
		.pn_list_loop .media-object {
			width:105px;
		}
	}


/* Faq */
	.panel-group.faq .panel {
		border:0;
		margin:0 !important;
		padding:0 !important;
	}
	.panel-group.faq .panel-body .faq_a {
		position: relative;
		padding-left:50px;
		padding-right:10px;
	}
	.panel-group.faq .panel-body .faq_a .date {
		font-size:14px;
	}
	.panel-group.faq .panel-body .faq_a:after {
		content:"답변";
		position:absolute;
		left:0;
		color:#464646;
		font-size:14px;
		font-weight:400;
		top:0;
	}
	.panel-group.faq .panel-default > .panel-heading {
		width:100%;
		margin:0;
		padding:0;
		border:0;
		letter-spacing:-0.7px;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.panel-group.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
		border:none;
	}
	.panel-group.faq .panel-heading a,
	.panel-group.faq.invest .panel-heading div.panel-title {
		position:relative;
		display:block;
		padding:15px 18px;
		color:#464646;
		font-size:16px;
		font-weight:400;
		line-height:23px;
		text-decoration:none;
		background-color:#fff;
		border:none;
		border-bottom:1px solid #d1d1d1;
	}
	.panel-group.faq.invest .panel-heading div.panel-title {
		color:#a1a1a1;
		padding:0 15px;
		border-bottom:none;
		border-top:1px solid #d1d1d1;
	}
	.dinvest_wrap_contents .panel-group.faq .panel-heading a,
	.dinvest_wrap_contents .panel-group.faq.invest .panel-heading div.panel-title {
		border-bottom:1px solid #eaeaea;
	}
	.dinvest_wrap_contents .panel-group.faq .panel:last-child .panel-heading a {
		border-bottom:none;
	}
	.dinvest_wrap_contents .panel-group.faq.invest .panel-heading div.panel-title {
		color:#a1a1a1;
		border-top:1px solid #eaeaea;
	}
	.panel-group.faq.invest .panel-heading div.panel-title .checkbox-inline {
		display:block;
		margin-top:0 !important;
		padding:14px 18px !important;
	}
	.panel-group.faq.invest .panel-heading div.panel-title.checked {
		color:#002fa3;
		background-color:#f9f9f9;
		border-top-color:#f9f9f9;
	}
	.panel-group.faq .panel-heading a .faq_st {
		color:#002fa3;
		font-size:13px;
		letter-spacing:.0em;
		margin-bottom:5px;
	}
	.panel-group.faq .panel-heading a.collapsed {
		color:#666;
	}
	.panel-group.faq.invest .panel-heading div.panel-title:after,
	.panel-group.faq.invest .panel-heading div.panel-title.checked:after,
	.panel-group.faq .panel-heading a.collapsed:after,
	.panel-group.faq .panel-heading a:after{
		content:"";
		position:absolute;
		right:17px;
		top:50%;
		width:15px;
		height:8px;
		line-height:1;
		margin-top:-4px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 15px 8px;
		background-image: url("img/arr_active.png");
	}
	.panel-group.faq.invest .panel-heading div.panel-title:after,
	.panel-group.faq .panel-heading a.collapsed:after {
		background-image: url("img/arr_off.png");
	}
	.panel-group.faq .panel-heading a:hover {
		text-decoration:none;
		color:#464646;
		background-color:#f9f9f9;
	}
	.panel-group.invest .panel-body {
		position:relative;
		margin-top:30px;
		margin-bottom:30px;
		padding:22px;
		color:#464646;
		font-size:14px;
		line-height:23px;
		border:1px solid #ccc !important;
	}
	.panel-group.invest .panel-edit {
		padding:0;
		border:none !important;
	}
	.panel-group.invest .panel-edit .form-control {
		color:#464646;
		font-size:14px;
	}
	/*.panel-group.invest .panel-body:after {
		content:"";
		position:absolute;
		right:16px;
		top:-19px;
		bottom:0;
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-bottom: 20px solid #fff;
	}*/
	.panel-group.invest .panel-body:before {
		content:"";
		position:absolute;
		right:15px;
		top:-20px;
		bottom:0;
		border-left: 17px solid transparent;
		border-right: 17px solid transparent;
		border-bottom: 20px solid #d1d1d1;
	}
	.panel-group.invest .panel-body strong {
		color:#464646;
		font-size:16px;
	}
	.panel-group.invest .panel-body p {
		color:#9f9f9f;
		margin:0 0 30px;
	}
	.panel-group.invest .panel-body p:last-child {
		margin:0;
	}


/* mc_champion */
	.media-frame-wrap {
		display:block;
		margin:11px 0;
		padding:20px 18px;
		border: 1px solid #d1d1d1;
		background-color:#fff;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	.modal .media-frame-wrap {
		margin:-5px 0 0 0 !important;
		padding:15px;
	}
	a.media-frame-wrap:hover,
	a.media-frame-wrap:focus,
	a.media-frame-wrap:active {
		border-color: #1c62ab;
		text-decoration: none;
	}
	.media-frame-wrap .media-object {
		width:80px;
		height:80px;
		border: 1px solid #d1d1d1;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.modal .media-frame-wrap .media-object {
		width:60px;
		height:60px;
	}
	.media-frame-wrap .mc_champion_frame {
		font-size:14px;
		line-height:22px;
		letter-spacing:-0.7px;
		padding-left:10px;
	}
	a.media-frame-wrap:hover .mc_champion_frame,
	a.media-frame-wrap:focus .mc_champion_frame,
	a.media-frame-wrap:active .mc_champion_frame {
		color:#1c62ab;
	}
	.media-frame-wrap .mc_champion_frame strong {
		font-size:16px;
		font-weight: 400;
	}
	.media-frame-wrap .mc_champion_frame p {
		margin:0 0 5px;
	}
	.media-frame-wrap .mc_champion_frame .mc_champion_summury {
		color:#888;
		font-size:13px;
	}
	.media-subject {
		font-weight: 400;
		font-size:18px;
		line-height:24px;
		margin:0 0 10px 0;
	}
	.champion-group {
		margin:0 0 35px 0;
	}
	.champion-s-y {
		font-size:13px;
		letter-spacing:-0.7px;
		padding:15px;
		border: 1px solid #d1d1d1;
		background-color:#fff;
	}
	.champion-s-y-frame {
		height:160px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.champion-support .champion-s-y-frame {
		height:314px;
	}
	.champion-support ul {
		margin:0;
		padding:0;
	}
	.champion-support li:first-child {
		padding-top:0;
	}
	.champion-support li {
		margin:0;
		padding:15px 0;
		border-bottom: 1px solid #eee;
	}
	.champion-support li:last-child {
		padding-bottom:0;
		border-bottom: none;
	}
	.champion-support-s {
		color:#464646;
		font-size:15px;
		line-height:20px;
		font-weight: 400;
	}
	.champion-support-p {
		margin:5px 0 0;
	}


/* step-q */
	.step-q {
		clear:both;
		font-size:16px;
		line-height:27px;
		padding:25px 0 18px;
		border-bottom: 1px solid #d1d1d1;
	}
	.step-q.step-q-non {
		padding:8px 0 21px;
		border-bottom: none;
	}
	.pay_info_wrap .step-q:last-child {
		padding-bottom:0;
		border-bottom: none;
	}
	.modal .step-q {
		font-size:14px;
		line-height:23px;
		padding:13px 0 0;
		border-bottom: none;
	}
	.step-q .step-q-num {
		float:left;
		width:4%;
		color:#464646;
	}
	.step-q .step-q-memo {
		float:left;
		width:96%;
		color:#555;
		letter-spacing:-0.7px;
	}
	.step-q .step-q-memo ul {
		margin:0;
		padding:0;
	}
	.step-q .step-q-memo ul li {
		margin:15px 0 10px;
	}
	.modal .step-q .step-q-memo ul li {
		margin:10px 0;
	}
	.step-q .radio-group {
		clear:both;
		margin-top:5px;
		margin-bottom:10px;
	}
	.step-q .radio-group .radio-inline {
		font-size:16px;
		margin-right:10px;
	}
	.step-q .step-q-memo a {
		font-size:14px;
	}
	.frame-primary-outline {
		display:block;
		margin:30px auto;
		color:#002fa3;
		font-size:16px;
		text-align:center;
		font-weight: 700;
		letter-spacing:-0.7px;
		padding:10px 0;
		border: 1px solid #002fa3;
	}


/* con-table */
	.con-table {
		color:#929292;
		font-size:14px;
		margin-top:28px;
	}
	.con-table .not-space {
		margin-top:5px;
		margin-bottom:15px;
	}
	.con-table .con-style {
		color:#464646;
		font-size:15.6px;
		line-height:22px;
		font-weight: 700;
		letter-spacing:-0.7px;
	}
	.con-table .label-style {
		line-height:22px;
		letter-spacing:-0.7px;
	}

	.dinvest_wrap_contents .con-table.not-space {
		margin-top:8px;
		margin-bottom:18px;
	}
	.dinvest_wrap_contents .con-table .con-style {
		line-height:22px;
	}
	.dinvest_wrap_contents .con-table .label-style {
		color:#464646;
		font-size:16px;
		font-weight: 400;
	}
	.dinvest_wrap_contents .con-table .label-style span {
		position: relative;
		padding-left:30px;
	}
	.dinvest_wrap_contents .con-table .label-style span:before {
		position: absolute;
		left:1px;
		top:50%;
		width:17px;
		height:17px;
		display:inline-block;
		color:#fff;
		font-size: 9px;
		line-height:19px;
		font-weight: 400;
		text-align:center;
		content: "\f00c";
		font-family: "FontAwesome";
		margin-top:-8px;
		background-color:#1b5fa9;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.con-table .con-style p {
		margin:0;
		color:#959595;
		font-size:14px;
	}
	.con-table .con-style ul,
	.con-table .con-style ul li {
		margin:0;
		padding:0;
		line-height:24px;
	}
	.con-table .con-style ul {
		margin:5px 0 0 15px;
		list-style-type: disc !important;
	}


/* ifm-wrap */
	.ifm-wrap {
		font-size:20px;
		line-height:32px;
		letter-spacing:-0.7px;
		margin-top:5px;
		margin-bottom:30px;
	}
	.ifm-wrap-logo {
		padding-top:100px;
		background-image: url("img/top_logo_1.png");
		background-repeat: no-repeat;
		background-position: 50% 10px;
		background-size: 38px 119px;
	}
	.ifm-wrap-box {
		text-align:left;
		font-size:16px;
		padding:10px 0;
	}
	.ifm-wrap-info {
		color:#9f9f9f;
		font-size:14px;
	}

	.ifm-wrap-box-form {
		color:#ff0071;
		font-size:15px;
		line-height:23px;
		background-color: #fff;
		border-bottom: 1px solid #ccc;
		padding:0 0 25px;
	}


/* Member Terms */
	.terms_overflow {
		max-height: 325px;
		padding: 15px;
		line-height: 20px;
		overflow-y: auto;
		overflow-x: hidden;
		background-color: #fbfbfb;
		border: 1px solid #d4d4d4;
	}


/* 메인 프레임 */
	.main-box-wrap {
		background-color: #fff;
	}
	.bg_gray {
		background-color: #f3f3f3;
	}
	.main-box {
		margin: 80px auto 0px;
		/* padding: 40px 0 0; */
	}
	.main-box-frame {
		overflow: hidden;
	}
	.main-box .nav-tabs {
		margin: 0;
	}

	/* 섹션 타이틀 */
		.main-box .title {
			/* margin: 5px auto; */
			text-align: left;
			letter-spacing: -0.9px;
			overflow: hidden;
		}
		div.title-block {
			font-size: 30px;
			line-height: 22px;
			position: relative;
			margin-bottom:6px;
		}
		.main-title {
	    font-weight: 500;
    		line-height: 38px;
		}
		.main-title-description {
			letter-spacing: -0.5px;
		}

		div.title-block > span {
			display:block;
		}
		a.title-line {
			clear:both;
			display:inline-block;
			/* margin: 6px 0 18px; */
			color:#464646;
			font-size: 16px;
			line-height: 22px;
		}
		a.title-line i {
			margin-left:5px;
		}


/* 프로젝트 새소식 */
	.notable-project-title {
		color:#464646;
		font-size:18px;
		line-height:26px;
		font-weight: 700;
		letter-spacing: -0.7px;
	}
	.bbs-caption {
		position: relative;
		display: block;
		/*min-height:330px;*/
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		border: 1px solid #eaebed;
		border-radius: 4px;
		overflow: hidden;
		background:#ffffff;
	}

	#notable-project .bbs-caption,
	#notable-project .bbs-caption-news {
		min-height:auto !important;
		margin-bottom: 15px;
	}

	.bbs-caption:hover,
	.bbs-caption:focus,
	.bbs-caption:active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.bbs-caption img {
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.bbs-caption:hover img,
	.bbs-caption:focus img,
	.bbs-caption:active img {
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
	}
	.bbs-caption .bbs-img {
		position: relative;
		overflow: hidden;
		border-radius: 4px;
	}
	.bbs-caption:hover .bbs-subject,
	.bbs-caption:focus .bbs-subject,
	.bbs-caption:active .bbs-subject {
		color:#002fa3;
	}
	.bbs-caption .bbs-subject {
		word-break: break-all;
		display: -webkit-box;
		color: #464646;
		font-size: 16px;
		line-height: 24px;
		font-weight: 800;
		letter-spacing: -0.7px;
		margin-top: 15px;
		margin-bottom: 5px;
		padding-left:11px;
		padding-right:11px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		/* font-family: 'webfont-medium'; */
	}
	.bbs-caption .bbs-subject2 {
		font-size: 16px;
		line-height: 22px;
		white-space: normal;
		min-height: 45px;
	}
	.bbs-caption .bbs-point {
		display: -webkit-box;
		color: #002fa3;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: -0.7px;
		margin-top: 10px;
		padding-left:11px;
		padding-right:11px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.bbs-caption .bbs-summury {
		display: -webkit-box;
		word-break: break-all;
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		padding-left:11px;
		padding-right:11px;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #464646;
		letter-spacing: -0.7px;
	}
	.bbs-caption .bbs-date {
		position: absolute;
		bottom: 0;
		margin-bottom: 10px;
		color: #8F9296;
		font-size: 14px;
		letter-spacing: -0.6px;
		padding-left:11px;
		padding-right:11px;
	}


/* 프로젝트 사전공개 */
	.project-wrap {
		padding-bottom: 22px;
	}



/* 주목받는 리워드  */
	.rewards-list .request_approval figure {
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.rewards-list .items {
		display: block;
		margin: 20px 0 0;
		border: 1px solid #eaebed;
		background-color: #fff;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		border-radius: 4px;
    	overflow: hidden;
	}
	.mp-list .items {
		margin: 0 0 21px;
	}
	.rewards-list .items:hover,
	.rewards-list .items:focus,
	.rewards-list .items:active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}

	.rewards-list .items_plus {
		height:342px;
		color:#002fa3;
		font-size:16px;
		line-height:24px;
		text-align:center;
		border: 1px solid #002fa3;
	}
	.rewards-list .items_plus i {
		display:block;
		width:41px;
		height:41px;
		margin:0 auto;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 41px 41px;
		background-image: url("img/items_plus.png");
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.rewards-list .items_plus_table {
		display: table;
		width:100%;
		height:342px;
	}
	.rewards-list .items_plus_td {
		display: table-cell;
		height:342px;
		vertical-align:middle;
	}
	.rewards-list .items_plus_td span {
		display: block;
		margin-top:10px;
	}

	.rewards-list .items_img {
		position: relative;
		overflow: hidden;
	}
	.rewards-list .items_img img {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.rewards-list .items:hover .items_img img,
	.rewards-list .items:focus .items_img img,
	.rewards-list .items:active .items_img img {
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
	}

	.over-box .coming-type {
		z-index: 2;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.over-box .coming-type div {
		z-index: 2;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(29, 98, 171, .55);
	}
	.over-box .coming-type span {
		z-index: 2;
		position: absolute;
		left: 50%;
		top: 50%;
		display:block;
		width: 200px;
		height: 40px;
		line-height: 38px;
		color:#fff;
		font-size:22px;
		font-weight: 700;
		text-align:center;
		margin-top:-17px;
		margin-left:-100px;
	}

	.badge_icon {
		position: absolute;
		bottom: 0px;
		z-index:3;
		width: 60px;
		height: 30px;
		color: #fff;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		margin-top: -13px;
		background-color: #002fa3;
	}
	.invest-list .badge_icon {
		width: 92px;
	}
	.mcf-loop .badge_icon {
		top:0;
		left:0;
		width: auto;
		bottom: auto;
		margin-top: 0;
		padding-left:13px;
		padding-right:13px;
	}
	.badge_icon_event {
		background-color: #1c62ab;
		border-top-right-radius: 8px;
	}

	.badge_icon_invest_event {
		border-top-right-radius: 8px;
		background-color: #ff0070;
	}

	.items_btn_wrap {
		height:30px;
		margin-top:8px;
	}
	.rewards-list .rewards-caption {
		padding: 15px 10px 10px;
	}
	.invest-list .rewards-caption {
		padding: 20px 14px;
	}
	.invest-list .company_logo {
		width: 58px;
		height:58px;
		line-height:52px;
		text-align:center;
		overflow: hidden;
		background-color:#fff;
		border: 1px solid #ddd;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background-size: 58px 58px;
		background-position: 50% 50%;
	}
	.invest-list .company_logo img {
		width: 58px;
		height:58px;
		margin-left: -1px;
	}
	.rewards-list .rewards-subject {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.7px;
		overflow: hidden;
		height: 97px;
		min-height: 95px;
	}

	.rewards-card-title {
		-webkit-line-clamp: 2;
		overflow: hidden;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		word-break: break-all;
	}
	.mc-list .rewards-subject {
		height: 60px;
		min-height: 60px;
	}

	.mp-list .rewards-subject {
		margin-top:10px;
	}
	.invest-list .rewards-subject {
		font-size: 18px;
		height: 150px;
		min-height: 150px;
	}
	.rewards-list .rewards-subject strong {
		color:#464646;
		font-weight: 700;
		word-break: break-all;
	}
	.invest-list .rewards-subject strong {
		display:block;
		margin:5px 0;
	}
	.rewards-list .items:hover .rewards-subject strong,
	.rewards-list .items:focus .rewards-subject strong,
	.rewards-list .items:active .rewards-subject strong {
		color:#002fa3;
	}
	.rewards-list .rewards-summury {
		color: #9f9f9f;
		font-size: 13px;
		font-weight: 400;
	    margin-bottom: 4px;
	}
	.rewards-title {
		margin-top:12px;
	}
	.rewards-list .rewards-summury-nowrap {
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.invest-list .rewards-summury {
		font-size: 16px;
		margin-bottom:15px;
	}
	.ing-invest-loop .invest-day,
	.ing-invest-loop .invest-price,
	.rewards-list .rewards-price {
		font-size: 16px;
		line-height:28px;
	}
	.rewards-list .rewards-price {
		display:inline-block;
		vertical-align:middle;
		height:28px;
	    font-weight: 700;
	}
	.invest-list .rewards-price {
		font-size: 18px;
	}
	.coming-soon .rewards-price {
		height:33px;
	}
	.rewards-list .rewards-percent {
		vertical-align:middle;
	}

	.mc-list.rewards-list .mc-tlabel {
		color:#a1a1a1;
		font-size: 12px;
	}
	.mc-list.rewards-list .mc-count,
	.mc-list.rewards-list .mc-price,
	.mc-list.rewards-list .mc-label {
		font-size: 14px;
		font-weight: 700;
	}
	.mc-list.rewards-list .mc-label {
		font-weight: 400;
	}
	.rewards-list .rewards-day-end {
		color: #ed1971;
	}
	.ing-invest-loop .invest-percent,
	.rewards-list .rewards-percent {
		color: #002fa3;
		font-size: 13px;
		margin-left: 3px;
	}
	.rewards-list .rewards-percent-right {
		float: right;
	}

	#search .rewards-list .rewards-percent {
		float: initial;
		line-height: 26px;
	}
	.invest-list .rewards-percent {
		position: relative;
		font-size: 16px;
		top:1px;
	}
	.rewards-list .progress,
	.ing-invest-loop .progress {
		margin: 0px 0px 4px 0px;
		height: 2px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.invest-list .progress {
		margin: 1px 0;
	}
	.rewards-list .progress-bar,
	.ing-invest-loop .progress-bar {
		line-height: 4px;
	}
	.rewards-share,
	.rewards-comment,
	.rewards-support,
	.rewards-day,
	.invest-support,
	.invest-share,
	.invest-comment {
		font-size: 18px;
	}
	.rewards-share,
	.rewards-comment,
	.rewards-day,
	.rewards-support {
		font-size: 13px;
		color: #9f9f9f;
		letter-spacing: -0.4px;
	}
	.invest-list .invest-support,
	.invest-list .invest-share,
	.invest-list .invest-comment {
		font-size: 16px;
	}
	.invest-list .rewards-day {
		color: #464646;
		font-size: 18px;
	}
	.mp-list .invest-support {
		font-size: 14px;
	}
	.mp-list .invest-support.last-child {
		position: relative;
		top:-1px;
	}
	.coming-soon .invest-support,
	.coming-soon .invest-share,
	.coming-soon .invest-comment {
		color: #fff;
		opacity:.0;
	}
	.coming-soon-btn {
		position: relative;
		z-index:20000;
		padding:30px 0 6px;
	}


	.mc_info {
		clear: both;
		margin-top:80px;
		padding:50px 0 40px;
		border: 1px solid #d1d1d1;
	}
	.mc_info strong {
		display:block;
		font-size:18px;
		font-weight: 400;
		margin:10px 0;
	}
	.mc_info p {
		font-size:16px;
		line-height:24px;
		margin:0;
	}
	.mc_info i {
		display:block;
		margin:0 auto;
		width:90px;
		height:90px;
		background-color:#fff;
		background-image: url("img/mc_info1.png");
		background-size:90px 90px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.mc_info .nth-child2 i {
		background-image: url("img/mc_info2.png");
	}
	.mc_info .nth-child3 i {
		background-image: url("img/mc_info3.png");
	}

	.mp-btn {
		margin-top:10px;
		padding-top:13px;
		padding-bottom:5px;
		border-top: 1px solid #d1d1d1;
	}


/* enot */
	.enot_wrap {
		padding:120px 0;
	}
	.enot_wrap4 {
		padding-bottom: 240px;
	}
	.enot_logo {
		height:120px;
		background-image: url("img/error_img.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 330px 120px;
	}
	.enot_logo2 {
		height:70px;
		background-image: url("img/enot3.png");
		background-repeat: no-repeat;
		background-position: 40% 50%;
		background-size: 54px 70px;
	}
	.enot_logo3 {
		height: 40px;
	    background-image: url(img/logo_blue.svg);
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-size: 254px 40px;
	}
	.enot_logo4 {
		height:120px;
		background-image: url("img/enot4.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 120px 120px;
	}
	.enot_oops {
		height:140px;
		margin-bottom:10px;
		background-image: url("img/enot2.png");
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 290px 108px;
	}
	.enot_title {
		color:#002fa3;
		font-size: 50px;
		line-height:40px;
		letter-spacing: -1.5px;
		text-align: center;
	}
	.enot_text {
		color:#464646;
		font-size:28px;
		line-height:40px;
		letter-spacing: -.9px;
		text-align: center;
		margin-top: 22px;
	}
	.enot_text4 {
		color:#464646;
		font-size:16px;
		line-height:24px;
		letter-spacing: -.9px;
		text-align: center;
	}
	.enot_text p {
		color:#464646;
		margin:20px 0 0;
	}
	.enot_text p a {
		letter-spacing: .0em;
	}
	.enot_wrap .btn_wrap {
		margin-top:35px;
		text-align:center;
	}


/* 메인 진행중인 투자 */
	.ing-invest-loop {
		display:block;
		padding: 22px;
		overflow: hidden;
		border: 1px solid #eaebed;
		background-color:#fff;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		border-radius: 4px;
	}
	.ing-invest-loop:hover,
	.ing-invest-loop:focus,
	.ing-invest-loop:active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.ing-invest-loop .items_img {
		position: relative;
		overflow: hidden;
		width:200px;
		max-width:200px;
		background-color:#9a9a9a;
	}
	.ing-invest-loop .items_img .items_logo {
		position: absolute;
		left:50%;
		top:50%;
		z-index:2;
		width: 80px;
		height:80px;
		margin-top:-40px;
		margin-left:-40px;
		overflow: hidden;
		background-color:#ebebeb;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.32);
		-moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.32);
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.32);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		opacity:0;
	}
	.ing-invest-loop:hover .items_logo,
	.ing-invest-loop:focus .items_logo,
	.ing-invest-loop:active .items_logo {
		opacity:1;
	}
	.ing-invest-loop .items_img .items_logo img {
		width: 100%;
		height:100%;
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.ing-invest-loop:hover .items_img .items_logo img,
	.ing-invest-loop:focus .items_img .items_logo img,
	.ing-invest-loop:active .items_img .items_logo img {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
	}
	.ing-invest-loop .items_img .img-responsive {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.ing-invest-loop:hover .items_img .img-responsive,
	.ing-invest-loop:focus .items_img .img-responsive,
	.ing-invest-loop:active .items_img .img-responsive {
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
	}
	.ing-invest-loop:hover .invest-subject,
	.ing-invest-loop:focus .invest-subject,
	.ing-invest-loop:active .invest-subject {
		color:#002fa3;
	}
	.ing-invest-loop-con {
		position: relative;
		top:-2px;
		line-height:24px;
		padding: 0 6px 0 61px;
	}
	.ing-invest-loop .progress {
		height: 8px;
	}
	.ing-invest-loop .progress-bar {
		line-height: 8px;
	}
	.ing-invest-loop .invest-subject {
		font-size: 18px;
		font-weight: 700;
		letter-spacing: -0.7px;
	}
	.ing-invest-loop .invest-company {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.ing-invest-loop .invest-subject-sort {
		color:#ff0071;
		font-size: 14px;
		margin-left:10px;
	}
	.ing-invest-loop .invest-day,
	.ing-invest-loop .invest-price {
		font-size: 18px;
	}
	.ing-invest-loop .invest-day {
		font-weight: 400;
	}
	.ing-invest-loop .invest-price {
		font-weight: 700;
	}
	.ing-invest-loop .invest-percent {
		font-size: 18px;
		font-weight: 400;
		margin-left:4px;
	}
	.ing-invest-loop .invest-support,
	.invest-share,
	.invest-comment {
		color:#9f9f9f;
		font-size: 18px;
	}
	.invest-list .invest-support {
		color:#9f9f9f;
	}
	.rewards-comment,
	.rewards-share,
	.invest-comment,
	.invest-share {
		margin-left:10px;
		padding-left: 20px;
		background-image: url("img/invest-share.png");
		background-repeat: no-repeat;
		background-position: 0 60%;
		background-size: 14px 14px;
	}
	.rewards-comment,
	.rewards-share {
		padding-left: 17px;
		background-size: 12px 12px;
	}
	.rewards-comment,
	.invest-comment {
		padding-left: 24px;
		background-position: 0 70%;
		background-image: url("img/invest-comment.png");
		background-size: 18px 16px;
	}
	.rewards-comment {
		padding-left: 21px;
		background-size: 16px 14px;
	}

/* 모의 크라우드펀딩 & 크라우디 소개 */
	.mowhy-wrap {
		text-align: center;
	}
	.mowhy-wrap .container {
		width: 100% !important;
		max-width: 1920px !important;
	}
	.mowhy-wrap .not-space>[class*="col-"] {
		display: table;
		text-align: center;
		height: 145px;
		background-image: url("img/mowhy-wrap1.jpg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.mowhy-wrap a {
		width: 100%;
		height: 145px;
		color: #fff;
		display: table-cell;
		vertical-align:middle;
	}
	.mowhy-wrap3 .not-space>[class*="col-"] {
		height: 290px;
		background-position: 100% 50%;
		background-image: url("img/mowhy2-wrap1.jpg");
	}
	.mowhy-wrap3 a {
		color: #464646;
		height: 290px;
	}
	.mowhy-wrap .not-space>[class*="col-"]:last-child {
		background-image: url("img/mowhy-wrap2.jpg");
	}
	.mowhy-wrap3 .not-space>[class*="col-"]:last-child {
		background-image: url("img/mowhy2-wrap2.jpg");
	}
	.mowhy-wrap .not-space>[class*="col-"]:last-child a {
		color: #464646;
	}
	.mowhy-wrap a .mowhy-title {
		display:block;
		font-size: 20px;
		font-weight: 400;
		margin-bottom: 5px;
	}
	.mowhy-wrap3 a .mowhy-title {
		font-size: 26px;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.mowhy-wrap a .mowhy-contents {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.mowhy-wrap2 .banner-area {
		height: 190px !important;
		background-color:#ebebeb !important;
		background-image: url("img/mowhy-wrap3.jpg") !important;
	}
	.mowhy-wrap2 a .mowhy-title {
		color:#ff0071;
		font-size: 24px;
		margin-bottom: 5px;
	}
	.mowhy-wrap2 a .mowhy-contents .link-go {
		color:#ff0071;
	}


/* spStart */
	.spstart_vi_wrap {
		display:table;
		width:100%;
	}
	.spstart_vi_frame {
		display:table-cell;
		width:100%;
		height:290px;
		font-size:16px;
		letter-spacing: -0.7px;
		vertical-align:middle;
		background-position: 0 105%;
		background-size: 816px 290px;
		background-repeat: no-repeat;
	}
	.spstart_vi_wrap1 {
		background-color:#dfe4ea;
	}
	.spstart_vi_wrap2 {
		background-color:#f3f3fb;
	}
	.spstart_vi_wrap3 {
		background-color:#f7f7f7;
	}
	.spstart_vi_wrap1 .spstart_vi_frame {
		background-image: url("img/spstart_vi_img01.png");
	}
	.spstart_vi_wrap2 .spstart_vi_frame {
		background-image: url("img/spstart_vi_img02.png");
	}
	.spstart_vi_wrap3 .spstart_vi_frame {
		background-image: url("img/spstart_vi_img03.png");
	}
	.spstart_vi_wrap10 {
		background-color:#E2E2E2;
	}
	.spstart_vi_wrap10 .spstart_vi_frame { background-image: url("img/spstart_vi_img10.png"); }
	.spstart_vi_title {
		color:#464646;
		font-size:26px;
		line-height:30px;
	}
	.spstart_vi_title strong {
		font-weight: 400;
	}
	.spstart_vi_title span {
		position: relative;
		display:block;
		color:#959595;
		font-size:16px;
		padding-bottom:18px;
	}
	.spstart_vi_title span::before {
		position: absolute;
		width: 44px;
		height: 1px;
		left: 0;
		bottom: 0;
		content: "";
		background-color:#464646;
	}
	.spstart_vi_title p {
		margin:15px 0 20px;
		font-size:16px;
	}
	.spstart_vi_btn {
		margin:15px 0 0;
	}

	.spstrat_wrap {
		margin:0 0 100px 0;
	}
	.spstrat_top {
		padding-top:130px;
		margin-bottom:80px;
		color:#9f9f9f;
		font-size:18px;
		text-align:center;
		font-weight: 400;
		background-position: 50% 66%;
		background-size: 220px 35px;
		background-repeat: no-repeat;
		background-image: url("img/logo_blue.svg");
	}
	.spstrat_group {
		color:#9f9f9f;
		line-height:23px;
		letter-spacing: -0.7px;
		padding-left:17px;
		margin:10px 0 100px 0;
	}
	.spstrat_group strong {
		position: relative;
		display:block;
		color:#002fa3;
		font-size:16px;
		height:50px;
	}
	.spstrat_group p {
		font-size:14px;
		margin:22px 0 0 0;
	}
	.spstrat_frame {
		padding:35px 0;
		color:#a1a1a1;
		font-size:16px;
		line-height:24px;
		text-align:center;
		letter-spacing: -0.7px;
		background-color: #fff;
		border: 1px solid #d4d4d4;
	}
	.spstrat_frame strong {
		color:#464646;
		display:block;
		font-weight: 400;
		margin-bottom:10px;
	}
	@media only screen and ( min-width: 1051px) and ( max-width: 1300px) {
		.spstart_vi_frame {
			height:265px;
			background-size: 717px 255px;
		}
		.common_vi_wrap5 .common_vi_frame {
			height:265px !important;
			background-size: 1754px 265px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"],
		.mowhy-wrap3 a {
			height: 265px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"] {
			background-size: 877px 265px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"]:last-child {
			background-position: 20% 50% !important;
		}
	}
	@media only screen and ( max-width: 1050px) {
		.spstart_vi_frame {
			height:240px;
			background-image:none !important;
			background-size: 1589px 240px !important;
		}
		.common_vi_wrap5 .common_vi_frame {
			height:240px !important;
			font-size:24px !important;
			line-height:30px !important;
			background-size: 1754px 265px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"],
		.mowhy-wrap3 a {
			height: 240px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"] {
			background-size: 794px 240px !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"]:last-child {
			background-position: 40% 50% !important;
		}
		.mowhy-wrap3 a .mowhy-title {
			margin-top:45px !important;
			margin-bottom:13px !important;
			font-size: 24px !important;
		}
		.spstart_vi_wrap {
			background-repeat: no-repeat;
			background-position: -120px 100% !important;
			background-size: 661px 235px !important;
		}
		.spstart_vi_wrap1 {
			background-image: url("img/spstart_vi_img01.png");
		}
		.spstart_vi_wrap2 {
			background-image: url("img/spstart_vi_img02.png");
		}
		.spstart_vi_wrap10 {
			background-image:url("img/spstart_vi_img10.png");
		}
		.spstart_vi_title {
			font-size:24px;
			line-height:28px;
		}
		.spstart_vi_title span {
			font-size:15px;
			padding-bottom:15px;
		}
		.spstrat_group p {
			font-size:15px;
			margin:15px 0 0 0;
		}
		.spstart_vi_btn {
			margin:5px 0 0;
		}
	}
	@media only screen and ( max-width: 991px) {

		.common_vi_wrap5 .common_vi_frame {
			font-size:22px !important;
			line-height:28px !important;
		}
		.mowhy-wrap3 a .mowhy-title {
			font-size: 22px !important;
		}
		.spstart_vi_wrap {
			background-position: -270px 100% !important;
			background-size: 591px 210px !important;
		}
		.spstart_vi_title {
			font-size:22px;
			line-height:26px;
		}
		.spstart_vi_title span {
			font-size:14px;
		}
		.spstrat_group p {
			font-size:14px;
			margin:10px 0 0 0;
		}
		.spstart_vi_btn {
			margin:0;
		}
		.main-title {
    		line-height: 22px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.spstart_vi_frame {
			height:auto;
			padding:30px 0 35px;
		}
		.spstart_vi_wrap {
			background-image:none !important;
		}
		.spstart_vi_title {
			font-size:20px;
			line-height:24px;
		}
		.mowhy-wrap3 .container_2 {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
		.mowhy-wrap3 .not-space>[class*="col-"],
		.mowhy-wrap3 a {
			height: 200px !important;
		}
		.mowhy-wrap3 a .mowhy-title {
			margin-top:0 !important;
			padding-top:53px !important;
			font-size: 20px !important;
		}
	}



/* common_wrap */
	.common_vi_wrap {
		display:table;
		width:100%;
	}
	.common_vi_frame {
		display:table-cell;
		width:100%;
		height:192px;
		/*color:#fff;*/
		font-size:34px;
		line-height:38px;
		text-align:center;
		letter-spacing: -0.7px;
		vertical-align:middle;
		/*text-shadow: 0 0 3px rgba(0, 0, 0, .1);*/
		background-image: url("img/vi_01.png");
		background-repeat: repeat-x;
		background-position: 50% 0;
	}
	.common_vi_wrap2 .common_vi_frame,
	/* 마이페이지 */
	.common_vi_wrap6 .common_vi_frame {
		/* color:#464646; */
		/*text-shadow: 0 0 3px rgba(255, 255, 255, .1);*/
		/* background-image: url("img/vi_02.png"); */
		height:160px;
		background-image:none;
		font-size:36px;
	}
	.common_vi_wrap3 .common_vi_frame {
		background-image: url("img/vi_03.png");
	}
	.common_vi_wrap7 .common_vi_frame {
		background-image: url("img/vi_07.png");
	}
	.common_vi_wrap8 .common_vi_frame {
		background-image: url("img/project_banner_white.png");
	}
	.common_vi_wrap4 .common_vi_frame {
		font-size:28px;
		line-height:34px;
		background-image: url("img/vi_04.png");
	}
	.common_vi_wrap5 .common_vi_frame {
		height:290px;
		color:#464646;
		font-size:26px;
		line-height:34px;
		text-shadow: none;
		background-image: url("img/vi_05.png");
	}
	.common_vi_frame p {
		font-size:20px;
		font-weight: 400;
		line-height:26px;
		margin:5px 0 0;
		padding:0 20px;
	}
	.common_vi_frame h2 {
		font-size:32px;
		line-height:36px;
	}
	.common_vi_frame h4 {
		font-size:22px;
		line-height:25px;
		margin:10px 0 0 0;
	}
	.terms_contents {
		padding:55px 0;
	}
	.terms_contents .nav-tabs li {
		padding:0;
		border-bottom: 1px solid #d1d1d1;
	}
	.terms_contents .nav-tabs>li>a {
		position: relative;
		bottom:-1px;
		height:46px;
		color:#9f9f9f !important;
		font-size:18px;
		line-height:43px !important;
		border:none;
		margin:0;
		background-color:transparent !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	.terms_contents .nav-tabs>li.active>a,
	.terms_contents .nav-tabs>li.active>a:focus,
	.terms_contents .nav-tabs>li.active>a:hover {
		color:#002fa3 !important;
		border:none;
		border-bottom: 2px solid #002fa3 !important;
		background-color:transparent !important;
	}
	.terms_contents .tab-content {
		font-size:14px;
		line-height:25px;
	}
	.terms_contents .tab-content h5 {
		font-size:20px;
		font-weight: 700 !important;
		margin:56px 0;
	}
	.terms_contents .tab-content h6 {
		font-size:16px;
		font-weight: 700 !important;
		margin-bottom:25px;
	}
	.terms_contents .tab-content p {
		margin: 0 0 8px;
	}
	.terms_contents .tab-content ul,
	.terms_contents .tab-content ol {
	  margin-top: 0;
	  margin-bottom: 8px;
	}
	.terms_contents .tab-content ul ul,
	.terms_contents .tab-content ol ul,
	.terms_contents .tab-content ul ol,
	.terms_contents .tab-content ol ol {
	  margin-bottom: 0;
	}

	.community_vi_wrap {
		display:table;
		width:100%;
	}
	.community_vi_frame {
		position: relative;
		display:table-cell;
		width:100%;
		height:400px;
		color:#fff;
		font-size:41px;
		text-align:center;
		letter-spacing: -0.7px;
		vertical-align:middle;
		text-shadow: 0 0 3px rgba(0, 0, 0, .1);
		background-repeat: repeat-x;
		background-position: 50% 50%;
	}
	.community_vi_zindex {
		position: relative;
		z-index:10;
	}
	.community_vi_zindex span {
		display:block;
		margin-bottom:7px;
	}
	.community_vi_frame::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		background-color: rgba(0, 0, 0, .6);
	}
	.community_vi_frame .text-right {
		border-right: 1px solid #fff;
	}
	.mcd-items {
		float:right;
		font-size:14px;
		text-align:center;
		font-weight: 400;
		padding:0 25px;
	}
	.text-left .mcd-items:last-child {
		float:left;
	}
	.mcd-items strong {
		display:block;
		font-size:21px;
		letter-spacing: .0em;
		margin-top:5px;
	}
	.mcd-items i {
		display:block;
		width:36px;
		height:36px;
		margin:0 auto;
		border: 2px solid #fff;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 20px 20px;
		background-image: url("img/mcd_icon02.png");
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.text-left .mcd-items i {
		background-image: url("img/mcd_icon02.png");
	}
	.mcd_info {
		color:#464646;
		font-size:16px;
		line-height:25px;
		padding:45px 0;
	}
	.mcd_info .media-object {
		width:170px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.mcd_info .media-body {
		padding-left:25px;
		padding-right:20px;
	}
	.mcd_info .mcd_info_line {
		padding-bottom:45px;
		border-bottom: 1px solid #9f9f9f;
	}
	.mcd_info .s-text {
		color:#464646;
		font-size:14px;
	}
	.s-text2 {
		font-size:16px;
	}



/* detail */
	.detail_vi_wrap {
		display:table;
		width:100%;
		margin-top:60px;
	}
	.detail_vi_wrap2 .detail_vi_frame {
	   background-image: url("img/project_banner_white.png");
	}
	.detail_vi_frame {
		position: relative;
		display:table-cell;
		width:100%;
		height:400px;
		text-align:center;
		letter-spacing: -0.7px;
		vertical-align:middle;
		background-repeat: repeat-x;
		background-position: 50% 50%;
	}
	.inv_detail_vi_frame {
		position: relative;
		display:table-cell;
		width:100%;
		height:200px;
		text-align:center;
		letter-spacing: -0.7px;
		vertical-align:middle;
		background-repeat: repeat-x;
		background-position: 50% 50%;
	}
	.detail_vi_zindex {
		position: relative;
	}
	.detail_vi_zindex .detail_vi_type {
		color:#fff;
		font-size:20px;
	}
	.detail_vi_zindex span {
		position: relative;
		top:-2px;
		color:#fff;
		font-size:18px;
		padding:3px 25px 3px;
		display:inline-block;
		margin-bottom:16px;
		background-color:#002fa3;
	}
	.detail_vi_zindex span.invest {
		color:#fff;
		background-color:#002fa3;
	}
	.detail_vi_zindex strong {
		color: rgba(255, 255, 255, 0.8);
		font-size:16px;
		margin-left:5px;
		font-weight: 400;
	}
	.detail_vi_zindex p {
		color:#fff;
		font-size:20px;
		margin:55px 0 0;
	}
	.detail_vi_frame h2 {
		color:#fff;
		font-size:34px;
		line-height:44px;
		font-weight: 400;
		/*text-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
		margin:0;
	}
	.detail_vi_frame h4 {
		color:#fff;
		font-size:18px;
		line-height:30px;
		font-weight: 400;
		/*text-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
		margin:10px 0 0 0;
	}
	.detail_vi_frame::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		background-color: rgba(0, 0, 0, .35);
	}

	.inv_detail_vi_frame h2 {
		color:#464646;
		font-size:34px;
		line-height:44px;
		font-weight: 400;
		/*text-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
		margin:0;
	}
	.inv_detail_vi_frame h4 {
		color:#464646;
		font-size:18px;
		line-height:30px;
		font-weight: 400;
		/*text-shadow: 0 0 3px rgba(0, 0, 0, .2);*/
		margin:10px 0 0 0;
	}
	.inv_detail_vi_frame::before {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 0;
		content: "";
		background-color: #fff;
	}


	.detail_wrap {
		margin-top:50px;
	}

	.detail_order_wrap {
		margin-bottom:20px;
	}
	.detail_order_wrap .detail_order_price {
		color:#464646;
		font-size:30px;
		line-height:30px;
		margin-bottom:10px;
	}
	.detail_order_wrap .detail_order_goal {
		color:#959595;
		font-size:16px;
		line-height:20px;
	}
	.detail_order_wrap .detail_order_progress {
		margin:43px 0 0 0;
	}
	.detail_order_wrap .detail_order_progress .progress {
		overflow:visible;
		margin: 3px 0 6px 0;
		height: 8px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}
	.detail_order_wrap .detail_order_progress .progress-bar {
		text-align:right;
		line-height: 8px;
	}
	.detail_order_wrap .detail_order_progress .progress-bar span {
		position: relative;
		top:-32px;
		width:46px;
		height:23px;
		line-height:22px;
		text-align:center;
		letter-spacing: .033em;
		margin-right:-23px;
		display:inline-block;
		background-color:#1d61ab;
	}
	.detail_order_wrap .detail_order_progress .progress-bar span:after {
		content:"";
		position:absolute;
		left:50%;
		margin-left:-5px;
		bottom:-5px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #1d61ab;
	}

	.detail_order_rp {
		color:#959595;
		font-size:14px;
		letter-spacing: -0.7px;
		margin-bottom:15px;
	}
	.detail_order_rp span {
		margin-right:18px;
	}
	.detail_order_rp em {
		position: relative;
		top:2px;
		color:#464646;
		font-size:20px;
		font-style:normal;
		margin-left:8px;
	}
	.detail_order_rp strong {
		letter-spacing: .0em;
	}

	.detail_order_btn {
		margin-top:12px;
	}

	.detail_order_info {
		margin-top:10px;
	}
	.detail_order_info.invest {
		margin-top:25px;
	}
	.detail_order_info_head {
		color: #464646;
	    font-size: 14px;
	    line-height: 20px;
	    background-color: #ffffff;
	    box-shadow: 0 2px 7px 0 rgba(198, 198, 198, 0.5);
	    border-radius: 4px;
	    letter-spacing: -0.7px;
	    padding: 13px 24px 13px 22px ;
	    display:flex;
	}
	.detail_order_info.invest .detail_order_info_head {
		padding:10px 13px;
	}
	.detail_order_info_head .tag-wrap,
	.detail_order_info_head strong,
	.detail_order_info_head p {
		margin:0;
		margin-left:4px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-transform: uppercase;
	}
	.detail_order_info_head .tag-wrap span {
		color:#a1a1a1;
		margin-right:3px;
	}
	.detail_order_info_head strong {
		color:#464646;
		font-size:16px;
	}
	.detail_order_info_head .imgava {
		width:34px !important;
		height:34px !important;
		margin:2px;
		background-color:#fff;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		background-position: 50% 50%;
		background-size: 34px 34px;
		background-repeat: no-repeat;
		background-image: url("img/user_noimg.png");
	}
	.detail_order_info_head .imgava img {
		width:34px !important;
		height:34px !important;
		background:#fff;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		border: 1px solid #969696;
	}
	.detail_order_info_btn {
		border: 1px solid #d4d4d4;
		border-top:none;
	}
	.detail_order_info_btn a {
		display:block;
		padding:0 0 1px;
		color:#959595;
		font-size:16px;
		line-height:37px;
		text-align:center;
		letter-spacing: -0.7px;
	}
	.detail_order_info_btn_link a {
		display:inline-block;
		padding:0 4px 2px;
		font-size:16px;
		line-height:30px;
	}
	.detail_order_info_btn_link a:first-child {
		margin:0 0 0 12px;
	}
	.detail_order_info_btn a.first-child {
		border-right: 1px solid #ddd;
	}
	.detail_order_info_btn a:hover {
		color:#464646;
	}

	.detail_order_sns {
		position: relative;
		color:#727272;
		font-size:16px;
		line-height:24px;
		text-align:center;
		letter-spacing: -0.7px;
		padding:12px;
		border: 1px solid #d4d4d4;
		margin-top:20px;
	}
	.detail_order_sns_s {
		margin-top:15px;
		padding:13px;
	}
	/*
	.detail_order_sns:after {
		content:"";
		position:absolute;
		left:-1px;
		top:-1px;
		border-left: 0 solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #ff0071;
	}
	*/
	.detail_order_sns strong {
		position: relative;
		top:1px;
		color:#ff0071;
		font-size:18px;
		letter-spacing: .0em;
	}
	.detail_order_sns_btn {
		margin:8px 0 0 0;
	}
	.detail_order_sns_btn ul {
		margin:0;
		padding:0;
	}
	.detail_order_sns_btn ul li {
		width:35%;
		float:left;
		display:inline-block;
		letter-spacing: -0.7px;
	}
	.detail_order_sns_btn ul li:first-child {
		width:68%;
		margin-right:5px;
	}
	.detail_order_sns_btn ul li:last-child {
		width:30%;
		padding:0;
		letter-spacing: .0em;
	}
	.detail_order_sns_btn a {
		display:block;
		overflow: hidden;
		color:#727272;
		font-size:14px;
		text-align:center;
		height:36px;
		line-height:35px;
		border: 1px solid #d4d4d4;
		border-radius: 6px;
	}
	.detail_order_sns_btn a:hover {
		color:#464646;
		border-color: #d1d1d1;
	}
	.detail_order_sns_btn ul li a small {
		position: relative;
		top:-1px;
		width:18px;
		height:26px;
		font-style:normal;
		display:inline-block;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 15px 15px;
		background-image: url("img/sns_url.png");
	}
	.detail_order_sns_btn ul li:last-child a small {
		width:16px;
		background-image: url("img/sns_share.svg");
	}
	.detail_order_sns_btn ul li:first-child a small {
		width:16px;
		background-image: url("img/sns_heart.png");
	}
	.detail_order_sns_btn ul li.heart_btn a.active small {
		background-image: url("img/sns_heart_active.png");
	}

	.detail_order_sns_btn .share_heart_btn a {
		display: block;
		font-size: 14px;
		color: #727272;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #d4d4d4;
		border-radius: 6px;
	}

	.detail_order_sns_btn .share_heart_btn a:hover {
		color: #464646;
		border-color: #d1d1d1;
	}

	.detail_order_sns_btn .share_heart_btn a small {
		position: relative;
		top: -1px;
		width:16px;
		height:26px;
		font-style:normal;
		display:inline-block;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 15px 15px;
		background-image: url("img/sns_heart.png");
	}

	.detail_order_sns_btn .share_heart_btn a.active small {
		background-image: url("img/sns_heart_active.png");
	}

a.heart_btn {
		display:inline-block;
		margin-top:4px;
		margin-right:10px;
	}
	a.heart_btn small {
		position: relative;
		top:-1px;
		width:16px;
		height:26px;
		font-style:normal;
		display:inline-block;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 15px 15px;
		background-image: url("img/sns_heart.png");
	}
	a.heart_btn.active small {
		background-image: url("img/sns_heart_active.png");
	}

	.detail_invest_s {
		margin-top:20px;
	}
	.detail_invest_s .btn {
		margin-bottom:9px !important;
	}
	.detail_invest_s span.btn-default-outline:hover,
	.detail_invest_s span.btn-default-outline:active,
	.detail_invest_s span.btn-default-outline.hover,
	.detail_invest_s .btn-default-outline {
		color:#959595;
		border-color:#ddd;
	}

	.detail_project_noti {
		color:#464646;
		font-size:16px;
		text-align:center;
		line-height:24px;
		letter-spacing: -0.7px;
		margin-bottom:100px;
	}
	.detail_not-area {
		margin-top:0px;
		margin-bottom:60px;
		background-color:#ffffff;
		text-align: left;
	}
	.news_plus_btn {
		margin-bottom:6px;
	}
	.news_plus_btn a {
		display:inline-block;
		color:#002fa3;
		font-size:18px;
		line-height:33px;
		letter-spacing: -0.7px;
		padding:8px 0;
	}
	.news_plus_btn a i {
		position: relative;
		top:-2px;
		display:inline-block;
		width:20px;
		height:20px;
		margin-left:6px;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 20px 20px;
		background-image: url("img/icon-plus1.png");
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}

	.detail_contents {
		margin-top:30px;
		margin-bottom:50px;
	}

	.detail_rex {
		margin-top:50px;
		color:#555;
		font-size:16px;
		line-height:26px;
		letter-spacing: -0.7px;
		padding:20px;
		background-color:#f3f3f3;
	}
	.detail_rex ol {
		margin:0;
		padding:0;
	}
	.detail_rex ol li {
		margin:8px 2px;
	}
	.detail_rex strong {
		display:block;
		color:#002fa3;
		font-weight: 400;
		margin-bottom:4px;
	}
	.detail_rex li a {
		color:#464646;
		text-decoration:underline;
	}
	.detail_rex_p {
		color:#002fa3;
		font-size:16px;
		line-height:26px;
		letter-spacing: -0.7px;
		padding:15px;
	}

	.project_per {
		color:#464646;
		font-size:16px;
		letter-spacing: -0.7px;
		margin:35px 0 0 !important;
	}
	.project_per_frame {
		text-align:center;
		padding:20px;
		background-color:#f3f3f3;
		margin:31px 0 35px;
	}
	.project_per_frame a {
		position: relative;
		top:-1px;
		font-size:90%;
	}
	.project_per strong {
		display:block;
		font-size:18px;
		font-weight: 700;
		margin-bottom:5px;
	}
	.project_per ul,
	.project_per ul li {
		margin:6px 0;
		padding:0;
		line-height:26px;
	}
	.project_per ul {
		margin:0 0 0 17px;
		list-style-type: disc !important;
	}
	.project_per_frame ul {
		margin:0;
		list-style-type: none !important;
	}
	.project_per_frame ul li {
		margin:0 !important;
		line-height:22px;
	}

	.st-items-wrap {
		margin-top:25px;
	}
	.st-items-title {
		color:#464646;
		font-size:18px;
		letter-spacing: -0.7px;
		margin-bottom:5px;
		margin-top:70px;
	}
	.sded_wrap_frame {
		min-height:210px;
		margin-top:10px;
		padding:8px;
		background-color:#fff;
		border: 1px solid #eaeaea;
	}
	.sded_wrap_frame .table td {
		font-size:13.8px !important;
	}
	.sded_wrap_frame_bond {
		min-height:170px;
	}

	.sded_wrap {
		clear:both;
		margin-top:40px;
		margin-bottom:20px;
		padding:17px 15px 12px;
		text-align:center;
		background-color:#fff;
		border: 1px solid #d4d4d4;
	}
	.sded_wrap .loop-dot {
		position:relative;
		min-height:94px;
		background-image: url("img/loop_dot.png");
		background-repeat: repeat-x;
		background-position: 50% 22%;
		background-size:8px 9px;
	}
	.sded_wrap .loop-dot-group {
		position:relative;
		color:#464646;
		font-size:14px;
		line-height:21px;
		text-align:center;
		display:inline-block;
	}
	.sded_wrap .child1 .loop-dot-group {
		float:left;
	}
	.dinvest_wrap_contents .sded_wrap .child1 .loop-dot-group {
		float:none;
	}
	.sded_wrap .child3_2:before,
	.sded_wrap .child5:before,
	.notbond.sded_wrap .child4:before,
	.sded_wrap .child1:before {
		content: '';
		position: absolute;
		width:50%;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 1;
		background-color:#fff;
	}
	.sded_wrap .child3_2 .loop-dot-group {
		float:right;
	}
	.notbond.sded_wrap .child4:before,
	.sded_wrap .child3_2:before,
	.sded_wrap .child5:before {
		left: auto;
		right: 0;
	}
	.sded_wrap .loop-dot-group *  {
		position:relative;
		z-index:2;
	}
	.sded_wrap .loop-dot-group em  {
		display:inline-block;
		padding:0 7px;
		background-color:#fff;
	}
	.sded_wrap .loop-dot-group i  {
		display:block;
		margin:0 auto;
		margin-bottom:4px;
		width:43px;
		height:43px;
		background-color:#fff;
		border: 2px solid #002fa3;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size:23px 24px;
	}
	.sded_wrap .loop-dot.child1 i  {
		background-image: url("img/loop_dot_11.png");
	}
	.sded_wrap.bond .loop-dot.child1 i  {
		background-image: url("img/loop_dot_11.png");
	}
	.sded_wrap .loop-dot.child2 i  {
		background-image: url("img/loop_dot_2.png");
	}
	.sded_wrap .loop-dot.child3 i  {
		background-image: url("img/loop_dot_3.png");
	}
	.sded_wrap .loop-dot.child3_2 i  {
		background-size:26px 27px;
		background-image: url("img/loop_dot_3_2.png");
	}
	.sded_wrap .loop-dot.child4 i  {
		background-size:24px 25px;
		background-image: url("img/loop_dot_4.png");
	}
	.sded_wrap .loop-dot.child5 i  {
		background-image: url("img/loop_dot_5.png");
	}
	.sded_wrap .loop-dot-group strong  {
		display:block;
		color:#002fa3;
		font-weight: 400;
		white-space: nowrap;
		letter-spacing: -0.7px;
	}
	.sded_wrap .loop-dot-group p  {
		margin:0;
	}


/* member_wrap */
	.member_wrap {
		display:table;
		width:100%;
	}
	.member_wrap .member_frame {
		display:table-cell;
		width:100%;
		padding:86px 0;
		text-align:center;
		vertical-align:middle;
		background-image: url("img/login_bg.jpg");
		background-repeat: repeat-x;
		background-position: 50% 0;
		background-size: cover;
	}
	.mcreate_wrap .member_frame {
		padding:60px 0;
	}
	.member_wrap .mcreate_lpopup,
	.member_wrap .login_lpopup {
		max-width:540px;
		margin:0 auto;
		padding:62px 85px;
		background-color:#fff;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
	.member_wrap .mcreate_lpopup {
		max-width:470px;
		padding:40px 85px;
	}
	.member_wrap .login_lpopup .login_logo {
		margin: 10px auto;
		width: 220px;
		height: 50px;
		text-indent: -9999px;
		background-image: url("img/logo_blue.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 220px 50px;
	}
	.member_wrap .login_lpopup form {
		margin-top: 82px;
	}
	.member_wrap .login_lpopup .checkbox {
		color:#002fa3;
		text-align:left;
	}
	.sns_member_wrap {
		margin-top:20px;
	}
	.sns_login_info {
		font-size:16px;
		line-height:18px;
		margin-bottom:15px;
	}
	.sns_login_btn ul {
		padding:0;
		margin:5px auto;
	}
	.sns_login_btn ul li {
		padding:0;
		margin:0 6px;
		display:inline-block;
	}
	.sns_login_btn li a {
		width:44px;
		height:44px;
		display:block;
		text-indent: -9999px;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 44px 44px;
		border-radius: 2px;
	}
	.sns_login_btn li.nth-child1 a {
		background-image: url("img/login_sns_facebook.png");
	}
	.sns_login_btn li.nth-child2 a {
		background-image: url("img/login_sns_kakao.png");
	}
	.sns_login_btn li.nth-child3 a {
		background-image: url("img/login_sns_naver.png");
	}
	.sns_login_btn li.nth-child4 a {
		position: relative;
		top:1px;
		border: 1px solid #d1d1d1;
		background-image: url("img/login_sns_google.png");
	}
	.login_etc a {
		position: relative;
		color:#a1a1a1;
		font-size:16px;
		padding:0 10px;
	}
	.login_etc a:before {
		position: absolute;
		right:-2px;
		top:6px;
		content: "";
		height: 14px;
		width: 1px;
		background-color: #d1d1d1;
	}
	.login_etc a:last-child:before {
		display:none;
	}
	.sns_wide_btn {
		margin-top:141px;
	}
	.sns_wide_btn .row>[class*="col-"] {
		margin-top:7px;
	}
	.sns_wide_btn .row>[class*="col-"] a {
		width:100%;
		height:34px;
		color:#fff;
		font-size:12px;
		line-height:32px;
		font-weight: 400;
		letter-spacing: -0.7px;
		display:block;
		vertical-align:middle;
		background-repeat: no-repeat;
		background-position: 20px 50%;
		background-size: 40px 40px;
	}
	.sns_wide_btn .row>[class*="col-"] a span {
		margin-left:20px;
	}
	.sns_wide_btn .row>[class*="col-"]:nth-child(1) a {
		background-color:#00c73c;
		background-image: url("img/login_sns_naver.png");
	}
	.sns_wide_btn .row>[class*="col-"]:nth-child(2) a {
		background-color:#3e5c9a;
		background-image: url("img/login_sns_facebook.png");
	}
	.sns_wide_btn .row>[class*="col-"]:nth-child(3) a {
		color:#382121;
		background-color:#fbe300;
		background-image: url("img/login_sns_kakao.png");
	}
	.sns_wide_btn .row>[class*="col-"]:nth-child(4) a {
		color:#464646;
		border: 1px solid #a1a1a1;
		background-image: url("img/login_sns_google.png");
	}

	.sns_icon {
		padding:0 5px;
	}
	.sns_icon_group {
		margin-right:11px;
		vertical-align:top;
		display:inline-block;
		color:#464646;
		font-size:12.5px;
		text-align:center;
		letter-spacing: -0.7px;
	}
	.nth-child1 .sns_icon_group,
	.nth-child2 .sns_icon_group {
		margin-right:5px;
	}
	.sns_icon i {
		width:30px;
		height:30px;
		display:block;
		margin:0 auto;
		text-indent: -9999px;
		vertical-align:middle;
		border: 1px solid #d1d1d1;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 30px 30px;
	}
	.sns_icon .nth-child1 i {
		background-image: url("img/login_sns_facebook.png");
	}
	.sns_icon .nth-child2 i {
		background-image: url("img/login_sns_kakao.png");
	}
	.sns_icon .nth-child3 i {
		background-image: url("img/login_sns_naver.png");
	}
	.sns_icon .nth-child4 i {
		background-image: url("img/login_sns_google.png");
	}


/* fees_info */
	.fees_info {
		display:none;
		margin-top:15px;
		color:#464646;
		font-size:16px;
		overflow: hidden;
		background-color:#fff;
		border: 1px solid #002fa3;
		-webkit-box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 6px 8px rgba(0, 0, 0, 0.2);
		-webkit-transition: all 150ms linear 0s;
		transition: all 150ms linear 0s;
	}
	.fees_info_frame {
		padding:20px;
	}
	.fees_info .row {
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom: 1px solid #ddd;
	}
	.fees_info .row div:first-child {
		letter-spacing: -0.7px;
	}
	.fees_info .text-big {
		font-size:18px;
	}
	.fees_info ul {
		font-size:14px;
		line-height:26px;
		margin:0;
	}
	.fees_info ul ul {
		color:#666;
		margin:0 0 0 5px;
	}


/* if_limit_wrap */
	.if_limit_wrap {
		display:none;
		margin:9px 0 40px 0;
	}
	.if_limit {
		width:207px;
		height:207px;
		color:#464646;
		font-size:18px;
		text-align:center;
		line-height:28px;
		background-color:#fff;
		border: 1px solid #002fa3;
		background-repeat: no-repeat;
		background-position: 50% 26%;
		background-size: 57px 38px;
		background-image: url("img/money.png");
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		margin:0 auto;
	}
	.if_limit .if_limit_frame {
		margin-top:95px;
	}
	.if_limit strong {
		color:#002fa3;
		font-size:22px;
	}
	#if_loader {
		width:170px;
		height:170px;
		margin:15px auto;
		border:16px solid #f3f3f3;
		border-radius:50%;
		border-top:16px solid #ff107a;
		-webkit-animation:spin 2s linear infinite;
		animation:spin 2s linear infinite;
	}
	@-webkit-keyframes spin {
		0% { -webkit-transform:rotate(0deg); }
		100% { -webkit-transform:rotate(360deg); }
	}
	@keyframes spin {
		0% { transform:rotate(0deg); }
		100% { transform:rotate(360deg); }
	}
	.animate-bottom {
		position:relative;
		-webkit-animation-name:animatebottom;
		-webkit-animation-duration:1s;
		animation-name:animatebottom;
		animation-duration:1s
	}
	@-webkit-keyframes animatebottom {
		from { bottom:-40px; opacity:0 }
		to { bottom:0px; opacity:1 }
	}
	@keyframes animatebottom {
		from{ bottom:-40px; opacity:0 }
		to{ bottom:0; opacity:1 }
	}
	.if_loader {
		color:#ff0071;
		font-size:20px;
		line-height:28px;
		text-align:center;
		letter-spacing: -0.7px;
		padding-bottom:21px;
	}
	.if_text {
		-webkit-animation:fade 0.5s linear infinite;
		animation:fade 0.5s linear infinite;
	}


	@media only screen and ( max-width: 767px) {
		.detail_vi_wrap {
			margin-top:0px;
		}
		.if_limit_wrap {
			margin:9px 0 25px 0;
		}
		.if_limit {
			width:187px;
			height:187px;
			font-size:16px;
			line-height:24px;
			background-position: 50% 30%;
			background-size: 52px 35px;
		}
		.if_limit .if_limit_frame {
			margin-top:90px;
		}
		.if_limit strong {
			font-size:19px;
		}
		#if_loader {
			width:150px;
			height:150px;
			border-width:13px;
			border-top-width:13px;
		}
		@-webkit-keyframes animatebottom {
			from { bottom:-20px; opacity:0 }
			to { bottom:0px; opacity:1 }
		}
		@keyframes animatebottom {
			from{ bottom:-20px; opacity:0 }
			to{ bottom:0; opacity:1 }
		}
		.if_loader {
			font-size:18px;
			line-height:26px;
			padding-bottom:10px;
		}
	}


/* list_wrap */
	.list_wrap_word {
		font-size:16px;
		margin-top:70px;
		padding-bottom:50px;
		margin-bottom:15px;
		border-bottom: 1px solid #ddd;
	}
	.list_wrap_word .lwtitle {
		font-size:30px;
		line-height:40px;
		font-weight: 400;
		letter-spacing: -0.7px;
		margin-bottom:30px;
	}
	.list_wrap {
		padding:51px 0 70px;
	}
	.list_wrap2 {
		padding:70px 0 0;
	}
	.list_title {
		position: relative;
		font-size:30px;
		line-height:40px;
		font-weight: 400;
		letter-spacing: -0.7px;
		padding-bottom:30px;
		margin-top:5px;
		margin-bottom:30px;
	}
	.list_title_member {
		font-size:22px;
		line-height:30px;
		font-weight: 400;
		text-align:center;
		letter-spacing: -0.7px;
		margin-bottom:30px;
	}
	.list_title.list_title_none {
		padding-bottom:0;
		margin-bottom:40px;
	}
	.list_title.list_title_mb {
		margin-top:5px;
		margin-bottom:40px;
	}
	.list_wrap2 .list_title {
		margin-bottom:65px;
	}
	.list_title_right {
		text-align:right;
	}
	.list_title_big {
		color:#464646;
		font-size:34px;
		line-height:46px;
		margin-bottom:10px;
	}
	.list_title_big .list_title_search {
		font-size:18px;
		font-weight: 400;
	}
	.mcreate_lpopup .list_title {
		text-align:left;
		margin-bottom:40px;
	}
	.list_title::before {
		position: absolute;
		width: 50px;
		height: 2px;
		left: 0;
		bottom: 0;
		content: "";
		/* background-color: #464646; */
	}
	.list_title_right::before {
		left: auto;
		right:0;
	}
	.list_title_none::before,
	.list_title_big::before {
		background-color: #fff;
	}
	.list_summury {
		color:#464646;
		font-size:16px;
		line-height:26px;
		letter-spacing: -0.7px;
		text-transform: uppercase;
		margin-bottom:35px;
	}
	.list_summury_big {
		font-size:18px;
		margin-bottom:55px;
	}
	.list_wrap hr {
		margin:40px 0 26px;
		border-color: #ededed;
	}
	.list_link_tab {
		font-size:16px;
		margin-top:10px;
		margin-bottom:22px;
		margin-left:10px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco {
		font-size:16px;
		margin-top:10px;
		margin-bottom:22px;
		margin-left:10px;
	}
	.list_link_tab_news {
		margin:0;
	}
	.list_link_tab strong {
		font-weight:400;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco strong {
		font-weight:400;
	}
	.list_link_tab ul {
		margin:3px 0 0 0;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco ul {
		margin:3px 0 0 0;
	}
	.list_link_tab ul,
	.list_link_tab ul li {
		margin:0;
		padding:0;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco ul,
	.list_link_tab_makeco ul li {
		margin:0;
		padding:0;
	}
	.list_link_tab li > a {
		position: relative;
		display:inline-block;
		color:#a1a1a1;
		font-size:16px;
		line-height:24px;
		font-weight:400;
		letter-spacing: -0.7px;
		padding:0 10px 0 20px;
		margin:6px 0;
		white-space: nowrap;
		-webkit-transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li > a {
		position: relative;
		display:inline-block;
		color:#b5b5b5;
		font-size:16px;
		line-height:24px;
		font-weight:400;
		letter-spacing: -0.7px;
		padding:0 10px 0 20px;
		margin:6px 0;
		white-space: nowrap;
		-webkit-transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
		transition:opacity .2s ease,
		background-color .2s ease,
		color .2s ease,
		background .2s ease;
	}
	.list_link_tab_news li > a {
		padding-left:10px;
	}
	.list_link_tab li > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:2px;
		height:14px;
		content: "";
		margin-top:-6px;
		margin-left:1px;
	}
	.list_link_tab li > a:active,
	.list_link_tab li > a:focus,
	.list_link_tab li > a:hover,
	.list_link_tab li.active > a {
		color:#002fa3;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li > a:active,
	.list_link_tab_makeco li > a:focus,
	.list_link_tab_makeco li > a:hover,
	.list_link_tab_makeco li.active > a {
		color:#464646;
	}
	.list_link_tab li.active > a:before {
		background-color: #002fa3;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li.active > a:before {
		background-color: #464646;
	}
	.list_link_tab li.vpass > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/check_red2.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li.vpass > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_active.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li.vpass > div > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_active.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 2*/
	.list_link_tab_makeco li.vpass > div > div > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_active.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}

	/* 기업정보등록 메뉴 관련 css 추가 3*/
	.list_link_tab_makeco li.vnopass > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_inactive.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 3*/
	.list_link_tab_makeco li.vnopass > div > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_inactive.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}
	/* 기업정보등록 메뉴 관련 css 추가 3*/
	.list_link_tab_makeco li.vnopass > div > div > a:before {
		position: absolute;
		left:0;
		top:50%;
		width:16px;
		height:16px;
		content: "";
		margin-top:-8px;
		margin-left:0;
		background-color: transparent;
		background-image: url("img/ic_rcheckbox_inactive.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 14px 14px;
	}


	.list_link_tab li > div.no-aTag { cursor:default; position:relative; display:inline-block; color:#a1a1a1; font-size:14px; line-height:24px; font-weight:400; letter-spacing:-0.7px; padding:0 10px 0px 20px; margin:6px 0; white-space:nowrap; -webkit-transition:opacity .2s ease, background-color .2s ease, color .2s ease, background .2s ease; transition:opacity .2s ease, background-color .2s ease, color .2s ease, background .2s ease; }
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li > div.no-aTag { cursor:default; position:relative; display:inline-block; color:#b5b5b5; font-size:14px; line-height:24px; font-weight:400; letter-spacing:-0.7px; padding:0 10px 0px 20px; margin:6px 0; white-space:nowrap; -webkit-transition:opacity .2s ease, background-color .2s ease, color .2s ease, background .2s ease; transition:opacity .2s ease, background-color .2s ease, color .2s ease, background .2s ease; }
	.list_link_tab li > div.no-aTag:before { position:absolute; left:0; top:50%; width:2px; height:14px; content:""; margin-top:-6px; margin-left:1px; }
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li > div.no-aTag:before { position:absolute; left:0; top:50%; width:2px; height:14px; content:""; margin-top:-6px; margin-left:1px; }
	.list_link_tab li > div.no-aTag:active,
	.list_link_tab li > div.no-aTag:focus,
	.list_link_tab li > div.no-aTag:hover,
	.list_link_tab li.active > div.no-aTag { color:#002fa3; }
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li > div.no-aTag:active,
	.list_link_tab_makeco li > div.no-aTag:focus,
	.list_link_tab_makeco li > div.no-aTag:hover,
	.list_link_tab_makeco li.active > div.no-aTag { color:#464646; }
	.list_link_tab li.active > div.no-aTag:before { background-color: #002fa3; }
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li.active > div.no-aTag:before { background-color: #464646; }
	.list_link_tab li.vpass > div.no-aTag:before { position:absolute; left:0; top:50%; width:16px; height:16px; content:""; margin-top:-8px; margin-left:0; background-color:transparent; background-image:url("img/check_red2.png"); background-repeat:no-repeat; background-position:50% 50%; background-size:14px 14px; }
	/* 기업정보등록 메뉴 관련 css 추가 */
	.list_link_tab_makeco li.vpass > div.no-aTag:before { position:absolute; left:0; top:50%; width:16px; height:16px; content:""; margin-top:-8px; margin-left:0; background-color:transparent; background-image:url("img/ic_rcheckbox_active.svg"); background-repeat:no-repeat; background-position:50% 50%; background-size:14px 14px; }
	/* 기업정보등록 메뉴 관련 css 추가 3*/
	.list_link_tab_makeco li.vnopass > div.no-aTag:before { position:absolute; left:0; top:50%; width:16px; height:16px; content:""; margin-top:-8px; margin-left:0; background-color:transparent; background-image:url("img/ic_rcheckbox_inactive.svg"); background-repeat:no-repeat; background-position:50% 50%; background-size:14px 14px; }

	.list_category {
		position: static;
		top:auto;
		padding:15px 0;
	}
	.list_category.category_fixed {
		position:fixed;
		top:0;
		z-index:2;
		width:100%;
		background-color: #fff;
		-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	}
	.list_category .dropdown-toggle,
	.list_category2 .dropdown-toggle {
		position: relative;
		display:block;
		width: 100%;
		height: 36px;
		color: #002fa3;
		font-size: 18px;
		font-weight:400;
		line-height: 35px;
		overflow: hidden;
		cursor: pointer;
		padding:0 20px;
		border: 1px solid #002fa3;
		background-color: transparent;
	}
	.list_category .dropdown-toggle:before,
	.list_category2 .dropdown-toggle:before {
		position: absolute;
		right:20px;
		font-size: 24px;
		font-weight:400;
		content: "\f107";
		font-family: "FontAwesome";
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: 200ms all ease-out;
		transition: 200ms all ease-out;
	}
	.list_category .dropdown.open .dropdown-toggle:before,
	.list_category2 .dropdown.open .dropdown-toggle:before {
		-webkit-transform: rotate(180deg) !important;
		transform: rotate(180deg) !important;
	}
	.list_category .dropdown .dropdown-menu,
	.list_category2 .dropdown .dropdown-menu {
		width: 100%;
		margin-top:-1px;
		border: none;
		padding: 0;
		background-color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: 1px solid #002fa3;
	}
	.list_category .dropdown .dropdown-menu li a,
	.list_category2 .dropdown .dropdown-menu li a {
		display: block;
		color: #555;
		font-size: 16px;
		line-height:28px;
	}
	.list_category .dropdown .dropdown-menu li a:hover,
	.list_category .dropdown .dropdown-menu li a:focus,
	.list_category2 .dropdown .dropdown-menu li a:hover,
	.list_category2 .dropdown .dropdown-menu li a:focus {
		color: #002fa3;
		text-decoration: none;
	}
	.list_category .dropdown .dropdown-menu li.active a,
	.list_category2 .dropdown .dropdown-menu li.active a {
		color: #fff;
	}


/* panel-news */
	.panel-news {
		font-size:16px;
		line-height:28px;
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
		padding:0;
	}
	.panel-frame {
		padding:0;
	}
	.panel-news .panel-heading {
		padding:0;
	}
	.panel-news .panel-title {
		padding:0;
		color:#464646;
		font-size:20px;
		font-weight: 700;
		line-height:30px;
		margin-top:3px;
	}
	.panel-news .panel-body {
		padding:0;
		padding-top:25px;
		padding-bottom:25px;
	}
	.list-group-m .list-group-item {
		padding-top:5px;
		padding-bottom:15px;
	}
	.list-group-ne .list-group-item:last-child {
		border-bottom: 2px solid #fff !important;
	}


	.modal .panel-news {
		font-size:14px;
		line-height:25px;
	}
	.modal .panel-news .panel-heading {
		padding:0;
	}
	.modal .panel-news .panel-title {
		padding:0;
		color:#464646;
		font-size:18px;
		line-height:24px;
		margin-top:0;
	}
	.modal .panel-news .panel-body {
		padding:0;
		padding-top:15px;
	}
	.modal .list-group-m .list-group-item {
		padding:0;
		padding-top:5px;
		padding-bottom:10px;
	}


/* rewards-modal-head */
	.rewards-modal-head {
		color:#464646;
		text-align:center;
		padding-top:37px;
		background-image: url("img/logo_blue.svg");
		background-repeat: no-repeat;
		background-position: 50% 10px;
		background-size: 123px 20px;
	}
	.rewards-modal-head h3 {
		color:#002fa3;
		font-size:30px;
		line-height:38px;
		font-weight: 400;
		letter-spacing: -.05em;
		margin:10px 0;
	}
	.rewards-modal-head-big h3 {
		font-size:22px;
		line-height:30px;
		margin:30px 0 0;
	}
	.rewards-modal-head-big h3.sm {
		color:#464646;
		font-size:18px;
		line-height:28px;
		font-weight: 400;
		letter-spacing: .0em;
		margin:20px 0 5px;
	}
	.rewards-modal-head-big h3.sm-small {
		font-size:16px;
		line-height:24px;
	}
	@media only screen and ( max-width: 767px) {
		.rewards-modal-head-big h3.sm-small {
			font-size:15px;
			line-height:22px;
		}
	}
	.rewards-modal-head h4 {
		font-size:16px;
		line-height:22px;
		font-weight: 400;
		letter-spacing: -0.7px;
		margin:0 0 10px;
	}
	.rewards-modal-head h6,
	.rewards-modal-head h5 {
		color:#002fa3;
		font-size:22px;
		line-height:32px;
		font-weight: 400;
		letter-spacing: -0.7px;
		margin:0 0 25px;
	}
	.rewards-modal-head h6 {
		color:#464646;
		font-size:20px;
		margin:0 0 30px;
	}
	.rewards-modal-head p {
		font-size:16px;
		margin:0;
	}
	.rewards-modal-head p.big {
		font-size:18px;
		letter-spacing: -0.7px;
	}
	.rewards-modal-head p.big-blue {
		color:#002fa3;
		font-size:22px;
		font-weight: 400;
		letter-spacing: -0.7px;
	}
	.rewards-modal-head p.small-t {
		font-size:14px;
		font-weight: 400;
		line-height:22px;
		letter-spacing: -0.7px;
	}
	.rewards-modal-head p span {
		font-size:14px;
		letter-spacing: -0.7px;
		margin-right:10px;
	}

	.rewards-modal-border {
		color:#bbb;
		font-size:14px;
		text-align:center;
		padding:8px;
		border: 1px solid #ccc;
		margin:20px 0;
	}
	.rewards-modal-border span {
		position: relative;
		color:#464646;
		margin-left:8px;
		padding-left:13px;
	}
	.rewards-modal-border span:before{
		content: '';
		position: absolute;
		width:1px;
		height:13px;
		margin-top:-6px;
		background-color:#ccc;
		top: 50%;
		left: 0;
	}

	.rewards-modal-table .table {
		border:none;
	}
	.rewards-modal-table .table:first-child {
		margin-top:40px;
	}
	.rewards-modal-table .table thead th {
		color:#464646;
		font-size:16px;
		letter-spacing: -.02em;
		border-top:none;
		text-align:left;
		padding-left:15px;
		padding-right:15px;
	}
	.rewards-modal-table .table td {
		color:#464646;
		font-size:14px;
		border-top:none;
		padding:7px 5px;
	}
	.rewards-modal-table .table td.td_hi {
		height:65px;
	}
	.rewards-modal-table .table tr:first-child td {
		padding-top:13px;
	}
	.rewards-modal-table .table tr td:first-child {
		position: relative;
		color:#959595;
		padding-left:22px;
		letter-spacing: -.02em;
	}
	.rewards-modal-tail-text {
		color:#888;
		font-size:16px;
		line-height:26px;
		text-align:center;
		letter-spacing: -0.7px;
		padding-top:25px;
		padding-bottom:40px;
	}


/* mriqa_sub */
	.mriqa_con,
	.mriqa_sub {
		color:#464646;
		font-size:15.5px;
		line-height:29px;
		padding:25px 0 4px 0;
	}
	.mriqa_con {
		padding:4px 0;
	}
	.mriqa_eng_wrap {
		position: relative;
	}
	.mriqa_eng {
		position: absolute;
		top:-40px;
		left:0;
		color:#f4f4f4;
		font-size:80px;
	}
	.mriqa_eng_right {
		left:auto;
		right:0;
	}


/* form-info */
	.form-info {
		font-size:14px;
		line-height:25px;
		letter-spacing:-0.7px;
		margin-top:10px;
	}
	.form-info a,
	.form-info span,
	.form-info strong {
		color:#002fa3;
		font-weight: 400;
	}


/* fp-items-info */
	.fp-items-detail-img {
		margin-right:45px;
	}
	.fp-items-detail-img img {
		margin-top:10px;
	}
	.fp-items-info dt {
		color:#959595;
		font-size:14px;
	}
	.fp-items-info dd {
		color:#464646;
		font-size:18px;
	}
	.fp-items-info .fp-items-detail {
		margin-top:26px;
	}
	.fp-items-info .fp-items-total-p {
		margin-top:13px;
		color:#002fa3;
		font-size:20px;
		font-weight: 400;
	}
	.fp-items-info .fp-items-total-p span {
		margin-left:10px;
	}
	.fp-items-method p {
		color:#9f9f9f;
		font-size:16px;
	}

	.fp-items-method .fp-items-method-tab {
		width:100%;
	}
	.fp-items-method .fp-items-method-tab .radio-btn {
		display:inline-block;
		float:left;
		width:50%;
		margin:0;
		padding-top:15px;
		padding-bottom:15px;
		color:#959595;
		font-size:18px;
		font-weight: 400;
		text-align:center;
		background-color:#fff;
		border: 1px solid #d1d1d1;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.fp-items-method-tab .radio-btn.ui-checkboxradio-checked {
		z-index:2;
		color:#002fa3;
		border-color: #002fa3;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.fp-items-method-tab .radio-btn2.ui-checkboxradio-checked {
		color:#ff0071;
		border-color: #ff0071;
	}
	.fp-items-method p {
		margin:0 0 13px;
	}
	.fp-items-method .radio-btn.ui-checkboxradio-checked:hover,
	.fp-items-method .radio-btn.ui-checkboxradio-checked:focus,
	.fp-items-method .radio-btn.ui-checkboxradio-checked:active {
		color:#002fa3 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.fp-items-method .radio-btn2.ui-checkboxradio-checked:hover,
	.fp-items-method .radio-btn2.ui-checkboxradio-checked:focus,
	.fp-items-method .radio-btn2.ui-checkboxradio-checked:active {
		color:#ff0071 !important;
	}
	.fp-items-method .ui-checkboxradio-label .ui-icon,
	.fp-items-method .ui-checkboxradio-label:hover .ui-icon {
		position: relative;
		top:1px;
		width: 24px;
		height: 24px;
		border: none;
		background-image: url("img/radio_off.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 24px 24px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.fp-items-method .ui-checkboxradio-checked .ui-icon,
	.fp-items-method .ui-checkboxradio-checked:hover .ui-icon {
		background-image: url("img/radio_on.png");
	}
	.fp-items-method .radio-btn2.ui-checkboxradio-checked .ui-icon,
	.fp-items-method .radio-btn2.ui-checkboxradio-checked:hover .ui-icon {
		background-image: url("img/radio2_on.png");
	}

	.total_price {
		font-size:18px;
		line-height:24px;
		font-weight: 700;
		letter-spacing: -.05em;
	}
	.total_price span {
		margin-left:20px;
		letter-spacing: .0em;
	}
	.fp-items-method-info {
		color:#929292;
		font-size:14px;
		line-height:25px;
		letter-spacing: -0.7px;
		padding-bottom:5px;
	}
	.modal .fp-items-method-info {
		margin-top:10px;
		font-size:13px;
		line-height:23px;
		letter-spacing: -.05em;
		margin-bottom:0;
	}
	.fp-items-method-info2 {
		font-size:16px;
		line-height:30px;
		text-align:center;
		text-transform: uppercase;
		border: 1px solid #d1d1d1;
	}
	.fp-items-method-info2 .fp-items-method-subject {
		color:#ff0071;
		font-size:18px;
		margin-bottom:30px;
	}
	.fp-items-method-info2 .text-s {
		font-size:14px;
	}
	.fp-items-method-info .fp-items-method-info-i {
		height:30px;
		background-image: url("img/i.png");
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: 26px 26px;
	}
	.fp-items-method-info .fp-items-method-info-i-red {
		height:60px;
		background-position: 50% 30px;
		background-image: url("img/i-red.png");
	}
	.pay_info_wrap {
		padding:3px 0 10px 0;
	}
	.pay_info_wrap .step-title {
		color:#464646;
		font-size:18px;
		line-height:24px;
		font-weight: 700;
		letter-spacing: -0.7px;
		margin:10px 0;
	}
	.modal .step-title {
		margin:0 0 10px;
	}
	.pay_info_wrap .step-title2 em {
		font-style:normal;
	}
	.pay_info_wrap .step-title span {
		position: relative;
		top:-1px;
		display:inline-block;
		width:25px;
		height:25px;
		line-height:25px;
		color:#002fa3;
		margin-right:7px;
		text-align:center;
		vertical-align:middle;
		overflow: hidden;
		background-color:#fff;
		border: 1px solid #002fa3;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.fp-items-info {
		overflow: hidden;
		padding:0 0 1px;
	}
	.fp-items-info .fp-items-detail-c em {
		font-style:normal;
	}
	.fp-items-info .fp-items-detail-c .yment {
		color:#000;
		font-size:18px;
		line-height:22px;
		font-weight: 700;
		margin-bottom:10px;
	}
	.fp-items-info .fp-items-detail-c .yment h5 {
		display:block;
		font-size:16px;
		font-weight: 400;
		line-height:24px;
		margin:7px 0 10px;
	}
	.fp-items-info .fp-items-detail-c .yment strong {
		display:block;
		font-size:18px;
		line-height:26px;
		font-weight: 700;
	}
	.fp-items-info .fp-items-detail-c .yment span {
		color:#002fa3;
	}
	.fp-items-info .fp-items-detail-c .yment em {
		color:#a1a1a1;
		font-size:16px;
		font-weight: 400;
		font-style:normal;
		margin-left:5px;
	}
	.fp-items-info .fp-items-detail-c .yment em em {
		margin-left:5px;
	}
	.fp-items-info .fp-items-detail-c .yment_s {
		font-size:16px;
		font-weight: 700;
		margin-top:17px;
		margin-bottom:2px;
	}
	.fp-items-info .fp-items-detail-c dl {
		margin:1px 0 !important;
		padding:0;
	}
	.fp-items-info .fp-items-detail-c dt,
	.fp-items-info .fp-items-detail-c dd {
		display:inline-block;
		color:#a1a1a1;
		font-size:16px;
		font-weight: 400;
	}
	.fp-items-info .fp-items-detail-c dt {
		width:90px;
	}
	.fp-items-info .fp-items-detail-c dd {
		color:#464646;
		font-weight: 700;
	}
	.fp-items-info .fp-items-detail-c dd strong {
		margin-right:5px;
	}
	.fp-items-info .fp-items-detail-c dd em {
		color:#a1a1a1;
		font-style:normal;
		font-weight: 400;
	}
	.textarea_text_leng {
		display:block;
		color:#959595;
		font-size:13px;
		line-height:18px;
		height:20px;
	}
	.comment-object {
		margin-top:6px;
		width:81px;
		height:81px !important;
		background-color:#fff;
		background-image:url("img/user_noimg.png");
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-size:81px 81px;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.comment-object img {
		width:81px;
		height:81px !important;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.file_btn {
		display:block;
		width:38px;
		height:34px;
		color:#959595;
		font-size:30px;
		line-height:11px;
		text-align:center;
		cursor: pointer;
		vertical-align:middle;
		overflow: hidden;
		letter-spacing: -0.7px;
		background-color:#fff;
		border: 1px solid #d1d1d1;
	}
	.file_btn_block {
		width:100%;
	}
	.file_btn_md {
		width:46px;
		height:38px;
	}
	.user-media {
		margin:42px 0;
	}
	.user-media .media-body {
		color:#464646;
		font-size:16px;
		line-height:22px;
	}
	.user-media .media-object {
		width:40px;
		height:40px;
		background-color:#fff;
		border: 1px solid #a1a1a1;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.st-navi {
		margin:0 0 30px 0;
		padding:0;

		/*화면 사이즈 줄였을 때, 메뉴 깨지는 현상 방어코드*/
		min-width: 180px;
	}
	.st-navi > li {
		margin:35px 0;
	}
	.st-navi > li > a {
		display:block;
		color:#464646;
		font-size:16px;
		font-weight:400;
		line-height:36px;
		letter-spacing: -0.7px;
		margin:5px 0;
	}
	.st-navi > li > a:active,
	.st-navi > li > a:focus,
	.st-navi > li > a:hover,
	.st-navi > li.active > a {
		color:#464646;
	}

	.st-navi-device-wrap span {
		display:block;
		color:#464646;
		font-size:16px;
		font-weight:400;
		line-height:36px;
		letter-spacing: -0.7px;
		margin:5px 0;
	}
	.st-navi-device-wrap .st-navi-device a {
		display:inline-block;
		width:28px;
		height:32px;
		text-align:center;
		text-indent: -99999px;
		background-image: url("img/icon-phone1.png");
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 18px 21px;
	}
	.st-navi-device-wrap .st-navi-device a:nth-child(2) {
		width:42px;
		background-position: 50% 50%;
		background-image: url("img/icon-tablet1.png");
		background-size: 23px 25px;
	}
	.st-navi-device-wrap .st-navi-device a:nth-child(3) {
		width:56px;
		background-position: 50% 50%;
		background-image: url("img/icon-computer1.png");
		background-size: 32px 28px;
	}

	.ps-wrap {
		padding:14px 20px;
		background-color:#f9f9f9;
	}
	.textarea-style {
		font-size:16px;
		line-height:28px;
		letter-spacing: -.02em;
		border: 1px solid #d1d1d1;
		background-color:#fff;
		padding:25px 15px;
	}
	.textarea-style strong {
		color:#002fa3;
		font-weight: 400;
	}
	.textarea-style ul {
		margin:0;
		padding:0;
	}
	.textarea-style li {
		margin:10px 0;
		padding:0;
	}
	.textarea-style li:last-child {
		margin-bottom:0;
	}

	.con-icon,
	.con-icon li {
		margin:0;
		padding:0;
		font-size:16px;
		line-height:26px;
		letter-spacing: -.022em;
	}
	.con-icon-big,
	.con-icon-big li {
		color:#002fa3;
		font-size:18px;
		line-height:30px;
	}
	.con-icon-big li {
		margin-bottom:20px;
	}
	.con-icon-big li span,
	.con-icon-big li strong {
		color:#464646;
	}
	.con-icon-small,
	.con-icon-small li {
		font-size:14px;
		line-height:22px;
	}
	.con-icon-small li {
		margin-bottom:10px;
	}
	.con-icon {
		margin:10px 0 0 15px;
		list-style-type: disc !important;
	}
	.con-icon-p {
		margin:10px 0 10px 28px !important;
	}
	.help_wrap_contents .p_type:last-child .con-icon-p {
		margin:10px 0 0 28px !important;
	}
	.con-icon-p,
	.con-icon-p li {
		font-size:95% !important;
		line-height:22px !important;
	}
	.con-icon-p li {
		margin-bottom:5px !important;
	}
	.con-icon-p li:last-child {
		margin-bottom:0 !important;
	}

	.search-icon {
		text-indent: -99999px !important;
		cursor: pointer !important;
		background-image: url("img/icon_whitemode_search.svg");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 18px 18px;
	}

	.option_group {
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom: 1px solid #d1d1d1;
	}
	.option_group_none {
		padding-bottom:0;
		margin-bottom:0;
		border-bottom: none;
	}
	.option_group .radio-inline,
	.option_group .checkbox-inline {
		margin-top:0 !important;
		overflow: hidden;
		min-width:130px;
		height:38px;
		line-height:35px !important;
		margin:0;
		color:#959595;
		font-size:15px;
		font-weight: 400;
		text-align:center;
		letter-spacing: -0.7px;
		padding-left:15px;
		padding-right:15px;
    	font-family: 'Noto Sans KR', sans-serif !important;
		background-color:#fff;
		border: 1px solid #d1d1d1;
		border-right:none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.option_group .radio-inline:last-child,
	.option_group .checkbox-inline:last-child {
		border-right: 1px solid #d1d1d1;
	}
	.option_group .radio-inline.ui-checkboxradio-checked,
	.option_group .checkbox-inline.ui-checkboxradio-checked {
		z-index:2;
		color:#fff;
		font-weight: 400;
		border-color: #002fa3;
		border-right:none;
		background-color:#002fa3;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.option_group .radio-inline.ui-checkboxradio-checked.mypage-radio-custom-3,
	.option_group .checkbox-inline.ui-checkboxradio-checked.mypage-radio-custom-3 {
		z-index: 2 !important;
		color: #002FA3 !important;
		font-weight: 500 !important;
		border-color: #002FA3 !important;
		background-color: #fff !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.option_group .radio-inline.ui-checkboxradio-checked:hover,
	.option_group .radio-inline.ui-checkboxradio-checked:focus,
	.option_group .radio-inline.ui-checkboxradio-checked:active,
	.option_group .checkbox-inline.ui-checkboxradio-checked:hover,
	.option_group .checkbox-inline.ui-checkboxradio-checked:focus,
	.option_group .checkbox-inline.ui-checkboxradio-checked:active {
		color:#fff !important;
		font-weight: 400 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.option_group .radio-inline.ui-checkboxradio-checked.mypage-radio-custom-3:hover,
	.option_group .radio-inline.ui-checkboxradio-checked.mypage-radio-custom-3:focus,
	.option_group .radio-inline.ui-checkboxradio-checked.mypage-radio-custom-3:active {
		color: #002FA3 !important;
		font-weight: 500 !important;
		border-color: #002FA3 !important;
		background-color: #fff !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.option_group .ui-checkboxradio-label .ui-icon,
	.option_group .ui-checkboxradio-label:hover .ui-icon,
	.option_group .ui-checkboxradio-checked .ui-icon,
	.option_group .ui-checkboxradio-checked:hover .ui-icon {
		display:none;
	}
	@media only screen and ( max-width: 991px) {
		.option_group .radio-inline,
		.option_group .checkbox-inline {
			font-size:15px;
			font-weight: 400;
		}
	}
	@media only screen and ( max-width: 767px) {
		.option_group_none {
			padding-bottom:0;
			margin-bottom:0;
		}
		.option_group .radio-inline,
		.option_group .checkbox-inline {
			min-width:auto;
			padding-top:7px;
			padding-left:10px;
			padding-right:10px;
		}
	}



/* Widget */
	.widget {
		display:block;
		position: relative;
		background-color: #fff;
		-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
		-o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
		transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
		-webkit-font-smoothing: subpixel-antialiased;
	}
	.widget.active,
	.widget:hover,
	.widget:focus {
		text-decoration:none;
	}
	.widget-body {
		position: relative;
		padding: 20px 0;
		font-size:13px;
		line-height:21px;
	}
	.widget-body p {
		margin: 15px 0 0;
		letter-spacing: -0.7px;
	}


/* cu-dialog */
	.cu-dialog {
		display:none;
		position: absolute;
		z-index:10;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		padding:60% 20px 20px;
		text-align:center;
		background-color:rgba(0, 0, 0, 0.1);
	}
	.cu-dialog .cu-dialog-frame {
		background-color:#fff;
		border: 1px solid #1c62ab;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
		box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	}
	.cu-dialog .cu-dialog-body {
		padding:20px 15px 0;
	}
	.cu-dialog .cu-dialog-footer {
		padding:15px 15px 25px;
	}


/* rds_wrap */
	.rds_wrap > [class*="col-"]:first-child {
		border-left: none;
	}
	.rds_wrap > [class*="col-"]:last-child {
		border-right: none;
	}
	.rds_wrap > [class*="col-"] {
		border-right: 1px solid #d1d1d1;
	}
	.rds_frame {
		line-height:24px;
		text-align:center;
		letter-spacing: -0.7px;
		padding:15px 0;
	}
	.rds_wrap .stitle {
		font-size:16px;
	}
	.rds_wrap strong {
		color:#002fa3;
		font-size:40px;
	}
	.rds_wrap p {
		color:#959595;
		font-size:14px;
		line-height:19px;
		margin:0;
	}


/* rds_group */
	.rds_group {
		font-size:14px;
		text-align:center;
		margin:50px 0 0 0;
	}
	.rds_group .rds_group_title {
		font-size:18px;
		letter-spacing: -0.7px;
		margin:0 0 10px;
	}
	.rds_group .user_item {
		margin:15px 0;
		padding-top:20px;
		color:#a1a1a1;
		line-height:20px;
		min-height:200px;
		background-color:#fff;
		border: 1px solid #ebebeb;
	}
	.rds_group .user_item strong {
		color:#464646;
		font-size:16px;
		font-weight: 400;
	}
	.rds_group .user_item p {
		color:#002fa3;
		margin:0;
		min-height:50px;
		overflow: hidden;
	}
	.rds_group .user_item p span  {
		display:block;
		color:#ff0071;
	}
	.rds_group .user_item .user_item_ul {
		min-height:45px;
		overflow: hidden;
	}
	.rds_group .user_item ul,
	.rds_group .user_item ul li {
		margin:0;
		padding:0;
	}
	.rds_group .imgava {
		width:40px !important;
		height:40px !important;
		margin:0 auto 7px;
		background-color:#fff;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
		background-position: 50% 50%;
		background-size: 40px 40px;
		background-repeat: no-repeat;
		background-image: url("img/user_noimg.png");
	}
	.rds_group .imgava img {
		width:40px !important;
		height:40px !important;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}


/* my_dash_wrap */
	.mobile_info_tip {
		padding:15px;
		color:#303030;
		font-size:16px;
		line-height:23px;
		text-align:center;
		letter-spacing: -0.7px;
		background-color:#fefefe;
		border: 1px solid #d1d1d1;
		margin-bottom:25px;
	}
	.mobile_info_tip p {
		color:#9f9f9f;
		font-size:14px;
		margin:10px 0 0;
	}
	.my_dash_wrap {
		margin:0 0 70px;
	}
	.my_dash_header {
		color:#303030;
		font-size:20px;
		text-align:center;
		margin:55px 0 45px;
	}
	.my_dash_header h4 {
		font-size:36px;
		letter-spacing: -.05em;
		margin:25px 0 14px;
	}
	.my_dash_nav {
		margin:0 0 55px 0;
	}
	.my_dash_panel {
		margin:0 0 60px 0;
		background-color:#f3f3f3;
	}
	.my_dash_panel_body {
		padding:35px 0;
		text-align:center;
	}
	.my_dash_stitle {
		font-size:20px;
		font-weight: 700;
		text-align:center;
		letter-spacing: -0.7px;
	}
	.my_dash_table {
		margin-top:25px;
		margin-bottom:25px;
	}
	.my_dash_table h5 {
		font-size:18px;
		font-weight: 400;
		margin-bottom:40px;
	}
	.my_dash_table .table {
		margin:0 0 25px 0;
	}
	.my_dash_table .table_none {
		border:none;
	}
	.my_dash_table .td_t_none {
		border-top:none;
	}
	.my_dash_table .table thead th,
	.my_dash_table .table td {
		letter-spacing: -.02em;
	}
	.my_dash_table_center .table th,
	.my_dash_table_center .table td {
		text-align:center;
		word-break:break-all;
	}
	.my_dash_table .table tr td.first-child {
		font-weight: 400;
	}
	.my_dash_table .table tr td.last-child {
		font-size:14px;
	}
	.my_dash_table .my_dash_total {
		color:#464646;
		font-size:18px;
		font-weight: 700;
		margin-bottom:20px;
	}
	.my_dash_table p {
		color:#959595;
		font-size:14px;
		text-align:right;
		letter-spacing: -0.7px;
	}

/* mdashs_icon */
.mdashs_icon { background-color: #f2f2f2; height: 101px; text-align: center; padding-top: 17px; margin-bottom:50px; }
.mdashs_icon img { width: 32px; height:32px; margin-bottom: 4px; }
.mdashs_icon div { height: 14px; font-size: 12px; font-weight: 300; letter-spacing: -0.65px; color: #464646; }
.mdashs_icon span { height: 20px; font-size: 15px; font-weight: 500; font-stretch: normal; letter-spacing: -0.81px; color: #1a1a1a; }
/** IE는 background-image로 보이고 그 외는 content로 보임 **/
.mdashs_icon.nth-child1 img { content:url("img/icon1.png"); background-image:url("img/icon1.png"); }
.mdashs_icon.nth-child2 img { content:url("img/icon2.png"); background-image:url("img/icon2.png"); }
.mdashs_icon.nth-child3 img { content:url("img/icon3.png"); background-image:url("img/icon3.png"); }
.mdashs_icon.nth-child4 img { content:url("img/icon4.png"); background-image:url("img/icon4.png"); }
.mdashs_icon.nth-child5 img { content:url("img/icon5.png"); background-image:url("img/icon5.png"); }
.mdashs_icon.nth-child6 img { content:url("img/icon6.png"); background-image:url("img/icon6.png"); }

/* mdashs_icon
	.mdashs_icon_wrap {
		margin-top:15px;
	}
	.mdashs_icon {
		line-height:20px;
		text-align:center;
		min-height:101px;
		background-color:#fff;
		border: 1px solid #d1d1d1;
		margin-bottom:16px;
	}
	.mdashs_icon i {
		display:block;
		width:32px;
		height:32px;
		margin:45px auto 16px;
		margin-top: 17px;
		margin-bottom: 4px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 52px 52px;
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child1 i {
		background-image: url("img/icon1.png");
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child2 i {
		background-image: url("img/icon2.png");
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child3 i {
		background-image: url("img/icon3.png");
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child4 i {
		background-image: url("img/icon4.png");
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child5 i {
		background-image: url("img/icon5.png");
	}
	.mdashs_icon_wrap .mdashs_icon.nth-child6 i {
		background-image: url("img/icon6.png");
	}
	.mdashs_icon em {
		display:block;
		color:#303030;
		font-size:12px;
		font-style:normal;
		letter-spacing: -0.7px;
	}
	.mdashs_icon span {
		display:block;
		color:#002fa3;
		font-size:14px;
		font-weight: 700;
	}
*/

/* setting */
	.setting-radius-wrap {
		width:140px;
		color:#9f9f9f;
		font-size:18px;
		text-align:center;
		letter-spacing: -.05em;
		margin:10px auto;
	}
	.setting-radius-wrap .dropify-wrapper-110 {
		margin:0 auto 8px !important;
	}
	.setting-radius {
		display: block;
		width: 110px;
		height: 110px;
		overflow: hidden;
		margin:0 auto 8px;
		border: 1px solid #d1d1d1;
		background-color: #fff;
		background-image:url("img/user_noimg.png");
		background-repeat:no-repeat;
		background-position:50% 50%;
		background-size:110px 110px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	.setting-radius img {
		width: 110px;
		height: 110px;
	}
	.setting-text-big {
		color:#464646;
		font-size:22px;
		line-height:32px;
	}
	.setting-text-big span {
		color:#002fa3;
	}
	@media only screen and ( max-width: 991px) {
		.setting-text-big {
			font-size:20px;
			line-height:30px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.setting-radius-wrap {
			font-size:16px;
		}
		.setting-radius {
			width: 100px;
			height: 100px;
			margin:0 auto 6px;
		}
		.setting-radius img {
			width: 100px;
			height: 100px;
		}
		.setting-text-big {
			font-size:18px;
			line-height:28px;
		}
	}

/* 제작한 모의크라우드펀딩 */
	.mcf-loop {
		display: block;
		font-size:15.8px;
		line-height:22px;
		margin: 0 0 20px;
		padding:15px;
		border: 1px solid #d4d4d4;
		background-color: #fff;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	.mcf-loop:hover,
	.mcf-loop:focus,
	.mcf-loop:active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.mcf-loop .items_img {
		position: relative;
		overflow: hidden;
	}
	.mcf-loop .items_img img {
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.mcf-loop:hover .items_img img,
	.mcf-loop:focus .items_img img,
	.mcf-loop:active .items_img img {
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
	}
	.mcf-loop .mcf-loop-frame {
		padding:0 15px;
	}
	.mcf-loop .mcf-info {
		margin:10px 0 0;
		padding:0;
	}
	.mcf-loop .mcf-info li {
		margin:0;
		padding:0;
	}
	.mcf-loop .mcf-info li span {
		position: relative;
		margin-right:10px;
	}
	.mcf-loop h5 {
		color:#464646;
		font-size:18px;
		font-weight: 700;
		margin:2px 0;
		padding:0;
	}
	.mcf-loop em {
		position: relative;
		top:-2px;
		color:#ccc;
		font-size:11px;
		font-style:normal;
		margin:0 5px;
	}
	.mcf-loop .mcf-summury {
		width:77%;
		margin-bottom:4px;
	}
	.mcf-loop .mcf-date {
		color:#a1a1a1;
		font-weight: 400;
	}
	.mcf_loop_m {
		display:block;
		padding:22px;
		margin-top:15px;
		margin-bottom:15px;
		background-color:#fff;
		border: 1px solid #d4d4d4;
		letter-spacing: -0.7px;
		-webkit-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	.mcf_loop_m:hover,
	.mcf_loop_m:focus,
	.mcf_loop_m:active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
	}
	.mcf_loop_m .items_img img {
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-o-transform:scale(1);
		transform:scale(1);
		transition: transform .35s;
		-o-transition: transform .35s;
		-moz-transition: transform .35s;
		-webkit-transition: transform .35s;
	}
	.mcf_loop_m:hover .items_img img,
	.mcf_loop_m:focus .items_img img,
	.mcf_loop_m:active .items_img img {
		-webkit-transform:scale(1.05);
		-moz-transform:scale(1.05);
		-o-transform:scale(1.05);
		transform:scale(1.05);
	}
	.mcf_loop_m .items_img {
		position: relative;
		overflow: hidden;
	}
	.mcf_loop_m ul,
	.mcf_loop_m ul li {
		padding:0;
		margin:0;
		color:#464646;
		font-size:14px;
		line-height:24px;
	}
	.mcf_loop_m .frame {
		padding:0 0 0 28px;
	}
	.mcf_loop_m .frame h5 {
		margin:5px 0;
		font-size:18px;
		font-weight: 700;
	}
	.mcf_loop_m .frame .mcf_summury {
		margin:0 0 18px 0;
		color:#555;
		font-size:16px;
		line-height:22px;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.mcf_loop_m .frame .mcf_info span {
		position: relative;
		color:#aaa;
		letter-spacing: .0em;
		margin-left:10px;
		padding-left:12px;
	}
	.mcf_loop_m .frame .mcf_info span:before {
		content: '';
		position: absolute;
		width:1px;
		height:12px;
		background-color:#ccc;
		top: 6px;
		left: 0;
	}
	.mcf_loop_m .frame .mcf_notice li {
		color:#aaa;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.mcf_loop_m .mcf-icon {
		display:inline-block;
		width:74px;
		height:26px;
		color:#fff;
		font-size:14px;
		line-height:24px;
		text-align:center;
		overflow: hidden;
		background-color:#002fa3;
	}
	.mcf_loop_m .mcf-icon.mcf-icon-cm {
		background-color:#ff0071;
	}
	.mcf_loop_m .mcf-icon.mcf-icon-end {
		background-color:#464646;
	}


	.mcf_d_info {
		margin-top:45px;
		font-size:18px;
	}
	.mcf_d_info ul {
		padding:0;
		margin:0;
	}
	.mcf_d_info li {
		margin:12px 0;
	}
	.mcf_d_info li strong {
		vertical-align:middle;
	}
	.mcf_d_info li .btn {
		position: relative;
		top:-2px;
		vertical-align:middle;
	}
	.mcf_d_info .mcf_d_info_frame {
		position: relative;
		clear: both;
	}
	.mcf_d_info .mcf_d_info_left {
		position: absolute;
		top:-1px;
	}
	.mcf_d_info .mcf_d_info_memo {
		font-size:16px;
		line-height:32px;
		letter-spacing: -0.7px;
		padding-left:102px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.mcf_winfo {
		font-size:16px;
		line-height:28px;
		padding-top:9px;
	}
	.mcf_winfo i {
		display:block;
		width:41px;
		height:41px;
		margin:20px auto;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: 41px 41px;
		background-image: url("img/mcf_winfo_i.png");
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	.mcf_winfo h5 {
		font-size:22px;
		line-height:34px;
		font-weight: 700;
		letter-spacing: -0.7px;
		margin-top:5px;
		margin-bottom:15px;
	}
	.mcf_winfo p {
		margin-bottom:25px;
	}
	.mcf_winfo p.mcf_winfo_big {
		font-size:18px;
		line-height:32px;
	}

	@media only screen and ( min-width: 991px) and ( max-width: 1200px) {
		.mcf_loop_m {
			padding:18px;
		}
		.mcf_loop_m .frame h5 {
			margin:3px 0;
		}
		.mcf_loop_m .frame .mcf_summury {
			margin:0 0 10px 0;
		}
	}
	@media only screen and ( min-width: 768px) {
		.mcf-loop-btn {
			position: absolute;
			right:15px;
			top:19px;
			z-index:2;
			width:120px;
		}
	}
	@media only screen and ( max-width: 991px) {
		.mcf-loop .mcf-info {
			margin:20px 0 0;
		}
		.mcf_loop_m {
			padding:18px;
		}
		.mcf_loop_m .frame h5 {
			margin:5px 0;
		}
		.mcf_loop_m .frame .mcf_summury {
			margin:3px 0 8px 0;
		}
		.mcf_loop_m ul,
		.mcf_loop_m ul li {
			line-height:23px;
		}

		.mcf_d_info {
			margin-top:25px;
			font-size:16px;
		}
		.mcf_d_info li {
			margin:6px 0;
		}
		.mcf_d_info .mcf_d_info_left {
			clear: both;
			display:inline;
			position: relative;
			top:0;
		}
		.mcf_d_info .mcf_d_info_memo {
			clear: both;
			font-size:14px;
			line-height:26px;
			display:inline;
			padding-left:0;
			padding-right:0;
		}

		.mcf_winfo {
			font-size:14px;
			line-height:24px;
			padding-top:0;
			margin-top:5px;
		}
		.mcf_winfo i {
			width:31px;
			height:31px;
			margin:15px auto;
			background-size: 31px 31px;
		}
		.mcf_winfo h5 {
			font-size:18px;
			line-height:26px;
			margin-top:5px;
			margin-bottom:10px;
		}
		.mcf_winfo p {
			margin-bottom:15px;
		}
	}
	@media only screen and ( max-width: 767px) {
		.mcf_loop_m {
			padding:0;
			margin-top:10px;
			margin-bottom:10px;
		}
		.mcf_loop_m .frame {
			padding:18px;
		}
		.mcf_loop_m .frame .mcf_summury {
			margin:0 0 15px 0;
			overflow: hidden;
			white-space: normal;
		}
		.mcf_loop_m .mcf-icon {
			position: absolute;
			bottom: 18px;
			z-index:2;
		}
	}



/* Media Queries */
	.container {
		width: 100%;
	}

	.carousel-caption {
		width: 100%;
	}

	/* LG */
	@media only screen and ( min-width: 1201px) {
		.navbar-venture .container {
			width: 1080px !important;
		}
		.container {
			width: 1080px !important;
		}
		.carousel-caption {
			width: 1080px !important;
		}
		.container_2 {
			width: 1135px !important;
		}
	}
	@media only screen and ( max-width: 1919px) {
		.main_slider_wrap .carousel-inner .item {
			height:420px;
			background-size: 1920px 420px;
		}

		.main_slider_wrap .carousel-indicators {
			bottom:0px;
			margin-bottom: 36px;
		}
		.carousel-caption h2 {
			font-size: 40px;
			line-height: 52px;
			margin-bottom: 20px;
			margin-top: 12px;
		}
		.carousel-caption p {
			font-size: 18px;
			line-height: 20px;
		}
		.carousel-caption p.type-text {
			font-size: 16px;
			line-height: 20px;
		}
	}

	@media only screen and ( max-width: 1600px) {
		.mod-nav-line {
			left: 81px;
			width:40px;
		}
		.mod-nav {
			margin-top: -80px;
			left: 60px;
		}
		.mod-singular-section:first-child .mod-singular-section-in,
		.mod-singular-section:nth-child(2) .mod-singular-section-in,
		.mod-singular-section:nth-child(3) .mod-singular-section-in,
		.mod-singular-section:nth-child(4) .mod-singular-section-in,
		.mod-singular-section:nth-child(5) .mod-singular-section-in,
		.mod-singular-section:nth-child(6) .mod-singular-section-in,
		.mod-singular-section:nth-child(7) .mod-singular-section-in {
			background-position: 115px 45.5%;
		}
	}


	@media only screen and ( max-width: 1440px) {
		.mcrowdy_banner {
			height:330px;
			background-size: 1509px 330px;
		}
		.mod-singular-section-in .container {
			width: 1000px !important;
		}
		.mod-nav-line {
			left: 71px;
			width:30px;
		}
		.mod-nav {
			margin-top: -100px;
			left: 50px;
		}
		.mod-singular-section:first-child .mod-singular-section-in,
		.mod-singular-section:nth-child(2) .mod-singular-section-in,
		.mod-singular-section:nth-child(3) .mod-singular-section-in,
		.mod-singular-section:nth-child(4) .mod-singular-section-in,
		.mod-singular-section:nth-child(5) .mod-singular-section-in,
		.mod-singular-section:nth-child(6) .mod-singular-section-in,
		.mod-singular-section:nth-child(7) .mod-singular-section-in {
			background-position: 30px 45.5%;
		}

		.mod-singular-section {
			min-width:380px;
			min-height:765px;
		}

		/* sec01 */
		.mod-nav-text1 {
			width:285px;
			height:148px;
			margin:0 auto 50px;
			background-size: 285px 148px;
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text {
			font-size:16px;
			line-height:24px;
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text strong {
			font-size:18px;
		}
		a.mod-singular-pager {
			margin:95px auto 0;
			width:27px;
			height:52px;
			background-size: 27px 52px;
		}
		/* sec02 */
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text {
			font-size:30px;
			line-height:32px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_left,
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_right {
			padding:12px 25px 25px 12px;
			background-size: 86px 61px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text strong {
			font-size:38px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text p {
			font-size:15px;
			line-height:24px;
			margin-bottom:70px;
		}
		/* sec03 */
		.mod-singular-section:nth-child(3) .mod-singular-section-in .mod-text {
			font-size:31px;
			line-height:39px;
			margin-bottom:80px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			font-size:15px;
			line-height:24px;
		}
		/* 4~6 */
		.sectext_loop {
			font-size:15px;
			line-height:24px;
		}
		.sectext_loop_img {
			margin-top:-55px;
			margin-left:-150px;
		}
		.sectext_loop_left .sectext_loop_img {
			margin-right:-140px;
		}
		.sectext_loop p.first-child {
			margin-top:75px;
			margin-bottom:35px;
		}
		/* 7 */
		.ceo-wrap {
			padding-top:5.5%;
		}
		.ceo_title_text {
			font-size:21px;
			line-height:29px;
		}
		.mod-singular-section .ceo_name {
			font-size:15px;
			line-height:28px;
		}
		.ceo_tab_contents {
			font-size:13px;
			line-height:20px;
			padding-top:30px;
		}
		.ceo_tab_contents .tab_ceo_name {
			font-size:26px;
			margin-bottom:12px;
		}
		.ceo_tab_contents .tab_ceo_summury {
			font-size:15px;
			margin-bottom:30px;
		}
		.ceo_tab_contents p {
			margin:0 0 20px 0;
		}
		.ceo_tab_contents ul li {
			font-size:14px;
		}
		.ceo-box .hover-border span {
			right:15px;
			top: 8px;
			font-size:13px;
		}

		.page-wrapper {
			padding-top:58px;
		}
		.navbar-venture {
			height: 60px;
		}
		.navbar-venture .navbar-brand {
			margin: 18px 0 0 0;
			padding: 0;
			width: 96px;
			height: 24px;
			margin-right: 15px;
		}
		.navbar-right .nav-search-form form .form-control {
			height: 33px;
			font-size: 14px;
			line-height: 33px;
		}
		.navbar-right .nav-search-form form .form-control:focus {
			width: 260px;
		}
		.navbar-right .nav-search-form form .input-group-addon {
			margin-right: 25px;
		}
		.navbar-venture .navbar-nav .dropdown a.dropdown-toggle {
			padding-right: 11px;
		}
		.navbar-venture .navbar-nav a.dropdown-toggle .caret:before {
			top: -25px !important;
		}
		.navbar-venture .navbar-nav .dropdown-menu {
			left: -53px;
			margin-top: 19px;
			padding: 4px 0;
			font-size: 13px;
			line-height: 29px;
		}
		.navbar-venture .navbar-right {
			margin-right: -20px;
		}

		/*.carousel-caption {
			top: 245px;
		}*/
		.main_slider_wrap .carousel-inner .item {
			height:420px;
			background-size: 1920px 420px;
		}

		.main_slider_wrap .carousel-indicators {
			bottom:0px;
			margin-bottom: 44px;
		}
		.carousel-caption h2 {
			font-size: 40px;
			line-height: 52px;
			margin-bottom: 20px;
			margin-top:  12px;
		}
		.carousel-caption p {
			font-size: 18px;
			line-height: 20px;
		}
		.carousel-caption p.type-text {
			font-size: 16px;
			line-height: 20px;
		}
		.list_wrap {
			padding:40px 0 50px;
		}
		.list_title {
			font-size:26px;
			line-height:40px;
			padding-bottom:30px;
			margin-bottom:40px;
		}
		.list_wrap_word .lwtitle {
			font-size:26px;
			margin-bottom:20px;
		}
		.list_wrap_word {
			padding-bottom:40px;
			margin-bottom:0;
		}


		/* detail */
			.detail_vi_frame {
				height:400px;
				background-size:1632px 400px ;
			}
			.detail_vi_zindex span {
				font-size:16px;
			}
			.detail_vi_zindex p {
				font-size:18px;
				margin:45px 0 0;
			}
			.detail_vi_frame h2 {
				font-size:34px;
				line-height:44px;
				padding:0 20px;
			}
			.detail_vi_frame h4 {
				font-size:18px;
				line-height:30px;
				margin:15px 0 0 0;
			}
			.inv_detail_vi_frame {
				height:200px;
				background-size:1632px 340px ;
			}
			.inv_detail_vi_frame h2 {
				font-size:34px;
				line-height:44px;
				padding:0 20px;
			}
			.inv_detail_vi_frame h4 {
				font-size:18px;
				line-height:30px;
				margin:15px 0 0 0;
			}
			.detail_wrap {
				margin-top:45px;
			}
			.detail_order_wrap .detail_order_price {
				font-size:30px;
				line-height:30px;
			}
			.detail_order_wrap .detail_order_goal {
				font-size:14px;
				line-height:18px;
			}

			.detail_order_rp {
				font-size:14px;
			}
			.detail_order_rp span {
				margin-right:16px;
			}
			.detail_order_rp em {
				font-size:16px;
				margin-left:6px;
			}
			.detail_order_rp strong {
				font-size:24px;
			}

			.detail_order_info_head {
				font-size:15px;
				line-height:25px;
			}
			.detail_order_info_head strong {
				font-size:17px;
			}
			/* .detail_order_info_head .imgava {
				width:56px !important;
				height:56px !important;
			}
			.detail_order_info_head .imgava img {
				width:58px !important;
				height:58px !important;
			} */

			.detail_order_info_btn a {
				font-size:15px;
				line-height:34px;
			}

			.detail_order_sns {
				font-size:15px;
				line-height:24px;
				padding:16px;
				margin-top:25px;
			}
			.detail_order_sns strong {
				font-size:19px;
			}
			.detail_order_sns_btn {
				margin:7px 0 0 0;
			}
			/* .detail_order_sns_btn ul li {
				padding:0 7px;
			} */
			.detail_order_sns_btn a {
				font-size:13px;
			}

			.detail_contents {
				margin-bottom:40px;
			}

			.detail_rex {
				margin-top:40px;
				font-size:15px;
				line-height:24px;
				padding:15px 20px;
			}
			.detail_rex ol li {
				margin:7px 1px;
			}
			.detail_rex_p {
				font-size:15px;
				line-height:24px;
			}

			.project_per {
				font-size:16px;
				margin:25px 0 0;
			}
			.project_per strong {
				font-size:16px;
			}
			.project_per ul,
			.project_per ul li {
				margin:5px 0;
				line-height:25px;
			}
			.project_per ul {
				margin:0 0 0 16px;
			}

			.st-items-title {
				font-size:19px;
				margin-bottom:10px;
				margin-top:60px;
			}

			.sded_wrap .loop-dot {
				min-height:90px;
			}


		/* Comments */
			.comment {
				padding: 25px 0 31px;
			}
			.comment-author,
			.comment-author:hover,
			.comment-author:focus {
				font-size: 17px;
			}
			.comment-meta {
				margin-right: 6px;
			}
			.comment-content {
				font-size: 15px;
				line-height:23px;
			}

			.bbs-caption .bbs-subject2 {
				font-size: 16px;
				line-height: 23px;
				margin-top: 13px;
				min-height: 50px;
			}
	}
	@media only screen and ( min-width: 1051px) and ( max-width: 1200px) {
		.navbar-venture .container {
			padding-left: 3.5% !important;
			padding-right: 3.5% !important;
		}
	}
	@media only screen and ( max-width: 1200px) {
		.mcrowdy_banner {
			height:284px;
			background-size: 1300px 284px;
		}
		.mod-singular-section-in .container {
			width: 940px !important;
		}
		.mod-nav-line {
			left: 31px;
			width:20px;
		}
		.mod-nav {
			left: 10px;
		}
		.mod-singular-section:first-child .mod-singular-section-in,
		.mod-singular-section:nth-child(2) .mod-singular-section-in,
		.mod-singular-section:nth-child(3) .mod-singular-section-in,
		.mod-singular-section:nth-child(4) .mod-singular-section-in,
		.mod-singular-section:nth-child(5) .mod-singular-section-in,
		.mod-singular-section:nth-child(6) .mod-singular-section-in,
		.mod-singular-section:nth-child(7) .mod-singular-section-in {
			background-image: none;
		}

		/* sec03 */
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			font-size:14px;
			line-height:23px;
		}
		/* 4~6 */
		.sectext_loop {
			font-size:14px;
			line-height:23px;
		}
		.ceo-wrap {
			padding-top:8.5%;
		}
	}


	/* MD */
	@media only screen and ( min-width: 991px) and ( max-width: 1050px) {
		.navbar-venture .container {
			padding-left: 3.2% !important;
			padding-right: 3.2% !important;
		}
		.rewards-list .items_plus_table,
		.rewards-list .items_plus_td,
		.rewards-list .items_plus {
			height:332px;
		}
	}
	@media only screen and ( max-width: 1050px) {
		/* detail */
			.dinvestNav li > a .caret:before {
				margin-top:-13px;
			}

			.funding_open .funding_open_frame {
				height:369px;
				font-size:16px;
				line-height:25px;
			}
			.funding_open .funding_open_frame .fo_title {
				font-size:28px;
				margin-bottom:30px;
				padding-bottom:30px;
			}

			.detail_project_noti {
				font-size:14px;
				line-height:23px;
				margin-bottom:70px;
			}
			.detail_not-area {
				min-height:200px;
				margin-top:30px;
				margin-bottom:50px;
			}
			.detail_vi_frame {
				height:280px;
				background-size: 1344px 280px;
			}
			.detail_vi_zindex .detail_vi_type {
				font-size:18px;
			}
			.detail_vi_zindex p {
				font-size:18px;
				margin:35px 0 0;
			}
			.detail_vi_frame h2 {
				font-size:34px;
				line-height:40px;
			}
			.detail_vi_frame h4 {
				font-size:18px;
				line-height:26px;
			}
			.inv_detail_vi_frame {
				height:200px;
				background-size: 1344px 280px;
			}
			.inv_detail_vi_frame h2 {
				font-size:34px;
				line-height:40px;
			}
			.inv_detail_vi_frame h4 {
				font-size:18px;
				line-height:26px;
			}
			.detail_wrap {
				margin-top:30px;
			}
			.detail_order_wrap .detail_order_price {
				font-size:28px;
				line-height:28px;
				margin-bottom:5px;
			}

			.detail_order_rp {
				font-size:13px;
			}
			.detail_order_rp span {
				margin-right:12px;
			}
			.detail_order_rp em {
				top:2px;
				font-size:16px;
				margin-left:4px;
			}
			.detail_order_rp strong {
				font-size:22px;
			}

			.detail_order_info_head {
				font-size:14px;
				line-height:23px;
			}
			.detail_order_info_head strong {
				font-size:16px;
			}
			/*.detail_order_info_head .imgava {
				width:51px !important;
				height:51px !important;
			}
			.detail_order_info_head .imgava img {
				width:53px !important;
				height:53px !important;
			} */

			.detail_order_info_btn a {
				font-size:14px;
				line-height:32px;
			}

			.detail_order_sns {
				font-size:14px;
				line-height:23px;
				padding:11px;
				margin-top:20px;
			}
			.detail_order_sns strong {
				font-size:17px;
			}
			.detail_order_sns_btn {
				margin:15px 0 0 0;
			}
			/* .detail_order_sns_btn ul li {
				padding:0 6px;
			} */

			.news_plus_btn a {
				font-size:16px;
			}
			.news_plus_btn a i {
				top:-2px;
				width:18px;
				height:18px;
				background-size: 18px 18px;
			}

			.detail_contents {
				margin-bottom:30px;
			}

			.detail_rex {
				margin-top:35px;
				font-size:14px;
				line-height:23px;
				padding:15px;
			}
			.detail_rex ol li {
				margin:5px 1px;
			}
			.detail_rex_p {
				font-size:14px;
				line-height:23px;
			}

			.sded_wrap {
				margin-top:20px;
				padding:15px 0 10px;
			}
			.project_per strong {
				font-size:16px;
			}
			.project_per ul,
			.project_per ul li {
				margin:3px 0;
				line-height:22px;
			}
			.project_per ul {
				margin:0 0 0 16px;
			}

			.st-items-title {
				font-size:18px;
				margin-top:50px;
			}

			.sded_wrap .loop-dot {
				background-size:7px 8px;
			}
			.sded_wrap .loop-dot-group {
				width:80px;
				font-size:13px;
				line-height:18px;
			}


		/* Comments */
			.comment {
				padding: 15px 0;
			}
			.comment-author,
			.comment-author:hover,
			.comment-author:focus {
				font-size: 15px;
			}
			.comment-meta {
				font-size: 13px;
				margin-right: 4px;
			}
			.comment-content {
				font-size: 14px;
				line-height:22px;
				margin-top: 2px;
			}
			.comment-content a {
				font-size: 13px;
			}

			.bbs-caption .bbs-subject2 {
				font-size: 15px !important;
			}



		.mcrowdy_banner {
			height:263px;
			background-size: 1200px 263px;
		}
		.mod-singular-section-in .container {
			width: 880px !important;
		}

		/* sec03 */
		.mod-singular-section:nth-child(3) .mod-singular-section-in .mod-text {
			font-size:30px;
			line-height:38px;
			margin-bottom:110px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			font-size:14px;
			line-height:23px;
		}
		/* 4~6 */
		.sectext_loop {
			font-size:14px;
			line-height:23px;
		}
		.sectext_loop p.first-child {
			margin-top:70px;
			margin-bottom:30px;
		}
		/* 7 */
		.ceo_tab_contents .tab_ceo_name {
			font-size:25px;
		}
		.ceo_tab_contents .tab_ceo_summury {
			font-size:14px;
		}
		.ceo_tab_contents ul li {
			font-size:13px;
		}
		.ceo_tab_contents .con-icon,
		.ceo_tab_contents .con-icon li {
			line-height:24px;
		}

		/* 메인 슬라이드 */
			.main_slider_wrap .carousel-inner .item {
				height:380px;
				/* background-size: 1050px 380px; */
				background-size: 1736px 380px;
			}
			.main_slider_wrap .carousel-indicators li.active,
			.main_slider_wrap .carousel-indicators li {
				width:20px;
				height:2px;
				margin:0 5px;
				border-radius:4px;
				background-color:#d1d1d1;
			}
			.main_slider_wrap .carousel-indicators li.active {
				background-color:#464646;
			}
			.main_slider_wrap .carousel-indicators li img {
				display:none;
			}
			.carousel-caption h2 {
				font-size: 32px;
				line-height: 40px;
				margin-bottom: 0px;
			}
			.carousel-caption p {
				font-size: 16px;
				line-height: 48px;
			}

		/* 상단 검색 */
		.navbar-right .nav-search-form form .form-control:focus {
			width: 220px;
		}

		/* 모의크라우드 펀딩 & 크라우디 소개 */
		.mowhy-wrap a .mowhy-contents {
			padding: 0 35px;
		}


		/* member_wrap */
			.member_wrap .member_frame {
				padding:70px 0;
			}
			.member_wrap .login_lpopup {
				padding:42px 65px;
			}
			.member_wrap .login_lpopup .login_logo {
				width: 180px;
				height: 41px;
				background-size: 180px 41px;
			}
			.member_wrap .login_lpopup form {
				margin-top: 70px;
			}
			.login_etc a {
				font-size:15px;
			}

		/* fp-items-info */
			.fp-items-info .fp-items-detail {
				margin-top:16px;
			}
			.fp-items-info .fp-items-detail-c .yment {
				margin-bottom:20px;
			}
			.fp-items-info .fp-items-detail-c .yment h5 {
				font-size:15px;
			}
			.fp-items-info .fp-items-detail-c .yment,
			.fp-items-info .fp-items-detail-c .yment span,
			.fp-items-info .fp-items-detail-c .yment strong {
				font-size:18px;
			}
			.fp-items-info .fp-items-detail-c .yment h5 {
				margin:10px 0 2px;
			}
			.fp-items-info .fp-items-detail-c .yment em {
				display:block;
				margin-top:3px;
				font-size:15px;
			}
			.notable-project-title {
				font-size:16px;
				margin-bottom:5px;
			}
			.fp-items-info .fp-items-detail-c .yment_s {
				font-size:16px;
			}


		/* step-q */
			.step-q {
				font-size:15px;
				line-height:25px;
				padding:13px 0 20px;
			}
			.step-q .step-q-memo ul {
				margin:0 0 0 10px;
			}
			.step-q .step-q-memo ul li {
				margin:15px 0 0 0;
			}
			.step-q .radio-group {
				margin-top:8px;
			}
			.step-q .radio-group .radio-inline {
				font-size:15px;
				margin-right:8px;
			}


		/* mriqa_sub */
			.mriqa_con,
			.mriqa_sub {
				font-size:14.5px;
				letter-spacing: -0.7px;
			}
			.mriqa_eng {
				top:-33px;
				left:0;
				font-size:65px;
			}
			.mriqa_eng_right {
				left:auto;
				right:0;
			}


		/* mc_champion */
			.media-frame-wrap {
				margin:11px 0;
				padding:15px;
			}
			.media-frame-wrap .media-object {
				width:70px;
				height:70px;
			}
			.media-frame-wrap .mc_champion_frame {
				font-size:13px;
				line-height:21px;
				padding-left:5px;
			}
			.media-frame-wrap .mc_champion_frame strong {
				font-size:15px;
			}
			.media-frame-wrap .mc_champion_frame p {
				margin:0 0 3px;
			}
			.champion-s-y {
				font-size:13px;
				padding:15px;
			}
			.champion-s-y-frame {
				height:160px;
			}
			.champion-support .champion-s-y-frame {
				height:314px;
			}
			.champion-support li {
				padding:15px 0;
			}
			.champion-support-s {
				font-size:14px;
			}
			.champion-support-p {
				margin:5px 0 0;
			}
			/*
			.mdashs_icon {
				line-height:27px;
				min-height:175px;
			}
			.mdashs_icon i {
				width:52px;
				height:52px;
				margin:30px auto 10px;
				background-size: 50px 50px;
			}*/

			.project_per_frame {
				padding:22px 20px;
				margin:32px 0 35px;
			}
			.project_per_frame ul li {
				line-height:23px;
			}


		/* 메인 진행중인 투자 */
			/*.ing-invest-loop .items_img {
				width:200px;
				max-width:200px;
			}
			.ing-invest-loop-con {
				padding: 13px 27px 5px 63px;
			}*/
			.ing-invest-loop .progress {
				height: 6px;
			}
			.ing-invest-loop .progress-bar {
				line-height: 6px;
			}

			.common_sub_layout .st-menu li a {
				font-size:14px;
				line-height:38px;
			}

			/*.ing-invest-loop .items_img {
				width:230px;
				max-width:230px;
			}
			.ing-invest-loop-con {
				padding: 0 6px 0 100px;
			}*/
	}

	@media only screen and ( min-width: 768px) and ( max-width: 991px) {
		.common_sub_top_menu a {
			font-size:18px;
			margin: 0 5px;
		}
		.common_sub_top_menu a.new_icon span {
			padding-right:30px;
		}
		.rewards-list .items_plus_table,
		.rewards-list .items_plus_td,
		.rewards-list .items_plus {
			height:380px;
		}
	}

	/* SM */
	@media only screen and ( min-width: 960px) and ( max-width: 991px) {
		.fp-items-detail-img {
			padding-right:55px;
		}

		.mod-singular-section {
			min-width:380px;
			min-height:540px;
		}
		.mod-singular-section:nth-child(4) .sectext_loop_img {
			margin-top:-20px;
			margin-left:-40px;
		}
		.ceo-wrap {
			padding-top:5%;
		}
		.ceo-wrap .ceo_name {
			margin-bottom:0 !important;
		}
		.ceo_tab_contents .tab_ceo_summury {
			font-size:17px;
			margin-top:10px !important;
			margin-bottom:10px !important;
		}
		.ceo_tab_contents p {
			margin:5px 0 10px 0 !important;
		}
		.ceo_tab_contents .tab_ceo_name {
			font-size:24px;
			margin-bottom:0 !important;
		}

		.dreamm_maker .container {
			height:290px;
		}
		.dreamm_maker .dreamm_maker_title {
			font-size:28px;
			line-height:36px;
			margin-top:50px;
		}
		.dreamm_maker .dreamm_maker_title p {
			font-size:16px;
			line-height:24px;
			margin-top:5px;
			margin-bottom:25px;
		}
	}
	@media only screen and ( min-width: 768px) and ( max-width: 959px) {
		.fp-items-detail-c {
			padding-left:40px;
		}
		.fp-items-info .fp-items-detail-c .yment {
			margin-bottom:8px;
		}
		.fp-items-info .fp-items-detail-c .yment_s {
			margin-top:0 !important;
			margin-bottom:0 !important;
		}
		.fp-items-info .fp-items-detail-c dl {
			margin:0 !important;
		}
		.fp-items-info .fp-items-detail-c .yment h5 {
			margin:4px 0;
		}

		.mod-singular-section {
			min-width:380px;
			min-height:540px;
		}
		.mod-singular-section:nth-child(4) .sectext_loop_img {
			margin-top:-20px;
			margin-left:-40px;
		}
		.ceo-wrap {
			padding-top:2%;
		}
		.ceo-wrap .ceo_name {
			margin-bottom:0 !important;
		}
		.ceo_tab_contents .tab_ceo_summury {
			font-size:17px;
			margin-top:10px !important;
			margin-bottom:10px !important;
		}
		.ceo_tab_contents p {
			margin:5px 0 10px 0 !important;
		}
		.ceo_tab_contents .tab_ceo_name {
			font-size:24px;
			margin-bottom:0 !important;
		}

		.dreamm_maker .container {
			height:290px;
		}
		.dreamm_maker .dreamm_maker_title {
			font-size:28px;
			line-height:36px;
			margin-top:50px;
		}
		.dreamm_maker .dreamm_maker_title p {
			font-size:16px;
			line-height:24px;
			margin-top:5px;
			margin-bottom:25px;
		}
	}
	@media only screen and ( min-width: 768px) and ( max-width: 901px) {
		.rewards-list .items_plus_table,
		.rewards-list .items_plus_td,
		.rewards-list .items_plus {
			height:334px;
		}
	}

	/* sodam  */
	@media only screen and ( max-width: 991px) {
			.thumbnail .caption-partner .caption-line-news span.caption-subject {
				line-height:20px;
			}
			.common_sub_layout .st-menu {
				margin-top:30px;
				margin-bottom:0;
			}
			.mif-frame .pn_list_frame {
				top:0;
				padding:0 15px;
			}
			.fp-items-info .fp-items-detail-c .yment em {
				margin-left:0;
			}
			.s-text2 {
				font-size:13.5px;
				line-height:22px;
				letter-spacing: -.05em;
			}
			.common_sub_layout .st-menu li.w40,
			.common_sub_layout .st-menu li.w30 {
				text-align:center;
			}

			.foot_contact a {
				width: 39px;
				height: 38px;
			}
			.md_bg_gray {
				background-color: #fff;
			}
			.con-icon-big,
			.con-icon-big li {
				font-size:16px;
				line-height:26px;
			}
			.con-icon-big li {
				margin-bottom:15px;
			}
		/* detail */
			.funding_open .funding_open_frame {
				height:349px;
				font-size:16px;
				line-height:24px;
			}
			.funding_open .funding_open_frame .fo_title {
				font-size:26px;
				margin-bottom:25px;
				padding-bottom:25px;
			}

			.detail_order_sns_s {
				margin-top:17px;
				padding:13px;
			}
			.dinvest_wrap_contents .con-table.not-space {
				margin-top:5px;
				margin-bottom:15px;
			}
			.dinvest_wrap_contents .con-table .con-style,
			.dinvest_wrap_contents .con-table .label-style {
				font-size:14px;
				line-height:24px;
			}
			.dinvest_wrap_contents .con-table .label-style span {
				padding-left:22px;
			}
			.dinvest_wrap_contents .con-table .label-style span:before {
				left:1px;
				top:50%;
				width:15px;
				height:15px;
				font-size: 8px;
				line-height:18px;
				margin-top:-7px;
			}
			.detail_vi_frame {
				height:220px;
				background-size: 1056px 220px;
			}
			.detail_vi_zindex span {
				font-size:14px;
			}
			.detail_vi_zindex p {
				font-size:16px;
				margin:25px 0 0;
			}
			.detail_vi_frame h2 {
				font-size:20px;
				line-height:36px;
			}
			.detail_vi_frame h4 {
				font-size:14px;
				line-height:25px;
				margin:10px 0 0 0;
			}
			.inv_detail_vi_frame {
				height:150px;
				background-size: 1056px 220px;
			}
			.inv_detail_vi_frame h2 {
				font-size:20px;
				line-height:36px;
			}
			.inv_detail_vi_frame h4 {
				font-size:14px;
				line-height:25px;
				margin:10px 0 0 0;
			}
			.detail_order_wrap .detail_order_price {
				font-size:26px;
				line-height:26px;
			}

			.detail_order_rp {
				font-size:14px;
			}
			.detail_order_rp span {
				margin-right:5px;
			}
			.detail_order_rp em {
				top:1px;
				font-size:18px;
			}
			.detail_order_rp strong {
				font-size:18px;
			}

			.detail_order_info_head {
				font-size:13.5px;
				line-height:22px;
			}
			.detail_order_info_head strong {
				font-size:15px;
			}
			/* .detail_order_info_head .imgava {
				width:47px !important;
				height:47px !important;
			}
			.detail_order_info_head .imgava img {
				width:49px !important;
				height:49px !important;
			} */

			.detail_order_sns {
				font-size:13.5px;
				line-height:22px;
				padding:10px;
			}
			.detail_order_sns strong {
				font-size:16px;
			}

			.detail_order_sns_btn a {
				font-size: 14px;
			    height: 44px;
			    line-height: 41px;
			}
			.common_stm_detail_show .detail_order_sns_btn {
				margin-top:10px !important;
			}

			.detail_order_sns_btn ul li {
				width:31.5%;
			}
			.detail_order_sns_btn ul li:first-child {
				width:65%;
			}
			.detail_order_sns_btn ul li:last-child {
				width:32%;
			}

			.detail_contents {
				margin-top:10px;
				margin-bottom:0;
			}

			.detail_rex {
				margin-top:30px;
				font-size:13.5px;
				line-height:21px;
			}
			.detail_rex ol li {
				margin:4px 1px;
			}
			.detail_rex_p {
				font-size:13.5px;
				line-height:21px;
			}

			.project_per {
				font-size:13px;
				margin:20px 0 0 !important;
			}
			.project_per strong {
				font-size:14px;
			}
			.project_per ul,
			.project_per ul li {
				margin:2px 0;
				line-height:21px;
			}
			.project_per ul {
				margin:0 0 0 15px;
			}

			.st-items-title {
				font-size:17.5px;
				margin-top:45px;
			}
			.sded_wrap .loop-dot.child1,
			.sded_wrap .loop-dot.child3_2,
			.sded_wrap .loop-dot.child5,
			.sded_wrap .loop-dot {
				background-image: url("img/loop_dot.png");
			}
			.sded_wrap .loop-dot-group i  {
				width:39px;
				height:39px;
				margin:3px auto;
				background-size:19px 20px;
			}

		/* Comments */
			.bbs-caption .bbs-subject2 {
				font-size: 14px !important;
				min-height: 38px;
			}

		.mod-singular-section-in .container {
			width: 700px !important;
		}
		.mod-nav-line {
			left: 21px;
		}
		.mod-nav {
			left: 0;
		}

		/* sec01 */
		.mod-nav-text1 {
			width:260px;
			height:135px;
			margin:0 auto 40px;
			background-size: 260px 135px;
		}
		/* sec02 */
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text {
			font-size:27px;
			line-height:30px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_left,
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_right {
			padding:10px 20px 20px 10px;
			background-size: 76px 54px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text strong {
			font-size:34px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text p {
			margin-bottom:60px;
		}
		/* sec03 */
		.mod-singular-section:nth-child(3) .mod-singular-section-in .mod-text {
			font-size:29px;
			line-height:37px;
			margin-bottom:110px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			font-size:13.7px;
			line-height:23px;
		}
		/* 4~6 */
		.sectext_loop {
			font-size:13.7px;
			line-height:23px;
		}
		.sectext_loop_img {
			margin-top:-70px;
			margin-left:-70px;
		}
		.sectext_loop_img img {
			width:94%;
		}
		.sectext_loop_left .sectext_loop_img {
			margin-right:-80px;
		}
		.sectext_loop p.first-child {
			margin-bottom:25px;
		}
		.sec05 .sectext_loop p.first-child {
			margin-top:30px;
		}
		.sectext_loop p {
			padding-left:25px;
		}
		.sectext_loop_left p {
			padding-left:0;
			padding-right:25px;
		}
		/* 7 */
		.ceo_title_text {
			font-size:20px;
			line-height:27px;
		}
		.mod-singular-section .ceo_name {
			font-size:14px;
			line-height:27px;
		}
		.ceo_tab_contents {
			font-size:13px;
			line-height:20px;
			padding-top:20px;
		}
		.ceo_tab_contents .tab_ceo_name {
			font-size:25px;
			margin-bottom:10px;
		}
		.ceo_tab_contents .tab_ceo_summury {
			font-size:14px;
			margin-bottom:25px;
		}
		.ceo_tab_contents p {
			margin:0 0 15px 0;
		}
		.ceo_tab_contents ul li {
			font-size:13px;
			line-height:22px;
		}
		.ceo-box .hover-border span {
			right:13px;
			top: 6px;
			font-size:12px;
		}

		/* 공통 */
			.main-box {
				/* padding: 30px 0 0px; */
				margin: 54px auto 0px;
			}

		/* 하단 영역 */
			.footer_wrap {
				padding: 0;
			}
			.footer_wrap_top {
				padding: 10px 0;
			}
			.foot_link_group {
				margin-top: 10px;
				margin-bottom: 0;
			}

		/* 상단 메뉴 */
			.navbar-venture .navbar-brand {

				margin: 18px 0 0 0;
			    padding: 0;
			    width: 96px;
			    height: 24px;
			    margin-right: 24px;
			}
			.navbar-venture .container {
				padding-left: 4% !important;
				padding-right: 4% !important;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle {

				font-size: 13px !important;
				margin-left: 5px;
    			margin-right: 5px;
			}
			.navbar-venture .navbar-nav a.dropdown-toggle .caret:before {
				top: -25x !important;
			}
			.navbar-venture .navbar-nav .dropdown a.dropdown-toggle {
				padding-right: 11px;
			}
			.navbar-venture .navbar-nav .dropdown-menu {
				left: -56px;
			}
			.navbar-venture .navbar-right {
				margin-right: -45px;
			}
			.navbar-right .nav-search-form form .input-group-addon {
			    background-size: 18px 18px;
			}
			.navbar-right .nav-search-form form .form-control:focus {
				width: 155px;
			}

		/* 섹션 타이틀 */
			.main-box .nav-tabs {
				margin: 0 0 13px 0;
			}

		/* 모의 크라우드펀딩 & 크라우디 소개 */
			.mowhy-wrap .not-space>[class*="col-"] {
				display: block;
				height: 100px;
				background-size: cover;
			}
			.mowhy-wrap .not-space>[class*="col-"]:last-child {
				background-position: 70% 50%;
			}
			.mowhy-wrap a {
				display: block;
				height: 100px;
			}
			.mowhy-wrap a .mowhy-title {
				font-size: 18px;
				padding: 25px 25px 0;
				margin-bottom: 0;
			}
			.mowhy-wrap .not-space>[class*="col-"]:last-child .mowhy-title {
				padding: 15px 25px 0;
			}
			.mowhy-wrap3 .not-space>[class*="col-"]:last-child .mowhy-title {
				padding: 25px 25px 0;
			}
			.mowhy-wrap a .mowhy-contents {
				font-size: 14px;
				line-height: 20px;
				padding: 0 25px;
			}

		/* 커뮤니티 파트너 */
			.partner-tab {
				padding-top: 10px;
			}
			.partner-tab-content {
				margin-top: 20px !important;
			}
			.thumbnail .caption-partner {
				padding: 0 10px;
				font-size: 14px;
				min-height:50px;
			}
			.thumbnail .caption-partner .caption-line,
			.thumbnail .caption-partner .caption-line-news {
				padding: 5px 0;
			}
			.thumbnail .caption-line-news .caption-date {
				font-size: 13px;
			}

		/* 프로젝트 새소식 */
			.bbs-caption {
				margin: 0 0 0px;
				border: 1px solid #d4d4d4;
			}
			.bbs-caption .bbs-subject {
				font-size: 14px;
				line-height: 18px;
				padding-left:8px;
				padding-right:8px;
			}
			.bbs-caption .bbs-point,
			.bbs-caption .bbs-date,
			.bbs-caption .bbs-summury {
				font-size: 13px;
				padding-left:8px;
				padding-right:8px;
			}
			.bbs-caption .bbs-summury {
				line-height: 18px;
				margin-bottom: 0;
			}
			.bbs-caption .bbs-point {
				font-size: 14px;
			}
			.bbs-caption .bbs-date {
				font-size: 13px;
			}

		/* 주목받는 리워드  */
			.mp-list .items {
				margin: 15px 0;
			}
			.invest-list .rewards-subject {
				height: 100px;
				min-height: 100px;
			}

			.common_vi_frame {
				height:150px;
				font-size:20px;
				line-height:30px;
				padding:0 25px;
				background-size: 1900px 190px;
			}
		/* terms_wrap */
			.terms_contents {
				padding:30px 0;
			}
			.terms_contents .nav-tabs li {
				padding:0;
			}
			.terms_contents .nav-tabs>li>a {
				height:42px;
				font-size:15px;
				line-height:40px !important;
			}
			.terms_contents .tab-content {
				font-size:13px;
				line-height:23px;
			}
			.terms_contents .tab-content h5 {
				font-size:18px;
				margin:30px 0;
			}
			.terms_contents .tab-content h6 {
				font-size:15px;
				margin-bottom:10px;
			}


		/* sns_wide_btn */
			.sns_wide_btn {
				margin-top:20px;
				margin-bottom:25px;
			}
			.list_summury {
				margin-bottom:30px;
			}

			.mowhy-wrap2 .banner-area {
				height: 120px !important;
				background-size:1213px 120px !important;
			}
			.mowhy-wrap2 a .mowhy-title {
				color:#ff0071;
				font-size: 24px;
				margin-bottom: 5px;
			}
			.mowhy-wrap2 a .mowhy-contents .link-go {
				color:#ff0071;
				margin-left:5px;
			}

		/* common_sub */
			.common_sub_vi {
				padding:30px 0;
			}
			.common_sub_vi .common_vi_title {
				font-size:24px;
				line-height:34px;
				margin-bottom:10px;
			}
			.common_sub_layout .st-price {
				width:100%;
				margin-bottom:15px;
			}
			.common_sub_layout .st-tab {
				margin-top:10px;
				margin-bottom:10px;
			}
			.common_sub_layout .st-tab ul {
				display:table;
				width:100%;
			}
			.common_sub_layout .st-tab ul li {
				display:table-cell;
				width:33.3333333%;
				border-right: 1px solid #ddd;
			}
			.common_sub_layout .st-tab ul.first-row li {
				border-bottom: 1px solid #ddd;
			}
			.common_sub_layout .st-tab2 ul li {
				width:25%;
			}
			.common_sub_layout .st-tab ul li.last-child,
			.common_sub_layout .st-tab ul li:last-child {
				border-right: none;
			}
			.common_sub_layout .st-tab li .st-tab-a {
				border: none;
				font-size:16px;
				line-height:38px;
				text-align:center;
			}


			.common_sub_layout .st-tab {
				margin-top:20px;
				margin-bottom:5px;
			}
			.common_sub_layout .st-tab ul li {
				position: relative;
				border-right: none;
			}
			.common_sub_layout .st-tab li .st-tab-a {
				position: relative;
				font-size:16px;
				line-height:40px;
				text-align:center;
			}
			.common_sub_layout .st-tab li .st-tab-a:before {
				width:100%;
				height:2px;
				content: '';
				position: absolute;
				top: 50%;
				right: 0;
				bottom: 0;
				left: 0;
				z-index:1;
				margin-top:-20px;
				background-color:#d1d1d1;
			}
			.common_sub_layout .st-tab li .st-tab-a i {
				position: relative;
				z-index:4;
				width:40px;
				height:40px;
				background-size: 40px 40px;
				margin:0 auto;
				display:block;
				margin-top:3px;
				border:none;
				text-indent: -99999px;
				background-color:#fff;
			}
			.common_sub_layout .st-tab li.active .st-tab-a i {
				background-color:#fff;
			}
			.common_sub_layout .st-tab li span:before {
				position: absolute;
				width:50%;
				height:40px;
				content: '';
				top: 2px;
				left: 0;
				z-index:2;
				background-color:#fff;
			}
			.common_sub_layout .st-tab li:first-child span:before {
				display:block !important;
			}
			.common_sub_layout .st-tab li:last-child span:before {
				display:block !important;
				left:auto;
				right: 0;
			}


			.common_sub_layout .label-title {
				margin-bottom:6px;
			}
			.st-items {
				margin:0 0 12px;
				padding:15px 15px 20px;
			}
			.common_sub_layout .col-line {
				min-height:auto;
				padding-top:20px;
				padding-bottom:40px;
				border-left: none;
			}

			.rfcp .col-line {
				padding-top:0;
			}

			.st-items .st-items-btn {
				margin-bottom:20px;
			}

		/* fp-items-info */
			.fp-items-info .fp-items-detail {
				margin-top:19px;
			}
			.fp-items-info dt {
				font-size:13px;
			}
			.fp-items-info dd {
				font-size:16px;
			}
			.fp-items-info .fp-items-total-p {
				font-size:18px;
			}
			.fp-items-method .fp-items-method-tab .radio-btn {
				padding-top:13px;
				padding-bottom:13px;
				font-size:17px;
			}
			.fp-items-method p {
				font-size:14px;
				margin:0 0 10px;
			}
			.fp-items-method-info .fp-items-method-info-i {
				height:55px;
				background-position: 50% 20px;
			}
			.fp-items-info .fp-items-detail-c dl {
				margin:5px 0;
			}
			.fp-items-info .fp-items-detail-c dt,
			.fp-items-info .fp-items-detail-c dd {
				font-size:14px;
			}
			.fp-items-info .fp-items-detail-c dd strong {
				font-size:16px;
			}
			.fp-items-detail-img {
				margin-right:0;
			}

		/* mriqa_sub */
			.mriqa_con,
			.mriqa_sub {
				font-size:14px;
				line-height:26px;
				padding:20px 0 0;
			}
			.mriqa_con {
				padding:0;
			}
			.mriqa_eng {
				top:-29px;
				font-size:60px;
			}
			.list_wrap2 {
				padding:40px 0 0;
			}
			.list_wrap2 .list_title {
				margin-bottom:30px;
			}

			.list_link_tab ul {
				margin-bottom:20px;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco ul {
				margin-bottom:20px;
			}
			.list_link_tab ul li {
				display:inline;
				margin-right:10px;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco ul li {
				display:inline;
				margin-right:10px;
			}

			.community_vi_frame {
				height:300px;
				font-size:30px;
				background-size:1440px 300px ;
			}
			.community_vi_zindex span {
				margin-bottom:5px;
			}
			.common_vi_wrap2 .common_vi_frame,
			.common_vi_wrap4 .common_vi_frame,
			.common_vi_wrap5 .common_vi_frame {
				font-size:24px;
				line-height:32px;
			}
			.mcd-items {
				padding:0 25px;
			}
			.mcd-items strong {
				font-size:19px;
				margin-top:4px;
			}
			.mcd_info {
				font-size:15px;
				line-height:24px;
				padding:36px 0 60px;
			}
			.mcd_info .media-object {
				width:160px;
				height:160px;
			}
			.mcd_info .media-body {
				padding-left:20px;
				padding-right:15px;
			}
			.mcd_info .mcd_info_line {
				padding-bottom:36px;
			}
			.coming-soon-btn {
				padding:19px 0 14px;
			}


		/* mc_champion */
			.media-frame-wrap {
				margin:6px 0;
				padding:15px;
			}
			.champion-s-y-frame {
				height:140px;
			}
			.champion-support .champion-s-y-frame {
				height:180px;
			}
			.champion-support li {
				padding:10px 0;
			}
			.champion-support-s {
				font-size:13px;
			}
			.champion-support-p {
				font-size:12px;
				line-height:20px;
			}
			.champion-group {
				margin:0 0 25px 0;
			}

			.mc_info strong {
				font-size:16px;
			}
			.mc_info p {
				font-size:13px;
				line-height:21px;
				letter-spacing: -.05em;
			}
			.mc_info i {
				width:65px;
				height:65px;
				background-size:65px 65px;
			}

		/* spStart */
			.spstrat_wrap {
				margin:0 0 80px 0;
			}
			.spstrat_top {
				padding-top:120px;
				margin-bottom:50px;
			}
			.spstrat_group {
				line-height:23px;
				padding-left:17px;
				margin:10px 0 30px 0;
			}
			.spstrat_group strong {
				height:auto;
			}
			.spstrat_group p {
				margin:15px 0 0 0;
				height:96px;
			}
			.spstrat_frame {
				padding:30px 0;
				font-size:15px;
				line-height:24px;
			}

			.common_sub_top_menu a:first-child {
				margin-left:0;
			}
			.common_sub_top_menu a:last-child {
				margin-right:0;
			}

			.common_sub_title {
				font-size:20px;
				line-height:28px;
				margin-bottom:30px;
			}
			.common_sub_layout .st-menu li {
				float:left;
				width:50%;
				text-align:center;
			}
			.common_sub_layout .st-menu li.w25 {
				width:25%;
				padding:0;
			}
			.common_sub_layout .st-menu li.w25 a {
				padding-left:10px; padding-right:10px;
			}
			.common_sub_layout .st-menu li.w40,
			.common_sub_layout .st-menu li.w30 {
				width:33%;
				padding:0;
			}
			.common_sub_layout .st-menu li.w40 {
				width:33%;
			}
			.common_sub_layout .st-menu li a {
				padding:0 20px;
				margin:1px 0;
				border: 1px solid #e4e4e4;
			}
			.common_sub_layout .st-menu li.w30:nth-child(2) a,
			.common_sub_layout .st-menu li:first-child a {
				border-right: none;
			}


		/* 섹션 타이틀 */
			.main-box .title div.title-block {
				font-size: 22px;
				line-height: 34px;
				position: relative;
			}
			.main-box .title a.title-line {
				position: absolute;
				top:-2px;
				right:-5px;
				width:40px;
				float:right;
				display:block;
				margin: 0;
				color:#464646;
				line-height: 32px;
				padding:0 0 2px 20px;
			}
			.main-box .title a.title-line span {
				display:none;
			}
			div.title-block {
				margin-bottom:0px;
			}

		/* 메인 진행중인 투자 */
		
			.ing-invest-loop-con {
				line-height:22px;
				/*margin-left:-20px;*/
				padding: 0 0 0 41px;
			}
			.ing-invest-loop .progress {
				height: 4px;
			}
			.ing-invest-loop .progress-bar {
				line-height: 4px;
			}
			.ing-invest-loop .invest-subject-sort {
				font-size: 12px;
			}
			.ing-invest-loop .invest-company {
				font-size: 14px;
			}
			.ing-invest-loop .invest-subject,
			.ing-invest-loop .invest-day,
			.ing-invest-loop .invest-price,
			.ing-invest-loop .invest-percent,
			.ing-invest-loop .invest-support,
			.invest-share,
			.invest-comment {
				font-size: 16px;
			}
	}
	@media only screen and ( max-width: 820px) {
		/* detail */
			.funding_open .funding_open_frame {
				height:286px;
			}
	}
	@media only screen and ( min-width: 768px) {
		.mod-singular-section {
			height: 917px;
		}
		.mcrowdy_hidden {
			overflow: hidden;
		}
		.mp-heading,
		.mobile-header-wrap {
			display: none;
		}
		.mp-collapse,
		.mp-collapse.in{
			display:block !important;
			height: auto !important;
			overflow: visible !important;
		}

		.mowhy-wrap .container {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}
	}
	@media only screen and ( min-width: 991px) {
		.container_mobile {
			padding-left: 18px !important;
			padding-right: 18px !important;
		}
	}


	/* XS */
	@media only screen and ( max-width: 790px) {
			.dinvest_wrap_contents .dwc-icon,
			.dinvest_wrap_contents .dwc-icon li:last-child,
			.dinvest_wrap_contents .dwc-icon li:last-child p {
				margin-bottom:0 !important;
			}
			.frame-primary-outline {
				margin:20px auto !important;
				font-size:14px !important;
			}
			.pay_info_wrap .step-title {
				font-size:16px;
			}
			.detail_order_info_btn_link a {
				font-size:14px;
			}
			.mc_info {
				margin-top:30px;
				padding:35px 0;
			}
			.container {
				padding-left: 18px !important;
				padding-right: 18px !important;
			}
			.carousel-caption {
				padding-left: 18px !important;
				padding-right: 18px !important;
			}
			.xs_bg_gray {
				background-color: #fff;
			}
			.con-icon-big,
			.con-icon-big li {
				font-size:15px;
				line-height:24px;
			}
			.con-icon-big.con-icon-title li {
				font-size:16px;
			}
			.con-icon-big li {
				margin-bottom:10px;
			}
			.funding_open .funding_open_frame {
				height:274px;
				font-size:15px;
				line-height:23px;
			}
			.funding_open .funding_open_frame .fo_title {
				font-size:23px;
				margin-bottom:20px;
				padding-bottom:20px;
			}

			/*.carousel-caption {
				top: 116px;
			}*/
			/*.main_slider_wrap .carousel-inner .item {
				height:180px;
				background-size: 790px 180px;
			}*/

			.ing-invest-loop-con {
				padding-left: 100px;
			}

			.sns_icon {
				margin-top:15px;
			}
			.sns_icon i {
				position: relative;
				top:0;
			}

			.mcf_loop_m,
			.mcf-loop,
			.ing-invest-loop,
			.rewards-list .items,
			.st-items,
			.thumbnail,
			.bbs-caption {
				-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
				border: 1px solid #eaebed;
			}
			.mcf_loop_m:active,
			.mcf-loop:active,
			.ing-invest-loop:active,
			.rewards-list .items:active,
			.st-items:active,
			.thumbnail:active,
			.bbs-caption:active,
			.mcf_loop_m:focus,
			.mcf-loop:focus,
			.ing-invest-loop:focus,
			.rewards-list .items:focus,
			.st-items:focus,
			.thumbnail:focus,
			.bbs-caption:focus,
			.mcf_loop_m:hover,
			.mcf-loop:hover,
			.ing-invest-loop:hover,
			.rewards-list .items:hover,
			/* .st-items:hover, */
			.thumbnail:hover,
			.bbs-caption:hover {
				border-color:#002fa3;
			}
	}
	@media only screen and ( max-width: 767px) {
			.ceo-wrap {
				padding-top:0;
			}
			.mc-list .rewards-subject {
				height: auto !important;
				min-height: auto !important;
				margin-bottom:15px;
			}
			.mc-list .rewards-subject strong {
				font-size:17px;
			}
			.mc-list.rewards-list .mc-label {
				font-size: 13px;
			}
			.mc-list .rewards-subject .rewards-summury,
			.mc-list.rewards-list .mc-tlabel {
				font-size: 14px;
			}
			.mc-list.rewards-list .mc-count,
			.mc-list.rewards-list .mc-price,
			.mc-list.rewards-list .mc-label {
				font-size: 16px;
			}
			.mcf-loop {
				font-size:15.8px;
				line-height:21px;
				margin: 0 0 15px;
				padding:0;
			}
			.mcf-loop .mcf-loop-frame {
				padding-top:15px;
			}
			.mcf-loop h5 {
				margin-bottom:5px;
			}
			.mcf-loop h5,
			.mcf-loop .mcf-summury {
				font-size:15.8px;
				line-height:22px;
			}
			.mcf-loop .mcf-summury {
				width:auto;
			}
			.mcf-loop .mcf-date,
			.mcf-loop .mcf-info {
				font-size:14px;
			}
			.mcf-loop .mcf-info {
				margin:10px 0 0;
			}
			.mcf-loop hr {
				margin-bottom:10px;
			}
			.mcf-loop-btn {
				padding-bottom:15px;
			}

			.container_mobile {
				padding-left: 18px !important;
				padding-right: 18px !important;
			}
			.total_price {
				font-size:16px;
				line-height:22px;
			}
			.total_price span {
				margin-left:15px;
			}
			.ifm-wrap-box-form {
				font-size:14px;
				line-height:21px;
			}
			.fp-items-info .fp-items-detail-c .yment > em {
				margin-left:0;
				display:block;
			}

			.fp-items-info .fp-items-detail-c dt {
				width:80px;
			}
			.fp-items-info .fp-items-detail-c .yment_s {
				line-height:24px;
				margin-top:0 !important;
			}

			.rfcp .container_2 {
				padding-left: 0 !important;
				padding-right: 0 !important;
			}

			.rfcp .st-user-info2 {
				font-size:14px;
			}

			.rfcp .st-user-info2 strong {
				font-size:16px;
			}

			.st-items dl,
			.st-items p {
				margin-top:0;
				margin-bottom:15px;
			}
			.st-items .st-items-option {
				margin-top:5px;
				padding-top:20px;
			}
			.st-items .st-items-option dl:last-child {
				margin-bottom:0;
			}

			.st-items .st-items-su {
				font-size:20px;
				line-height: 24px;
			}
			.frame-primary-outline {
				font-size:14px;
				line-height:22px;
			}

			.sns_icon i {
				margin-bottom:5px;
			}
		/* enot */
			.enot_wrap {
				text-align:center;
				padding:50px 0;
			}
			.enot_logo {
				height:100px;
				background-position: 50% 50%;
				background-size: 280px 100px;
			}
			.enot_logo4 {
				height:120px;
				background-position: 50% 50%;
				background-size: 120px 120px;
			}
			.enot_oops {
				height:110px;
				background-position: 50% 0;
				background-size: 255px 95px;
			}


			.panel-group.faq .panel-heading a,
			.panel-group.faq.invest .panel-heading div.panel-title {
				padding:10px 40px 10px 10px;
				font-size:14px;
				line-height:21px;
			}

			.sded_wrap_frame {
				min-height:auto;
			}

		/* rds_group */
			.rds_wrap {
				margin:40px 0 0 0;
			}
			.rds_group {
				margin:30px 0;
			}
			.rds_group .user_item {
				margin:6px 0;
			}

		/* mp Group */
			.mp-collapse {
				overflow: hidden;
				display: none !important;
			}
			.mp-collapse.in {
				overflow: hidden;
				display: block !important;
			}
			.mp-group {
				width:100%;
				border-bottom: 1px solid #ddd;
			}
			.mp-panel {
				width:100%;
			}
			.mp-title {
				position: relative;
				width:100%;
				padding: 9px 15px 10px;
				color:#464646;
				font-size: 18px;
				border-top: 1px solid #ddd;
				background-color:#fbfbfb;
				overflow: hidden;
				cursor: pointer;
			}
			.mp-title span {
				position: relative;
				top:-1px;
				color: #9f9f9f;
				font-size: 15px;
				margin-left:5px;
			}
			.mp-title.collapsed {
				color:#464646;
				background-color:#fff;
				text-decoration: none;
			}
			.mp-title:before,
			.mp-title:after {
				position: absolute;
				top: 9px;
				right: 15px;
				font-size:17px;
				font-family:"FontAwesome";
				-webkit-transition: all 100ms linear 0s;
				-o-transition: all 100ms linear 0s;
				transition: all 100ms linear 0s;
			}
			.mp-title:before {
				content: "\f077";
				opacity: 0;
				-webkit-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg);
			}
			.mp-title:after {
				content: "\f077";
				opacity: 1;
			}
			.mp-title.collapsed:before {
				top: 12px;
				opacity: .4;
			}
			.mp-title.collapsed:after {
				top: 12px;
				opacity: 0;
				-webkit-transform: rotate(-180deg);
				-ms-transform: rotate(-180deg);
				-o-transform: rotate(-180deg);
				transform: rotate(-180deg);
			}
			.mp-group .mp-heading + .mp-collapse {
				margin: 0;
				overflow: hidden;
			}
			.mp-collapse .mp-body {
				padding: 10px 0;
			}
			.mp-group .mp-heading + .mp-collapse .mp-body {
				border-top-color: transparent;
			}


		/* detail */
			.detail_project_noti {
				font-size:15px;
				line-height:23px;
				margin-top:0px;
				margin-bottom:0;
			}
			.detail_not-area {
				min-height:200px;
				margin-top:30px;
				margin-bottom:30px;
			}
			.detail_order_info_mobile {
				font-size:14px;
				margin:18px 0 20px;
				padding-bottom:20px;
				border-bottom: 1px solid #ddd;
			}
			.detail_order_info_mobile strong {
				color:#464646;
				font-size:16px;
				font-weight: 400;
			}
			.detail_order_info_mobile a {
				position: relative;
				top:1px;
				color:#9f9f9f;
			}
			.detail_order_info_mobile .imgava {
				width:50px !important;
				height:50px !important;
				margin:0;
				background-color:#fff;
				-webkit-border-radius:50%;
				-moz-border-radius:50%;
				border-radius:50%;
			}
			.detail_order_info_mobile .imgava img {
				width:50px !important;
				height:50px !important;
				-webkit-border-radius:50%;
				-moz-border-radius:50%;
				border-radius:50%;
			}
			.detail_vi_zindex p {
				font-size:16px;
				margin:10px 0 0;
			}
			.detail_vi_frame h2 {
				font-size:20px;
				line-height:26px;
				padding:0 15px;
			}
			.detail_vi_frame h4 {
				font-size:14px;
				line-height:20px;
			}
			.inv_detail_vi_frame h2 {
				font-size:20px;
				line-height:26px;
				padding:0 15px;
			}
			.inv_detail_vi_frame h4 {
				font-size:14px;
				line-height:20px;
			}
			.detail_wrap {
				margin-top:10px;
				padding-bottom:60px;
			}

			.detail_order_rp em {
				font-size:18px;
			}
			.detail_order_rp strong {
				font-size:19px;
			}
			.detail_order_info{
				order:1;
			}
			.detail_order_info_head {
				font-size:13.5px;
				line-height:22px;
			}
			.detail_order_info_head strong {
				font-size:15px;
			}
			/* .detail_order_info_head .imgava {
				width:47px !important;
				height:47px !important;
			}
			.detail_order_info_head .imgava img {
				width:49px !important;
				height:49px !important;
			} */

			.detail_order_info_btn a {
				font-size:14px;
			}

			.detail_order_sns {
				font-size:14px;
				line-height:22px;
				padding:10px;
			}
			.detail_order_sns strong {
				font-size:16px;
			}

			.detail_order_sns_btn a {
				font-size: 14px;
			    height: 44px;
			    line-height: 41px;
			}

			.detail_order_sns_btn ul li {
				width:31.5%;
			}
			.detail_order_sns_btn ul li:first-child {
				width:67.5%;
			}
			.detail_order_sns_btn ul li:last-child {
				width:30.5%;
			}

			.detail_contents {
				margin-bottom:25px;
			}

			.detail_rex {
				margin-top:30px;
				font-size:13.5px;
				line-height:21px;
			}
			.detail_rex ol li {
				margin:4px 1px;
			}
			.detail_rex_p {
				font-size:13.5px;
				line-height:21px;
			}

			.project_per {
				font-size:13.5px;
			}
			.project_per strong {
				font-size:15.5px;
			}
			.project_per ul,
			.project_per ul li {
				margin:2px 0;
				line-height:21px;
			}
			.project_per ul {
				margin:0 0 0 15px;
			}

			.st-items-title {
				font-size:17.5px;
				margin-top:45px;
			}

			.sded_wrap .loop-dot {
				background-size:6px 7px;
			}
			.sded_wrap .loop-dot-group i  {
				width:39px;
				height:39px;
				margin:3px auto;
				background-size:19px 20px;
			}

			.st-items-wrap {
				margin-top:0;
			}

			.bbs-caption .bbs-subject2 {
				font-size: 14px !important;
			}

		.help_wrap_contents {
			font-size:14px;
			line-height:24px;
		}
		.help_wrap_contents .p_type {
			margin:0;
			padding-top:15px;
			padding-bottom:5px;
		}
		.help_wrap_contents .p_type strong {
			font-size:15px;
			line-height:24px;
		}
		.help_wrap_contents h3 {
			font-size:29px;
			line-height:36px;
			margin-top:80px;
			padding-top:0;
			padding-bottom:0;
			padding-left:25px;
		}
		.help_line .help_wrap_contents:first-child h3 {
			margin-top:0 !important;
			padding-top:0 !important;
			padding-bottom:0 !important;
		}
		.help_wrap_contents h3:before {
			top: 4px;
			bottom:auto;
			width: 2px;
			height: 61px;
		}

		.help_wrap_contents h4 {
			font-size:18px;
			line-height:22px;
			margin-top:35px;
			padding:15px 0 0;
		}
		.help_wrap_contents h4:before,
		.active.help_wrap_contents h4:before {
			display:none;
		}

		.con-icon-p {
			margin:5px 0 5px 22px !important;
		}
		.help_wrap_contents .p_type:last-child .con-icon-p {
			margin:5px 0 0 22px !important;
		}
		.con-icon-p li,
		.con-icon-p li:last-child {
			margin-bottom:0 !important;
		}

		.mcrowdy_banner {
			height:190px;
			background-size: 869px 190px;
		}
		.mod-nav-line,
		.mod-singular-pager,
		.mod-nav {
			display:none !important;
		}
		.mod-singular-section-in .container {
			width: 100% !important;
			padding-left:20px !important;
			padding-right:20px !important;
		}
		.mod-singular-section:first-child,
		.mod-singular-section {
			min-height:auto !important;
			background-color: #002fa3;
		}
		.mod-singular-section-in {
			height: auto !important;
			min-height:auto !important;
		}
		.dreamm_maker .container {
			height:auto !important;
			padding-bottom:40px;
		}
		.dreamm_maker .dreamm_maker_title {
			font-size:22px;
			line-height:34px;
			margin-top:0;
		}
		.dreamm_maker .dreamm_maker_title p {
			font-size:16px;
			line-height:24px;
			margin-top:15px;
			margin-bottom:30px;
		}

		/* mod-table */
		.mod-table {
			top:0;
			display:block !important;
			height:auto !important;
			min-height:auto !important;
		}
		.mod-table-td {
			display:block !important;
			height:auto !important;
			min-height:auto !important;
			padding:40px 0;
		}


		/* sec01 */
		.mod-nav-text1 {
			width:245px;
			height:127px;
			margin:0 auto 40px;
			background-size: 245px 127px;
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text {
			font-size:14px;
			line-height:22px;
		}
		.mod-singular-section:first-child .mod-singular-section-in .mod-text strong {
			font-size:16px;
		}

		/* sec02 */
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text {
			font-size:22px;
			margin-top:0;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_left,
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_right {
			padding:5px 25px 10px;
			background-size: 50px 36px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text .rest_left {
			background-position: 20px 0;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text strong {
			font-size:25px;
		}
		.mod-singular-section:nth-child(2) .mod-singular-section-in .mod-text p {
			font-size:14px;
			line-height:22px;
			margin-bottom:40px;
		}

		/* sec03 */
		.mod-singular-section:nth-child(3) {
			background-size: 2116px 1100px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in .mod-text {
			font-size:29px;
			line-height:37px;
			margin-bottom:60px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in p {
			top:-25px !important;
			font-size:15px;
			line-height:24px;
		}
		.mod-singular-section:nth-child(3) .mod-singular-section-in img.img-responsive {
			width:75%;
		}

		/* 4~6 */
		.sectext_loop {
			font-size:14px;
			line-height:22px;
		}
		.sectext_loop_img {
			margin-top:-80px;
			margin-left:0;
		}
		.sectext_loop_left .sectext_loop_img {
			margin-right:0;
		}
		.sectext_loop p {
			padding:0 !important;
			margin-top:10px !important;
			margin-bottom:0 !important;
		}
		.sectext_loop p.first-child {
			margin-top:25px !important;
			margin-bottom:20px !important;
		}

		/* 7 */
		.mod-singular-section .ceo_name {
			font-size:13px;
		}
		.ceo_tab_contents {
			padding-top:0;
		}
		.ceo_tab_contents .tab_ceo_name {
			font-size:23px;
		}
		.ceo_tab_contents .tab_ceo_summury {
			margin-bottom:20px;
		}
		.ceo-box .hover-border span {
			display:none;
		}


		.file_btn {
			position: relative;
			top:-1px;
			height:30px;
			font-size:28px;
		}
		.file_btn_re,
		.otab1_contents .file_btn_md {
			top:0;
			width:100%;
			height:38px;
		}
		/* 공통 */
			.page-wrapper {
				padding-top:0;
			}
			.footer_wrap,
			.navbar-venture {
				display: none;
			}
			body.main .footer_wrap {
				display: block;
			}
			.footer_wrap_top {
				padding: 30px 0 0 0;
			}
			.foot_link_group {
				margin-bottom: 5px;
			}
			.foot_link_group_title {
				font-size:14px;
				letter-spacing: -0.5px;
				margin-bottom: 10px;
			}
			.foot_link_list ul li {
				font-size: 14px;
				letter-spacing : -0.5px;
				margin: 1px 0;
			}
			.foot_link_list_big ul li {
				margin: 4px 0;
			}
			.company_info {
				line-height: 18px;
				margin-bottom: 10px;
			}
			.company_info span {
				display: block;
				padding: 0;
			}
			.company_info span:before {
				content: none;
			}

		/* 메인 슬라이드 */
			.carousel-caption {
				padding-top: 45px;
			}
			.main_slider_wrap .carousel-inner .item {
				height:220px;
				/* background-size: 768px 220px; */
				background-size: 1005px 220px;
			}
			.main_slider_wrap .carousel-indicators {
				margin-bottom: 16px;
			}
			.carousel-caption h2 {
				font-size: 23px;
				line-height: 30px;
				margin-top: 1px;
				margin-bottom: 10px;
				letter-spacing: -0.7px;
				font-weight: 600;
			}
			.carousel-caption p {
				font-size: 12px;
			    line-height: 15px;
			    letter-spacing: -0.4px;
			}
			.caption-description {
				font-size: 15px !important;
				line-height: 20px !important;
			}
			.carousel-caption p.type-text {
				font-size: 12px;
				line-height: 15px;
			}

		/* Mobile Header */
			.mobile-header-wrap {
				background-color: #fff;
			}
			.mobile-header {
				position:relative;
				height: 45px;
			}
			.mobile-header .mobile-icon,
			.mobile-header .mobile-brand,
			.mobile-header .mobile-icon-login
			{
				display: block;
				width: 110px;
				height: 47px;
				margin: 0 auto;
				text-indent: -9999px;
				background-image: url("img/logo_blue.svg");
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: 98px 15px;
			}
			.mobile-header .mobile-icon {
				position: absolute;
				top: 11px;
				right: 12px;
				width: 24px;
				height: 24px;
				background-size: 24px 22px;
				border:0px;
			}
			.mobile-header .mobile-icon-login {
				position: absolute;
				top: 11px;
				right: 12px;
				width: 24px;
				height: 24px;
				background-size: 24px 22px;
				border:0px;
			}
			.mobile-header .mobile-icon.open_my_login {
				right: 50px;
				width: 45px;
				background-image: url("img/mobile-login.png");
			}
			.mobile-header .mobile-icon.open_my_create {
				background-image: url("img/mobile-create.png");
			}
			.mobile-header .mobile-icon {
				background-image: url("img/icon_inactive_mypage.svg");
			}
			.mobile-header .mobile-icon-login {
				background-image: url("img/icon_active_mypage.svg");
			}
			.mobile-navbar {
				position: relative;
				z-index:201;
				height: 44px;
				text-align: center;
				border-top: 1px solid #d1d1d1;
				background-color: #fff;
				-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
				-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
				box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
			}
			.mobile-navbar .mobile-nav {
				margin: 0;
				padding: 0;
			}
			.mobile-navbar .mobile-nav li {
				display: inline-block;
			}
			.mobile-navbar .mobile-nav li a.mobile-anav {
				display: block;
				/* padding: 0 15px; */
				margin:0 15px;
				font-size: 16px;
				line-height: 42px;
			}
			.mobile-navbar .mobile-nav li a.mobile-anav:hover,
			.mobile-navbar .mobile-nav li a.mobile-anav:focus,
			.mobile-navbar .mobile-nav li a.mobile-anav:active {
				text-decoration: none;
			}
			.mobile-navbar .mobile-nav .dropdown a.mobile-anav .caret:before {
				top: -22px;
				font-size: 14px;
			}
			.mobile-navbar .mobile-nav .dropdown-menu {
				width: 175px;
				margin-top: 8px;
				left: -38px;
				border: none;
				padding: 4px 0;
				font-size: 90%;
				line-height: 29px;
				background-color: #fff;
				background-color: rgba(255, 255, 255, 1);
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				border-radius: 2px;
				-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
				box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
			}
			.mobile-header .nav-search-form {
				position: absolute;
				top: 2px;
				left: 2px;
				width: 59px;
				height: 45px;
			}
			.mobile-header .nav-search-form form {
				position: relative;
			}
			.mobile-header .nav-search-form form .form-control {
				    width: 22px;
				    height: 22px;
				    top: 10px;
				    left: 15px;
				    /* padding: 0 15px 0 44px; */
				    color: #000;
				    font-size: 14px;
				    line-height: 41px;
				    font-weight: normal;
				    border: 1px solid transparent;
				    box-shadow: none;
				    -webkit-box-shadow: none;
				    -webkit-transition: all 300ms linear 0s;
				    transition: all 300ms linear 0s;
				    -webkit-border-radius: 0;
				    -moz-border-radius: 0;
				    border-radius: 0;
				    background: #fff;
				    background-image: url(img/icon_whitemode_search.svg);
				    background-repeat: no-repeat;
				    background-position: 50% 50%;
				    background-size: 22px 22px;
			}
			.mobile-header .nav-search-form form .form-control::-moz-placeholder {
				color: transparent;
				opacity: 1;
				transition: all 300ms linear 0s;
			}
			.mobile-header .nav-search-form form .form-control:-ms-input-placeholder {
				color: transparent;
				transition: all 300ms linear 0s;
			}
			.mobile-header .nav-search-form form .form-control::-webkit-input-placeholder {
				color: transparent;
				-webkit-transition: all 300ms linear 0s;
				transition: all 300ms linear 0s;
			}
			.mobile-header .nav-search-form form .form-control:focus {
				border: 1px solid #fff;
				-webkit-box-shadow: none;
				box-shadow: none;
				width: 290px;
			}
			.mobile-header .nav-search-form form .form-control:focus::-moz-placeholder {
				opacity: 1;
			}
			.mobile-header .nav-search-form form .input-group-addon {
				position: absolute;
				right: 0;
				padding: 0;
				width: 56px;
				height: 41px;
				line-height: 41px;
				text-align: center;
				text-indent: -99999px;
				border: none;
				cursor: pointer;
				box-shadow: none;
				-webkit-box-shadow: none;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				background-color: transparent;
			}

		/* 주목받는 리워드 */
			.list_wrap .rewards-list {
				margin-top: 0;
			}
			.rewards-list .items {
				display:block;
			}
			.rewards-list .rewards-caption {
				padding: 18px 18px 12px;
			}
			.main .rewards-list .rewards-caption {
				padding: 10px 8px 3px;
			}
			.rewards-list .rewards-subject {
				font-size: 14px;
				line-height: 18px;
				height: 80px;
				min-height: 80px;
			}
			.rewards-list .rewards-summury {
				font-size: 13px;
			}
			.main .rewards-list .rewards-summury {
				font-size: 11px;
			}
			.detail-wrapper .rewards-list .rewards-subject,
			.detail-wrapper2 .rewards-list .rewards-subject {
				font-size: 16px;
				line-height: 22px;
				height: 85px;
				min-height: 85px;
			}
			.detail-wrapper .invest-list .rewards-subject {
				height: auto;
				min-height: auto;
				margin-bottom:25px;
			}
			.ing-invest-loop .invest-price,
			.rewards-list .rewards-day,
			.rewards-list .rewards-price {
				font-size:14px;
				line-height:26px;
			}
			.ing-invest-loop .invest-day,
			.main .rewards-list .rewards-day,
			.ing-invest-loop .invest-percent,
			.rewards-list .rewards-percent,
			.rewards-share,
			.rewards-comment,
			.rewards-support,
			.invest-support,
			.invest-share,
			.invest-comment {
				font-size: 12px;
			}
			.detail-wrapper .rewards-share,
			.detail-wrapper .rewards-comment,
			.detail-wrapper .rewards-support,
			.detail-wrapper .ing-invest-loop .invest-percent,
			.detail-wrapper .invest-support,
			.detail-wrapper .invest-share,
			.detail-wrapper .invest-comment,
			.detail-wrapper2 .rewards-share,
			.detail-wrapper2 .rewards-comment,
			.detail-wrapper2 .rewards-support,
			.detail-wrapper2 .ing-invest-loop .invest-percent,
			.detail-wrapper2 .invest-support,
			.detail-wrapper2 .invest-share,
			.detail-wrapper2 .invest-comment {
				font-size: 14px;
			}
			.detail-wrapper .invest-list .invest-percent,
			.detail-wrapper .invest-list .invest-support,
			.detail-wrapper .invest-list .invest-day,
			.detail-wrapper .invest-list .invest-share,
			.detail-wrapper .invest-list .invest-comment,
			.detail-wrapper .rewards-list .rewards-percent,
			.detail-wrapper .rewards-list .rewards-support,
			.detail-wrapper .rewards-list .rewards-day,
			.detail-wrapper2 .rewards-list .rewards-percent,
			.detail-wrapper2 .rewards-list .rewards-support,
			.detail-wrapper2 .rewards-list .rewards-day {
				font-size: 16px;
			}
			.detail-wrapper .rewards-list .rewards-price,
			.detail-wrapper2 .rewards-list .rewards-price {
				font-size: 18px;
			}
			.detail-wrapper .rewards-list .rewards-day,
			.detail-wrapper2 .rewards-list .rewards-day {
				position: relative;
				top:1px;
			}
			.main .rewards-list .rewards-day {
				position: relative;
				top:-3px;
			}

			.mp-list .invest-support {
				display: block;
			}

			.main .badge_icon {
				height: 22px;
				font-size:13px;
				line-height: 20px;
				margin-top: -11px;
			}
			.invest-list .badge_icon {
				width: 84px;
			}


		/* 메인 진행중인 투자 */
			.ing-invest-loop {
				padding: 8px;
				/* margin: 10px 0; */
			}
			.ing-invest-loop .items_img {
				width:108px;
				max-width:108px;
			}
			.ing-invest-loop .progress {
				margin-bottom:4px;
			}
			.ing-invest-loop-con {
				line-height:20px;
				margin-left:-15px;
				padding: 5px 0 0 30px;
			}
			.invest-company {
				font-size: 14px;
				margin-top:5px;
			}
			.ing-invest-loop .invest-subject {
				font-size: 14px;
				line-height: 18px;
			}
			.ing-invest-loop .invest-price {
				font-size: 14px;
			}
			.ing-invest-loop .invest-subject-sort {
				font-size: 12px;
				margin-left:5px;
			}

		/* member_wrap */
			.list_title_member {
				font-size:18px;
				line-height:24px;
				margin-bottom:25px;
				text-align:left;
			}
			.member_wrap .member_frame {
				padding:0;
			}
			.member_wrap .mcreate_lpopup,
			.member_wrap .login_lpopup {
				padding:35px 18px;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}
			.member_wrap .login_lpopup .login_logo {
				width: 130px;
				height: 30px;
				margin-top:11px;
				background-size: 130px 30px;
			}
			.member_wrap .login_lpopup form {
				margin-top: 50px;
			}
			.sns_login_btn ul li {
				margin:0 4px;
			}
			.login_etc a {
				font-size:14px;
				padding:0 8px;
			}
			.login_etc a:before {
				right:-3px;
				top:5px;
				height: 12px;
			}

		/* list_wrap */
			.list_wrap_word {
				font-size:14px;
				margin-top:35px;
				margin-bottom:20px;
			}
			.list_wrap_word .lwtitle {
				margin-bottom:25px;
			}
			.list_wrap {
				padding:30px 0;
			}
			.list_wrap.none_style {
				padding:30px 0;
			}
			.list_title {
				font-size:22px;
				line-height:30px;
				padding-bottom:15px;
				margin-bottom:0;
			}
			.list_title.list_title_mb {
				margin-top:0;
				margin-bottom:0;
			}
			.list_wrap_word .lwtitle {
				font-size:22px;
				margin-bottom:25px;
			}
			.list_title::before {
				display:none;
			}

			.none_style .list_title {
				padding-bottom:15px;
			}
			.none_style .list_title::before {
				display:none;
			}

			.list_summury {
				font-size:13.8px;
				line-height:21px;
				margin-bottom:20px;
			}
			.list_summury_big {
				font-size:16px;
				margin-bottom:5px;
			}
			.list_wrap hr {
				margin:34px 0;
			}
			.list_category .dropdown-toggle {
				height: 32px;
				font-size: 14px;
				line-height: 31px;
				padding:0 10px;
			}
			.list_category .dropdown-toggle:before {
				right:10px;
				font-size: 20px;
			}
			.list_category .dropdown .dropdown-menu li a {
				font-size: 14px;
				line-height:24px;
				padding-left:10px;
				padding-right:10px;
			}

		/* form-info */
			.form-info {
				font-size:13px;
				line-height:22px;
			}

		/* common_sub */
			.common_sub_vi .common_vi_title {
				font-size:18px;
				line-height:26px;
				margin-top:15px;
			}
			.common_sub_layout .st-price strong {
				font-size:18px;
			}

			.common_sub_layout .st-tab li .st-tab-a {
				font-size:13px;
				line-height:40px;
			}
			.common_sub_layout .st-tab li .st-tab-a:before {
				margin-top:-15px;
			}

			.common_sub_layout .label-title {
				margin-bottom:6px;
			}
			.common_sub_layout .label-title2 {
				font-size:18px;
				line-height:26px;
			}
			.st-items .st-items-btn {
				position: relative;
				top:-6px;
				margin-bottom:15px;
			}
			.common_sub_layout .st-submit {
				margin-top:30px;
			}
			.common_sub_layout .st-user-info {
				height:auto;
				line-height:22px;
				padding:10px 20px;
				margin-bottom:5px;
			}
			.common_sub_layout .st-user-info .media-body {
				font-size:14px;
				line-height:21px;
			}



		/* fp-items-info */
			.common_sub_layout .st-tab {
				margin-bottom:0;
			}
			.fp-items-info .fp-items-total-p {
				margin-top:-10px;
				font-size:17px;
			}
			.fp-items-method .fp-items-method-tab .radio-btn {
				padding-top:12px;
				padding-bottom:12px;
				font-size:15px;
			}
			.fp-items-method-info {
				font-size:13px;
				line-height:23px;
				padding-bottom:1px;
			}
			.fp-items-method-info .fp-items-method-info-i {
				height:45px;
				background-position: 50% 15px;
				background-size: 26px 26px;
			}
			.fp-items-method-info2 .fp-items-method-subject {
				font-size:16px;
				margin-bottom:20px;
			}
			.fp-items-method-info2 .text-s {
				font-size:13px;
			}
			.pay_info_wrap {
				padding:0 18px;
			}
			.modal .pay_info_wrap {
				padding:0;
			}
			.pay_info_wrap_not .pay_info_wrap {
				padding:0;
			}
			.pay_info_wrap .step-title {
				margin:20px 0;
			}
			.pay_info_wrap .step-title span {
				top:-2px;
				width:23px;
				height:23px;
				line-height:24px;
			}


		/* step-q */
			.step-q {
				font-size:14px;
				line-height:24px;
				padding:15px 0 0;
			}
			.step-q.step-q-non {
				padding:0 0 15px
			}
			.step-q .step-q-num {
				width:6.5%;
			}
			.step-q .step-q-memo {
				width:93.5%;
			}
			.step-q .step-q-memo ul {
				margin:0 0 0 5px;
			}
			.step-q .step-q-memo ul li {
				margin:0 0 0 0;
			}
			.step-q .step-q-memo a {
				font-size:13px;
			}
			.step-q .radio-group {
				margin-top:0;
				margin-bottom:0;
			}
			.step-q .radio-group .radio-inline {
				font-size:14px;
				margin-right:6px;
			}


		/* ifm-wrap */
			.ifm-wrap-logo {
				padding-top:90px;
				background-position: 50% 15px;
			}
			.ifm-wrap {
				font-size:16px;
				line-height:24px;
				margin-top:0;
				margin-bottom:22px;
			}
			.ifm-wrap-box {
				font-size:14px;
				padding:0 0 7px;
				overflow: hidden;
				white-space: nowrap;
			}

		/* con-table */
			.con-table .con-style p,
			.con-table {
				font-size:13px;
			}
			.con-table .not-space {
				margin-top:0;
				margin-bottom:10px;
			}
			.con-table .con-style {
				font-size:15px;
			}
			.con-table .label-style {
				line-height:26px;
			}
			.con-table .con-style ul,
			.con-table .con-style ul li {
				font-size:14px;
				line-height:24px;
			}
			.con-table .con-style ul {
				margin:5px 0 0 15px;
			}

			.dinvest_wrap_contents .con-table.not-space {
				margin-top:4px;
				margin-bottom:13px;
			}
			.dinvest_wrap_contents .con-table .con-style,
			.dinvest_wrap_contents .con-table .label-style {
				font-size:13.5px;
				line-height:23px;
			}


		/* mriqa_sub */
			.mriqa_eng {
				top:-28px;
				color:#fff;
				font-size:50px;
			}
			.list_wrap2 {
				padding:30px 0 0;
			}
			.list_wrap2 .list_title {
				margin-bottom:20px;
			}

			.thumbnail .caption-partner {
				font-size: 16px;
			}
			.thumbnail .caption-partner .caption-line-news span.caption-subject {
				font-size:15.6px;
				max-height:42px;
			}
			.thumbnail .caption-line-news .caption-summury {
				font-size: 14px;
			}
			.list_link_tab ul {
				margin-bottom:15px;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco ul {
				margin-bottom:15px;
			}
			.list_link_tab ul li {
				margin:0;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco ul li {
				margin:0;
			}
			.list_link_tab li a {
				font-size:14px;
				line-height:20px;
				padding:8px 0 8px 14px;
				border-left: none;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco li a {
				font-size:14px;
				line-height:20px;
				padding:8px 0 8px 14px;
				border-left: none;
			}
			.list_link_tab li a:active,
			.list_link_tab li a:focus,
			.list_link_tab li a:hover,
			.list_link_tab li.active a {
				border-left: none;
			}
			/* 기업정보등록 메뉴 관련 css 추가 */
			.list_link_tab_makeco li a:active,
			.list_link_tab_makeco li a:focus,
			.list_link_tab_makeco li a:hover,
			.list_link_tab_makeco li.active a {
				border-left: none;
			}

		/* panel-news */
			.panel-news {
				font-size:14px;
				line-height:26px;
			}
			.panel-news .panel-title {
				font-size:16px;
				line-height:24px;
				margin-top:5px;
			}
			.panel-news .panel-body {
				padding-top:15px;
				padding-bottom:20px;
			}
			.list-group-m .list-group-item {
				padding-top:0;
				padding-bottom:15px;
			}


			.community_vi_frame {
				height:240px;
				font-size:26px;
				background-size:1152px 240px;
			}
			.mcd-items {
				font-size:13px;
				padding:0 20px;
			}
			.mcd-items strong {
				font-size:18px;
			}
			.mcd_sns {
				text-align:center;
			}
			.mcd_info {
				font-size:14px;
				line-height:23px;
				padding:30px 0;
			}
			.mcd_info .media {
				position:relative;
				z-index:5;
				margin-top:-50px;
			}
			.mcd_info .media-left {
				display:block;
				text-align:center !important;
			}
			.mcd_info .media-object {
				display:block;
				width:250px;
				height:250px;
				padding:15px !important;
				margin:0 auto !important;
				background-color:#fff;
				border: 1px solid #d1d1d1;
			}
			.mcd_info .media-body {
				clear: both;
				display:block;
				width:100%;
				white-space: normal;
				padding:20px 5px 0;
			}
			.mcd_info .mcd_info_line {
				padding-bottom:36px;
			}
			.common_vi_wrap2 .common_vi_frame,
			.common_vi_wrap4 .common_vi_frame,
			.common_vi_wrap5 .common_vi_frame {
				font-size:22px !important;
				line-height:28px !important;
			}
			.common_vi_frame p {
				font-size:16px;
				line-height:22px;
			}

		/* mc_champion */
			.media-frame-wrap {
				margin:10px 0;
				padding:13px;
			}
			.champion-s-y-frame {
				height:120px;
			}
			.champion-support .champion-s-y-frame {
				height:150px;
			}
			.champion-support li {
				padding:8px 0;
			}
			.champion-group {
				margin:0 0 20px 0;
			}
			.media-subject {
				font-size:16px;
				line-height:22px;
			}

		/* spStart */
			.spstrat_wrap {
				margin:0 0 60px 0;
			}
			.spstrat_top {
				font-size:16px;
				padding-top:100px;
				margin-bottom:40px;
				background-position: 50% 65%;
				background-size: 176px 29px;
			}
			.spstrat_group {
				padding-left:0;
			}
			.spstrat_group p {
				margin:10px 0 0 0;
				height:auto;
			}
			.spstrat_frame {
				padding:25px 0;
				margin-bottom:15px;
			}


			.pn_list_loop {
				line-height:19px;
			}
			.pn_list_frame {
				padding:0 8px;
			}
			.pn_list_loop .pn_summury {
				margin-bottom:3px;
			}
			.pn_list_loop .pn_type {
				font-size:13px;
			}
			.pn_list_loop .pn_subject {
				font-size:14px;
			}
			.pn_list_loop .pn_time {
				margin-top:4px;
				font-size:13px;
			}


			.mif-frame .pn_list_frame {
				padding:0 8px;
				line-height:16px;
			}


			.common_sub_layout .st-menu {
				margin-top:20px;
				margin-bottom:10px;
			}
			.common_sub_layout .st-menu li {
				width:50%;
			}
			.common_sub_top_menu .nice-select {
				margin:15px 0;
			}
			.common_sub_top_menu a {
				font-size:17px;
				margin: 0;
			}
			.common_sub_top_menu .common_stm_detail_mobile_story a {
				margin: 0 17px;
			}
			.common_sub_title {
				font-size:18px;
				line-height:26px;
				margin-top:0;
				margin-bottom:20px;
			}


		/* mdashs_icon */
			.row-15 {
			  margin-right: -4px;
			  margin-left: -4px;
			}
			.col-xs-15,
			.col-sm-15,
			.col-md-15,
			.col-lg-15 {
				padding-right: 4px;
				padding-left: 4px;
			}
			.mdashs_icon_wrap {
				margin-top:15px;
			}

			.my_dash_table {
				margin-top:20px;
				margin-bottom:20px;
			}
			.my_dash_stitle {
				font-size:18px;
			}
			/*
			.mdashs_icon {
				line-height:23px;
				min-height:125px;
				margin-bottom:8px;
			}
			.mdashs_icon i {
				width:40px;
				height:40px;
				margin:20px auto 5px;
				background-size: 40px 40px;
			}
			.mdashs_icon em {
				font-size:13px;
			}
			.mdashs_icon span {
				font-size:16px;
			}

			.mdashs_icon span.small_amount {
				font-size:13px !important;
			}*/


		/* my_dash_wrap */
			.my_dash_wrap {
				margin:0 0 20px;
			}
			.my_dash_header {
				font-size:16px;
				margin:35px 0 20px;
			}
			.my_dash_header h4 {
				font-size:24px;
				line-height:32px;
				margin:20px 0 0;
				padding:0 15px;
			}
			.my_dash_nav {
				margin:0 0 20px 0;
			}
			.my_dash_panel {
				margin:0 0 40px 0;
			}
			.my_dash_panel_body {
				padding:20px 0;
			}
			.my_dash_table {
				margin-bottom:10px;
			}
			.my_dash_table h5 {
				font-size:18px;
				margin-bottom:20px;
			}
			.my_dash_table .table {
				margin:0 0 15px 0;
			}
			.my_dash_table .table thead th,
			.my_dash_table .table td {
				font-size:14px;
			}
			.my_dash_table .table tr td.last-child {
				font-size:14px;
			}
			.my_dash_table .my_dash_total {
				font-size:16px;
				margin-bottom:15px;
			}
			.my_dash_table p {
				font-size:13px;
			}


		/* rewards-modal-head */
			/* .rewards-modal-head {
				padding-top:70px;
				background-position: 50% 0;
				background-size: 40px 126px;
			} */
			.rewards-modal-head h3 {
				font-size:26px;
				line-height:34px;
				margin:5px 0;
			}
			.rewards-modal-head-big h3 {
				font-size:20px;
				line-height:28px;
				margin:25px 0 10px;
			}
			.rewards-modal-head h4 {
				font-size:16px;
				margin:0 0 5px;
			}
			.rewards-modal-head h6,
			.rewards-modal-head h5 {
				font-size:16px;
			}
			.rewards-modal-tail-text,
			.rewards-modal-head p.big,
			.rewards-modal-head p,
			.rewards-modal-head p span {
				font-size:14px;
			}
			.rewards-modal-tail-text {
				padding-bottom:30px;
			}
			.rewards-modal-table .table:first-child {
				margin-top:30px;
			}
			.rewards-modal-table .table thead th {
				font-size:14px;
			}
			.rewards-modal-table .table td {
				font-size:14px;
				padding:5px;
			}
			.rewards-modal-table .table td.td_hi {
				height:55px;
			}
			.rewards-modal-table .table tr:first-child td {
				padding-top:10px;
			}
			.rewards-modal-table .table tr td:first-child {
				padding-left:15px;
			}
			.rewards-modal-table .table tr td:first-child:before {
				top: -12px;
				font-size: 40px;
			}
			.rewards-modal-table .table tr:first-child td:first-child:before {
				top: -7px;
			}
			.rewards-modal-table .table tr td.td_hi:first-child:before {
				top: 0;
			}

			.detail_order_btn_mobile {
				display:none;
				position:fixed;
				bottom:-20px;
				left:0;
				z-index:100;
				width:100%;
				background-color:#fff;
				-webkit-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
				-moz-box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
				box-shadow: 0 -3px 4px rgba(0, 0, 0, 0.1);
				-webkit-transition: all 150ms linear 0s;
				transition: all 150ms linear 0s;
				opacity: 0;
			}
			.detail_order_btn_mobile.fixed {
				display:block;
				opacity: 1;
				bottom:0;
			}
			body.sideOpen .detail_order_btn_mobile.fixed {
				display:none;
				opacity: 0;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_frame {
				clear: both;
				padding:8px 18px;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left,
			.detail_order_btn_mobile .detail_order_btn_mobile_right {
				float:left;
				width:100%;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_right {
				padding-left:48px;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left {
				display:block;
				width:48px;
				margin-right:-48px;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_wrap {
				position: relative;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn {
				display:block;
				width:38px;
				height:38px;
				cursor: pointer;
				/*
				border: 1px solid #1d63ab;
				*/
				text-indent: -9999px;
				background-image: url("img/mds_i01.png");
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: 36px 36px;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi {
				display:none;
				position: absolute;
				left:0;
				bottom:0;
				padding:0;
				margin:0;
				opacity: 0;
				background-color:#fff;
				border: 1px solid #1d63ab;
				-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
				-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
				box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
				-webkit-transition: all 150ms linear 0s;
				transition: all 150ms linear 0s;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi.open {
				display:block;
				bottom:48px;
				opacity: 1;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi li {
				padding:0 5px;
				margin:0;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi a {
				display:block;
				width:30px;
				height:40px;
				text-indent: -9999px;
				border-bottom: 1px solid #d1d1d1;
				background-image: url("img/mds_i02.png");
				background-repeat: no-repeat;
				background-position: 50% 50%;
				background-size: 26px 26px;
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi .mdsns_website a {
				background-image: url("img/mds_i03.png");
			}
			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi .mdsns_heart a {
				background-image: url("img/mds_i04.png");
			}

			.detail_order_btn_mobile .detail_order_btn_mobile_left .mdsns_btn_navi li:last-child a {
				border-bottom: none;
			}

			.detail_order_btn_mobile .detail_order_btn {
				margin-top:0;
			}
			.detail_order_btn_mobile .detail_order_btn .btn {
				height:38px;
				line-height:36px;
			}
	}
	@media only screen and ( max-width: 510px) {
			.common_sub_layout .st-menu li a {
				font-size:13px;
				line-height:34px;
			}
		/* 모바일 상단 더보기 드롭다운메뉴  */
			.mobile-navbar .mobile-nav .dropdown-menu {
				left: -43px;
			}
		/* terms_wrap */
			.terms_contents {
				padding:25px 0;
			}
			.terms_contents .nav-tabs>li>a {
				height:39px;
				font-size:14px;
				line-height:37px !important;
			}
			.terms_contents .table {
				font-size:12px;
			}

			.mif-list .pn_summury {
				margin-bottom:5px;
				font-size:12px;
			}
			.mif-list .pn_summury a {
				margin-left:5px;
			}
			.mif-list .pn_subject {
				font-size:14px;
				margin-top:8px;
				margin-bottom:4px;
			}
			.mif-list .pn_time {
				margin-top:3px;
				font-size:12px;
			}
			/*
			.mif-list .pn_time span {
				padding-right:6px;
				margin-right:4px;
			}
			*/
			.row-label span {
				padding:3px 4px;
				line-height:18px;
			}
			.row-label .text-label {
				font-size:13px;
				line-height:18px;
			}
			.row-label .text-label small {
				font-size:13px !important;
			}
			.text-label  em,
			.row-label {
				font-size:12px !important;
			}

			.common_sub_layout .st-tab li .st-tab-a {
				font-size:13px;
				line-height:30px;
				white-space: nowrap;
			}

			.main-partner .caption-partner {
				font-size: 13.5px;
			}

			.common_sub_top_menu .common_stm_detail_mobile_story a {
				margin: 0 10px;
			}
	}
	@media only screen and ( max-width: 450px) {
		/* 모의 크라우드펀딩 & 크라우디 소개 */
			.mowhy-wrap .not-space>[class*="col-"] {
				display: block;
				height: 100px;
				background-size: cover;
			}
			.mowhy-wrap .not-space>[class*="col-"]:last-child {
				background-position: 70% 50%;
			}
			.mowhy-wrap a {
				display: block;
				height: 100px;
			}
			.mowhy-wrap a .mowhy-title {
				font-size: 16px;
				padding: 25px 25px 0;
				margin-bottom: 0;
			}
			.mowhy-wrap .not-space>[class*="col-"]:last-child .mowhy-title {
				padding: 15px 25px 0;
			}
			.mowhy-wrap a .mowhy-contents {
				font-size: 12px;
				line-height: 19px;
				padding: 0 25px;
			}
	}

	@media only screen and ( min-width: 1064px) {
		.terms_sub_menu {
			font-size: 15px;
		}
	}

	@media only screen and ( max-width: 1063px) {
		.terms_sub_menu {
			font-size: 13px;
		}
	}

	@media only screen and ( max-width: 798px) {
		.terms_sub_menu {
			font-size: 12px;
		}
	}

	.chk_container {
	    display: block;
	    position: relative;
	    padding-left: 23px;
	    text-align: left;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}

	/* Hide the browser's default checkbox */
	.chk_container input {
	    position: absolute;
	    opacity: 0;
	    cursor: pointer;
	}

	/* Create a custom checkbox */
	.checkmark {
	    position: absolute;
	    top: 5px;
	    left: 0;
	    height: 15px;
	    width: 15px;
	    background-color: #eee;
	}

	/* When the checkbox is checked, add a blue background */
	.chk_container input:checked ~ .checkmark {
	    background-color: #002fa3;
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
	    content: "";
	    position: absolute;
	    display: none;
	}

	/* Show the checkmark when checked */
	.chk_container input:checked ~ .checkmark:after {
	    display: block;
	}

	/* Style the checkmark/indicator */
	.chk_container .checkmark:after {
	    left: 5px;
	    top: 1px;
	    width: 5px;
	    height: 10px;
	    border: solid white;
	    border-width: 0 2px 2px 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.member_join_terms {
		height:100px;
		overflow-y:scroll;
		margin-left:23px;
		border:1px solid #cccccc;
	}

	.show_member_join_terms {
		height:30px;
		margin-top:-3px;
	}

	.show_member_join_terms_caret {
		margin-right: -25px;
	}

	.show_member_join_terms_caret:before {
		position: absolute;
	    margin-left: 2px;
	    content: "\f107";
	    font-size: 18px;
	    color: #ccc;
	    font-family: "FontAwesome";
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg);
	    -webkit-transition: 200ms all ease-out;
	    transition: 200ms all ease-out;
	}

.list_card_height_parent {
	min-height:360px;
	max-height:360px;
}

.list_card_pre_open_height_parent {
	min-height:340px;
	max-height:340px;
}

.list_card_magazine_height_parent {
	min-height:320px;
	max-height:320px;
	margin-top:20px;
}

.list_card_success_height_parent {
	min-height:340px;
	max-height:340px;
}

.list_card_height {
	min-height:340px;
	max-height:340px;
}

.list_card_pre_open_height {
	min-height:320px;
	max-height:320px;
	margin-top:20px;
}

.list_card_magazine_height {
	min-height:320px;
	max-height:320px;
}

.list_card_success_height {
	min-height:320px;
	max-height:320px;
}

@media only screen and ( max-width: 1200px) {
	.list_card_height_parent {
		min-height:370px;
		max-height:370px;
	}

	.list_card_pre_open_height_parent {
		min-height:360px;
		max-height:360px;
	}

	.list_card_magazine_height_parent {
		min-height:320px;
		max-height:320px;
	}

	.list_card_success_height_parent {
		min-height:360px;
		max-height:360px;
	}
	.list_card_height {
		min-height:350px;
		max-height:350px;
	}

	.list_card_pre_open_height {
		min-height:340px;
		max-height:340px;
	}

	.list_card_magazine_height {
		min-height:320px;
		max-height:320px;
	}

	.list_card_success_height {
		min-height:340px;
		max-height:340px;
	}
}

@media only screen and ( max-width: 991px) {
	.list_card_height_parent {
		min-height:340px;
		max-height:340px;
	}

	.list_card_pre_open_height_parent {
		min-height:305px;
		max-height:305px;
	}

	.list_card_magazine_height_parent {
		min-height:300px;
		max-height:300px;
	}

	.list_card_success_height_parent {
		min-height:300px;
		max-height:300px;
	}

	.list_card_height {
		min-height:320px;
		max-height:320px;
	}

	.list_card_pre_open_height {
		min-height:285px;
		max-height:285px;
	}

	.list_card_magazine_height {
		min-height:280px;
		max-height:280px;
	}

	.list_card_success_height {
		min-height:280px;
		max-height:280px;
	}
}

@media only screen and ( max-width: 767px) {
	.list_card_height_parent {
		min-height:400px;
		max-height:400px;
	}

	.list_card_pre_open_height_parent {
		min-height:395px;
		max-height:395px;
	}

	.list_card_magazine_height_parent {
		min-height:375px;
		max-height:375px;
	}

	.list_card_success_height_parent {
		min-height:385px;
		max-height:385px;
	}

	.list_card_height {
		min-height:380px;
		max-height:380px;
	}

	.list_card_pre_open_height {
		min-height:375px;
		max-height:375px;
	}

	.list_card_magazine_height {
		min-height:355px;
		max-height:355px;
	}

	.list_card_success_height {
		min-height:365px;
		max-height:365px;
	}
}

@media only screen and ( max-width: 600px) {
	.list_card_height_parent {
		min-height:350px;
		max-height:350px;
	}

	.list_card_pre_open_height_parent {
		min-height:345px;
		max-height:345px;
	}

	.list_card_magazine_height_parent {
		min-height:320px;
		max-height:320px;
	}

	.list_card_success_height_parent {
		min-height:330px;
		max-height:330px;
	}

	.list_card_height {
		min-height:330px;
		max-height:330px;
	}

	.list_card_pre_open_height {
		min-height:325px;
		max-height:325px;
	}

	.list_card_magazine_height {
		min-height:300px;
		max-height:300px;
	}

	.list_card_success_height {
		min-height:310px;
		max-height:310px;
	}
}


@media only screen and ( max-width: 470px) {
	.list_card_height_parent {
		min-height:310px;
		max-height:310px;
	}

	.list_card_pre_open_height_parent {
		min-height:290px;
		max-height:290px;
	}

	.list_card_magazine_height_parent {
		min-height:270px;
		max-height:270px;
	}

	.list_card_success_height_parent {
		min-height:300px;
		max-height:300px;
	}

	.list_card_height {
		min-height:290px;
		max-height:290px;
	}

	.list_card_pre_open_height {
		min-height:270px;
		max-height:270px;
	}

	.list_card_magazine_height {
		min-height:250px;
		max-height:250px;
	}

	.list_card_success_height {
		min-height:280px;
		max-height:280px;
	}
}

@media only screen and ( max-width: 380px) {
	.list_card_height_parent {
		min-height:275px;
		max-height:275px;
	}

	.list_card_pre_open_height_parent {
		min-height: 255px;
		max-height:265px;
	}

	.list_card_magazine_height_parent {
		min-height:230px;
		max-height:230px;
	}

	.list_card_success_height_parent {
		min-height:275px;
		max-height:275px;
	}

	.list_card_height {
		min-height:255px;
		max-height:255px;
	}

	.list_card_pre_open_height {
		min-height:245px;
		max-height:245px;
	}

	.list_card_magazine_height {
		min-height:230px;
		max-height:230px;
	}

	.list_card_success_height {
		min-height:255px;
		max-height:255px;
	}
}

@media only screen and ( max-width: 370px) {
	.mod-singular-section-in .container_size {
		width: 90% !important;
		padding-left: 0px !important;
	}
}

@media only screen and ( max-width: 767px) {
	.main_pre_open_notice {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1440px) {
	.main_slider_wrap .carousel-indicator {
		bottom: 0px;
		margin-bottom: 44px;
	}
}

/* //////@media only screen and (min-width:1080px) {
	.main_slider_wrap .carousel-indicator {
		width:1080px !important; 
	}
}*/
/* //////@media only screen and (max-width: 1919px) {*/
@media only screen and (min-width:1080px) {
	.main_slider_wrap .carousel-indicator {
		bottom: 0px;
		margin-bottom: 36px;
	}
	.main_slider_wrap .carousel-indicator {
		left: 0%;
		right: 0%;
		overflow: hidden;
		letter-spacing: -1.3px;
		text-transform: uppercase;
		text-align: left;
		bottom: auto;
		text-shadow: none;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		/*width: 100%;*/
		width: 1080px;
		top: 350px;
	}
}
@media only screen and (max-width: 1050px) {
	.main_slider_wrap .carousel-indicator {
	    top: 320px;
	}
}


@media screen and (min-width: 768px) {
	.carousel-indicator {
		bottom: 20px;
	}
	.carousel-indicator {
		position: absolute;
		/* //////bottom: 10px;
		left: 50%;*/
		z-index: 15;
		/* //////width: 60%;*/
		width: 100%;
		padding-left: 0;
		/* //////margin-left: -30%;*/
		margin-left:  15px;
		/* //////text-align: center;*/
		list-style: none;
	}
}
@media only screen and (max-width: 767px) {
	.main_slider_wrap .carousel-indicator {
		margin-bottom: 16px;
	}

	.rewards-list .new-subject {
		height: 110px !important;
		min-height: 95px;
	}
}
@media only screen and (max-width: 767px) {
	.rewards-list .new-subject {
	    height: 100px !important;
	    min-height: 100px;
	}

	.main_slider_wrap .carousel-indicator {
		position:absolute;
   	 	top: 180px;
   	 	left:0px;
 }

}

@media only screen and ( max-width: 420px) {
	.rewards-list .new-subject {
	    height: 92px !important;
	    min-height: 92px;
	}
}

.pre_open_message {
    text-align: center;
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 10px;
}

/* 기업정보등록 메뉴 관련 css 추가 */
.stu-menu-head-title {
	position: relative;
		display:inline-block;
		color:#b5b5b5;
		font-size:16px;
		line-height:24px;
		font-weight:400;
		letter-spacing: -0.7px;
		padding:0 0 0 20px;
		margin:6px 0;
		white-space: nowrap;
		-webkit-transition:opacity .2s ease,background-color .2s ease,color .2s ease,background .2s ease;
		transition:opacity .2s ease,background-color .2s ease,color .2s ease,background .2s ease;
}

/* 기업정보등록 관련뉴스 관련 css 추가 */
.news_sip_group .news_sip_loop {
		padding:20px;
		padding-bottom:10px;
		margin-bottom:30px;
		border: 1px solid #eaebed;
}
.news_sip_group h5 {
		margin:3px 0 15px;
		font-size:16px;
		font-weight: 700;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
}
.news_sip_group .news_sip_memo {
		color:#8a8a8a;
		font-size:14px;
		line-height:26px;
		padding-bottom:15px;
		margin-bottom:8px;
		border-bottom: 1px solid #eaebed;
}

/* 스토어 오픈 관련 크라우디 웹사이트 수정 [바로 구매하기] 버튼 css 추가 */
.purchase_button_box {
	background-color: #fff; 
	border: 1px solid #d1d1d1; 
	border-radius: 2px; 
	justify-content: center; 
	align-items: center;
	padding: 17px 0px 18px 0px; 
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
}
.purchase_button_box:hover {
	background-color: #F7F7F7;
	border: 1px solid #EAEAEA;
}
.purchase_button_test01 {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.3px;
	color: #464646;
}
.purchase_button_test02 {
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -0.3px;
	color: #1F1F22; 
	margin: 0px 5px 0px 8px;
}

@media only screen and ( max-width: 420px) {
	.purchase_button_box {
		border-radius: 1px; 
		padding: 15px 0px; 
		margin-top: 16px;
		margin-bottom: 21px;
	}
	.purchase_button_test01 {
		font-size: 14px;
		letter-spacing: -0.6px;
	}
	.purchase_button_test02 {
		font-size: 14px;
		margin: 0px 4.5px 0px 6px;
	}
}

.out_li {
	list-style: decimal;
}

.in_li {
	list-style: disc;
}

.irnMd_a {
	color: #2486FF;
	-webkit-text-decoration: none;
	text-decoration: none;
}