.cocoon-weaver-container {
	position:absolute;left:0px;right:0px;top:0px;bottom:0px;border1:solid 3px orange;
}

.cocoon-weaver-container[data-layout=fullPage] .cocoon-weaver-container-header {
	display:none;
}

.cocoon-weaver-container[data-layout=fullPage] .cocoon-weaver-container-footer {
	display:none;
}

.cocoon-weaver-container[data-layout=fullPage] .cocoon-weaver-container-body {
	top:40px;
}

.cocoon-weaver-container[data-layout=fullPage] .cocoon-weaver-container-page-container {
	bottom:40px;
}


.cocoon-weaver-main-container .page-qustion-holder {
	margin-bottom:15px;
}




.cocoon-weaver-container-header {
	position:absolute;left:0px;right:0px;top:0px;height:70px;background:#fff;border-bottom:solid 1px #ccc;
}

.cocoon-weaver-container-header [name=listQuestionNo] {
	display:none;
	margin-right:10px;
}

.cocoon-weaver-container-header-info {
	display:table;width:100%;padding:2px 10px;
}

.cocoon-weaver-container-header-info > * {
	display:table-cell;vertical-align:middle;
}

.cocoon-weaver-container-header-info > *:last-child {
	text-align:right;
	text-align:right;padding-right:10px;
}

.cocoon-weaver-container-header-info > *:first-child {
	width:150px;
	padding:10px;pading-right:20px;
}

.cocoon-weaver-container .section-info-holder [name=sectionNm] {
	color:dodugerblue;font-weight:500;font-size:17px;
}

.cocoon-weaver-container .section-info-holder [name=sectionNm]:empty {
	display:none;
}

.cocoon-weaver-container  .logo-container {
	display:inline-block;
	width:130px;
	height:46px;
	background:url(/img/teps/teps.png) no-repeat center center;
	background-size:contain;
	
}

.cocoon-weaver-container .cocoon-wearver-timer-control {
	display:inline-block;padding-left:10px;padding-right:10px;line-height:35px;height:40px;margin-right:15px;background:#444;color:#fff;border-radius:10px;
}

.cocoon-weaver-container .cocoon-wearver-timer-control .timer-icon {
	margin-right:10px;padding:0px;
}

.cocoon-weaver-container-header .part-info-holder  [name=partNm] {
	border-radius:10px;
	background:#888;
	color:#fff;
	padding:1px 8px;
	font-size:12px;
	margin-right:10px;
}

.cocoon-weaver-container-header .part-info-holder  [name=partNm]:empty {
	display:none;
}

.cocoon-weaver-container-header-direction {
	position:absolute;left:0px;right:0px;top:70px;height:30px;border1:solid 5px blue;background:#f7f7f7;padding:2px 10px;display:table;width:100%;height:50px;border1:solid 1px blue;

}

.cocoon-weaver-container-header-direction > * {
	display:table-cell;
	vertical-align:middle;
}

.cocoon-weaver-container-header-direction > *:last-child {
	text-align:right;
}

.cocoon-weaver-container-body {
	position:absolute;left:0px;right:0px;top:120px;bottom:0px;
}


.cocoon-weaver-main-container .cocoon-weaver-page {
	position:absolute;
	padding:20px;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	overflow-y:auto;
}

.cocoon-weaver-main-container .cocoon-weaver-page[data-type=feeding] {
	left:0px;
	right:0%;
	padding-top:0px;
}



.cocoon-weaver-main-container .cocoon-weaver-page[data-side=question] {
	left:50%;
	right:0px;
}


.cocoon-weaver-main-container .cocoon-weaver-page[data-side=reference] {
	left:0px;
	right:50%;
	border-right:solid 1px #ccc;
}

/*
.cocoon-weaver-main-container .cocoon-weaver-container[data-current-page-type=feeding] .cocoon-weaver-container-page {
	overflow-y:scroll;
	border:solid 1px red;

}
*/

.cocoon-weaver-container-footer {
	padding:5px 10px;
	background:#fafafa;
	position:absolute;
	left:0px;
	right:0px;
	height:50px;
	bottom:0px;
	width:100%;
	display:table;
}

.cocoon-weaver-container-footer > * {
	display:table-cell;
	vertical-align:middle;
}

.cocoon-weaver-container-footer > *:last-child {
	text-align:right;
}

.cocoon-weaver-container .navigation-holder {
	padding:4px 10px;padding-right:0px;white-space:nowrap;white-space:nowrap;
}

.cocoon-weaver-container .navigation-holder [button] {
	font-size:20px;margin-right:10px;
}

.cocoon-weaver-container-page-container {
	word-break:break-word;
	bottom:50px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
}

.cocoon-weaver-container-direction-holder {
	padding:0px 6px;
}


[data-layout-single-panel=single] .cocoon-weaver-page[data-side=reference] {
	display:none;
}

[data-layout-single-panel=single] .cocoon-weaver-page[data-side=question] {
	left:0px;
	margin:0 auto;
	max-width:600px;
	1border:solid 1px red;
}

.cocoon-weaver-subset-sequence-navigation {
	display:table;
	margin:0 auto;
	width:100%;
	max-width:600px;
	border-collapse:separate;
}

.cocoon-weaver-subset-sequence {
	border:solid 1px #ccc;
	width:25%;
	display:table-cell;
	padding:3px 0px;
	text-align:center;
	color:#999;
	border-right:solid 1px #ccc;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	transition:all 1s;
	
}

.cocoon-weaver-subset-sequence-navigation[data-countStep=3] .cocoon-weaver-subset-sequence {
	width:33.3%;
}

.cocoon-weaver-subset-sequence-navigation[data-countStep=2] .cocoon-weaver-subset-sequence {
	width:50%;
}

.cocoon-weaver-subset-sequence.selected {
	color:dodgerblue;

}

.cocoon-weaver-subset-sequence:first-child {
	border-radius:7px 0px 0px 7px;
	border-left:solid 1px #ccc;
}

.cocoon-weaver-subset-sequence:last-child {
	border-radius:0px 7px 7px 0px;
}

.cocoon-weaver-subset-sequence .icon {
	margin-top:5px;
	text-align:center;
	font-size:20px;
	display:block;
	margin-bottom:5px;
	transition:all 1s ease-in-out;
}

.cocoon-weaver-subset-sequence.selected .icon {
	transform:scale(1.3);
}

.cocoon-weaver-subset-sequence label {
	font-size:12px;
	margin-bottom:4px;
	display:block;
}

.cocoon-weaver-subset-sequence.selectred label {
	color:#444;
}


.cocoon-feeding-asset-holder[data-type=audio][data-hiddenYn="Y"] {
	display:none;
}

.cocoon-weaver-main-container .cocoon-weaver-response-mark-holder .result-row {
	border:solid 1px #ccc;
	width:20px;
	cursor:pointer;
	float:left;
}

.cocoon-weaver-main-container .cocoon-weaver-response-mark-holder .result-row:nth-of-type(5n) {
	margin-right:5px;
}



.cocoon-weaver-main-container .cocoon-weaver-response-mark-holder .result-row .result-item-header {
	background:#888;
	color:#fff;
	text-align:center;
	width:100%;
	font-size:9px;
}

.cocoon-weaver-main-container .cocoon-weaver-response-mark-holder .result-row .result-item-body {
	width:100%;
	background:#fff;
	text-align:center;
}

.cocoon-weaver-main-container .cocoon-weaver-response-mark-holder .result-row.current .result-item-body {
	background:#ffe800;
}


.cocoon-weaver-main-container .cocoon-weaver-page[data-side=question] .field-block[data-field=question] {
	display:table;
	width:100%;
	position:relative;
	1border:solid 1px blue;
}

.cocoon-weaver-main-container .cocoon-weaver-page[data-side=question]  .field-block[data-field=question] > *:first-child {
	display:table-cell;
	vertical-align:top;
	width:10px;
	padding-right:5px;
	white-space:nowrap;
}

.cocoon-weaver-main-container .cocoon-weaver-page[data-side=question]  .field-block[data-field=question] > *:last-child {
	display:table-cell;
	vertical-align:top;
	width:100%;
}








.cocoon-weaver-main-container.suneng2022 .logo-container {
	1border:solid 1px red;
	display:1111;
	background:none;
	width:190px;
}

.cocoon-weaver-main-container.suneng2022 .logo-container:before {
	content:'연구 참여자용 시험';
	font-size:20px;
	font-weight:600;
	color:#35afef;
	line-height:50px;
	letter-spacing:-3px;
	1text-shadow:#FC0 1px 0 10px;

}

.cocoon-weaver-main-container.mofa-writing .logo-container,
.cocoon-weaver-main-container.mofa-speaking .logo-container,
.cocoon-weaver-main-container.mofa-speaking-ex .logo-container
{
	1background:url(http://www.greenpostkorea.co.kr/news/photo/201809/96197_91493_2246.jpg) no-repeat center center;
	background:url(/img/teps/teps.sw.large.png) no-repeat center center;
	background-size:auto 50px;;

}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-container-footer1 {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-container-page-container1 {
	bottom:0px;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-response-mark-holder {
	visibility:hidden;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-container-body {
	top:150px;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-container-header-direction {
	height:80px;
	font-size:18px;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-item-question-no-holder {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking .cocoon-weaver-container[data-current-page-type=feeding] .cocoon-weaver-container-header-direction {
	visibility:hidden;
}

.cocoon-weaver-main-container.mofa-speaking [name=partQuestionInfo] {
	visibility:hidden;
}

/********** mofa-speaking-ex ******************/

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container-footer1 {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container-page-container1 {
	bottom:0px;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-response-mark-holder {
	visibility:hidden;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container-body {
	top:130px;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container-header-direction {
	height:60px;
	font-size:14px;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-item-question-no-holder {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container[data-current-page-type=feeding] .cocoon-weaver-container-header-direction {
	visibility:hidden;
}

.cocoon-weaver-main-container.mofa-speaking-ex [name=partQuestionInfo] {
	visibility:hidden;
}



.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-page[data-side=question] {
	width:350px;
	left:auto;
	right:0px;
	padding:10px;
}


.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-page[data-side=reference] {
	left:0px;
	right:350px;
	border-right:solid 1px #ccc;
	font-size:15px;
	padding:8px;
}

.cocoon-weaver-main-container.mofa-speaking-ex .panel-cocoon-bank-item-viewer-main .field-block[data-field=reference] .field-asset-list-holder {
	padding: 5px;
	border:solid 1px #f8f8f8;
}

.cocoon-weaver-main-container.mofa-writing .panel-cocoon-bank-item-viewer-main .field-block[data-field=reference] .field-asset-list-holder {
	padding: 0px;
	border:solid 1px #f8f8f8;
}


.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-subset-sequence-navigation {
	display:table;
	margin:0 auto;
	width:100%;
	max-width:320px;
	border-collapse:separate;
}

.cocoon-weaver-main-container.mofa-speaking-ex [data-layout-single-panel=single] .cocoon-weaver-page[data-side=reference] {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking-ex [data-layout-single-panel=single] .cocoon-weaver-page[data-side=question] {
	left:0px;
	width:auto;
	right:0px;
	margin:0 auto;
	max-width:600px;
	1border:solid 1px red;
}


.cocoon-weaver-main-container.mofa-speaking-ex [data-layout-single-panel=single] .cocoon-weaver-subset-sequence-navigation {
	display:table;
	margin:0 auto;
	width:100%;
	max-width:400px;
	border-collapse:separate;
}


.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-container-header .part-info-holder  [name=partNm] {
	font-size:15px;
}


.cocoon-weaver-main-container.mofa-writing .cocoon-weaver-container-header .part-info-holder  [name=partNm] {
	font-size:15px;
}

.cocoon-weaver-main-container.mofa-writing .cocoon-weaver-container-header .part-info-holder  [name=partQuestionInfo] {
	display:none;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-page[data-side=reference] .page-qustion-holder {
	display:none;
	margin-bottom:0px;
}

.cocoon-weaver-main-container.mofa-writing .cocoon-weaver-page[data-side=question] .page-qustion-holder .field-block[data-field=question] {
	display:none;
	1border:solid 1px red;
	margin-bottom:0px;
}

.cocoon-weaver-main-container.mofa-speaking-ex .cocoon-weaver-page[data-side=reference] .page-qustion-holder:first-child {
	display:block;
}


.cocoon-weaver-main-container.im-teps .logo-container {
	display:inline-block;
	width:130px;
	height:46px;
	background:url(/img/imteps/logo.png) no-repeat center center;
	background-size:contain;
}
