* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#wrap {
	display: block;
	width: 1000px;
	height: 675px;
	overflow: hidden;
	background: url("../imgs/content_vt_bg.svg") left top no-repeat;
}

#wrap > div {
	display: block;
	height: 100%;
	position: relative;
}
.contents {
	float: left;
	z-index: 2;
	width: 69.5%;
}
.header {
	position: relative;
	padding: 23px 15px 10px 150px;
}
.header p {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	top: 45px;
	width: 100%;
	color: #333;
	font-family: Noto Sans CJK KR;
}
.header strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #00b3c9;
	left: 55px;
	top: 33px;
	position: absolute;
	font-size: 26px;
	text-align: center;
}

.header2 {
	position: relative;
	padding: 15px 15px 10px 130px;
	height: 95px;
}
.header2 p {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	width: 100%;
	color: #134047;
	font-family: Noto Sans CJK KR;
}
.header2 strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #366772;
	left: 36px;
	top: 126px;
	position: absolute;
	font-size: 23px;
	letter-spacing: -0.5px;
}

/* è‚„ì„‘ë€—ï§¥ï¿½ ï¿½ëŒ€ï¿½ ï¿½ê³¸ë¿­ */
.section {
	position: relative;
	height: 398px;
	width: 660px;
	padding: 10px 25px 20px 45px;
}

.article {
	height: 100%;
	width: 100%;
	background: #fff; /* è«›ê³Œê¼ï¿½ë¨¯ê½Œ ï¿½â†”ì»–ï¿½ï¿½ ï¿½ì’“êµ… ï¿½ï¿½ ï¿½ï¿½ì £ */
	position: relative;
	display: none;
}
.article.view {
	display: block;
}

.video_btn {
	width: 46px;
	height: 46px;
	left: 0px;
	top: 0px;
	position: absolute;
	cursor: pointer;
	display: none;
}

.video_btn img {
	width: 46px;
	height: 46px;
}

.arrow-l {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 250px;
	left: 5px;
	z-index: 10;
}

.arrow-r {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 250px;
	left: 555px;
	z-index: 10;
}

.rec_page_btn {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 320px;
	left: 555px;
}

.page_number {
	position: absolute;
	font-size: 28px;
	font-weight: 600;
	top: 175px;
	left: 555px;
	width: 35px;
	height: 35px;
	color: #fff;
	background-color: #333;
	border-radius: 50%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

/* img setting */

/* for multi imgages in record page */

.table-multiImg {
	position: absolute;
	top: 33px;
	left: 120px;
	text-align: center;
}

.picture-area.multiImg > img {
	cursor: pointer;
	width: 150px;
	height: 120px;
}

/*double Imge*/
/*
.table-doubleImg{

    position: absolute;
    top: 60px; 
    left: 100px;

}

div.doubleImg
{
    width: 150px;
    height: 180px;
/*
  */
/*
}
/*

/*double Imge*/

.table-doubleImg {
	position: absolute;
	top: 70px;
	left: 55px;
}

div.doubleImg {
	width: 180px;
	height: 160px;
	/*
  */
}

.table-double-multiImg {
	position: absolute;
	top: 60px;
	left: 55px;
}

div.double-multiImg {
	width: 120px;
	height: 100px;
	/*
  */
}

/*for storybook Img*/

.table-sbImg {
	position: absolute;
	/*left: 60px;*/
	width: 100%;
}
/*
div.sbImg
{
    width: 480px;
    height: 360px;
    
    
}
*/

.sbImg {
	position: absolute;
	width: 100%;
	text-align: center;
}

.sbImg img {
	width: 280px;
	height: 350px;
}
.table-sbMultiImg {
	position: absolute;
	top: 20px;
	left: 125px;
}

div.sbMultiImg {
	width: 140px;
	height: 170px;
	/*
  */
}

.sbMultiImg img {
	width: 140px;
	height: 130px;
}

div.picture-area.normalImg {
	padding-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.picture-area.normalImg > img {
	width: 280px;
	height: 200px;
	cursor: pointer;
}

.picture-area.choiceImg {
	padding-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.picture-area.choiceImg > img {
	width: 200px;
	height: 150px;
	cursor: pointer;
}

.LessonPoint {
	position: absolute;
	overflow: auto;
	top: 0px;
	width: 296px;
	height: 480px;
	/* display: table;*/
	display: block;
	left: 630px;
}

.LessonPoint strong {
	display: table-cell;
	vertical-align: middle;
	text-align: justify;
	/*background-color: white;*/
	/*width: 0px; */
	margin-top: 10px;
	margin-right: 0px;
	font-size: 14px;
	/*border-radius: 10px; */
}

.LessonPoint .Meaning strong {
	font-size: 14px;
	font-family: Noto Sans CJK KR;
	color: #656a6f;
	text-align: left;
}

.Meaning {
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 5%;
	width: 100%;
	/*border-bottom: 1.5px solid lightgray;*/
	/*border:1.5px solid lightgray; */
	/*background-color: #fff;*/
	/*border-radius: 7px; */
}

.Meaning p {
	text-align: left;
}

.LessonPoint .VTpoint strong {
	font-size: 14px;
	font-family: Noto Sans CJK KR;
	color: #656a6f;
	text-align: justify;
}

.LessonPoint .point_color {
	color: darkorange;
}

.VTpoint {
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	/*margin-bottom: 3%;*/
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	/*border-bottom: 1.5px solid lightgray;*/
	text-align: justify;
	/*border:1.5px solid lightgray; text-align: justify; */
	/*background-color: #fff;*/
	/*border-radius: 7px;*/
}

.VT_test {
	color: #656a6f;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 2%;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	/*border:1.5px solid Olive; text-align: justify;*/
	/*background-color: white;*/
	border-radius: 10px;
}

.VT_quiz {
	background-color: #fff;
	width: 45px;
	height: 25px;
	border-radius: 15px;
	cursor: pointer;
	border: 2px solid lightgray;
	margin-left: 5px;
	font-weight: bold;
}

.LessonPoint img {
	height: 23px;
}

label {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
label > span {
	visibility: hidden;
}

input[type="radio"] {
	position: absolute;
	left: -300em;
	top: -300em;
}

/* Long, Short è¸°ê¾ªë“‰ ï¿½ê¾©íŠ‚ ï¿½â†”ë¦°*/
label[for^="length"] {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 49px;
	z-index: 10;
}

label[for^="length-long"] {
	top: 275px;
	left: 150px;
	background-image: url("../imgs/long-off.svg");
}
label[for^="length-short"] {
	top: 275px;
	left: 405px;
	background-image: url("../imgs/short-off.svg");
}
label[for^="length-long"].selected {
	top: 275px;
	left: 150px;
	background-image: url("../imgs/long-on.svg");
}
label[for^="length-short"].selected {
	top: 275px;
	left: 405px;
	background-image: url("../imgs/short-on.svg");
}

/* voiced, voice_less */
label[for^="voice"] {
	width: 42px;
	height: 40px;
	position: absolute;
	left: 49px;
	z-index: 10;
}

label[for^="voiced"] {
	top: 275px;
	left: 150px;
	background-image: url("../imgs/voiced_off.svg");
}
label[for^="voice_less"] {
	top: 275px;
	left: 405px;
	background-image: url("../imgs/voice_less_off.svg");
}
label[for^="voiced"].selected {
	top: 275px;
	left: 150px;
	background-image: url("../imgs/voiced_on.svg");
}
label[for^="voice_less"].selected {
	top: 275px;
	left: 405px;
	background-image: url("../imgs/voice_less_on.svg");
}

/* ï¿½ï¿½ï¿½ëŒ„ë¸¨ */
/*
.blank {position: absolute; font-weight: bold; left: 202px; width: 200px; top: 270px; text-align: center;
}
*/
.blank {
	position: relative;
	font-weight: bold;
	width: 102%;
	margin: 0 auto;
	top: 25px;
	text-align: center;
}

.blank .letter_type {
	font-size: 30px;
	top: 10px;
	display: inline;
	text-align: center;
}
.blank input {
	border: 0px;
	width: 38px;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: 2px solid gray;
	color: red;
}

.blank .example-letter_type {
	font-size: 28px;
	cursor: pointer;
}

.typing2 input {
	width: 100%;
	height: 42px;
	position: relative;
	line-height: 42px;
	text-align: center;
	border: 0;
	background: transparent;
	border-bottom: 2px solid green;
	color: solid green;
}

.typing2 .big {
	font-size: 40px;
	top: 1px;
}

.typing {
	position: absolute;
	left: 233px;
	width: 127px;
	top: 298px;
	height: 50px; /* submit*/
	background: url("../imgs/placeholder.svg") no-repeat left top;
}
.typing span {
	width: 56px;
	display: inline-block;
}
.typing span + span {
	margin-left: 10px;
}
.typing input {
	width: 100%;
	height: 42px;
	position: relative;
	line-height: 42px;
	text-align: center;
	border: 0;
	background: transparent;
}

.typing .small {
	font-size: 40px;
	top: 3px;
	text-transform: unset;
}
.typing .big {
	font-size: 57px;
	top: 1px;
}

.typing1 {
	position: absolute;
	left: 80px;
	top: 330px;
	width: 480px;
	text-align: center;
}
.typing1 span {
	display: inline-block;
}

.typing1 .big {
	font-size: 20px;
	top: -3px;
}
.typing1 .words {
	font-size: 20px;
	display: inline-block;
	margin: 0 5px;
}
.typing1 .word_choice {
	padding-bottom: 10px;
	cursor: pointer;
}
.typing1 input {
	text-align: center;
	background: transparent;
	border: 0;
	background: transparent;
	border-bottom: 2px solid gray;
}

.typing3 {
	position: absolute;
	left: 260px;
	top: 365px;
	height: 50px; /* submit*/
}
.typing3 span {
	display: inline-block;
}
.typing3 span + span {
	margin-left: 10px;
}
.typing3 input {
	width: 100%;
	height: 42px;
	position: relative;
	line-height: 42px;
	text-align: center;
	border: 0;
	background: transparent;
	border-bottom: 2px solid green;
	color: solid green;
}

.typing3 .big {
	font-size: 40px;
	top: 1px;
}

.word_typing {
	position: absolute;
	top: 420px;
	left: 195px;
	width: 200px;
}
.word_typing input {
	font-size: 26px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border: 0;
	background: transparent;
	border-bottom: 2px solid green;
}

.kr_letter-pos {
	position: absolute;
	top: 319px;
	left: 240px;
	width: 120px;
}
.kr_letter-pos input {
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border: 0;
	background: transparent;
	border-bottom: 2px solid green;
}

/* ìŠ¤í† ë¦¬ë¶ íƒ€ì´í•‘/
/* ï¿½ëš®â” */
.blank2 {
	position: absolute;
	left: 59px;
	width: 527px;
	top: 428px;
	height: 50px;
	text-align: center; /* submit*/
}
.blank2 span {
	width: 66px;
	display: inline;
}

.blank2 .letter_type {
	font-size: 24px;
	top: 3px;
	display: inline;
}
/*ìŠ¤í† ë¦¬ë³µ 2*/
.blank3 {
	position: absolute;
	left: 59px;
	width: 527px;
	top: 428px;
	height: 50px;
	text-align: center; /* submit*/
}
.blank3 span {
	width: 66px;
	display: inline;
}

.blank3 .letter_type {
	font-size: 24px;
	top: 3px;
	display: inline;
}

/*StoryBook text*/
.sbText[id^="sbText"] {
	display: none;
}
.sbText {
	position: relative;
	top: 305px;
	background-color: rgba(255, 255, 255, 0.5);
}
.sbText p {
	font-size: 32px;
	text-align: center;
}
.sbText p .M {
	font-size: 25px;
}
.sbText p .L {
	font-size: 20px;
}
.sbText p .C {
	color: #e41313;
}
/*---*/

.sound {
	position: absolute;
	top: 405px;
	width: 100%;
	text-align: center;
}
.sound label {
	width: 50px;
	height: 50px;
	display: inline-block;
}
.sound label + label {
	margin-left: 8px;
}

.typesound {
	position: absolute;
	top: 405px;
	width: 42px;
}
.typesound label {
	width: 75px;
	left: 125px;
	height: 70px;
	display: inline-block;
}

.keepSound {
	position: absolute;
	top: 405px;
}
.keepSound label {
	width: 30px;
	height: 35px;
	display: block;
	padding: 2px;
}

.keepSound.provisional {
	left: 55px;
}
.keepSound.ending {
	left: 505px;
}

.keepSound1 {
	position: absolute;
	top: 412px;
}
.keepSound1 label {
	width: 25px;
	height: 25px;
	display: block;
	margin: 3px;
}

.keepSound1.provisional1 {
	left: -10px;
}
.keepSound1.ending1 {
	left: 163px;
}

.keepSound1.provisional2 {
	left: 395px;
}
.keepSound1.ending2 {
	left: 567px;
}

.typesound.provisional {
	left: 90px;
}
.typesound.ending {
	left: 425px;
}
/* -------- */
.typesound1 {
	position: absolute;
	top: 405px;
}
.typesound1 label {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin: 7px;
}

.firstanswer {
	left: 15px;
}
.secondanswer {
	left: 420px;
}

/* -------- */

/*
label[for^="provisional-leaking"],
label[for^="ending-leaking"] { background-image: url('../imgs/leaking-off.svg'); }
label[for^="provisional-leaking"].selected,
label[for^="ending-leaking"].selected { background-image: url('../imgs/leaking-on.svg'); }


label[for^="provisional-vibrating"],
label[for^="ending-vibrating"] { background-image: url('../imgs/vibrating-off.svg'); }
label[for^="provisional-vibrating"].selected,
label[for^="ending-vibrating"].selected { background-image: url('../imgs/vibrating-on.svg'); }


label[for^="provisional-resonating"],
label[for^="ending-resonating"] { background-image: url('../imgs/resonating-off.svg'); }
label[for^="provisional-resonating"].selected,
label[for^="ending-resonating"].selected { background-image: url('../imgs/resonating-on.svg'); }
*/

label[for^="leaking"] {
	background-image: url("../imgs/leaking-off.svg");
}
label[for^="leaking"].selected {
	background-image: url("../imgs/leaking-on.svg");
}
label[for*="leaking"].provisionalLabel {
	background-image: url("../imgs/leaking-rectangle.svg");
}
label[for*="leaking"].endingLabel {
	background-image: url("../imgs/leaking-rectangle.svg");
}

label[for^="vibrating"] {
	background-image: url("../imgs/vibrating-off.svg");
}
label[for^="vibrating"].selected {
	background-image: url("../imgs/vibrating-on.svg");
}
label[for*="vibrating"].provisionalLabel {
	background-image: url("../imgs/vibrating-rectangle.svg");
}
label[for*="vibrating"].endingLabel {
	background-image: url("../imgs/vibrating-rectangle.svg");
}

label[for^="resonating"] {
	background-image: url("../imgs/resonating-off.svg");
}
label[for^="resonating"].selected {
	background-image: url("../imgs/resonating-on.svg");
}
label[for*="resonating"].provisionalLabel {
	background-image: url("../imgs/resonating-rectangle.svg");
}
label[for*="resonating"].endingLabel {
	background-image: url("../imgs/resonating-rectangle.svg");
}

label[for^="leakpopping"] {
	background-image: url("../imgs/leakpopping-off.svg");
}
label[for^="leakpopping"].selected {
	background-image: url("../imgs/leakpopping-on.svg");
}
label[for*="leakpopping"].provisionalLabel {
	background-image: url("../imgs/leakpopping-rectangle.svg");
}
label[for*="leakpopping"].endingLabel {
	background-image: url("../imgs/leakpopping-rectangle.svg");
}

label[for^="resopopping"] {
	background-image: url("../imgs/resopopping-off.svg");
}
label[for^="resopopping"].selected {
	background-image: url("../imgs/resopopping-on.svg");
}
label[for*="resopopping"].provisionalLabel {
	background-image: url("../imgs/resopopping-rectangle.svg");
}
label[for*="resopopping"].endingLabel {
	background-image: url("../imgs/resopopping-rectangle.svg");
}
/*
label[for^="emptyLabel"] { background-image: url('../imgs/emptyIcon.svg'); background-size: 100% 100%;}
label[for^="emptyLabel"].selected { background-image: url('../imgs/emptyIcon.svg'); }
*/

label[for^="emptyicon"] {
	background-image: url("../imgs/emptyIcon.svg");
	background-size: 100% 100%;
}
label[for^="keep_sound"] {
	background-image: url("../imgs/keep_voice_off_btn.svg");
	background-size: 100% 100%;
}
label[for^="unkeep_sound"] {
	background-image: url("../imgs/unkeep_voice_off_btn.svg");
	background-size: 100% 100%;
}

.provisional_ks input[type="radio"]:checked + label {
	background-image: url("../imgs/keep_voice_on_btn.svg");
	background-size: 100% 100%;
}

.provisional_uks input[type="radio"]:checked + label {
	background-image: url("../imgs/unkeep_voice_on_btn.svg");
	background-size: 100% 100%;
}

.ending_ks input[type="radio"]:checked + label {
	background-image: url("../imgs/keep_voice_on_btn.svg");
	background-size: 100% 100%;
}

.ending_uks input[type="radio"]:checked + label {
	background-image: url("../imgs/unkeep_voice_on_btn.svg");
	background-size: 100% 100%;
}

.selected_keepSound_provisional {
	position: absolute;
	top: 480px;
	left: 77px;
	width: 100px;
}

.selected_keepSound_ending {
	position: absolute;
	top: 480px;
	left: 413px;
	width: 100px;
}

.selected_keepSound_provisional1 {
	position: absolute;
	top: 480px;
	left: 1px;
	width: 90px;
}

.selected_keepSound_ending1 {
	position: absolute;
	top: 480px;
	left: 80px;
	width: 90px;
}

.selected_keepSound_provisional2 {
	position: absolute;
	top: 480px;
	left: 405px;
	width: 90px;
}

.selected_keepSound_ending2 {
	position: absolute;
	top: 480px;
	left: 485px;
	width: 90px;
}

/* Paging*/
.paging {
	background: url("../imgs/pagingset_before.svg") no-repeat left top;
	background-size: 50px 200px;
	width: 48px;
	height: 400px;
	position: absolute;
	right: -7px;
	top: 90px;
	padding-top: 16px;
	z-index: 100;
}
.paging li {
	list-style: none;
	width: 49px;
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;

	padding-top: -19px;
}

.paging span {
	color: transparent;
	font-size: 1px;
	visibility: hidden;
}

.consonant-1.view .paging li.first {
	background-image: url("../imgs/paging_after1.svg");
	background-size: 100%, 100%;
}
.consonant-2.view .paging li.second {
	background-image: url("../imgs/paging_after2.svg");
	background-size: 100%, 100%;
}
.consonant-3.view .paging li.third {
	background-image: url("../imgs/paging_after3.svg");
	background-size: 100%, 100%;
}
.consonant-4.view .paging li.fourth {
	background-image: url("../imgs/paging_after4.svg");
	background-size: 100%, 100%;
}
.consonant-5.view .paging li.fifth {
	background-image: url("../imgs/paging_after5.svg");
	background-size: 100%, 100%;
}

/* Control */
/*
.control {
    position: absolute;     
    left: 203px; text-align: center;
    right: 192px; top: 408px;
}
*/
.control button {
	background: url("../imgs/btn-submit.svg") left top no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 37px;
	cursor: pointer;
	/* 
    background: transparent;
    
    position: relative;
    */
	display: inline-block;
	border: 0;
}

/* Recprd */
.record {
	position: absolute;
	left: 120px;
	text-align: center;
	right: 192px;
	top: 438px;
	width: 70%;
}
.record button {
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: transparent;
	position: relative;
	display: inline-block;
	border: 0;
	margin-right: 45px;
}

#rec_btn {
	background-image: url("../imgs/control-recording-off.svg");
}
#rec_btn:hover,
#rec_btn.ing {
	background-image: url("../imgs/control-recording-on.svg");
}

#stop_btn {
	background-image: url("../imgs/control-stop-off.svg");
}
#stop_btn:hover,
#stop_btn.ing {
	background-image: url("../imgs/control-stop-on.svg");
}

#play_btn {
	background-image: url("../imgs/control-play-off.svg");
}
#play_btn:hover,
#play_btn.ing {
	background-image: url("../imgs/control-play-on.svg");
}

#upload_btn {
	background-image: url("../imgs/control-upload-off.svg");
}
#upload_btn:hover,
#upload_btn.ing {
	background-image: url("../imgs/control-upload-on.svg");
}

.submit_btn {
	/*
    background-image: url('../imgs/btn-submit.svg'); 
    
    background-size: 100px 60px;
   
    width: 100px; height: 60px;    left: 25%;
    */
	position: absolute;
	top: 475px;
	left: 235px;
}

#submit2_btn {
	/*
    background-image: url('../imgs/btn-submit2.svg');
    
    background-size: 100px 60px;
    width: 100px; height: 60px;    left: 50%;
    position: absolute;
    top: 78px;
    margin-left: -50px;
    */
}

/* Sidebar */
.sidebar {
	width: 292px;
	float: right;
	padding-right: 20px;
	position: relative;
	font-family: Noto Sans CJK KR;
}
.lesson {
	left: -42px;
	top: 62px;
	background-size: 100% 100%;
	height: 37px;
	width: 314px;
	position: absolute;
	color: #000;
	text-align: center;
	vertical-align: bottom;
	font-size: 20px;
	line-height: 37px;
}

.Qpoint {
	position: absolute;
	left: 35px;
	right: 39px;
	top: 335px;
	font-size: 20px;
	height: 205px;
	word-break: break-all;
	font-size: 14px;
}

.navi a {
	width: 100px;
	height: 34px;
	position: absolute;
	top: 602px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}
#bck_btn {
	right: 190px;
	top: 630px;

	background-image: url("../imgs/back.svg");
}
#nxt_btn {
	left: 130px;
	top: 630px;

	background-image: url("../imgs/next.svg");
}

.picture-rec {
	z-index: 1;
	background: transparent;
	position: absolute;
}

.disabled {
	pointer-events: none;
}

.feedback {
	position: absolute;
	left: 190px;
	top: 220px;
	width: 320px;
	z-index: 4;
	display: none;
	cursor: pointer;
}

/*#points{
    color: #2f93ad;
    position: absolute;
    left: 748px;
    font-size: 24px;
    top: 57px;
    font-weight: bolder;
    z-index: 6px;
    text-align: center;
    width: 275px;
    height: 95px;
    background-image: url('../imgs/score_box.svg');
    background-size: 106% 95%;
    padding-top: 32.5px;
    padding-left: 18px;
}*/

#answer {
	position: absolute;
	margin-left: 253px;
	width: 220px;
	height: 36px;
	top: 330px;
	z-index: 6;
	cursor: pointer;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	color: #f8feff;
	font-weight: bolder;
}

#answer span {
	font-weight: bolder;
	border-bottom: double #f8feff;
	font-family: Arial header;
}

.progress_bar {
	display: block;
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 676px;
	background-color: white;
	opacity: 0.8;
}

#complete_img {
	display: block;
	z-index: 9;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 676px;
	background-color: rgba(255, 255, 255, 0.5);
}

#complete_img img {
	width: 95%;
	cursor: pointer;
}

.choice {
	position: absolute;
	display: inline-block;
	top: 325px;
	left: 10px;
	width: 93%;
	text-align: center;
	font-size: 28px;
}

.choice strong {
	padding-left: 35px;
}

.choice label {
	padding: 0 10px;
}

.choice-sound {
	position: absolute;
	display: inline-block;
	top: 325px;
	left: 10px;
	width: 93%;
	text-align: center;
	font-size: 28px;
}

.choice-sound strong {
	padding-left: 35px;
}

.choice-sound label {
	padding: 0 10px;
}

.choice-img {
	position: absolute;
	display: inline-block;
	top: 225px;
	left: 5px;
	width: 100%;
	text-align: center;

	font-size: 28px;
}
.choice-img label > img {
	width: 160px;
	height: 110px;
	cursor: pointer;
}

.choice-example {
	position: absolute;
	z-index: 1000;
}

.choice-example label > img {
	width: 45px;
	height: 45px;
	cursor: pointer;
}
/*
.choice input[type=radio] + label
{
   
    margin:-2px;
    width: 28px;
    height: 28px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; 
}

.choice input[type=radio]:checked + label{
    background-image: none;
    border-radius: 100%; 
    border: 4px solid #9b1a1a;
    
}
*/
.wordbox_circle {
	width: 500px;
	border-radius: 100px;
	position: absolute;
	border: 2px solid green;
}

#words_box {
	position: absolute;
	border: 3px solid green;
	word-spacing: 24px;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	border-radius: 30px;
}

.wordbox_text {
	width: 520px;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	left: 75px;
	border: 2px solid green;
	text-align: center;
	word-spacing: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	font-size: 24px;
}

.wordbox_text span {
	font-size: 18px;
}

.word_box {
	position: absolute;
	width: 80%;
	border: 2px solid green;
	border-radius: 10px;
	text-align: center;
	/* margin: 0 auto; */
	font-size: 35px;
	padding: 10px 0;
	font-weight: 600;
	z-index: 100;
	left: 65px;
	letter-spacing: 2px;
	top: 120px;
}

.subhead {
	color: #00b3c9;
	font-weight: bold;
	font-size: 14px;
}

.WC1 {
	color: red;
}
.WC2 {
	color: blue;
}

.WC3 {
	color: solid green;
}

input[type="range"] {
	-webkit-appearance: none;
	width: 100px;
}

input[type="range"]::-webkit-slider-runnable-track {
	width: 300px;
	height: 10px;
	background: #f9a602;
	border: none;
	border-radius: 3px;
}

input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #007fff;
	margin-top: -4px;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
	background: #f9a602;
}

.speed_control_pos {
	position: absolute;
	top: 370px;
	left: 246px;
}

.allAudio {
	background: url("../imgs/speaker.svg");
	position: absolute;
	top: 440px;
	left: 495px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 3;
	display: none;
}

.vol_minus {
	background: url("../imgs/VolumeMinus_off_btn.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	left: -20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.vol_minus.on {
	background-image: url("../imgs/VolumeMinus_on_btn.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	left: -20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.vol_plus {
	background-image: url("../imgs/VolumePlus_off_btn.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.vol_plus.on {
	background-image: url("../imgs/VolumePlus_on_btn.svg");
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.icon_name {
	position: absolute;
	background-color: #ffffe0;
	padding: 2.5px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: 2px solid grey;
	border-radius: 5px;
	z-index: 10;
}

.English_Korean-btn,
.tmp_English_Korean-btn {
	position: absolute;
	cursor: pointer;
	width: 120px;
	height: 37px;
	left: 235px;
	top: 475px;
	background: url("../imgs/btn-submit2.svg") left top no-repeat;
}

.tmpRecord {
	position: absolute;
	text-align: center;
	top: 470px;
	left: 225px;
	display: none;
}

.letter-pos,
.kr_letter-pos {
	position: absolute;
	display: inline-block;
	top: 425px;
	width: 500px;
	left: 46px;
	text-align: center;
}

.letter {
	border: 0px;
	border-bottom: 2px solid gray;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	height: 32px;
	line-height: 42px;
	/*    vertical-align: text-bottom; */
	/*   padding-top: 1%; */
	background: transparent;
}

.kr_letter {
	border: 0px;
	border-bottom: 2px solid gray;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	height: 32px;
	line-height: 42px;
	/*    vertical-align: text-bottom; */
	/*   padding-top: 1%; */
	background: transparent;
}

.word_typing.first_dict {
	left: 200px;
	width: 90px;
	font-size: 28px;
}

.word_typing.second_dict {
	left: 300px;
	width: 90px;
	font-size: 28px;
}

.kr_letter-pos.first_dict {
	left: 90px;
	width: 190px;
	font-size: 28px;
}

.kr_letter-pos.second_dict {
	left: 300px;
	width: 190px;
	font-size: 28px;
}

.rhyme_word {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#try_again_ans {
	top: 170px;
}

.ans_container,
.msg-container {
	border: 10px solid #2eacce;
	border-radius: 10px;
	border-style: double;
	padding: 10px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
}

.ans_container h3 {
	text-align: center;
	margin-bottom: 10px;
}

.ans_container ol {
	list-style-position: inside;
	font-weight: bold;
}

.ol.noNum {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.msg-container {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 300px;
	font-weight: 600;
	text-align: center;
	z-index: 99999;
}
.t1 {
	color: #a7226e;
}

.t2 {
	color: #9b1a1a;
}

.EK_toggle_btn {
	position: absolute;
	top: 420px;
	left: 10px;
	z-index: 99;
}

.EK_eng {
	font-size: 24px;
	font-weight: bold;
	color: #007fff;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border: 2px solid #007fff;
	border-radius: 100%;
	text-align: center;
	display: flex;
	margin: 5px;
	cursor: pointer;
}

.EK_kor {
	font-size: 24px;
	font-weight: bold;
	color: #f0921f;
	justify-content: center;
	align-items: center;
	border: 2px solid #f0921f;
	border-radius: 100%;
	text-align: center;
	display: flex;
	margin: 5px;
	cursor: pointer;
}

.EK_eng.on {
	color: #fff;
	background-color: #007fff;
}

.EK_kor.on {
	color: #fff;
	background-color: #f0921f;
}

.practice {
	position: absolute;
	top: 470px;
	left: 85px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	border: 0px;
	border-bottom: 2px solid black;
	color: #36454f;
}

.ToggleShwAns {
	position: absolute;
	top: 390px;
	left: 557px;
}

input[type="checkbox"] {
	display: block;

	height: 0;

	width: 0;

	opacity: 0;

	overflow: hidden;
}

input[type="checkbox"] + label {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 5px double #9b1a1a;
	background-color: #fff;
	border-radius: 100%;
}

input[type="checkbox"]:checked + label {
	position: absolute;
	width: 30px;
	height: 30px;
	border: 5px double #9b1a1a;
	background-color: #f0921f;
	border-radius: 100%;
}

.mul_container {
	position: absolute;
	cursor: pointer;
}

.mul_container img {
	width: 50px;
	height: 50px;
}

#video {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 755px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 500;
	display: none;

	text-align: center;
}

#closeVid {
	width: 30px;
	height: 30px;
	background-color: #d53f3f;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 60px;
	left: 810px;
	display: table;
	cursor: pointer;
}

#closeVid p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.logo {
	display: none;
	position: absolute;
	top: 23.6px;
	left: 666px;
	width: 90px;
	height: 77px;
	background-color: white;
	padding: 13px 8px 8px 8px;
	border-radius: 10px;
}

.EQ_container {
	display: inline-block;
	width: 85%;
	height: 220px;
	/*  border: 2px solid #9b1a1a;*/

	padding: 20px 20px 20px 10px;
	margin: 10px 10px 10px 50px;
}
.EQ_container:nth-child(odd) {
	border-bottom: 2px dashed #000;
}

.EQ_container .questions {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.EQ_container .exms_container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.EQ_container label {
	font-size: 16px;
	font-weight: bold;
}

.wordbox-container {
	position: absolute;
	width: 73%;
	top: 25px;
	left: 120px;
	text-align: center;
	font-weight: 600;
	z-index: 9;
}

.wordbox-container p {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.wordbox-container table {
	width: 100%;
	border: 2px solid #000;
	border-collapse: collapse;
}

.wordbox-container table th {
	width: 90px;
	border: 2px solid #000;
	padding: 4px;
	background-color: rgba(255, 197, 54, 0.2);
}

.wordbox-container table tr:first-child {
	background-color: rgb(50, 188, 173, 0.4);
}

.wordbox-container table td {
	width: 60px;
	border: 2px solid #000;
	cursor: pointer;
}

.dict_div {
	font-weight: 600;
}

.Meaning {
	font-weight: 600;
}

.fs-24 {
	font-size: 24px;
}

.mul_txt {
	display: inline-block;
	position: relative;
	top: -120px;
	left: 10px;
	font-weight: 600;
	z-index: 99;
}

.mul_choice_img-container {
	display: inline-block;
	position: relative;
	left: -20px;
}

.mul_choice_img {
	width: 170px;
	height: 130px;
	cursor: pointer;
}

.example_spk_container {
	display: inline-block;
	position: absolute;
	z-index: 100;
}

.example_spk {
	width: 40px;
}

.picture_rec-container {
	text-align: center;
}

.picture_rec {
	width: 550px;
	height: 160px;
}

.table-multiTxt {
	position: absolute;
	/* top: 20px;*/
	left: 50px;
	height: 203px;
	z-index: 2;
}

.wordsRec_txt {
	width: 235px;
	font-weight: 600;
	font-size: 18px;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 5px;
	cursor: pointer;
}

.main_word {
	text-align: center;
	position: relative;
	font-size: 82px;
	font-weight: 600;
	top: 60px;
}

.main-image,
.rec-main-image {
	border: 2px dashed #d1e366;
	padding: 10px;
	border-radius: 15px;
}

.picture-area.Q-area {
	position: absolute;
	width: 515px;
	height: 300px;
	top: 40px;
	left: 85px;
	text-align: center;
}

.picture-area.Q-area .main_imgs {
	width: 110px;
	height: 60px;
	margin: 5px;
}

.picture-area.Q-area .choice_imgs {
	width: 110px;
	height: 60px;
	margin: 5px;
	cursor: pointer;
}

.picture-area.Q-area .alpha_imgs-container {
	width: 235px;
	height: 100%;
}

.dotts {
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px solid #000;
	border-radius: 100%;
	background-color: #000;
	margin: 30px 5px;
}

.main_imgs-container,
.choice_imgs-container {
	width: 120px;
}

.dott-container {
	width: 20px;
}

.main_imgs-container,
.dott-container,
.alpha_imgs-container,
.choice_imgs-container {
	float: left;
}

.word-box {
	position: absolute;
	left: 85px;
	text-align: center;
	z-index: 100;
	border: 2px solid green;
	border-radius: 10px;
	padding: 3px 15px 6px 15px;
}

.word-box .word-txt {
	font-size: 22px;
	font-weight: 600;
}

#word-spkImg {
	width: 35px;
	position: relative;
	top: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.alphabets {
	position: absolute;
	font-size: 34px;
}

.blank-Q {
	position: absolute;
	font-weight: bold;
	width: 100%;
	top: 415px;
	text-align: center;
}

.blank-Q input {
	border: 0px;
	border-bottom: 2px solid gray;
	margin: 0 10px;
	text-align: center;
	background-color: #fff;
}

.word-txt {
	font-size: 24px;
	font-weight: 600;
}
