* {
	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_ft_bg.svg") no-repeat left top;
}

#wrap > div {
	display: block;
	height: 100%;
	position: relative;
}
.contents {
	float: left;
	z-index: 2;
	width: 66%;
}

.header {
	position: absolute;
	top: -80px;
	padding: 15px 15px 10px 155px;
	height: 95px;
}

.header p {
	position: absolute;
	left: 130px;
	width: 510px;
}

.header p > strong {
	display: table-cell;
	vertical-align: middle;
	height: 73px;
	width: 100%;
	color: #333;
	font-family: Noto Sans CJK KR;
}

.header > strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #00b3c9;
	left: 35px;
	top: 23px;
	position: absolute;
	font-size: 26px;
}

/* 肄섑뀗痢� �대� �곸뿭 */
.section {
	position: relative;
	height: 508px;
	padding: 7px 26px 5px 20px;
	top: 90px;
}

.article {
	height: 300px;
	background: #fff; /* 諛곌꼍�먯꽌 �↔컖�� �쒓굅 �� ��젣 */
	position: relative;
	display: none;
	left: 13px;
	top: 18px;
}
.article.view {
	display: block;
}

.main-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	height: 220px;
}

.picture-area {
	/* position: absolute; left: 52%;  top: 80px;*/

	height: 200px;
	/*
   width: 340px;
   */
	z-index: 0;
	cursor: pointer;
}

.table {
	width: 400px;
	margin-left: 55px;
	margin-top: 75px;
	border: 2px;
	border-collapse: separate;
	border-spacing: 0px;
}

tr:first-child td:first-child {
	border-radius: 3px 3px 3px 3px;
}
tr:first-child td:last-child {
	border-radius: 3px 3px 3px 3px;
}
tr:last-child td:first-child {
	border-radius: 3px 3px 3px 3px;
}
tr:last-child td:last-child {
	border-radius: 3px 3px 3px 3px;
}
tr:first-child td {
	border-bottom: 2px;
}
tr td {
	border-left: 0px;
}

tr td:first-child {
	border-left: 2px solid #c0c0c0;
}

td {
	border: 2px solid #c0c0c0;
	text-align: center;
	width: 60px;
	height: 35px;
}

.typing tr:first-child td:first-child {
	border-radius: unset;
}
.typing tr:first-child td:last-child {
	border-radius: unset;
}
.typing tr:last-child td:first-child {
	border-radius: unset;
}
.typing tr:last-child td:last-child {
	border-radius: unset;
}
.typing tr:first-child td {
	border-bottom: unset;
}
.typing tr td {
	border-left: unset;
}

.typing tr td:first-child {
	border-left: unset;
}

.typing td {
	border: unset;
	text-align: unset;
	width: unset;
	height: unset;
	padding: 5px;
}

#koreanBox {
	display: table;
	position: absolute;
	top: 210px;
	left: 20px;
	width: 35px;
	height: 35px;
	background-color: #3879d8;
	border-radius: 15%;
	color: #fff;
	z-index: 120398102938;
	cursor: pointer;
}
#koreanBox > p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.example {
	position: absolute;
	top: 305px;
	width: 255px;
	color: blue;
	display: none;
}
.LessonPoint {
	position: absolute;
	top: 7px;
	width: 296px;
	height: 480px;
	overflow: auto;
	/*display: table;*/
	left: 642px;
	color: #656a6f;

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

.LessonPoint .point_color {
	color: #00b3c9;
}

.Meaning {
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 5%;
	width: 100%;
	/*border:1.5px solid green; */
	/*background-color: white;*/
	/*border-radius: 8px; */
}

.Grammar_point {
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 5%;
	width: 100%;
	margin-top: 3px;
	/*border:1.5px solid green; text-align: justify;*/
	/*background-color: white;*/
	/*border-radius: 8px; */
}

.VT_GRtest {
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 5%;
	width: 100%;
	margin-top: 3px;
	margin-right: -32px;
	/*border:1.5px solid grey; text-align: justify;*/
	/*background-color: white;*/
	/*border-radius: 8px; */
}

.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;
}
input[type="checkbox"] {
	position: absolute;
	left: -300em;
	top: -300em;
}

.answer_input {
	text-align: center;
	line-height: 26px;
	font-size: 22px;
	font-weight: bold;
	background: transparent;
	border: 0;
	width: 40%;
	border-bottom: 2px solid gray;
	color: solid green;
}

/* ���댄븨 */
.typing {
	position: absolute;
	width: 100%;
	top: 335px;
	text-align: center;
	font-size: 20px;
}
.typing span {
	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;
	border-bottom: 2px solid gray;
	color: blue;
	font-size: 22px;
	font-weight: bold;
}

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

#checker {
	position: absolute;
	left: 258px;
	top: 350px;
	border-bottom: 2px solid black;
}

/* �뚮━ */
.sound {
	position: absolute;
	top: 442px;
	width: 160px;
}
.sound label {
	width: 42px;
	height: 44px;
	display: inline-block;
}
.sound label + label {
	margin-left: 8px;
}

.dictionary {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	/*   height: 75px;*/
	padding: 4.5px;
	border: 2.5px solid rgb(192, 192, 192);
	border-radius: 10px;
	font-size: 14px;
	cursor: pointer;
}

.recc {
	position: absolute;
} /*left: 120px; */
.recc label {
	width: 30px;
	height: 32px;
	display: inline-block;
}
.recc label + label {
	margin-left: 60px;
}

#first_rec {
	top: 105px;
	left: 70px;
}
#second_rec {
	top: 105px;
	left: 320px;
}
#third_rec {
	top: 300px;
	left: 70px;
}
#fourth_rec {
	top: 300px;
	left: 320px;
}

/* Control */
/*
.control {
    position: absolute;     
    left: 203px; text-align: center;
    right: 192px; top: 408px;
}

*/

.control button {
	background-repeat: no-repeat;
	background-position: center;
	/*	width: 100px; height: 40px;*/
	cursor: pointer;
	background: transparent;
	display: inline-block;
	border: 0;
	background: url("../imgs/submit.svg");
	background-repeat: no-repeat;
	background-position: left top;
}

/* Recprd */
.record {
	position: absolute;
	left: 120px;
	text-align: center;
	right: 192px;
	top: 460px;
	width: 70%;
	z-index: 3;
}
.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/rec_off.svg");
}
#rec_btn:hover,
#rec_btn.ing {
	background-image: url("../imgs/rec_on.svg");
}

#stop_btn {
	background-image: url("../imgs/stop_off.svg");
}
#stop_btn:hover,
#stop_btn.ing {
	background-image: url("../imgs/stop_on.svg");
}

#play_btn {
	background-image: url("../imgs/play_off.svg");
}
#play_btn:hover,
#play_btn.ing {
	background-image: url("../imgs/play_on.svg");
}

#upload_btn {
	background-image: url("../imgs/upload_off.svg");
}
#upload_btn:hover,
#upload_btn.ing {
	background-image: url("../imgs/upload_on.svg");
}

#video_btn {
	background-image: url("../imgs/btn-video.svg");
	width: 46px;
	height: 46px;
	left: 10px;
	top: 10px;
	position: absolute;
	display: none;
}
/*
#submit_btn { background-image: url('../imgs/submit.svg'); background-size: 100px 60px;
	width: 100px; height: 60px;    left: 50%;
    position: absolute;
    top: 42px;
    margin-left: -50px;
 }
*/
.submit_btn {
	position: absolute;
	left: 250px;
	top: 475px;
	width: 120px;
	height: 37px;
}

/* Sidebar */
.sidebar {
	width: 332px;
	float: right;
	padding-right: 20px;
	position: relative;
}

.lesson {
	left: -2px;
	top: 63px;
	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: 22px;
	right: 39px;
	top: 335px;
	font-size: 20px;
	height: 205px;
	word-break: break-all;
	font-size: 14px;
}

.navi a {
	width: 100px;
	height: 36px;
	position: absolute;
	top: 602px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

#bck_btn {
	right: 190px;
	top: 629px;
	background-image: url("../imgs/back.svg");
}

#nxt_btn {
	left: 175px;
	top: 629px;
	background-image: url("../imgs/next.svg");
}

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

.disabled {
	pointer-events: none;
}
/*
.feedback{
position: absolute; left: 220px;  width: 250px; height: 200px; top: 235px; z-index: 4;
display: none;
}
*/
.feedback {
	position: absolute;
	left: 190px;
	top: 220px;
	width: 320px;
	z-index: 4;
	display: none;
	cursor: pointer;
}

/*#points{
    color: #2c3544;
    position: absolute;
    left: 733px;
    font-size: 24px;
    font-weight: bold;
    top: 50px;
    font-weight: lighter;
    z-index: 6;
    text-align: center;
    width: 295px;
    height: 105px;
    background-image: url('../imgs/score_box.svg');
    background-size: 103% 100%;
    padding-top: 40px;
}*/

#answer {
	position: absolute;
	margin-left: 235px;
	width: 220px;
	height: 36px;
	top: 345px;
	z-index: 6;
	cursor: pointer;
	text-align: center;
	font-family: arial;
	font-size: 13px;
	color: f8feff;
}

#answer span:first-child {
	font-weight: bolder;
	border-bottom: double #313f56;
	font-family: Arial header;
	color: #ccc;
}

#answer span:last-child {
	font-weight: bolder;
	font-family: Arial header;
	color: #fff;
}

.rec_images {
	top: 80px;
	position: absolute;
}

#divider {
	left: 220px;
}

.wordbox_text {
	width: 510px;
	border-radius: 10px;
	position: relative;
	top: 10px;
	/* top: 5px; left: 75px;*/
	border: 2px solid gray;
	text-align: center;

	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
}

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

.picturebox_text {
	width: 480px;
	border-radius: 10px;
	position: absolute;
	top: 5px;
	left: 95px;
	border: 2px solid green;
	text-align: center;
	word-spacing: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 24px;
}

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

.arrow-l {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 250px;
	left: 15px;
	z-index: 100;
	background-image: url("../imgs/arrow-l.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.arrow-r {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 250px;
	left: 565px;
	z-index: 100;
	background-image: url("../imgs/arrow-r.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.rec_page_btn {
	position: absolute;
	cursor: pointer;
	width: 35px;
	height: 35px;
	top: 320px;
	left: 565px;
	background-image: url("../imgs/recpage.svg");
	background-repeat: no-repeat;
	background-position: center;
}

.page_number {
	position: absolute;
	font-size: 28px;
	font-weight: 600;
	top: 175px;
	left: 565px;
	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;
}

.choice {
	position: absolute;
	display: inline-block;
	top: 295px;
	width: 100%;
	text-align: left;
	padding-left: 25%;
	font-size: 22px;
	font-weight: bold;
}

.choice1 {
	position: absolute;
	display: inline-block;
	top: 330px;
	width: 80%;
	left: 10%;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}

.choice input[type="radio"] + label,
.choice1 input[type="radio"] + label {
	/*width: 30px;*/
	height: 30px;

	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, .choice1 input[type=radio]:checked + label
{
    border-radius: 100%; 
    border: 4px solid #9b1a1a;
    z-index: 10;
}
*/
.choice-big {
	position: absolute;
	display: inline-block;
	top: 325px;
	width: 100%;
	text-align: center;
}

.choice-big input[type="radio"] + label {
	font-size: 50px;
	margin-left: 30px;
	margin-right: 30px;
	width: 50px;
	height: 50px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center;
}
/*
.choice-big input[type=radio]:checked + label{
    border-radius: 100%; 
    border: 4px solid #9b1a1a;
    
    
}
*/
.choice-image {
	position: absolute;
	display: inline-block;
	top: 265px;
	width: 100%;
	text-align: center;
}

.choice-image input[type="radio"] + label {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	width: 95px;
	height: 95px;
	/*
    border: 1px solid black;
    background-image: url('../imgs/picture3/radio.svg');
    */
}

.choice-image input[type="checkbox"] + label {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	width: 95px;
	height: 95px;
	background-size: contain;
	/*
    border: 1px solid black;
    background-image: url('../imgs/picture3/radio.svg');
    */
}

.subtitle {
	font-size: 20px;
	width: 100%;
	position: absolute;
	text-align: center;
	top: 425px;
}

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

.Korean_btn {
	cursor: pointer;
	width: 130px;
	height: 30px;
	font-size: 21px;
	font-weight: bold;
	position: absolute;
	left: 245px;
	top: 485px;
	color: #fff;
	background-color: #134047;
	border-radius: 7px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.letter-pos,
.kr_letter-pos {
	position: absolute;
	display: inline-block;
	top: 425px;
	width: 500px;
	left: 10%;
	text-align: center;
}

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

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

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

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

input[type="range"]::-webkit-slider-runnable-track {
	width: 300px;
	height: 5px;
	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: 375px;
	left: 260px;
}

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

.cnt-speakers-pos {
	position: absolute;
	top: 120px;
	left: 260px;
}

.cnt-speakers {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.dict_div {
	position: absolute;
	z-index: 12;
	font-size: 14px;
}

.img_box {
	position: absolute;
	/* border:3px solid green; width:510px; height:175px; top:85px; left:45px;
border-radius:10px; */
	text-align: center;
}

.passage {
	position: absolute;
	top: 275px;
	width: 100%;
	text-align: center;
}
.passage .words {
	font-size: 22px;
	font-weight: bold;
}

.ans_pos {
	position: absolute;
	top: 315px;
	width: 100%;
	text-align: center;
}

.ans_pos input {
	border: 0px;
	border-bottom: 2px solid black;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: blue;
	height: 32px;
	line-height: 42px;
	/*   vertical-align: text-bottom; */
	/*padding-top: 10px;*/
	background: transparent;
}

.subtitle {
	position: absolute;
	top: 425px;
	width: 100%;
	text-align: center;
}

.subtitle input {
	border: 0px;
	border-bottom: 2px solid green;
	width: 500px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	height: 32px;
	line-height: 42px;
	/*   vertical-align: text-bottom; */
	background: transparent;
}

.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;
}

.speaker-container {
	position: absolute;
	top: 320px;
	left: 20px;

	width: 40px;
	height: 40px;

	cursor: pointer;
}

.EK_toggle_btn {
	position: absolute;
	top: 420px;
	left: 10px;
}

.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;
}

.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;
}

/*.f21{
    font-size: 21px;
}*/

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

#try_again_ans {
	top: 170px;
}

.ans_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;
}

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

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

#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;
}

.img_box {
	cursor: pointer;
}

.word_grid {
	z-index: 999;
}

.word_grid td strong {
	cursor: pointer;
	z-index: 10;
}

.example_spk_container {
	cursor: pointer;
	margin-right: 5px;
}
.example_spk_container img {
	width: 30px;
}

.wordbox-container table {
	border-collapse: collapse;
}

.wordbox-container td {
	height: 22px;
	width: 90px;
	font-size: 14px;
}

.recc {
	font-weight: 600;
}

.picture-MulRec {
	position: absolute;
	width: 230px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
}

.img-MulRec {
	height: 100px;
	cursor: pointer;
}

#first-RecImg {
	top: 80px;
	left: 80px;
}

#second-RecImg {
	top: 80px;
	left: 325px;
}

#third-RecImg {
	top: 280px;
	left: 80px;
}

#fourth-RecImg {
	top: 280px;
	left: 325px;
}

.rec-img {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
}

.picture-rec {
	z-index: 1;
	background: transparent;
	height: 190px;
	position: absolute;
}
.table-container {
	position: relative;
	top: 10px;
	width: 80%;
	margin: 0 auto;
}
.wordbox_text2 {
	position: absolute;
	padding: 5px 0;
	text-align: center;
	z-index: 10;
}
