.subBanner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.subBanner img{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.mainText{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30px 15px;
}

.mainText p {
	color: #333;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0px;
	margin: 0 0 20px;
}

.mainText p.titleP {
	color: #666;
	font-size: 22px;
	line-height: 28px;
	font-weight: 800;
	letter-spacing: 0px;
	margin: 0 0 15px;
}

.mainText p.titleP2 {
	color: #ff5100;
}

.mainText p.titleP3 {
	font-size :18px;
}


/* 개인정보 취급 방침 */
#titleArea {
    text-align: center;
    margin: 30px auto 30px;
}
#titleArea h2 {
    font-size: 16px;
    padding: 5px 15px;
    font-weight: 800;
    color: #666;
    letter-spacing: 2px;
}
.titleArea2 {
    margin: 10px auto 10px!important;
}

.titleArea2 h2 {
	font-weight: 700 !important;
}

.agreeBox {
    margin: 14px 7px 0;
    line-height: 1.5;
    border: 1px solid #ccc;
    background: #fff;
}

.agreeBox .agree {
    padding: 14px;
    color: #777;
    font-size: 11px;
}
/* 개인정보 취급 방침 끝*/


/* 바디라인 */
.bodylineBt {
	cursor: pointer;
	background-color: #fdfbfc;	
	background: linear-gradient( to bottom, #fdfbfc, #bfc3ce );
	-ms-background: linear-gradient( to bottom, #fdfbfc, #bfc3ce );
	-webkit-background: linear-gradient( to bottom, #fdfbfc, #bfc3ce );
	-o-background: linear-gradient( to bottom, #fdfbfc, #bfc3ce );
	-moz-background: linear-gradient( to bottom, #fdfbfc, #bfc3ce );
	color: #777778;
	font-weight: bold;
}

.bodylineBt.active {	
	background-color: #c7114b;	
	background: linear-gradient( to bottom, #fa9fc4, #c7114b );
	-ms-background: linear-gradient( to bottom, #fa9fc4, #c7114b );
	-webkit-background: linear-gradient( to bottom, #fa9fc4, #c7114b );
	-o-background: linear-gradient( to bottom, #fa9fc4, #c7114b );
	-moz-background: linear-gradient( to bottom, #fa9fc4, #c7114b );
	color: #fff;
	font-weight: bold;
}


.bltabs {
	background: #f4f4f4;
	box-sizing: border-box;
	font-size: 13px;
	width: 98%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow-x: hidden;
}

.bltabs>li {
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.bltabs>li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: 500;
}

.bltabs>li a.selected{
	font-weight: 700;
	color: #ff5100;
}

.bltabs>li a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #ff5100;
}

.bltabs>li a>span.view {
	position: relative;
	z-index: 2;
	float: right;
	height: 19px;
	line-height: 19px;
	padding: 0px 10px;
	background: #8ac152;
	box-sizing: border-box;
	color: #fff;
	border-radius: 8px;
	margin-top: 5px;
	font-size: 11px;	
}

.bltabs>li a.selected>span.view {
	background: #ff5100;
	
}

.bltabs>li a>span.dot {
    background: url(/images/sub/dot.png) center center;
    background-repeat: repeat-x;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	z-index: 1;
	box-sizing: border-box;
	padding-right: 10px;
}

.bltabs>li a>span.dot01 {left: 140px;}
.bltabs>li a>span.dot02 {left: 140px;}
.bltabs>li a>span.dot03 {left: 225px;}
.bltabs>li a>span.dot04 {left: 185px;}
.bltabs>li a>span.dot05 {left: 150px;}
.bltabs>li a>span.dot06 {left: 115px;}
.bltabs>li a>span.dot07 {left: 140px;}
.bltabs>li a>span.dot08 {left: 70px;}

.bltabs>li:after {
    content: "";
    display: block;
    width: 15px;
    background: #f4f4f4;
    position: absolute;
    height: 100%;
    top: 0;
	right: -2%;
    z-index: 1;
}

.txt01 {
    display: inline-block;
    text-indent: -1.2em;
    padding-left: 1em;
}

.txt02 {
    display: inline-block;
    text-indent: -0.9em;
    padding-left: 0.6em;
	line-height: 21px;
}

.txt03 {
    display: inline-block;
    text-indent: -0.9em;
    padding-left: 0.6em;
	line-height: 21px;
	margin-left: 5px;
}

.txtColorG {
	color: #5b8d1e;
	font-weight: 700;
	vertical-align: top;
}

.txtColorO{
	display: inline;
	color: orange;
	font-weight: 700;
	vertical-align: top;
}

.txtColorG2 {
	color: #5b8d1e;
	font-weight: 700;
	font-size: 16px;
	vertical-align: top;
	line-height: 22px;
}




.bltabs2 {
	background: #f4f4f4;
	box-sizing: border-box;
	font-size: 13px;
	width: 98%;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	overflow-x: hidden;
}

.bltabs2>li {
	position: relative;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
}

.bltabs2>li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #333;
	font-weight: 500;
}
/* 바디라인 끝 */


/* 스타체험사례 */
.starTab {
	display: block;
	width: 100%;
	height: 76px;
	font-size: 0;
	box-sizing: border-box;
}
.starTab>li{
	float: left;
	position: relative;
	display: block;
	width: 50%;
	height: 76px;
}
.starTab>li>a{
	position: relative;
	display: block;
	width: 100%;
	height: 76px;
	background: url(/images/sub/sBt02.png)repeat-x center center;
}
.starTab>li>a.selected{
	background: url(/images/sub/sBt01.png)repeat-x center center;
}

.starTab>li>a>span.aImg {
	display: block;
	width: 72px;
	height: 62px;
	background: url(/images/sub/star_ico02.png)no-repeat center center;
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.starTab>li>a.selected>span.aImg {
	background: url(/images/sub/star_ico01.png)no-repeat center center;
}

.starTab>li>a>span.aImg2 {
	display: block;
	width: 72px;
	height: 62px;
	background: url(/images/sub/star_ico04.png)no-repeat center center;
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.starTab>li>a.selected>span.aImg2 {
	background: url(/images/sub/star_ico03.png)no-repeat center center;
}
/* 스타체험사례 끝 */


/* 상담 예약 */

.ntb-tb-view {
    width: 100%;
    border-top: 2px solid #808080;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
    margin: 0 auto;
}

.ntb-tb-view th {
    padding: 15px 5px;
    border-bottom: 1px solid #ddd;
    background-color: #f6f6f6;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 18px;
    width: 90px;
	font-size: 13px;
}

.ntb-tb-view td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
}

.ntb-tb-view .left {
    text-align: left;
    padding-left: 10px;
}

.input01 {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 5px;
	height: 30px;
}

.textarea01 {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	height:192px;
}


.btBox2 {
	display: block;
	width: 100%;
	font-size: 0;
	text-align: center;
	padding: 20px 0;
}
.btBox2>.btBox_bt {
	display: inline-block;
	text-align: center;
    cursor: pointer;
    text-align: center;
    background: #FCFCFC;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    padding: 7px 20px 7px 20px;
    font-size: 12px;
}

.btBox_bt+.btBox_bt {
	margin-left: 5px;
}


.btBox {
	display: block;
	width: 100%;
	font-size: 0;
	text-align: right;
	padding: 20px 0;
}
.btBox>.btBox_bt {
	display: inline-block;
	text-align: center;
    cursor: pointer;
    text-align: center;
    background: #FCFCFC;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    padding: 5px 20px 5px 20px;
    font-size: 12px;
}

/* 상담 예약 끝*/





























