/* 글로벌 */
body {
	background-color:#F2F2F2;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}

#page-holder {
	margin:0 auto;
	width:982px;
	padding-top:8px;
}

form {
	margin:0;
}

input, select, textarea, button {
	vertical-align:middle;
}

.txtBlue {
	color:#335C97 !important;
}

/* 미니 박스 */
.minibox {
	float:left;
	width:108px;
	height:105px;
	background:url(../img/bg_mini_box.gif) no-repeat;
}

.minibox-gray {
	float:left;
	width:108px;
	height:105px;
	background:url(../img/bg_mini_box_gray.gif) no-repeat;
}

.minibox-gray h4,
.minibox h4 {
	margin:0 auto;
	width:90px;
	height:20px;
	padding-top:14px;
	font-size:9pt;
	font-family:tahoma,dotum;
	text-align:center;
}

.minibox-gray h4 {
	color:#333333;
}

.minibox h4 {
	color:#7B5700;
}

.minibox-gray span,
.minibox span {
	display:block;
	margin:0 auto;
	width:90px;
	height:50px;
	padding-top:10px;
	text-align:center;
	font-weight:bold;
	font-size:9pt;
	font-family:tahoma,dotum;
	color:#333333;
	line-height:150%;
	vertical-align:absmiddle;
	overflow:hidden;
}

.minibox-gray span b,
.minibox span b {
	font-size:16pt;
}

.minibox-gray span b.blue,
.minibox span b.blue {
	color:#0060FF;
}

.minibox-gray span b.red,
.minibox span b.red {
	color:#FF0000;
}

/* 텍스트 필드의 스타일 */
.input {
	border-top:1px solid #ACACAC;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	border-left:1px solid #ACACAC;
	background:#FFFFFF;
	font-size:9pt;
	font-family:tahoma,dotum;
	line-height:150%;
	padding:2px;
	vertical-align:middle;
}

/* select 드롭다운박스 스타일(출처: http://naradesign.net/ouif/uio/select/xhtml.html) */
.select{ position:relative; line-height:normal; display:inline-block; *display:inline; vertical-align:middle; background:#fff; *zoom:1;}
.select *{ margin:0; padding:0; cursor:pointer; font-size:12px; font-family:Tahoma, Sans-serif;}
.select .myValue{ position:relative; z-index:2; left:0; top:0; border:1px solid #bababa; color:#666; line-height:19px; _line-height:normal; text-align:left; overflow:visible; background:transparent;}
.select .myValue.selected{ font-weight:bold;}
.select.open { visibility:hidden; }
.select.open .myValue,
.select .myValue.outLine{ border:1px solid #999;}
.select button.myValue{ height:21px; width:100%; text-indent:5px; *text-indent:0; *padding-left:5px;}
.select div.myValue{ height:19px; text-indent:8px;}
.select .ctrl{ position:absolute; top:0; right:0; width:18px; height:19px; border:1px solid #bababa; border-left:1px solid #eaeaea; background:#fff;}
.select .arrow{ position:absolute; width:0; height:0; top:9px; right:6px; line-height:0; font-size:0; border-top:3px solid #999; border-left:3px solid #fff; border-right:3px solid #fff;}
.select ul{ position:absolute; top:20px; left:0; width:100%; list-style:none; border:0; border-top:1px solid #bababa; border-bottom:1px solid #bababa; background:#fff; overflow:hidden;}
.select ul.aList{ display:none;}
.select.open ul.aList{ display:block;}
.select ul.iList{ left:-2000%;}
.select.open ul.iList{ left:0;}
.select li{ position:relative; overflow:hidden; white-space:nowrap; height:18px; border-left:1px solid #bababa; border-right:1px solid #bababa;}
.select li input.option{ position:absolute; width:100%; height:20px; line-height:20px;}
.select li label{ position:absolute; left:0; top:0; width:100%; text-indent:8px; *text-indent:6px; height:18px; line-height:18px; color:#767676; background:#fff;}
.select li a{ display:block; text-indent:8px; *text-indent:6px; height:18px; line-height:18px; color:#767676; background:#fff; text-decoration:none;}
.select li.hover *{ background:#999; color:#fff;}
.selectGo{ border:1px solid #bababa; height:21px; width:28px; padding:0; *margin:-1px 0 -1px 4px; overflow:visible; background:#eee; vertical-align:middle; cursor:pointer; font:bold 11px Tahoma; line-height:19px; _line-height:normal; color:#767676;}

/* 로고 영역 */
#page-logo-holder {
	width:982px;
	height:60px;
}

#page-logo-holder .left,
#page-logo-holder .left a {
	display:block;
	float:left;
	width:160px;
	height:60px;
}

#page-logo-holder .left a.english {
	background:url(../img/logo_english.gif) no-repeat center left;
}

#page-logo-holder .left a.hanja {
	background:url(../img/logo_hanja.gif) no-repeat center left;
}

#page-logo-holder .left a.chinese {
	background:url(../img/logo_chinese.gif) no-repeat center left;
}

#page-logo-holder .right {
	float:left;
	width:812px; /* 982 - .left(160) - paddingright(10px) */
	height:60px;
	padding-right:10px;
}

#page-logo-holder .right ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

#page-logo-holder .right ul li {
	float:left;
	margin:0;
	padding:40px 10px 0px 10px;
	background:url(../img/ico_arrow.png) no-repeat left 44px;
}

#page-logo-holder .right ul li a {
	font-size:11px;
	font-family:gulim;
	color:#333333;
	text-decoration:underline;
}

.notice-title {
	display:block;
	width:220px;
	height:300px;
	background:url(../img/bg_notice.png) no-repeat left 15px;
}

/* 탑 메뉴 */
#page-top-menu {
	width:982px;
	height:40px;
	background:url(../img/bg_top_menu.png) no-repeat;
}

#page-top-menu .left {
	float:left;
	width:80px;
	height:40px;
	padding-left:18px;
	background:url(../img/btn_eoneodotcom.png) no-repeat center right;
}


#page-top-menu .left a {
	display:block;
	width:80px;
	height:40px;
}

#page-top-menu .right {
	float:left;
	width:864px; /* 982 - .left(80) - .left's paddingleft 18px*/
	height:40px;
	padding-right:20px;
}

#page-top-menu .right ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

#page-top-menu .right ul li {
	float:left;
	margin:0;
	padding:0;
	background:url(../img/bg_top_menu_sep.png) no-repeat left 2px;
}

#page-top-menu .right ul li a {
	float:left;
	display:block;
	height:30px;
	padding-top:10px;
	padding-left:14px;
	padding-right:14px;
	text-decoration:none;
	color:#FFFFFF;
	font-size:9pt;
	font-family:tahoma,dotum;
	font-weight:bold;
}

/* 언어닷컴 영어 메뉴 */
#page-top-menu .right ul li a.menu-home {
	background:url(../img/menu-label/btn_home.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-mystudy {
	background:url(../img/menu-label/btn_mystudy.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-contents {
	background:url(../img/menu-label/btn_contents.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-itempool {
	background:url(../img/menu-label/btn_itempool.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-grammar {
	background:url(../img/menu-label/btn_grammar.png) no-repeat center center;
}

/* 중국어,한자는 VOCA POOL */
#page-top-menu .right ul li a.menu-vocapool {
	background:url(../img/menu-label/btn_vocapool.png) no-repeat center center;
}

/* 영어는 Action Voca */
#page-top-menu .right ul li a.menu-actvoca {
	background:url(../img/menu-label/btn_act_voca.png) no-repeat center center;
}

/* Action Dication */
#page-top-menu .right ul li a.menu-actsen {
	background:url(../img/menu-label/btn_act_sen.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-dnote {
	background:url(../img/menu-label/btn_dnote.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-search {
	background:url(../img/menu-label/btn_search.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-gamezone {
	background:url(../img/menu-label/btn_gamezone.png) no-repeat center center;
}

#page-top-menu .right ul li a.menu-community {
	background:url(../img/menu-label/btn_community.png) no-repeat center center;
}

/* 페이지 타이틀 영역 */
.page-title {
	clear:both;
	width:100%;
	height:75px;
}

/* 언어닷컴 영어 대 메뉴 페이지 타이틀 */
.page-title-mystudy {
	background:url(../img/title/title_mystudy.gif) no-repeat left top;
}

.page-title-contents {
	background:url(../img/title/title_contents.gif) no-repeat left top;
}

.page-title-itempool {
	background:url(../img/title/title_itempool.gif) no-repeat left top;
}

.page-title-grammar {
	background:url(../img/title/title_grammar.gif) no-repeat left top;
}

/* 중국어,한자는 VOCA POOL */
.page-title-vocapool {
	background:url(../img/title/title_vocapool.gif) no-repeat left top;
}

/* 영어는 Action Voca */
.page-title-actvoca {
	background:url(../img/title/title_actvoca.gif) no-repeat left top;
}

/* Action Dictation */
.page-title-actsen {
	background:url(../img/title/title_actsen.gif) no-repeat left top;
}

.page-title-dnote {
	background:url(../img/title/title_dnote.gif) no-repeat left top;
}

.page-title-search {
	background:url(../img/title/title_search.gif) no-repeat left top;
}

.page-title-gamezone {
	background:url(../img/title/title_gamezone.gif) no-repeat left top;
}

.page-title-community {
	background:url(../img/title/title_community.gif) no-repeat left top;
}

.page-title-notice {
	background:url(../img/title/title_notice.gif) no-repeat left top;
}

.page-title-help {
	background:url(../img/title/title_help.gif) no-repeat left top;
}

.page-title-tools-unscramble {
	background:url(../img/title/title_tools_unscramble.gif) no-repeat left top;
}

.page-title-tools-tts {
	background:url(../img/title/title_tools_tts.gif) no-repeat left top;
}

.page-title-tools-grammar {
	background:url(../img/title/title_tools_grammar.gif) no-repeat left top;
}

.page-title-tools-address {
	background:url(../img/title/title_tools_address.gif) no-repeat left top;
}

.page-title-tools-roman {
	background:url(../img/title/title_tools_roman.gif) no-repeat left top;
}

.page-title-tools-g2p {
	background:url(../img/title/title_tools_g2p.gif) no-repeat left top;
}

.page-title-tools-thanzitohanzi {
	background:url(../img/title/title_tools_thanzitohanzi.gif) no-repeat left top;
}
.page-title-tools-shape {
	background:url(../img/title/title_tools_shape.gif) no-repeat left top;
}
/*
	큰 박스 모델
*/
.big-box-container {
	display:block;
	width:100%;
}

.big-box-top-left {
	display:block;
	float:left;
	width:100%;
	height:30px;
	background:url(../img/big-box/bg_box_top.gif) no-repeat left top;
}

.big-box-top-right {
	display:block;
	float:right;
	width:10%;
	height:30px;
	background:url(../img/big-box/bg_box_top.gif) no-repeat right top;
}


.big-box-bottom-left {
	display:block;
	float:left;
	width:100%;
	height:8px;
	background:url(../img/big-box/bg_box_bottom.gif) no-repeat left bottom;
	font-size:1px;
}

.big-box-bottom-right {
	display:block;
	float:right;
	width:10%;
	height:8px;
	background:url(../img/big-box/bg_box_bottom.gif) no-repeat right bottom;
	font-size:1px;
}

.big-box-body-outter {
	display:block;
	float:left;
	width:100%;
	background:#FFFFFF url(../img/big-box/bg_box_middle.gif) repeat-y left top;
}

.big-box-body {
	display:block;
	float:right;
	width:100%;
	background:url(../img/big-box/bg_box_middle.gif) repeat-y right top;
	overflow-x:hidden;
}

/* 본문 영역의 박스 */

.group-container {
	float:left;
	width:100%;
	border-bottom:1px solid #DDDDDD;
}

.group-container .left {
	float:left;
	width:18%;
	padding:20px 0px 20px 2%;
	text-align:center;
}

.group-container .right {
	float:left;
	width:77%;
	padding:20px 0px 20px 2%;
	line-height:150%;
}

.group-container h3 {
	font-size:11pt;
	font-family:dotum;
	color:#333333;
	margin:5px 0px 5px 0px;
}

.group-container h3 a {
	color:#333333;
	text-decoration:none;
}

.group-container h3 b {
	color:#0C4EAA;
}

.group-container p {
	margin:0;
	color:#555555;
	padding-bottom:5px;
	text-decoration:none;
	word-break:keep-all;
}

.group-container p a {
	display:block;
	color:#555555;
	text-decoration:none;
	background:url(../img/big-box/ico_more.gif) no-repeat 98% bottom;
	word-break:keep-all;
}

/* small box */
.small-box-container {
	width:100%;
}

.small-box-container h3 {
	margin:0;
	padding-left:10px;
	background:url(../img/small-box/bg_box_top.gif) no-repeat left top;
}

.small-box-container h3 span {
	display:block;
	margin:0;
	height:21px;
	padding-top:9px;
	background:url(../img/small-box/bg_box_top.gif) no-repeat right top;
	font-size:9pt;
	font-family:tahoma,dotum;
}


.small-box-container h3.no-title {
	margin:0;
	padding-left:7px;
	background:url(../img/small-box/bg_box_top_no_title.gif) no-repeat left top;
	font-size:1px;
}

.small-box-container h3.no-title span {
	display:block;
	margin:0;
	height:7px;
	padding-top:0px;
	background:url(../img/small-box/bg_box_top_no_title.gif) no-repeat right top;
	font-size:1px;
}

.small-box-body-outter {
	display:block;
	float:left;
	width:100%;
	background:#FFFFFF url(../img/big-box/bg_box_middle.gif) repeat-y left top;
}

ul.small-box-body,
ol.small-box-body,
div.small-box-body {
	display:block;
	float:right;
	width:100%;
	margin:0;
	padding:5px 0px 5px 0px;
	list-style:none;
	background:url(../img/big-box/bg_box_middle.gif) repeat-y right top;
	overflow-x:hidden;
}

ul.small-box-body p,
ol.small-box-body p,
div.small-box-body p {
	background-position:left 4px;
}

ul.small-box-body li {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	border-bottom:1px solid #DDDDDD;
	padding:7px 5px 8px 7px;
	background:url(../img/small-box/ico_arrow.gif) no-repeat 4px center;
}

ul.small-box-body li a {
	display:block;
	text-decoration:none;
	color:#333333;
	padding-left:16px;
}

ol.small-box-body li {
	clear:both;
	display:block;
	margin:0 auto;
	width:90%;
	height:50px; /* FF, SAFARI, CHROME */
	#height:auto;
	border-bottom:1px solid #DDDDDD;
	padding:7px 0px 7px 0px;
}

ol.small-box-body li span.img {
	float:left;
	width:50px;
	text-align:center;
}

ol.small-box-body li a {
	display:block;
	text-decoration:none;
	color:#333333;
	font-size:11px;
	background:url(../img/big-box/ico_more.gif) no-repeat right bottom;
}

ol.small-box-body li a.none {
	background:none;
}

ol.small-box-body li a b,
ol.small-box-body li a span {
	display:block;
	padding-left:0px;
	line-height:140%;
}

ol.small-box-body li a span {
	display:block;
	padding-right:25px;
	color:#999999;
}

li.small-box-expand {
	background:url(../img/small-box/bg_child_menu.gif) no-repeat left top !important;
}

.small-box-bottom {
	clear:both;
	display:block;
	background:url(../img/small-box/bg_box_bottom.gif) no-repeat left bottom;
	height:7px;
	padding-left:7px;
	font-size:1px;
}

.small-box-bottom span {
	display:block;
	width:100%;
	height:7px;
	background:url(../img/small-box/bg_box_bottom.gif) no-repeat right bottom;
	font-size:1px;
}

ul.small-box-2depth-list {
	margin:0;
	padding:0;
	list-style:none;
}

ul.small-box-2depth-list li {
	display:block;
	padding:0px;
	background:url(../img/icon/ico_arrow.gif) no-repeat 6px center;
	color:#5F6069;
	border:none !important
}

ul.small-box-2depth-list li a {
	padding:5px 5px 5px 23px;
}

ul.circle-arrow,
ul.circle-arrow2 {
	margin:5px 0px 5px 0px;
	padding:0;
	list-style:none;
}

ul.circle-arrow li {
	display:block;
	padding:0px;
	background:url(../img/icon/ico_arrow.gif) no-repeat 6px 6px;
	color:#5F6069;
	border:none !important
}

ul.circle-arrow2 li {
	display:block;
	padding:0px;
	background:url(../img/icon/ico_arrow.gif) no-repeat 6px 11px;
	color:#5F6069;
	border:none !important
}

ul.circle-arrow2 li a,
ul.circle-arrow li a {
	padding:5px 5px 5px 23px;
}


/* strong box */
.strong-box-container {
	width:100%;
}

.strong-box-container h3 {
	margin:0;
	padding-left:24px;
	background:url(../img/strong-box/bg_box_top.gif) no-repeat left top;
}

.strong-box-container h3 span {
	display:block;
	margin:0;
	height:28px;
	padding-top:20px;
	background:url(../img/strong-box/bg_box_top.gif) no-repeat right top;
	font-size:11pt;
	font-family:tahoma,dotum;
	color:#233958;
}

.strong-box-container h3 span b {
	display:block;
	margin:0;
	height:28px;
	padding-left:14px;
	background:url(../img/strong-box/ico_circle.gif) no-repeat 0px 7px;
}

.strong-box-body-outter {
	display:block;
	float:left;
	width:100%;
	background:#FFFFFF url(../img/strong-box/bg_box_middle.gif) repeat-y -30px top;
}


ul.strong-box-body,
ol.strong-box-body,
div.strong-box-body {
	display:block;
	float:right;
	width:100%;
	margin:0;
	padding:5px 0px 5px 0px;
	list-style:none;
	background:url(../img/strong-box/bg_box_middle.gif) repeat-y right top;
	overflow-x:hidden;
	color:#555555;
}


.strong-box-bottom {
	clear:both;
	display:block;
	background:url(../img/strong-box/bg_box_bottom.gif) no-repeat left bottom;
	height:15px;
	padding-left:14px;
	font-size:1px;
}

.strong-box-bottom span {
	display:block;
	width:100%;
	height:15px;
	background:url(../img/strong-box/bg_box_bottom.gif) no-repeat right bottom;
	font-size:1px;
}

.strong-box-container,
.strong-box-container a,
.strong-box-container-gray,
.strong-box-container-gray a {
	font-size:9pt;
	font-family:tahoma,dotum;
	color:#555555;
	line-height:150%;
	text-decoration:none;
}

.strong-box-container a:hover,
.strong-box-container-gray a:hover {
	text-decoration:underline;
}

/* strong box(gray) */
.strong-box-container-gray {
	width:100%;
}

.strong-box-container-gray h3 {
	margin:0;
	padding-left:24px;
	background:url(../img/strong-box/bg_box_top_gray.gif) no-repeat left top;
}

.strong-box-container-gray h3 span {
	display:block;
	margin:0;
	height:28px;
	padding-top:20px;
	background:url(../img/strong-box/bg_box_top_gray.gif) no-repeat right top;
	font-size:11pt;
	font-family:tahoma,dotum;
	color:#233958;
}

.strong-box-container-gray h3 span b {
	display:block;
	margin:0;
	height:28px;
	padding-left:14px;
	background:url(../img/strong-box/ico_circle_gray.gif) no-repeat 0px 7px;
}

.strong-box-body-outter-gray {
	display:block;
	float:left;
	width:100%;
	background:#FFFFFF url(../img/strong-box/bg_box_middle_gray.gif) repeat-y -30px top;
}


ul.strong-box-body-gray,
ol.strong-box-body-gray,
div.strong-box-body-gray {
	display:block;
	float:right;
	width:100%;
	margin:0;
	padding:5px 0px 5px 0px;
	list-style:none;
	background:url(../img/strong-box/bg_box_middle_gray.gif) repeat-y right top;
	overflow-x:hidden;
	color:#555555;
}


.strong-box-bottom-gray {
	clear:both;
	display:block;
	background:url(../img/strong-box/bg_box_bottom_gray.gif) no-repeat left bottom;
	height:15px;
	padding-left:14px;
	font-size:1px;
}

.strong-box-bottom-gray span {
	display:block;
	width:100%;
	height:15px;
	background:url(../img/strong-box/bg_box_bottom_gray.gif) no-repeat right bottom;
	font-size:1px;
}

/* shadow-box */
.shadow-box-container {
	clear:both;
	float:left;
	width:100%;
	background:url(../img/bg_shadow_box.gif) no-repeat left top;
	padding-left:5px;
}

.shadow-box-body-outter {
	float:left;
	width:100%;
	padding-top:10px;
	background:url(../img/bg_shadow_box.gif) no-repeat right top;
}

.shadow-box-body {
	float:left;
	width:100%;
	padding-right:10px;
	margin-right:-5px;
	background:url(../img/bg_shadow_box.gif) no-repeat right bottom;
}

.shadow-box-text {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-left:-5px;
	background:url(../img/bg_shadow_box.gif) no-repeat left bottom;
}

/* 테이블 안의 링크에 대한 공통 정의 */
table a {
	text-decoration:none;
	font-family:tahoma,dotum;
	color:#555555;
}

/* 목록형 테이블 디자인 */
table.tbl-data,
table.tbl-data tr,
table.tbl-data td,
table.tbl-data th {
	/*border-collapse:collapse;*/
	border:none !important;
}

table.tbl-data thead th {
	height:40px !important;
	background:url(../img/table/bg_top_center.gif) repeat-x !important;
}

table.tbl-data thead th.first {
	height:40px !important;
	background:url(../img/table/bg_top_default.gif) no-repeat left top !important;
}

table.tbl-data thead th.last {
	height:40px !important;
	background:url(../img/table/bg_top_default.gif) no-repeat right top !important ;
}

table.tbl-data td {
	border-bottom:1px solid #DDDDDD !important;
	font-size:9pt;
	font-family:tahoma,dotum;
	line-height:150%;
	color:#555555;
	text-align:center;
	padding:5px;
}

/* 도구형의 입력형 및 정보형 테이블 디자인 */
table.tbl-info,
table.tbl-info tr,
table.tbl-info td,
table.tbl-info th {
	border-collapse:collapse;
	border:1px solid #BBBBBB;
	padding:10px;
}

table.tbl-info ul {
	list-style:none;
}

table.tbl-info th {
	font-size:9pt;
	font-family:tahoma,dotum;
	color:#555555;
	background:#F2F2F2;
	text-align:left;
}

table.tbl-info td {
	font-size:9pt;
	font-family:tahoma,dotum;
	color:#555555;
	line-height:150%;
}

/* 입력 양식형 테이블 디자인 */
table.tbl-form,
table.tbl-form tr,
table.tbl-form td,
table.tbl-form th {
	border-collapse:collapse;
	border:1px solid #BBBBBB;
	padding:10px;
	line-height:150%;
}

table.tbl-form {
	border-top:2px solid #5C7395;
	border-bottom:2px solid #5C7395;
}

table.tbl-form th {
	font-size:9pt;
	font-family:tahoma,dotum;
	color:#333333;
	text-align:left;
	background:url(../img/table/bg_th.gif) repeat-x left bottom;
}


/* 버튼 디자인 */
*html button.btn
{
	border-color: pink;
	filter:chroma(color=pink);
}
*html button.btn-blue
{
	border-color: pink;
	filter:chroma(color=pink);
}
*html button.button.btn-step-1
{
	border-color: pink;
	filter:chroma(color=pink);
}
*html button.button.btn-step-2
{
	border-color: pink;
	filter:chroma(color=pink);
}
*html button.button.btn-step-3
{
	border-color: pink;
	filter:chroma(color=pink);
}
button.btn {
	border:1px solid transparent;
	text-align:center;
	overflow:visible;
	background-color:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin:0px;
	padding:0px;	
}

button.btn span {
	float:left;
	background: url(../img/button/bg_button_white.gif) no-repeat right top; 
	height:25px;
	border-width:0;
	text-align:center;
	padding-right:10px; 
	margin-right:1px;
	display:block;		
}

button.btn b {
	float: left; 
	background: url(../img/button/bg_button_white.gif) no-repeat left top; 
	padding-top:6px;
	padding-left:10px;
	display:inline; 
	height:25px;
	font:9pt "dotum"; 
	font-weight:normal;
	color:#555555; 
	white-space: nowrap;
}

/* 버튼 디자인(블루 계열) */
button.btn-blue {
	border:1px solid transparent;
	text-align:center;
	overflow:visible;
	background-color:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

button.btn-blue span {
	float:left;
	background: url(../img/button/bg_button_blue.gif) no-repeat right top; 
	height:25px;
	border-width:0;
	text-align:center;
	padding-right:10px; 
	margin-right:1px;
	display:block;
}

button.btn-blue b {
	float: left; 
	background: url(../img/button/bg_button_blue.gif) no-repeat left top; 
	padding-top:6px;
	padding-left:10px;
	display:inline; 
	height:25px;
	font:9pt "dotum"; 
	font-weight:bold;
	color:#DDE2E9;
	white-space: nowrap;
}

/* 버튼 디자인 (Step1) */
button.btn-step-1 {
	border:1px solid transparent;
	text-align:center;
	overflow:visible;
	background-color:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

button.btn-step-1 span {
	float:left;
	background: url(../img/button/bg_step_1.gif) no-repeat right top; 
	height:35px;
	border-width:0;
	text-align:center;
	padding-right:20px; 
	margin-right:1px;
	display:block;
}

button.btn-step-1 b {
	float: left; 
	background: url(../img/button/bg_step_1.gif) no-repeat left top; 
	padding-top:7px;
	padding-left:28px;
	display:inline; 
	height:28px;
	font-size:11pt;
	font-family:tahoma,dotum;
	font-weight:bold;
	color:#DDE2E9;
	white-space: nowrap;
}

/* 버튼 디자인 (Step2) */
button.btn-step-2 {
	border:1px solid transparent;
	text-align:center;
	overflow:visible;
	background-color:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

button.btn-step-2 span {
	float:left;
	background: url(../img/button/bg_step_2.gif) no-repeat right top; 
	height:35px;
	border-width:0;
	text-align:center;
	padding-right:20px; 
	margin-right:1px;
	display:block;
}

button.btn-step-2 b {
	float: left; 
	background: url(../img/button/bg_step_2.gif) no-repeat left top; 
	padding-top:7px;
	padding-left:28px;
	display:inline; 
	height:28px;
	font-size:11pt;
	font-family:tahoma,dotum;
	font-weight:bold;
	color:#DDE2E9;
	white-space: nowrap;
}

/* 버튼 디자인 (Step3) */
button.btn-step-3 {
	border:1px solid transparent;
	text-align:center;
	overflow:visible;
	background-color:transparent;
	cursor:pointer;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

button.btn-step-3 span {
	float:left;
	background: url(../img/button/bg_step_3.gif) no-repeat right top; 
	height:35px;
	border-width:0;
	text-align:center;
	padding-right:20px; 
	margin-right:1px;
	display:block;
}

button.btn-step-3 b {
	float: left; 
	background: url(../img/button/bg_step_3.gif) no-repeat left top; 
	padding-top:7px;
	padding-left:28px;
	display:inline; 
	height:28px;
	font-size:11pt;
	font-family:tahoma,dotum;
	font-weight:bold;
	color:#DDE2E9;
	white-space: nowrap;
}

/* 스크린샷 프레임 */
.img-frame {
	display:block;
	width:140px;
	height:107px;
	padding-top:8px;
	padding-left:8px;
	background:url(../img/bg_frame.gif) no-repeat left top; 
}

.img-frame p {
	margin:0;
	width:124px;
	height:84px;
	overflow:hidden;
	text-align:center;
}

.img-frame a {
	border:none;
}


/* 설명 문구 디자인 */
dl {
	margin:0;
	padding:0;
	list-style:none;
}

dl dd {
	margin:0;
	padding:0px 0px 0px 16px;
	background: url(../img/icon/ico_doc.gif) no-repeat left 4px; 
	line-height:150%;
}

dl dd b {
	color:#335C97;
}

/* 페이지 경로 표시 */
p.page-location {
	float:right;
	margin:0;
	padding:10px 0px 0px 0px;
	background: url(../img/icon/ico_arrow.gif) no-repeat left 13px;
	font-family:tahoma,dotum;
	color:#777777;
	padding-left:14px;
}

p.page-location a {
	text-decoration:none;
	font-family:tahoma,dotum;
	color:#777777;
}

p.page-location a:hover {
	text-decoration:underline;
}

p.page-location b,
p.page-location b a {
	color:#333333;
	text-decoration:underline;
}

/* 본문 꾸미기 */
p.arrow {
	margin:0;
	padding:0px 0px 0px 0px;
	background: url(../img/icon/ico_arrow.gif) no-repeat left 3px;
	font-family:tahoma,dotum;
	color:#777777;
	padding-left:14px;
	line-height:150%;
}

p.arrow b,
p.arrow strong,
p.arrow strong a,
p.arrow b a {
	color:#335C97;
}

/* 탭 스타일 */
ul.tab-style {
	clear:both;
	width:100% !important;
	height:32px !important;
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	background:url(../img/tab/bg_tab.gif) repeat-x;
	padding-bottom:15px;
}

ul.tab-style li {
	float:left;
	height:32px !important;
}

ul.tab-style li.normal {
	display:block;
	padding-left:14px !important;
	height:32px !important;
	background:url(../img/tab/bg_normal.gif) repeat-x left top;
}

ul.tab-style li.normal a {
	float:left;
	display:block;
	padding-right:14px !important;
	padding-top:8px !important;
	height:24px !important;
	background:url(../img/tab/bg_normal.gif) repeat-x right top;
	text-decoration:none;
	color:#717171;
	font-family:tahoma,dotum;
	font-size:9pt;
}

ul.tab-style li.selected {
	display:block;
	padding-left:14px !important;
	height:32px !important;
	background:url(../img/tab/bg_selected.gif) repeat-x left top;
}

ul.tab-style li.selected a {
	float:left;
	display:block;
	padding-right:14px !important;
	padding-top:6px !important;
	height:26px !important;
	background:url(../img/tab/bg_selected.gif) repeat-x right top;
	text-decoration:none;
	color:#D5D8DD;
	font-family:tahoma,dotum;
	font-size:9pt;
	font-weight:bold;
}

ul.tab-style li.selected-shadow {
	display:block;
	padding-left:14px !important;
	height:32px !important;
	background:url(../img/tab/bg_selected_shadow.gif) repeat-x left top;
}

ul.tab-style li.selected-shadow a {
	float:left;
	display:block;
	padding-right:18px !important;
	padding-top:6px !important;
	height:26px !important;
	background:url(../img/tab/bg_selected_shadow.gif) repeat-x right top;
	text-decoration:none;
	color:#D5D8DD;
	font-family:tahoma,dotum;
	font-size:9pt;
	font-weight:bold;
}

ul.tab-style li.actvoca {
	display:block;
	padding-left:14px !important;
	height:32px !important;
	background:url(../img/icon/ico_arrow.gif) no-repeat left 9px;
}

ul.tab-style li.actvoca a {
	float:left;
	display:block;
	padding-right:14px !important;
	padding-top:4px !important;
	height:26px !important;
	text-decoration:none;
	color:rgb(49,65,82);
	font-family:tahoma,dotum;
	font-size:9pt;
	font-weight:bold;
}

/* 저작권 표시 */
#page-copyright {
	clear:both;
	width:962px;
	padding:10px;
}

#page-copyright .left {
	float:left;
}

#page-copyright .right {
	float:right;
}

#page-copyright b {
	font-size:11px;
	font-family:tahoma;
	color:#777777;
}

#page-copyright p {
	margin:0px;
	padding-top:5px;
	font-size:11px;
	font-family:dotum;
	line-height:150%;
	color:#999999;
}

.top-border {
	border-top:1px solid #DDDDDD !important;
}

.no-bottom-border {
	border-bottom:none !important;
}

.img-blank {
	display:block;
	width:110px;
	height:100px;
	background:#EFEFEF;
}

.ul-wrapper {
	line-height:150%;
}

/* 스크롤박스 */
.scrollBox {
	overflow:auto !important;
	overflow-x:hidden !important;
	scrollbar-face-color: #F2F2F2;
	scrollbar-shadow-color: #999999;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #999999;
}

/* VOCA POOL용 */
span.myvoca-info {
	display:inline-block;
	font-family:tahoma,dotum;
	font-size:9pt;
	padding:5px 0px 15px 0px;
	line-height:180%;
}

span.myvoca-info b.saved {
	color:green;
}

span.myvoca-info b.chronic {
	font-size:16pt;
	background:#FBFF8C;
}

/* 검색기 용 */
a.more {
	color:#555555;
	text-decoration:none;
	background:url(../img/big-box/ico_more.gif) no-repeat left center;
	padding-left:20px;
	word-break:keep-all;
}

a:hover.more {
	text-decoration:underline;
}

#divMsgBox {
	position:absolute;
	top:50%;
	left:50%;
	width:456px;
	max-width:700px;
	margin:-198px 0px 0px -280px;
	background:#FFFFFF;
	border:1px solid #070707;
	display:none;
}

#divMsgBox div.title {
	float:left;
	width:100%;
	height:28px;
	background:url(../img/msg-box/bg_top.gif) repeat-x;
	border-bottom:1px solid #22282E;
}

#divMsgBox div.title h3 {
	margin:0;
	display:block;
	padding-top:8px;
	padding-left:14px;
	color:#FFFFFF;
	font-size:13pt;
	font-weight:bold;
	font-family:tahoma,dotum;
	letter-spacing:-1px;
}

#divMsgBox div.body {
	float:left;
	padding-top:28px;
	padding-bottom:28px;
	padding-left:30px;
	padding-right:30px;
	font-family:tahoma,dotum;
	line-height:150%;
}

#divMsgBox div.body h4 {
	margin:5px 0px 0px 0px;
	padding-left:15px;
	font-size:9pt;
	font-weight:bold;
	font-family:tahoma,dotum;
	color:#FF6600;
	background: url(../img/icon/ico_arrow.gif) no-repeat 0px 5px;
}

#divMsgBox div.body #wordList {
	border:1px solid #A9A9A9;
	padding:10px;
	font-size:9pt;
	font-weight:normal;
	font-family:tahoma,dotum;
	color:#444444;
	margin-bottom:10px;
}

#divMsgBox div.body #sentenceList {
	border:1px solid #A9A9A9;
	padding:10px;
	font-size:9pt;
	font-weight:normal;
	font-family:tahoma,dotum;
	color:#444444;
	margin-bottom:10px;
}

#divMsgBox div.body #courseName {
	font-size:11pt;
	font-weight:bold;
	font-family:tahoma,dotum;
	color:#3E3E3E;
	margin-top:-10px;
	margin-bottom:10px;
}

#divMsgBox div.close {
	float:left;
	width:100%;
	height:34px;
	padding-top:5px;
	text-align:center;
	background:url(../img/msg-box/bg_bottom.gif) repeat-x;
}


/*show-deatil-box*/
.shadow-deatil-box
{
	clear:both;
	float:left;
	width:95%;
	background:url(../img/bg_shadow_detail_box.gif) no-repeat;
	padding-left:5px;
	height:95px;
	padding-top:5px;	
}
.shadow-deatil-box a
{
	color:#555555;
	text-decoration:none;
}
.total-unit-list a 
{
	color:#555555;
	text-decoration:none;
	font-weight:bold;
}
.total-unit-list
{
	display:none;
	float:left;
	width:327px;
	height:147px;
	overflow:auto;
	padding:10px;
	background:url(../img/actvoca/bg_totalunilist_box.gif) no-repeat;
}

/* 알림 */
.notify-holder {
	margin:0 auto;
	width:412px;
	height:129px;
	padding-left:35px;
	padding-top:150px;
	background:url(../img/bg_notify.gif) no-repeat;
}

.notify-holder .text {
	width:390px;
	height:65px;
	text-align:center;
	font-family:tahoma,dotum;
	font-size:9pt;
	font-weight:bold;
	color:#555555;
	line-height:180%;
}

.notify-holder .button {
	width:390px;
	height:25px;
	padding-top:16px;
	text-align:center;
}

/* 가이드 */
.guide-box {
	width:618px;
	height:50px;
	padding-left:80px;
	padding-top:25px;
	margin-top:8px;
	margin-bottom:8px;
	background:url(../img/bg_guide_box.png) no-repeat;
}

.guide-box2 {
	width:618px;
	height:60px;
	padding-left:80px;
	padding-top:15px;
	margin-top:8px;
	margin-bottom:8px;
	background:url(../img/bg_guide_box2.png) no-repeat;
}

.guide-box dl,
.guide-box dd,
.guide-box2 dl,
.guide-box2 dd {
	background:none;
	color:#656565;
}

.guide-box2 dd b {
	font-size:11pt;
}
