.answerTag{
	font-weight: bold;background: #a1a1a1;border-radius: 50px;padding: 1px 5px;font-size: 12px;color: white;
	margin: 0px 5px 0px 0px;
}

.bgGrey {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}
.bgGreyImg {
	display:none;
	background-color: white;
    z-index: 1000;
    position: fixed;
    left: 3%;
    width: 94%;
    height: 88%;
	top: 5%;
	overflow-y: auto;
}

.ImgPop_X {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1%;
    right: 7px;
    cursor: pointer;
}
.ImgPop_X:before, .ImgPop_X:after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 0;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 15px;
    right: 0;
}
.ImgPop_X:after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}
.WriteColumn {display:none;}
.goPage {
    cursor: pointer;
}

.cont p {
	font-size:0.9rem !important;

}

.cont p span {
	font-size:0.9rem !important;

}

@font-face {
	font-family: 'S-CoreDream-8Heavy';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.clearfix:after{
	content:'';
	display: block;
	clear: both;
}
/*3ÁÙ ¸»ÁÙÀÓ*/
.line3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.3em;
    height: 5.2em;
	position: relative;
}
.line3:after{
	content:'';
	display: block;
	width: 100%;
	height: .6em;
	background-color: #f4f5f7;
	position: absolute;
	bottom: 0;
	left: 0;
}





/*index*/
.fullArticle.consulting{
	padding-bottom: 10px;
}
.fullArticle .consultWrap{
	margin-top: 10px;
}
.fullArticle .consult_wrap{
	padding-left:3%;
}

.consult_list li{
	height: 96px;
	background-color: #d9e8ff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	padding: 15px;
	padding-bottom: 0;
	width: 35%;
	font-size: 0.95em;
	overflow: hidden;
}
.consult_list li:nth-of-type(2n){
	background-color: #dee5f0;
}
.consult_list li:nth-of-type(3n){
	background-color: #eee;
}

.consultBox{
	position: relative;
}
.consultBox .txt span{
	display: block;
	width:75%;
}
.consultBox .b{
	font-weight: bold;
}
.consultBox .name span{
	display: inline;
	font-size: 11px;
}
.consultBox .img{
	position: absolute;
	top: 5px;
	right: -10px;
	text-align: right;
}
.consultBox .img img{
	width: 70%;
}

.arrow{
	display: inline-block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.1);
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
}
.arrow:after{
	content:'';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #a8a8a8;
	border-right: 1px solid #a8a8a8;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 4px;
}





/*Main*/
.consultingWrap[data="New"]{
	background-color: #fff;
	padding: 30px 0;
	word-break: keep-all;
	font-size: .9rem;
}
.consultingWrap[data="New"] *{
	box-sizing: border-box;
	letter-spacing: -0.02em;
}
.consultingWrap section{
	float: none !important;
	margin-bottom: 30px;
}
.consultingWrap section:not(.QWrap),
.title_wrap{
	padding: 0 3%;
}

.title_wrap{
	text-align: center;
	margin-bottom: 20px;
}
.title_wrap h3{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #4a4a4a;
}
.title_wrap .subTit{
	/*margin-top: 15px;*/
	font-size: 18px;
}

.consultingWrap[data="New"] .consult_list li{
	width: 40%;
	padding: 12px;
	font-size: 14px;
}
.consultingWrap[data="New"] .consultBox .img img{
	width: 60%;
}
.consultingWrap[data="New"] .arrow{
	bottom: 10px;
	left: 10px;
}

.QWrap{
	background-color: #f4f5f7;
	padding: 30px 3%;
}
.sectionTit{
	font-size: 1rem;
	font-weight: bold;
	color: #4a4a4a;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.sectionTit span{
	display: inline-block;
	position: relative;
}
.sectionTit span:after{
	content:'';
	display: inline-block;
	width: 100%;
	height: 0;
	border-top: 2px solid #3281c4;
	position: absolute;
	bottom: -9px;
	left: 0;
}

.Q_list li{
	background-color: #fff;
	margin-top: 15px;
	padding: 10px 5px;
	padding-right: 30px;
	position: relative;
}
.Q_list li:after{
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	position: absolute;
	top: 50%;
	right: 17px;
	transform: rotate(45deg) translateY(-50%);
	-webkit-transform: rotate(45deg) translateY(-50%);
	-ms-transform: rotate(45deg) translateY(-50%);
}
.Q_wrap{
	display: table;
	font-weight: bold;
}
.Q_wrap span{
	display: table-cell;
	word-break: keep-all;
}
.Q_wrap span.idx{
	width: 90px;
	color: #3281c4;
}

.A_list li{
	margin-top: 20px;
}
.A_wrap{
	margin: 10px 0;
	background-color: #f4f5f7;
	padding: 10px;
}

.bestWrap{
	padding-right: 0 !important;
}
.best_swiper{
	overflow: inherit !important;
	margin-top: 50px;
}
.best_list li{
	width: 70%;
	border: 3px solid #e9ecf2;
	border-radius: 20px;
	background-color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.1);
	position: relative;
}
.best_list .num{
	font-family: 'S-CoreDream-8Heavy';
	font-size: 60px;
	color: #e9ecf2;
	font-weight: 900;
	position: absolute;
	top: -45px;
	left: 8px;
}
.best_list .num span{
	position: relative;
	mix-blend-mode: multiply;
}
.best_list .num:before{
	content:'';
	display: inline-block;
	width: 35px;
	height: 27px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	margin-left: 2px;
}

.best_list .tit{
	color: #3281c4;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 10px;
	font-size: 1rem;
	height:3rem;
}
.best_list .line3{
	height: 3.85em;
}
.best_list .line3:after{
	display: none;
}





/*view*/
.consultingWrap.view{
	background-color: #e4eefd;
	padding-bottom: 0 !important;
}
.consultingWrap.view section{
	padding: 0 !important;
	margin-bottom: 15px;
}
.consultingWrap.view section:not(.profile_wrap),
.info_wrap{
	background-color: #fff;
}

.consultingWrap.view .txt{
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 7%;
	width:78%;
}
.consultingWrap.view .txt .name{
	font-size: 20px;
}

.consultBox .btn{
	margin-top: 20px;
}
.consultBox .btn span{
	display: block;
	width: 30%;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.consultBox .btn span.blue{
	background-color: #3281c4;
	color: #fff;
}

.consultBox .btn span.empty{
	background-color: unset;
	color: #fff;
}


.consultBox .btn span.blue a{
	color: #fff;
}

.consultingWrap.view .img{
	top: -5px;
}
.consultingWrap.view .img img{
	width: 100% !important;
}

.info_wrap table {width:100%;}

.info_wrap{
	position: relative;
	z-index: 1;
	border-radius: 20px 20px 0 0;
	-webkit-border-radius: 20px 20px 0 0;
	-ms-border-radius: 20px 20px 0 0;
	padding: 30px 5%;
}

.info_wrap th,
.info_wrap td{
	padding: 12px 0 20px;
	word-break: keep-all;
}
.info_wrap th{
	vertical-align: top;
	width: 20%;
	border-top: 2px solid #3281c4;
}
.info_wrap td{
	border-top: 1px solid #e6e6e6;
	padding-left: 10px;
}

.wideBtn{
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 10px 0;
	font-size: 1rem;
}
.wideBtn:after{
	content:'';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #a8a8a8;
	border-right: 2px solid #a8a8a8;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	top: 15px;
	right: 15px;
}
.info_wrap .moreTxt{
	margin-top: 30px;
	text-align: center;
}

.consultingWrap.view section.tabWrap{
	padding: 30px 0 !important;
}
.tab_list{
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	font-size: 1rem;
}
.tab_list li{
	padding-bottom: 15px;
	flex: 1 1 auto;
	text-align: center;
	font-weight: bold;
}
.tab_list li.on{
	color: #3281c4;
	position: relative;
}
.tab_list li.on::after{
	content:'';
	display: inline-block;
	width: 100%;
	height: 0;
	border-top: 2px solid #3281c4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.searchBar{
	margin: 20px 5%;
	border: 3px solid #d9e8ff;
	position: relative;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
}
.searchBar input[type='text']{
	border: none;
	padding-left: 20px;
	width: 80%;
}
.searchBar input[type='text']:focus{
	outline: none;
}
.searchIcon{
	position: absolute;
	top: 12px;
	right: 5%;
}

.wideBtn.blue{
	background-color: #3281c4;
	color: #fff;
}
.wideBtn.blue:after{
	border-color: #fff;
}
.wideBtn.dark{
	background-color: #555555;
	color: #fff;
}
.wideBtn.dark:after{
	border-color: transparent;
}
.writeBtn{
	margin: 20px 5%;
}
.tab_wrap{
	padding: 0 5%;
	display: none;
}
.tab_wrap.oldQ{
	display: block;
}

.pageNumWrap{
	margin: 30px 0;
	text-align: center;
}
.pageNum_wrap{
	display: inline-block;
}
.pageNum_wrap span,
.pageNum_wrap ul,
.pageNum_wrap li{
	float: left;
}
.pageNum_wrap span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #a8a8a8;
	position: relative;
	top: 6px;
}
.pageNum_wrap span.prev{
	border-left: 1px solid #a8a8a8;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.pageNum_wrap span.next{
	border-left: 1px solid #a8a8a8;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.pageNum_wrap li{
	padding: 0 15px;
}
.pageNum_wrap li.on{
	color: #3281c4;
	font-weight: bold;
}

/*qna*/
.consultingWrap.qna{
	background-color: #f4f5f7;
}
.qnaBoxWrap{
	background-color: #fff;
	padding: 20px 5% !important;
	margin: 0 5%;
	width: auto !important;
	border: 1px solid #e6e6e6;
}
.qnaBoxWrap.Q{
	border: 1px solid #3281c4;
}
.qnaBoxWrap .title_wrap{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
	padding: 0;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.qnaBoxWrap .title_wrap > div{
	float: left;
}
.qnaBoxWrap .title_wrap .blue{
	color: #3281c4;
	width: 7%;
}
.qnaBoxWrap .title_wrap .title{
	width: 92%;
	word-break: keep-all;
}
.qnaBoxWrap .title_wrap .title > span{
	display: block;
}
.qnaBoxWrap .title_wrap .date{
	font-size: .9rem;
	font-weight: normal;
	line-height: 12px;
	margin-top: 10px;
	color: #555555;
}
.qnaBoxWrap .title_wrap .count{
	display: inline-block;
	border-left: 1px solid #a8a8a8;
	padding-left: 7px;
	margin-left: 7px;
	height: 12px;
}
.qnaBoxWrap .cont{
	word-break: keep-all;
}

.consultingWrap.qna .title_wrap h3{
	border-bottom: 0;
}
.consultingWrap.qna .subTit{
	font-size: 12px;
	word-break: keep-all;
	padding: 0 5%;
	margin-top: 0;
}

.writeTable{
	margin: 0 5%;
	background-color: #fff;
	border-top: 1px solid #555555;
}
.writeTable table{
	width: 100%;
}
.writeTable .red{
	color: #d93535;
}
.writeTable tr{
	border-top: 1px solid #e6e6e6;
}
.writeTable th,
.writeTable td{
	padding: 10px 5px;
	text-align: left;
}
.writeTable th{
	width: 22%;
	vertical-align: top;
}
.writeTable select,
.writeTable input,
.writeTable textarea{
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	padding: 0 5px;
}
.writeTable textarea{
	height: 30vh;
}
.writeTable select{
	background:url('../images/consulting/selectArr.png') no-repeat right 9px center;
}