.titBox{width:100%;height:40px;line-height:40px;text-align:right;cursor:pointer;}
.titBox > img{width:100%;}

.ctable{display: table;}
.ctable-row {display: table-row;}
.ctable-cell {display: table-cell;}

.tc2 {display:table-cell;width:300px;vertical-align:top;padding:20px 20px;border-bottom:1px solid #CCC;}
.tc3 {display:table-cell;width:800px;vertical-align: top;padding-top:10px;padding-bottom:10px;padding-left:30px;border-bottom:1px solid #CCC;}

.tcImg{
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top center;
	width:100%;
	cursor:pointer;
	margin:0px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	border-radius: 6px;
}

.cImg{background-size:cover;background-repeat: no-repeat;background-position:top center;width:100%;min-height:200px;cursor:pointer;margin:0px;}
.classline{text-align:center;margin-top:140px;line-height:30px;background-color:rgba(0,0,0,.7);color:#FFF;}
.nickBox{display: table;width:100%;border-bottom:1px solid #D7D7D7;}
.nickBox > .row{display: table-row;}
.nickBox > .row > .nBoxInfo{display: table-cell;width:60%;text-align:left;font-size:120%;color:#000;font-weight:bold;height:35px;line-height:35px;}
.nickBox > .row > .nBoxInfo > span{color:#F26522;}
.nickBox > .row > .cell2{display: table-cell;width:40%;text-align:right;}
.pBox{width:100%;line-height:30px;text-align:left;font-weight:bold;color:#544741;font-size:100%;}
.pList{width:100%;height:96px;line-height:30px;text-align:left;color:#544741;font-size:100%;}
.nBox{background-color:#E2E2E2;color:#111;text-align:left;font-weight:bold;height:30px;line-height:30px;padding-left:10px;}




.btn-best {color: #fff;background-color: #f26522;border-color: #f26522;}
.btn-best:focus,.btn-best.focus {color: #fff;background-color: #f26522;border-color: #f26522;}
.btn-best:hover {color: #fff;background-color: #f26522;border-color: #f26522;}
.btn-best:active,.btn-best.active,.open > .dropdown-toggle.btn-best {color: #fff;background-color: #f26522;border-color: #f26522;}
.btn-best:active:hover,.btn-best.active:hover,.open > .dropdown-toggle.btn-best:hover,.btn-best:active:focus,.btn-best.active:focus,.open > .dropdown-toggle.btn-best:focus,.btn-best:active.focus,.btn-best.active.focus,.open > .dropdown-toggle.btn-best.focus {color: #fff;background-color: #f26522;border-color: #f26522;}
.btn-best:active,.btn-best.active,.open > .dropdown-toggle.btn-best {background-image: none;}
.btn-best.disabled:hover,.btn-best[disabled]:hover,fieldset[disabled] .btn-best:hover,.btn-best.disabled:focus,.btn-best[disabled]:focus,fieldset[disabled] .btn-best:focus,.btn-best.disabled.focus,.btn-best[disabled].focus,fieldset[disabled] .btn-best.focus {background-color: #f26522;border-color: #f26522;}
.btn-best .badge {color: #f26522;background-color: #fff;}

.btn-new {color: #fff;background-color: #aba000;border-color: #aba000;}
.btn-new:focus,.btn-new.focus {color: #fff;background-color: #aba000;border-color: #aba000;}
.btn-new:hover {color: #fff;background-color: #aba000;border-color: #aba000;}
.btn-new:active,.btn-new.active,.open > .dropdown-toggle.btn-new {color: #fff;background-color: #aba000;border-color: #aba000;}
.btn-new:active:hover,.btn-new.active:hover,.open > .dropdown-toggle.btn-new:hover,.btn-new:active:focus,.btn-new.active:focus,.open > .dropdown-toggle.btn-new:focus,.btn-new:active.focus,.btn-new.active.focus,.open > .dropdown-toggle.btn-new.focus {color: #fff;background-color: #aba000;border-color: #aba000;}
.btn-new:active,.btn-new.active,.open > .dropdown-toggle.btn-new {background-image: none;}
.btn-new.disabled:hover,.btn-new[disabled]:hover,fieldset[disabled] .btn-new:hover,.btn-new.disabled:focus,.btn-new[disabled]:focus,fieldset[disabled] .btn-new:focus,.btn-new.disabled.focus,.btn-new[disabled].focus,fieldset[disabled] .btn-new.focus {background-color: #aba000;border-color: #aba000;}
.btn-new .badge {color: #aba000;background-color: #fff;}



.lb_box{width:100%;display:table;margin-top:10px;border-top:2px solid #D7D7D7;}
.lb_box > .row{display:table-row;line-height:35px;}
.lb_box > .row > .cell{display:table-cell;border-bottom:1px dashed #D7D7D7;}

.btn_group{display:table;margin:10px 0px;width:100%;}
.btn_group > .row{display:table-row;}
.btn_group > .row > .cell1{display:table-cell;width:50%;text-align:left;}
.btn_group > .row > .cell2{display:table-cell;width:50%;text-align:right;}


.interview{line-height:250%;}
/*인터뷰 css start*/
#intro{width:90%;margin:0px auto;}

.normal {font-style: normal; font-size:16px;line-height:30px;}
.large {font-style: normal; font-size:18px;line-height:36px;}
.bold {font-weight:bold;}
.red {font-style: normal; font-size:24px;line-height:40px;color:#9e0b0f;text-align:center;}
.oblique {font-style: oblique; font-size:16px;line-height:30px;}
.imgt {font-style: normal; font-size:12px; color:#707070;}



.p02 {
    position: relative;
    width: 500px;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align:center;
}
.p02::before,
.p02::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.p02::before {
    top: 0;
    left: 0;
    border-top: 7px solid #555;
    border-left: 7px solid #555;
}
.p02::after {
    bottom: 0;
    right: 0;
    border-bottom: 7px solid #555;
    border-right: 7px solid #555;
}
/*인터뷰 css end*/

/*bootstrap css*/
/*col-xs*/
@media only screen and (min-width : 0px) and (max-width : 767px) {
	.mimg {width:100%}
#intro{width:100%;margin:0px auto;}
}

/*col-sm*/
@media only screen and (min-width : 768px) and (max-width : 991px) {
#intro{width:90%;margin:0px auto;}
}
/*col-md*/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.sline{border-left:1px dashed #DCDCDC;}
#intro{width:90%;margin:0px auto;}
}
/*col-lg*/
@media only screen and (min-width : 1200px) {
	.sline{border-left:1px dashed #DCDCDC;}
	#intro{width:90%;margin:0px auto;}
}

.sbox{
	display:table;
	width:100%;
}

.sbox .c1,.sbox .c2,.sbox .s1,.sbox .s2,.sbox .s3{
	display:table-cell;
	vertical-align: middle;
}

.btline2{border-top:2px solid #802929;}
.btline1{border-top:1px solid #ccc;}
.bbline1{border-bottom:1px solid #ccc;}
