@charset 'utf-8';

/* 창업비용 : S */
.ws_founded_wrap {}
.ws_founded_wrap h1 {text-align:center; margin-bottom:40px;}

.ws_founded_wrap .es_thumb {}
.ws_founded_wrap .es_thumb img {max-width:100%;}

/* 비용유의사항 */
.ws_founded_wrap .es_cost_alert {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f9f9f9; padding: 10px 20px; margin-top: 56px;}
.ws_founded_wrap .es_cost_alert ul {overflow:hidden; padding-left:20px;}
.ws_founded_wrap .es_cost_alert ul li {list-style-type:circle; margin:10px; font-size:1.25em; letter-spacing:-0.5px; text-align:left;}

.ws_founded_wrap .es_cost {}
.ws_founded_wrap .es_cost h3 {margin-bottom:10px; background-color:#f57b79; color:#fff; text-align:center; font-size:1.65em; letter-spacing:-1px; padding:10px 0;}
.ws_founded_wrap .es_cost h3.bs_choice_bg {background-color:#6174b9;}
.ws_founded_wrap .es_cost .bs_basic_cost {font-size: 1.65em; font-weight: bold; text-align: center; letter-spacing: -0.5px; padding: 15px 0; line-height:24px;}
.ws_founded_wrap .es_cost .bs_basic_cost em {color:red; font-style:normal;}
.ws_founded_wrap .es_cost ul {}
.ws_founded_wrap .es_cost ul li {border-bottom: 1px dashed #eee;}
.ws_founded_wrap .es_cost ul li:last-child {border-bottom:0;}
.ws_founded_wrap .es_cost ul li .bs_cost_box {}
.ws_founded_wrap .es_cost ul li .bs_cost_box .is_cost_exp {border-bottom:1px solid #ddd; padding-bottom:5px;}
.ws_founded_wrap .es_cost ul li .bs_cost_box img {}
.ws_founded_wrap .es_cost ul li .bs_cost_box .is_cost_exp .ss_total_cost {display: inline-block; vertical-align: -webkit-baseline-middle; font-size: 1.3em; margin-top:9px; letter-spacing:-1px; float: right;}
.ws_founded_wrap .es_cost ul li .bs_cost_box .is_cost_exp .ss_total_cost span {color:#888;}
.ws_founded_wrap .es_cost ul li .bs_cost_box .is_cost_exp .ss_total_cost strong {color: #d21919;}
.ws_founded_wrap .es_cost ul li .bs_cost_box p {background-color: #f9f9f9; padding: 13px 0; text-align: center; font-size: 1.35em; margin: 10px 0; letter-spacing: -0.5px;}
.ws_founded_wrap .es_cost ul li .bs_cost_box p em {font-weight:bold;}
.ws_founded_wrap .es_cost .bs_cost_tbl {width:100%; border-spacing:0; border-collapse:collapse; margin-bottom:30px;}
.ws_founded_wrap .es_cost .bs_cost_tbl tr {}
.ws_founded_wrap .es_cost .bs_cost_tbl tr th,.ws_founded_wrap .es_cost .bs_cost_tbl tr td {border:1px solid #ddd; padding:10px; font-size: 1.15em; text-align:center;}
.ws_founded_wrap .es_cost .bs_cost_tbl tr th {background-color:#f9f9f9; font-weight:bold;}
.ws_founded_wrap .es_cost .bs_cost_tbl tr td {}
.ws_founded_wrap .es_cost .bs_cost_tbl tr td.is_totla_cost {font-weight:bold; text-align:right; color:red;}

.bccst_img p{position:relative;max-width:1250px;margin:0 auto;}
.bccst_img p img{width:100%;}
.bccst_img p span{display:block;width:100%;text-align:center;position:absolute;top:50%;transform:translateY(-50%);font-size:2.5em;}
.bccst_img p span b{color:#e91e63;}

.bccst_tit{margin-top:30px;}
.bccst_tit h3{background:#a8bd00;text-align:center;color:#fff;font-size:20px;box-sizing:border-box;padding:15px 0;}

.bccst_table table{width:100%;border-top:1px solid #fff;border-bottom:2px solid #a8bd00;font-size:1.4em;border-collapse:collapse;}
.bccst_table table thead th{background:#c9cc59;color:#fff;padding:10px;border-right:1px solid #fff;border-bottom:2px solid #a8bd00;}
.bccst_table table thead td{padding:10px;text-align:center;background:#f6f7e9;border-right:1px solid #dad9de;border-bottom:2px solid #a8bd00;}
.bccst_table table thead tr th:last-child{border-right:0;}
.bccst_table table thead tr td:last-child{border-right:0;}
.bccst_table table tbody td{text-align:center;padding:10px;border-right:1px solid #dad9de;border-bottom:1px solid #dad9de;}
.bccst_table table tbody td.tg-nkdd{background:#f6f7e9;}
.bccst_table table tbody tr td:last-child{border-right:0;}

/* 창업비용 : E */

/* ================================================== *
 *
 *     MEDIA EXTEND - MAX DEVICE
 *
 * ================================================== */

/* MEDIA (모바일 이하) 767px 이하 */
@media all and (max-width:767px) {
	.wd_area {padding:0 10px;}
	.ws_founded_wrap .es_cost ul li .bs_cost_box .is_cost_exp .ss_total_cost {float:none; display:block; text-align:right;}
	.ws_founded_wrap .es_cost {margin-top:30px;}
	.ws_founded_wrap .es_cost .bs_basic_cost {line-height:24px;}
}

/* MEDIA (태블릿 이하) 991px 이하 */
@media all and (max-width:991px) {
	.wd_area {padding:0 10px;}
	.ws_founded_wrap .es_thumb {text-align:center;}
}

/* MEDIA (데스크탑 이하) 1279px 이하 */
@media all and (max-width:1279px) {
	.wd_area {padding:0 10px;}
}

 /* ================================================== *
 *
 *     MEDIA EXTEND - MIN DEVICE
 *
 * ================================================== */
 
 /* MEDIA (태블릿 이상) 992px 이상 */
@media all and (min-width:768px) {

}
/* MEDIA (데스크탑 이상) 992px 이상 */
@media all and (min-width:992px) {

}
/* MEDIA (큰화면 데스크탑 이상) 1280px 이상 */
@media all and (min-width:1280px) {
	
	.bccst_table table thead th{padding:12px;}
	.bccst_table table thead td{padding:12px;}
	.bccst_table table tbody td{padding:15px;}

}
 
 /* ================================================== *
 *
 *     MEDIA EXTEND - AND DEVICE
 *
 * ================================================== */

/* MEDIA (태블릿 구간만) 768px ~ 991px */
@media all and (min-width:768px)and(max-width:991px) {

}
/* MEDIA (데스크탑 구간만) 992px ~ 1279px */
@media all and (min-width:992px)and(max-width:1279px) {

}