/* 추가 */
.topic-wrap-four-layout{
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}
.topic-wrap-four{
	text-align: center;
    margin-top: 60px;
    margin-left:-15px;
	margin-right:-15px;
	

}
.topic-wrap-four:after{
	clear:both;
	display:table;
	content:"";
}
.topic-wrap-four .topic{
	width:25%;
	display:inline-block;
	float:left;
	padding-left:15px;
	padding-right:15px;
}
.topic-wrap-four .topic-top {
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 140px;
    border: 1px solid #33cc33;
    border-radius: 10px;
}
.topic-wrap-four .topic-image {
    position: relative;
    height: 0;
    padding-top: 54%;
}
.topic-wrap-four .topic-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.topic-wrap-four .topic-top p {    
    font-size: 12px;
    line-height: 1.3;
    word-break: keep-all;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
	text-align:center;
}
/* 추가 */
.seven-process-link{
	display:inline-block;
	margin-left:5px;
}
.seven-process-link:hover{
	color:#33cc33;
	text-decoration:underline;
}
/* detail-process */
.graph-wrap{
	overflow-x:auto;
}
.detail-process{
	width:1010px;
	margin-left:auto;
	margin-right:auto;
}
.detail-process .between-arrow:after{
	clear:both;
	display:table;
	content:"";
}
.detail-process .between-arrow .item{
	display:inline-block;
	float:right;
	width:19%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.detail-process .between-arrow .item img{
	max-width:20px;
}
.detail-process .image img{
	max-width:100px;
	margin-left:auto;
	margin-right:auto;
}
.detail-process .tit{
	font-size: 14px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
	height:38px;
}
.detail-process .desc{
	font-size: 12px;
    text-align: center;    
    margin-top: 10px;
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 10px;
}
.detail-process .desc li{
	line-height:1.6;
	text-align:left;
	letter-spacing:-0.5px;
}
.detail-process .depth1 .item{
	display:inline-block;
	float:left;
	width:20%;
}
.detail-process .depth1 .arrow{
	display:inline-block;
	float:left;
	width:6.66%;
	padding-top:42px;
	
	text-align:center;
}
.detail-process .depth1 .arrow img{
	max-width:20px;
}
.detail-process .depth2{
	position:relative;
}
.detail-process .depth2-inner{
	position:relative;
	left:-15%;
}
.detail-process .depth2 .item{
	display:inline-block;
	float:right;	
	width:20%;
}
.detail-process .depth2 .arrow{
	display:inline-block;
	float:right;	
	padding-top:42px;
	width:6.66%;
	text-align:center;
}
.detail-process .depth2 .arrow img{
	max-width:20px;
}
.detail-process .depth1:after,
.detail-process .depth2:after{
	clear:both;
	display:table;
	content:"";
}
/*end// detail-process */
/* r-completed */
.r-completed-btn a{
	min-width:180px;
}
.r-completed-wrap{
	overflow-x:auto;
}
.r-completed{	
	margin-left:auto;
	margin-right:auto;
}
.r-completed-cover{
	position:relative;
	text-align:center;
	margin-top:100px;
}
.r-completed-cover .black-bg{
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.r-completed-cover .item{	
	position:relative;
	display:inline-block;
	max-width:570px;
}
.r-completed-cover img{
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}
.r-completed-cover p{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	color:#fff;
	bottom:10%;
	font-size:14px;
	line-height:1.6;
	padding-left:10px;
	padding-right:10px;
}
.r-completed .images-wrap{
	width:570px;
	margin-left:auto;
	margin-right:auto;
}
.r-completed .between{
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
}
.r-completed .between:after{
	clear:both;
	display:table;
	content:"";
}
.r-completed .between .item{
	float:right;
	display:inline-block;
	width:19%;
	text-align:center;
}
.r-completed .item p{
	margin-top:10px;
}
.r-completed-logo{
	display:block;
	margin: 40px auto;
}
.r-completed .tit{
	font-size:16px;
	font-weight:600;
	text-align:center;
}
.r-completed .desc{
	margin-top: 40px;
    text-align: center;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
}
.r-completed .bf-completed-desc{
	margin-top: 40px;
    text-align: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9;
}
.r-completed .image-desc{
	font-size: 16px;
	font-weight:600;
	position:relative;
	margin-top:100px;
	text-align:center;
	font-weight:600;
	max-width: 570px;
	margin-left:auto;
	margin-right:auto;
}
.r-completed .image-desc .more-btn{
	display:inline-block;
	margin-left:10px;
	color:#555;
	font-size:12px;
	font-weight:400;
}
.r-completed .image-desc .more-btn:hover{
	color:#33cc33;
	border-color:#33cc33;
	text-decoration:underline;
}
.r-completed .images-wrap{
	text-align:center;
	margin-top:20px;
}
.r-completed .item{
	display:inline-block;
	vertical-align:top;
}
.r-completed  .item img{
	max-width:60px;
	margin-left:auto;
	margin-right:auto;
}
.r-completed .between .item img{
	max-width:20px;
}
.r-completed .arrow{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	vertical-align:top;
	padding-top:20px;
}
.r-completed .arrow img{
	max-width:20px;
}
/*// r-completed */
.status-wrap-detail{
	margin-top:40px;
	margin-bottom:60px;
}
.status-wrap-detail .tit{
	text-align:center;
	margin-bottom:20px;
}
.p-tab-wrap{
	margin-top:30px;
	padding-bottom:20px;
	text-align:center;
}
.p-tab-wrap:after{
	clear:both;
	display:table;
	content:"";
}
.p-tab{
	display:inline-block;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	
}
.p-tab li{
	display:inline-block;
	float:left;
	min-width:148px;
	
	border-left:1px solid #ddd;
}
.p-tab li a{
	display:block;
	padding:10px;
}

.p-tab-contents .content{
	display:none;
}
.p-tab-contents .content.active{
	display:block !important;
}
.p-tab li a.active{
	
	background-color:#f1f1f1;
}
.tn {
    margin-left: -10px;
    margin-right: -10px;
}

.tn:after {
    clear: both;
    display: table;
    content: "";
}

.tn .tn-inner {
    position: relative;
    padding-top: 62%;
    overflow: hidden;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-backface-visibility: hidden; /* add to fix webkit bug jitter */
    -webkit-transform: perspective(1000px); /* add to fix webkit bug jitter */
	-webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
    background-size: 100% 100%;
}
.tn .tn-inner .top{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 15px;
	min-height:120px;
	background:url("/assets/bw/images/black-up.png") left bottom repeat-x;
	z-index:10;
}
.tn .heart {
    text-align: left;
    margin-top: 4px;
    color: #fff;
    margin-left: 2px;
}

.tn .heart i {
    color: #f00;
    margin-right: 2px;
}

.tn .tn-inner .no {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    z-index: 10;
    font-size: 14px;
}

.tn .tn-inner .img-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tn .tn-inner .empty{
	position: absolute;
    top: 0;
	bottom:0;
    left: 0;
	right:0;
    width: 100%;
    height: 100%;
	background-color:#f0f0f0;
}
.tn .tn-inner .empty .empty-inner{
	display:table;
	width:100%;
	height:100%;
}
.tn .tn-inner .empty .item{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.tn .tn-inner .empty .desc{
	margin-top:15px;
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
	color:#989898;
	word-break:keep-all;
	line-height:1.6;
}
.tn .tn-write, .tn .tn-use {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 47px 30px;
}
.tn .tn-inner .brown-bg{
	background-color: rgba(149,117,56, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.tn .tn-write .title {
    font-size: 29px;
    color: #fff;
    line-height: 1.1;
	letter-spacing:-0.3px;
}

.tn .tn-use .title {
    font-size: 29px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.3px;
}

.tn .tn-write .desc {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.3;
	word-break:keep-all;
    text-align: justify;
}

.tn .tn-use .desc {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    line-height: 1.3;
    word-break: keep-all;
    text-align: justify;
}

.tn .go-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    font-size: 14px;
    color: #000;
}
.tn .go-btn-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:15px;
	 margin-top: 5px;
	text-align: right;
	z-index:2;
}
.tn .go-btn i {
    margin-left: 3px;
}

.tn .project7-summ {
    padding: 20px 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.tn .project7-summ-item {
    position: relative;
    width: 100%;
    height: 100%;
}
.tn .tn-inner .top-content{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
	z-index:11;
}
.tn .tn-inner .top-content .cate {
    color: #33cc33;
	margin-top:20px;
}

.tn .tn-inner .top-content .title {
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.5px;
    margin-top: 10px;
	
}
.tn .black-down{
	background:url("/assets/bw/images/black-down.png") left bottom repeat-x;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:10;
}
.tn .project7-summ .bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
	padding: 20px 15px;
	z-index:11;
}

.tn .project7-summ .bottom .money {
    margin-top: 10px;
}

.tn .project7-summ .bottom .money li {
    color: #fff;
    line-height: 1.4;
}

.tn .tn-summ {
    padding-left: 20px;
    padding-right: 20px;
	padding-top:20px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index:11;
}

.tn .tn-summ .tit {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 1.4;
    overflow: hidden;
    max-height: 1.4em;
    text-overflow: ellipsis;
   
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.tn .tn-summ .name {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tn .tn-summ .date {
    font-size: 12px;
    color: #fff;
    text-align: right;
    margin-top: 10px;
}

.tn .bar-desc {
    text-align: left;
    margin-top: 0px;
    padding-left: 0px;
    margin-left: -7px;
}

.tn .bar-desc .fc-green span {
    color: #33cc33;
}
.tn .bar-desc:after{
	clear:both;
	display:table;
	content:"";
}
.tn .bar-desc li {
    display: inline-block;
	float:right;
    font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tn .bar-desc li.fc-green{
	max-width:70%;
    float: left;
    padding-left: 6px;
}

.tn .bar-desc li.fc-white {
   max-width:28%;
    padding-left:5px;
    margin-left:5px;
}
.tn .bar-desc li.fc-white {
    border-left: 1px solid #fff;
}
.tn .bar {
    height: 9px;
    background-color: #fff;
    margin-top: 5px;
}

.tn .bar-active {
    display: inline-block;
    width: 0;
    height: 9px;
    color: #fff;
    background-color: #33cc33;
    -webkit-transition: width 1s;
	vertical-align:top;
    /* Safari */
    transition: width 1s;
    text-align: center;
    line-height: 15px;
}

.tn .bar-active span {
    display: inline-block;
    color: #fff;
    line-height: 15px;
}

.tn .project7-summ  .bar-active {
    display: inline-block;
    width: 0;
    height: 15px;
    color: #fff;
    background-color: #33cc33;
    -webkit-transition: width 1s;
    vertical-align: top;
    transition: width 1s;
    text-align: center;
    padding-top: 1px;
    line-height: 15px;
}
.tn .project7-summ  .bar {
    height: 15px;
    background-color: #fff;
    margin-top: 5px;
}
.tn .bar-num:after {
    clear: both;
    display: table;
    content: "";
}

.tn .bar-num {
    margin-top: 5px;
}

.tn .bar-num .percent {
    display: inline-block;
    float: right;
    color: #fff;
}

.tn .bar-num .percent span {
    color: #fff;
}

.tn .tn-item,
.tn .tn-item-big {
    position:relative;
    display: inline-block;
    float: left;
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.main-wrapper .tn .tn-item-big {
    margin-top:0;
    margin-bottom: 0;
}
.tn .tn-item .tn-review {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom:20px;
}
.tn .tn-item .tn-review p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 라인수 */
    -webkit-box-orient: vertical;
    word-break:keep-all;
    height:57px;
	padding-right:10px;
}
.tn .tn-item .view-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #33cc33;
}

.tn .tn-item .tn-review .view-btn i {
    color: #33cc33;
    margin-right: 3px;
}

.tn .tn-desc {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    min-height: 324px;
}
.tn .tn-item-big .tn-desc {
    
    min-height: 200px;
}
.tn .tn-desc *{
	word-break:keep-all !important;
	text-align: justify;
}
.tn .tn-item.right,
.tn .tn-item-big.right {
    float: right !important;
}

.recommend {
    border: 1px solid #e1e1e1;
}

.recommend-head {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background-color: #e8e8e8;
}

.recommend-body {
    padding: 30px;
}

.recommend-row {
    position: relative;
    margin-top: 20px;
}

.recommend-row:after {
    clear: both;
    display: table;
    content: "";
}

.recommend-row .half {
    position: relative;
    display: inline-block;
    float: left;
    width: 50%;
}

.recommend-row .recommend-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    font-size: 14px;
    font-weight: 600;
    line-height: 37px;
    margin-top: 0;
}

.recommend-content {
    padding-left: 150px;
    padding-right: 15px;
}
.recommend-addr .item{
	margin-top:5px;
}
.recommend-content .recommend-form {
    width: 100%;
    height: 37px;
    line-height: 35px;
    border: 1px solid #e1e1e1;
    padding: 0 15px;
	padding-right:0;
}
.r-addr .item{
	margin-top:5px;
}
.r-addr .select-wrap:after{
	clear:both;
	display:table;
	content:"";
}
.r-addr .select-wrap .item{
	display:inline-block;
	float:left;
	width:30%;
	margin-left:5%;
}
.r-addr .select-wrap .item:first-of-type{
	margin-left:0;
}
.recommend-content textarea {
    width: 100%;
    resize: none;
    border: 1px solid #e1e1e1;
    padding: 15px;
}

.recommend-content textarea.story {
    height: 600px;
}

.recommend-content textarea.goal {
    height: 200px;
}

.recommend-btn-wrap {
    text-align: center;
    margin-top: 30px;
}

.recommend-btn-wrap .btn {
	-webkit-appearance: none;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    border-radius: 2px;
    padding: 0;
    font-size: 14px;
    line-height: 46px;
	height:46px;
}

.recommend-btn-wrap .regist-btn {
    background-color: #33cc33;
    border: 1px solid #33cc33;
    color: #fff;
}

.recommend-btn-wrap .cancel-btn {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #000;
    margin-left: 10px;
}

.project7 {
    display: table;
    width: 100%;
    background-color: #f5f5f5;
}

.project7-bar {
    display: table-cell;
    width: 70%;
    vertical-align: middle;
    padding: 20px;
}

.project7-total {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
}

.project7-bar-item {
    margin-top: 15px;
}

.project7-bar-item:first-of-type {
    margin-top: 0;
}

.project7-bar-item:after {
    clear: both;
    display: table;
    content: "";
}

.project7-bar-item .option-name,
.project7-bar-item .option-bar,
.project7-bar-item .option-money {
    display: inline-block;
    float: left;
}

.project7-bar-item .option-name {
    width: 24%;
    font-size: 14px;
    line-height: 20px;
    padding-right: 15px;
}

.project7-bar-item .option-bar {
    width: 51%;
    border: 1px solid #989898;
    height: 20px;
	position:relative;
}

.project7-bar-item .option-bar .option-bar-active {
    display: inline-block;
    background-color: #33cc33;
    width: 0%;
    height: 100%;
    -webkit-transition: width 1s;
    /* Safari */
    transition: width 1s;
	position:absolute;
	top:0;
	left:-0.1px;
}

.project7-bar-item .option-money {
    width: 25%;
    font-size: 15px;
    line-height: 20px;
    padding-left: 15px;
}

.project7-bar-item .option-money span {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
}

.project7-total-row {
    padding: 20px 15px;
    background-color: #cbcbcb;
}

.project7-total-row .tit {
    font-size: 12px;
    font-weight: 500;
	letter-spacing:-0.3px;
	text-align:right;
	text-transform: uppercase;
}

.project7-total-row .money {
    font-size: 22px;
    margin-top: 5px;
	line-height:1.2;
	text-align:right;
}

.project7-total-row .money span {
    font-size: 20px;
}

.project7-headline {
    margin-top: 60px;
    margin-bottom: 40px;
}

.project7-headline .tit {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
}

.project7-headline .desc {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
	word-break:keep-all;
}

.seven-cover {
    position: relative;
    background-repeat: no-repeat;
    /*height: 404px; 2017.12.29 김봉규 수정*/
    height: 332px;
	background-position:center;
    /*    margin-bottom:60px;*/
	background-color: rgba(0,0,0,0.2);
    background-size: cover;
}

.seven-cover .seven-cover-prev {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -15px;
    width: 32px;
    height: 32px;
    background-image: url("/assets/bw/images/seven-cover-prev.png");
}

.seven-cover .seven-cover-next {
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -15px;
    width: 32px;
    height: 32px;
    background-image: url("/assets/bw/images/seven-cover-next.png");
}

.seven-cover .summ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 515px;
    height: 142px;
    text-align: center;
    background-image: url("/assets/bw/images/cover-frame01.png");
    background-repeat: no-repeat;
	
    display: block;
	padding-left:10px;
	padding-right:10px;
}

.seven-cover .summ .summ-item {
	margin-top:35px;
}

.seven-cover .summ .menu {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    top: -10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #33cc33;
    font-size: 15px;
    font-weight: 500;
}

.seven-cover .summ .name {
    color: #fff;
    font-size: 23px;
}

.seven-cover .summ .money {
    margin-top: 10px;
}

.seven-cover .summ .money li {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.seven-cover .summ .desc {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
}

.seven-cover .summ .desc li {
    display: inline-block;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 2px solid #fff;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
}

.seven-cover .summ .desc li:first-of-type {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.seven-link-wrap {
    margin-top: 35px;
    padding-bottom: 65px;
	text-align: center;
}

.seven-link-wrap .seven-link {
    display: inline-block;
    background-color: #fff;
    padding:10px;
	
}
.seven-link-wrap .seven-link:hover span,
.seven-link-wrap .seven-link:hover i{
	color:#33cc33;
}

.seven-link-wrap .seven-link span {
	color: #000;
    font-size: 16px;
	vertical-align:middle;
	    font-weight: 500;
}
.seven-link-wrap .seven-link img{
	vertical-align:middle;
	margin-right:5px;
}
.project-title {
    color: #33cc33;
    font-size: 16px;
    font-weight: 500;
    margin-top: 60px;
}

.project-desc {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
}

.topic-wrap {
    text-align: center;
    margin-top: 60px;
    margin-left: -35px;
}

.topic-wrap:after {
    clear: both;
    display: table;
    content: "";
}

.topic-wrap .topic {
    display: inline-block;
    vertical-align: top;
    margin-left: 35px;
}
.topic-wrap .topic:first-of-type{
	margin-left:0;
}
.topic-wrap .topic-top {
    margin-left:auto;
	margin-right:auto;
	width:140px;
	height:140px;
    border: 1px solid #33cc33;
    
	border-radius:10px;
}

.topic-wrap .topic-top p {
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
	word-break:keep-all;
	padding-left:5px;
	padding-right:5px;
	color: #333;
}

.topic-wrap .topic-image {
    position: relative;
    height: 0;
    padding-top: 54%;
}

.topic-wrap .topic-image img {
    position: absolute;
    top: 0;
	bottom:0;
    left: 0;
    right: 0;
    margin:auto;
}

.topic-desc {
    margin-top: 20px;
}

.topic-desc li {
    text-align: left;
    line-height: 1.6;
	word-break:keep-all;	
    font-size: 12px;
	max-width:210px;
	margin-left:auto;
	margin-right:auto;
    text-align: justify;
}

.topic-desc li span {
    display: inline-block;
    line-height: 1.6;
    font-weight: 500;
    font-size: 12px;
}
.action-slide .item img{
	max-height:500px;
}
.project-slide-wrap {
	max-width:750px;
	margin-left:auto;
	margin-right:auto;
}
.project-slide {
    margin-top: 60px;
}

.project-slide-nav {
    margin-top: 30px;
    margin-left:-7px;
    max-height:80px;
    /* overflow:hidden; */
}

.project-slide-nav .item {
    margin-left:7px;
}

.project-slide-nav .item img{
    width:100%;
	max-height:80px;
}
.project-slide-nav .slick-prev {
    width: 17px;
    height: 33px;
    background-image: url("/assets/bw/images/slide-nav-prev.png");
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -25px;
}

.project-slide-nav .slick-next {
    width: 17px;
    height: 33px;
    background-image: url("/assets/bw/images/slide-nav-next.png");
    background-color: transparent;
    border: 0;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -25px;
}

.write-guide{
	padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 20px;
    /* border-top: 1px solid #e1e1e1; */
    /* border-bottom: 1px solid #e1e1e1; */
    padding: 20px 10%;
}
.write-guide p{
	line-height:1.7;
	font-weight:500;
}
.write-guide .btn-wrap{
	margin-top:10px;
}
.write-guide .btn-wrap .btn{
	padding:10px 20px;
	background-color:#32cd32;
	color:#fff;
	display:inline-block;
	outline:0;
	border:0;
}
.addr-p{
		padding-left:70px;
		padding-right:70px;
		margin-top:10px;
	}
@media all and (max-width: 1200px) {
	.tn {
        margin-left: -5px;
        margin-right: -5px;
    }
    .tn .tn-item,
    .tn .tn-item-big {
        width: 33.33%;
        padding-left: 5px;
        padding-right: 5px;
		margin-bottom:25px;
	}
    .tn .tn-inner .img-responsive {
        width: 100%;
    }
	
    /* .tn .bar-desc li{
        display:block;
        float:none;        
    }
    .tn .bar-desc li.fc-white{
        border-left:0;
    }
    .tn .bar-desc li.fc-white,
    .tn .bar-desc li.fc-green{
        max-width:100%;
    } */
	.tn .tn-inner .empty .desc{
		max-width:100%;
		padding-left:10px;
		padding-right:10px;
		margin-top:5px;
		line-height:1.4;
	}
}
@media all and (max-width: 992px) {
	.topic-wrap-four-layout{
		max-width:100%;
	}
	.topic-wrap-four .topic{
		display:block;
		float:none;
		width:100%;
		margin-bottom:25px;
	}
	/* 추가 */	
	.r-completed .desc{
		margin-top:20px;
	}
	.r-completed-cover .item{
		max-width:100%;
	}
	.r-completed-btn a{
		min-width:auto;
		width:100%;
	}
	.r-completed .image-desc{
		margin-top:40px;
	}
	.r-completed-cover{
		margin-top:40px;
	}
	.r-completed-cover p br{
		display:none;
	}
	.r-completed .between{
		padding-top:10px;
		padding-bottom:10px;
	}
	.r-completed .arrow{
		padding-left:15px;
		padding-right:15px;
	}
	.r-completed .item img {
		max-width: 40px;
	}
	.r-completed .images-wrap{
		width:430px;
	}
	.r-completed .arrow img{
		max-width:14px;
	}
	.r-completed .between .item img{
		max-width:14px;
	}
	/* 추가 */
	.seven-link-wrap .seven-link img{
		max-width:16px;
		margin-right:2px;
	}
	.seven-link-wrap .seven-link span{
		font-size:12px;
	}
	.addr-p{
		padding-left:0;
		padding-right:0;
	}
	.recommend-btn-wrap .btn{
		font-size:12px;
	}
	.project7-headline{
		margin-top:30px;
		margin-bottom:20px;
	}
    .project7-bar,
    .project7-total {
        display: block;
        width: 100%;
    }
    .project7-total-row {
        padding: 20px 10px;
    }
    .project7-total-row .tit,
    .project7-total-row .money {
        text-align: center;
		font-size:12px;
    }
    
    .project7-bar{
        padding:10px;
    }
    .project7-bar-item{
        margin-top:10px;
    }
    .project7-bar-item .option-name{
        font-size:12px;
    }
    .project7-bar-item .option-money{
        font-size:12px;
    }
	.project-title{
		font-size:16px;
		margin-top:30px;
	}
	.project-desc{
		font-size:14px;
		margin-top:10px;
	}
	.topic-wrap{
		margin-top:30px;
		margin-left:-10px;
		margin-right:-10px;
	}
	.topic-wrap .topic{
		padding-left:10px;
		padding-right:10px;
		width:92%;
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:25px;
		text-align:center;
	}
	.topic-wrap .topic:nth-child(odd){
		margin-left:0;
	}
	.topic-wrap .topic-top{
		height:140px;
	}
	.topic-wrap .topic-image{
		padding-top:50px;
	}
	.topic-wrap .topic-image img{
		top:15px;
		max-width:30px;
	}
	.topic-wrap .topic-top p{
		font-size:14px;
		font-weight:600;
		margin-top:3px;
		letter-spacing:-0.5px;
		word-break:keep-all;
		padding:5px;
	}
	.topic-desc{
		margin-top:10px;		
		
	}
	.topic-desc li{
		font-size:14px;
		text-align:center;
	}
	.project-slide{
		margin-top:30px;
	}

	.recommend-row .half{
		display:block;
		width:100%;
		float:none;
		margin-top:20px;
	}
	.recommend-body{
		padding:10px;
	}
	.recommend-row .recommend-title{
		width:90px;
		font-size:12px;
		font-weight:500;
	}
	.recommend-content{
		padding-left:90px;
		padding-right:0;
	}    
    .project-slide-nav{
        margin-top:10px;
    }
	.recommend-head{
		font-size:12px;
		font-weight:500;
	}
	.upload-btn .upload-bg{
		font-weight:400;
		font-size:12px;
	}

	.seven-cover{
		display:table;
		width:100%;
        height:200px;
    }
	.seven-cover .summ .summ-item{
		margin-top:0;
	}
    .seven-cover .summ .menu{
        font-size:12px;
		position: relative;
		display: inline-block;
		background-color: transparent;
		top: initial;
		left: initial;
		right: initial;
		margin-left: auto;
		margin-right: auto;
    
    }
	.seven-cover .summ .desc {
		position: relative;
		bottom: initial;
		left: initial;
		width: 100%;
	}
    .seven-cover .summ .name{
        font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    word-break: keep-all;
    }
    .seven-cover .summ .money{
        margin-top:5px;
    }
    .seven-cover .summ .money li{
        font-size:12px;
    }
    
    .seven-cover .summ{
        width:auto;
		height:auto;
		display:table-cell;
		vertical-align:middle;
		background-image:none;
		position: relative;
		top: initial;
		left: initial;
		right: initial;
		bottom: initial;
		margin: auto;
		padding-left:0;
		padding-right:0;
		
    }
    .seven-cover .summ .desc li{
        font-size:10px;
        padding-left:2px;
        margin-left:2px;
    }
    .seven-cover .seven-cover-prev{
        left:0;
		background-size:contain;
		width:24px;
		height:24px;
		margin-top:-12px;
    }
    .seven-cover .seven-cover-next{
        right:0;
		background-size:contain;
		background-size:contain;
		width:25px;
		height:25px;
    }
    .seven-link-wrap{
        margin-top:10px;
        padding-bottom:10px;
    }
    .seven-link-wrap .seven-link{
        font-size:12px;
        padding:10px 10px;
		word-break:keep-all;
		margin-top:0;
    }
	
}

@media all and (max-width: 767px) {
/* r-completed */
	.detail-process .image img{
		max-width:130px;
	}
	.detail-process{
		width:100%;
	}
	.detail-process .desc{
		width:100%;
		display:inline-block;
	}
	.detail-process .depth1 .item{
		display:block;
		width:100%;
		float:none;
		text-align:center;
	}
	.detail-process .depth2-inner{
		left:0;
	}
	.detail-process .depth1 .arrow{
		display:block;
		width:100%;
		float:none;
		background-image: url('/assets/bw/images/r-completed-down.png');
		background-repeat:no-repeat;
		background-position:center;
		width:24px;
		height:24px;
		padding:35px 0;
		margin-left:auto;
		margin-right:auto;
	}
	.detail-process .depth2 .item{
		display:block;
		width:100%;
		float:none;
		text-align:center;
	}
	.detail-process .depth2 .arrow{
		display:block;
		width:100%;
		float:none;
		background-image: url('/assets/bw/images/r-completed-down.png');
		background-repeat:no-repeat;
		background-position:center;
		width:24px;
		height:24px;
		padding:35px 0;
		margin-left:auto;
		margin-right:auto;
	}
	.detail-process .depth1 .arrow img{
		display:none;
	}
	.detail-process .depth2 .arrow img{
		display:none;
	}
	.detail-process .between-arrow .item img{
		display:none;
	}
	.detail-process .between-arrow .item{
		display:block;
		width:100%;
		float:none;
		background-image: url('/assets/bw/images/r-completed-down.png');
		background-repeat:no-repeat;
		background-position:center;
		width:24px;
		height:24px;
		padding:35px 0;
		margin-left:auto;
		margin-right:auto;
	}
    .project7-bar-item .option-name,
    .project7-bar-item .option-bar,
    .project7-bar-item .option-money {
        display: block;
        float: none;
        width: 100%;
    }
    .project7-bar-item .option-money {
        padding-left: 0;
    }
    .tn .tn-item-big {
        width: 100%;
    }
    .tn .tn-desc {
        min-height: initial;
		margin-top:5px;
    }
    .tn .tn-summ .tit {
        font-size: 14px;
        font-weight: 500;
    }
    .tn .tn-summ .name {
        font-size: 14px;
        font-weight: 500;
        margin-top: 5px;
    }
    .tn .tn-summ .bar-desc {
        margin-top: 0px;
    }
	.tn .tn-item-big .project7-summ .title{
		font-size:16px;
	}
    .tn .tn-item-big .tn-write {
        /* top: initial;
        bottom: 0;
        width: 100%; */
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
	.tn .tn-item .tn-write{
		padding:10px;
	}
    .tn .tn-item-big .tn-write .title {
        font-size: 50px;
		font-weight: 600;
		word-break: keep-all;
		
    }
	.tn .tn-item-big .tn-write .desc{
		font-size:25px;
		line-height:1.4;
	}
   
    .headline.mt30{
        margin-top:15px;
    }
	.tn .tn-write .title{
		font-size:27px;
	}
	.seven-cover .summ .desc{
		bottom:-5px;
	}
	.seven-cover .summ .money li{
		line-height:1.7;
	}
	
}
@media all and (max-width: 750px) {
	.project-slide-wrap{
		max-width:100%;
	}
	.p-tab li{
		min-width:auto;		
	}

}
@media all and (max-width: 480px) {
	
	.r-addr .select-wrap .item{
		display:block;
		float:none;
		width:100%;
		margin-left:0;
		margin-top:5px;
	}
    .tn .tn-item, .tn .tn-item-big {
    width: 100%;

}
	.r-addr .select-wrap .item:first-of-type{
		margin-top:5px;
		margin-left:0;
	}
    .tn .tn-summ {
        padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;
    }
    .tn .tn-summ .bar-desc {
        overflow: hidden;
    }
    .tn .tn-summ .bar-desc:after {
        clear: both;
        display: table;
        content: "";
    }
/*
    .tn .tn-summ .bar-desc li {
        width: 50%;
        margin-left: 0;
        float: left;
        font-size: 10px;
        line-height: 1.3;
    }
*/
	.tn .tn-item .tn-write {
		padding: 10px 15px;
	}
    .tn .tn-item .tn-write .title {
        font-size: 15px;
		font-weight:600;
	}
    .tn .tn-item .tn-write .desc {
        font-size: 12px;
        margin-top:7px;
		line-height:1.2;
    }
    .tn .tn-write .go-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

	.tn .tn-item .tn-use {
		padding: 10px 15px;
	}
    .tn .tn-item .tn-use .title {
        font-size: 15px;
		font-weight: 600;
	}
    .tn .tn-item .tn-use .desc {
        font-size: 12px;
		margin-top: 7px;
		line-height: 1.2;
    }
    .tn .tn-write .go-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .tn .tn-item .tn-review p{
        font-size:12px;
		height:46px;
    }
    .tn .tn-item .tn-review{
        margin-top:10px;
    }
	.project7-total-row{
		padding:10px 10px;
	}
	.project7-bar-item .option-money span{
		font-size:14px;
	}
	.project7-total-row .tit,
	.project7-total-row .money,
	.project7-total-row .money span{
		font-size:14px;
	}
	.project7-total-row .money{
		margin-top:5px;
	}
	.project7-headline .tit{
		font-size:16px;
		letter-spacing:-0.5px;
	}
	.project7-headline .desc{
		margin-top:10px;
		font-size:12px;
	}
	.tn .tn-item .go-btn{
		width:30px;
		height:30px;
		line-height:30px;
		font-size:10px;
	}
	.tn .go-btn i{
		margin-left:0;
	}
	.tn .tn-item .go-btn-wrap{
		padding:10px;
	}
	.recommend-row .recommend-title{
		width:100%;
		display:block;
		position:relative;
		line-height:1;
	}
	.recommend-content{
		padding-left:0;
		margin-top:5px;
	}
	.upload-desc{
		line-height:1.3;
		padding-left:0;
		margin-top:5px;
	}
	.recommend-row{
		margin-top:15px;
	}
	.tn .tn-item-big .tn-write .title {
        font-size: 35px;		
    }
	.tn .tn-item-big .tn-write .desc{
		font-size:18px;
	}
	.seven-cover .summ .desc{
		
	}
	
}
@media all and (max-width: 380px){
	.tn .tn-item .go-btn-wrap{
		padding:3px 5px;
	}
	.tn .tn-item .tn-write {
		padding: 10px;
	}
	.tn .tn-item .tn-write .desc{
		margin-top:10px;
		line-height:1.1;
	}

	.tn .tn-item .tn-use {
		padding: 10px;
	}
	.tn .tn-item .tn-use .desc{
		margin-top:10px;
		line-height:1.1;
	}

	
}
@media all and (max-width: 350px){
	
	.seven-cover .seven-cover-prev{
		left:0;
	}
	.seven-cover .seven-cover-next{
		right:0;
	}
	.p-tab{
		display:block;
	}
	.p-tab li{
		float:none;
		width:100%;
		display:block;
	}
	.tn .tn-inner .empty-icon img{
		max-width:30px;
	}
}
@media all and (max-width: 330px){
    .seven-cover .seven-cover-prev{
        left:5px;
    }
    .seven-cover .seven-cover-next{
        right:5px;
    }

	.tn .tn-item .tn-write .title {
        font-size: 12px;
		font-weight:600;
	}
    .tn .tn-item .tn-write .desc {
        font-size: 11px;
        margin-top: 2px;
		line-height:1.1;
    }

	.tn .tn-item .tn-use .title {
        font-size: 12px;
		font-weight:600;
	}
    .tn .tn-item .tn-use .desc {
        font-size: 11px;
        margin-top: 2px;
		line-height:1.1;
    }
	.seven-cover .seven-cover-prev{
		left:0;
	}
	.seven-cover .seven-cover-next{
		right:0;
	}
	
	
}
