
@charset "utf-8";

/* 공통, 이미지 */
#daumWrap .word_book {border-bottom:1px solid #c7c7c7;background:url(//t1.daumcdn.net/wordbook/img/bg_wordbook.gif) repeat-y 100% 0;z-index:0}
.word_book #mArticle {width:670px}
.word_book #cMain {*zoom:1}
.word_book #cMain:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both}
.word_book #mAside {float:right;width:250px;margin:0;border:0 none;background:none}
.word_book .btn_word {display:block;overflow:hidden;background:url(//t1.daumcdn.net/wordbook/img/btn_wordbook2.png) no-repeat;text-indent:-9999px}
.word_book .ico_word {display:block;overflow:hidden;background:url(//t1.daumcdn.net/wordbook/img/ico_wordbook6_131031.png) no-repeat;text-indent:-9999px} /* 2013-10-31 이미지 수정 */
.word_book .ico_word2 {background:url(//t1.daumcdn.net/wordbook/img/ico_wordbook2.png) no-repeat}
.word_book .tit_word {overflow:hidden;background:url(//t1.daumcdn.net/wordbook/img/tit_wordbook_131210.gif) no-repeat;text-indent:-9999px} /* 2013-12-10 수정 */

/* 페이징 */
.word_book .paging_type1 {overflow:hidden;float:left;margin-top:20px}
.paging_type1 .btn_page {overflow:hidden;width:30px;height:18px;padding:7px 0 0 0;margin:0 0 0 -1px;border:1px solid #d5d5d5;background-color:#fff;font-size:11px;line-height:12px;font-weight:bold;color:#444;vertical-align:top}
.paging_type1 em.btn_page {position:relative;color:#fff;border:1px solid #1c68d8;background-color:#4483df}
.paging_type1 .ico_word {width:8px;height:11px;margin:0 auto;border:none;text-indent:-9999px}
.paging_type1 .btn_page .ico_prev {background-position:-40px -60px}
.paging_type1 .btn_page .ico_next {background-position:-50px -60px}
.paging_type1 span.btn_page .ico_prev {background-position:-40px -40px}
.paging_type1 span.btn_page .ico_next {background-position:-50px -40px}
.paging_type1 .btn_page:hover .ico_prev {background-position:-40px -40px} /* 2013-06-04 추가 */
.paging_type1 .btn_page:hover .ico_next {background-position:-50px -40px} /* 2013-06-04 추가 */

/* aside */
.section_note {width:100%;padding:20px 0;border-bottom:1px solid #c7c7c9}
.section_note .tit_note {display:block;height:15px}

	/* 최근 본 단어장 */
	.section_latest .tit_note {margin-bottom:10px;background-position:21px 0}
	.section_note .list_item {width:100%}
	.section_note .list_item li {overflow:hidden;width:100%;line-height:14px}
	.section_note .list_item .link_txt {float:left;width:222px;height:14px;padding:6px 0 6px 28px;line-height:14px;color:#333;background-position:21px -140px;text-decoration:none}
	.section_note .list_item .link_txt:hover {text-decoration:none}
	.section_note .list_item .link_txt .txt_g {float:left;margin-right:4px;cursor:pointer}
	.section_note .list_item .num_count {float:left;margin-top:-1px;font-size:11px;font-family:tahoma;color:#1c68d8;cursor:pointer}
	.section_note .list_item .ico_open {float:left;width:10px;height:11px;margin:1px 3px 0 0;font-size:0;line-height:0;background-position:-20px -60px}
	.section_note .item_on .ico_open {background-position:-140px -60px} /* 2013-06-12 추가 */
	.section_note .list_item .ico_default {float:left;width:10px;height:12px;margin:1px 3px 0 0;font-size:0;line-height:0;background-position:-100px -60px} /* 2013-06-05 추가 */
	.section_note .item_on .ico_default {background-position:-120px -60px} /* 2013-06-11 추가 */
	 /* 2013-06-07 추가 */
	.section_note .list_item .item_over {position:relative;z-index:5;height:27px;margin-bottom:-1px}
	.section_note .item_over .link_txt {position:absolute;top:0;left:0;padding:5px 0 5px 27px;border:1px solid #d2d8e4;background-color:#e0e4ec;background-position:20px -141px}
	.section_note .item_on.item_over .link_edit {color:#fff}
	.section_note .item_on.item_over .link_delete {color:#fff}
	/* 2013-06-07 추가 끝 */
	.section_note .list_item .item_on {position:relative;z-index:10}
	.section_note .item_on .link_txt {padding:5px 0 5px 27px;border:1px solid #607caf;color:#fff;background-color:#6f8cc0;background-position:20px -165px}
	.section_note .item_on .num_count {color:#fff}
	/*.section_note .list_item .item_over {position:relative;z-index:5;height:27px;margin-bottom:-1px}
	.section_note .item_over .link_txt {position:absolute;top:0;left:0;padding:5px 0 5px 27px;border:1px solid #d2d8e4;background-color:#e0e4ec;background-position:20px -141px}  2013-06-07 삭제 */
	.section_note .list_item .link_edit {display:none;position:absolute;top:7px;left:180px;font-size:11px;color:#6b778d;letter-spacing:-1px} /* 2013-04-12 수정*/
	.section_note .list_item .link_delete {display:none;position:absolute;top:7px;left:210px;font-size:11px;color:#6b778d;letter-spacing:-1px} /* 2013-04-12 추가 */
	.section_note .list_item .item_over .link_edit {display:block}
	.section_note .list_item .item_over .link_delete {display:block} /* 2013-04-12 추가 */
	.section_note .list_item .frm_add {padding:1px 0 1px 30px;background-position:21px -139px}
	.section_note .frm_add .tf_word {float:left;width:132px;height:14px;margin-right:2px;padding:4px 5px;line-height:14px;border:1px solid #bebebe}
	.section_note .frm_add .btn_word {float:left;width:27px;height:20px;margin-top:2px}
	.section_note .frm_add .btn_submit {background-position:0 -240px}
	.section_note .frm_add .btn_cancel {background-position:-30px -240px}
	.section_note .frm_add .txt_bar {float:left;margin-top:6px;font-size:11px;letter-spacing:-1px;color:#e0e1e3}
	.section_note .list_item .txt_bar_edit {display:none;position:absolute;top:7px;left:205px;font-size:11px;color:#c5cbd7} /* 2013-05-15 추가 */
	.section_note .item_over .txt_bar_edit {display:block} /* 2013-05-15 추가 */

	/* 영어 단어장 */
	.section_language {position:relative;z-index:10;padding-bottom:17px}
	.section_language .tit_note {overflow:hidden;height:16px;padding:4px 0 0 20px} /* 2013-12-10 수정 */
	.section_language .tit_note .link_txt {float:left;cursor:pointer} /* 2013-06-03 수정 */
	.section_language .tit_note .link_txt:hover {text-decoration:none}
	/* 2013-12-10 수정, 다국어 추가 */
	.section_language .tit_note .tit_word {float:left;width:120px;height:15px;margin-right:4px}
	.section_language .tit_note .txt_eng {background-position:0 -25px}
	.section_language .tit_note .txt_kor {background-position:0 -550px}
	.section_language .tit_note .txt_hanja {background-position:0 -575px}
	.section_language .tit_note .txt_jp {background-position:0 -600px}
	.section_language .tit_note .txt_chn {background-position:0 -625px}
	.section_language .tit_note .txt_vi {background-position:0 -650px}
	.section_language .tit_note .txt_id {background-position:0 -675px}
	.section_language .tit_note .txt_it {background-position:0 -700px}
	.section_language .tit_note .txt_fr {background-position:0 -725px}
	.section_language .tit_note .txt_tr {background-position:0 -750px}
	.section_language .tit_note .txt_th {background-position:0 -775px}
	.section_language .tit_note .txt_pl {background-position:0 -800px}
	.section_language .tit_note .txt_pt {background-position:0 -825px}
	.section_language .tit_note .txt_cs {background-position:0 -850px}
	.section_language .tit_note .txt_hu {background-position:0 -875px}
	.section_language .tit_note .txt_ar {background-position:0 -900px}
	.section_language .tit_note .txt_sv {background-position:0 -925px}
	.section_language .tit_note .txt_hi {background-position:0 -950px}
	.section_language .tit_note .txt_nl {background-position:0 -975px}
	.section_language .tit_note .txt_fa {background-position:0 -1000px}
	.section_language .tit_note .txt_sw {background-position:0 -1025px}
	.section_language .tit_note .txt_ro {background-position:0 -1050px}
	.section_language .tit_note .txt_es {background-position:0 -1075px}
	.section_language .tit_note .txt_ru {background-position:0 -1100px}
	/* 2013-12-10 수정, 다국어 추가 끝 */
	.section_language .tit_note .ico_word {float:left;width:17px;height:16px;background-position:-40px -20px}

	/* .section_language .link_set {margin-left:21px;padding-left:8px;font-size:11px;letter-spacing:-1px;color:#888;background-position:0 -222px} 2013-06-05 삭제 */
	.section_language .link_addword {position:absolute;top:23px;right:21px;padding-left:10px;font-size:11px;letter-spacing:-1px;color:#888;background-position:0 -121px}
	.section_language .list_item {padding:7px 0 5px;clear:both}
	/* 2013-12-10 수정 */
	.section_language .list_language {overflow-y:scroll;display:none;position:absolute;top:41px;left:20px;z-index:15;width:139px;height:196px;padding-top:7px;border:1px solid #63646f;background-color:#fff}
	.section_language .open_list {display:block}
	.section_language .list_language li {height:24px}
	.section_language .list_language .link_langueage {display:block;height:24px;padding-left:11px;font-weight:bold;line-height:23px}
	.section_language .list_language .link_langueage:hover {color:#1c68d8;text-decoration:none}
	.section_language .list_language .on .link_langueage {color:#1c68d8}
	/* .section_language .list_language .link_eng {background-position:12px -170px}
	.section_language .list_language .link_kor {background-position:12px -220px}
	.section_language .list_language .link_hanja {background-position:12px -270px}
	.section_language .list_language .link_jp {background-position:12px -320px}
	.section_language .list_language .link_ch {background-position:12px -370px}
	.section_language .list_language .link_eng:hover {background-position:12px -195px}
	.section_language .list_language .link_kor:hover {background-position:12px -245px}
	.section_language .list_language .link_hanja:hover {background-position:12px -295px}
	.section_language .list_language .link_jp:hover {background-position:12px -345px}
	.section_language .list_language .link_ch:hover {background-position:12px -395px}
	.section_language .list_language .on .link_eng {background-position:12px -195px}
	.section_language .list_language .on .link_kor {background-position:12px -245px}
	.section_language .list_language .on .link_hanja {background-position:12px -295px}
	.section_language .list_language .on .link_jp {background-position:12px -345px}
	.section_language .list_language .on .link_ch {background-position:12px -395px} 2013-12-10 삭제 */
	/* 2013-12-10 수정 끝 */

	/* 공개단어장 */
	.section_open .link_open {display:block;overflow:hidden;width:248px;height:110px;margin:0 auto;font-size:0;line-height:0;background:url(//t1.daumcdn.net/wordbook/img/img_open.gif) no-repeat 0 0;text-indent:-9999px}

/* 단어장 타이틀 */
 /* 2013-06-05 수정 */
.word_book .book_tit {position:relative;z-index:1;padding:16px 200px 16px 0} /* 2013-06-05 수정2 */
.book_tit .tit_book {overflow:hidden;max-width:415px;margin-right:5px;font-size:18px;letter-spacing:-1px;white-space:nowrap;text-overflow:ellipsis} /* 2013-06-11 수정 */
.book_tit .txt_save {position:absolute;top:21px;right:0;color:#666;right:100px} /* 2013-06-07 수정 */
.book_tit .info_word {display:block;width:100%;margin-top:3px;font-size:11px;color:#666} /* 2013-06-11 수정 */
.book_tit .info_word .txt_num {font-size:12px;font-family:Tahoma}
.book_tit .top_btn {position:absolute;top:14px;right:0}
 /* 2013-06-05 수정 끝 */
.book_tit .top_btn .btn_word {display:inline;float:left;height:29px;margin-left:3px}
.book_tit .top_btn .btn_add {width:80px;background-position:0 0}
.book_tit .top_btn .btn_download {width:79px;background-position:0 -30px}
.book_tit .top_btn .btn_setting {width:31px;background-position:-110px -60px}
.book_tit .top_btn .btn_scrap {width:79px;height:30px;background-position:0 -270px} /* 2013-06-05 수정 */

/* 단어 리스트 상단바 */
.word_book .word_list {float:left;position:relative;z-index:10;width:670px;border-top:1px solid #63646f;border-bottom:1px solid #c7c8ca}/* 2013-10-31 수정 */
.word_list .view_edit {width:650px;height:30px;padding:8px 10px 0;border-bottom:1px solid #c7c9cb;background-color:#f9f9fa}
.view_edit .word_info {float:left;height:18px;margin-top:5px;line-height:14px}
.view_edit .word_btn {position:relative;z-index:1}
.view_edit .inp_check {float:left;width:13px;height:13px;margin-right:10px} /* 2013-05-16 수정 */
.view_edit .word_btn .link_listen {padding-left:18px;background:url(//t1.daumcdn.net/wordbook/img/ico_wordbook2.png) 0 -99px no-repeat}
.view_edit .word_btn .link_top {float:left}
.view_edit .word_btn .txt_bar {float:left;padding:0 9px 0 7px;color:#dddee2}
.view_edit .word_btn .dic_layer {top:25px} /* 2013-10-31 수정 */
.view_edit .word_btn .dic_layer2 {top:-60px} /* 2013-10-31 수정 */

	/* 리스트 순서 선택 */
.view_edit .select_word {float:right}
.view_edit .select_word .opt_box {display:inline;position:relative;z-index:20;float:left;margin:2px 0 0 12px}
.select_word .opt_box .ico_word2 {display:block;padding-right:7px;background-position:100% -242px;color:#000} /* 2013-06-11 수정 */
.select_word .opt_box .list_opt {display:none;position:absolute;top:28px;left:-10px;width:59px;padding:5px 0;border:1px solid #63646f;background-color:#fff} /* 2013-06-05 수정2 */
.select_word .opt_box .list_word {width:85px} /* 2013-06-05 수정2 */
.select_word .opt_open .list_opt {display:block;z-index:20}
.opt_box .list_opt li {height:20px}
.opt_box .list_opt .link_opt {display:block;padding:0 10px;color:#333}
.opt_box .list_opt .on .link_opt {font-weight:bold}

	/* 리스트 펼치기,접기 */
.view_edit .layout_select {display:inline;overflow:hidden;float:left;width:45px;height:23px;margin-left:12px}
.layout_select .btn_layout {overflow:hidden;float:left;width:22px;height:23px;border:0}
.layout_select .btn_layout::-moz-focus-inner {padding:0;border:0}
.layout_select .btn_layout .ico_word {float:left;width:22px;height:23px}
.layout_select .btn_layout .ico_simple {background-position:-80px 0}
.layout_select .btn_layout .ico_summary {background-position:-105px -30px}
.layout_select .on {width:23px}
.layout_select .on .ico_word {width:23px}
.layout_select .on .ico_simple {background-position:-80px -30px}
.layout_select .on .ico_summary {background-position:-105px 0}

/* 단어 리스트 */
.word_list .list_word {float:left;width:100%}
.word_list .list_word .wrap_word {float:left;width:100%;position:relative;padding:16px 0 12px;border-top:1px solid #e9ebec}
.word_list .list_word .fst {border-top:none}
.word_list .on .wrap_word {height:auto;padding:16px 0 11px}/* 2013-06-10 수정 */
.list_word .wrap_word .inp_check {display:inline;float:left;width:14px;height:14px}
.list_word .wrap_word .txt_word {overflow:hidden;width:520px} /* 2013-04-12 수정 */
.wrap_word .link_wordbook {font-weight:bold;font-size:24px;line-height:26px}
.word_list .list_word .on_tooltip {z-index:999}
.wrap_word .dic_layer {display:none;top:47px;left:32px}
.on_tooltip .dic_layer {display:block}

	/* 발음 듣기 버튼 */
.pron_wordbook {padding:0 0 0 5px;font-size:12px;line-height:26px;font-family:tahoma}/* 2013-05-15 수정 */
.wrap_word .btn_comm {display:inline-block;height:28px}/* 2013-04-12 수정 */
.wrap_word .btn_voice {display:inline-block;overflow:hidden;vertical-align:top}/* 2013-04-12 추가 */
.wrap_word .btn_listen {width:30px;margin-left:11px;background-position:-40px -30px} /* 2013-06-05 수정 */
.wrap_word .btn_refresh {width:28px;background-position:-40px -60px}
.wrap_word .btn_pause {width:28px;background-position:-110px -300px} /* 2013-06-05 수정 */

	/* 뜻 */
.wrap_word .mean_info {display:none;overflow:hidden;float:left;width:643px;margin-top:8px;padding-left:27px;clear:both}
.on .wrap_word .mean_info {display:block}
.wrap_word .link_mean {display:inline-block;overflow:hidden;padding-left:4px;font-size:14px;font-weight:bold;text-decoration:none} /* 2013-06-12 수정 */
.wrap_word .word_plus {margin-left:9px;font-size:11px;color:#397bdc;letter-spacing:-1px;text-decoration:underline}/* 2013-04-12 추가 */
/* .mean_info .link_mean .txt_mean {display:inline-block}2013-06-11 삭제 */
.mean_info .link_mean .ico_add {display:none;width:12px;height:13px;margin-top:5px;*margin-top:0;background-position:-20px -40px;vertical-align:top} /* 2013-06-12 수정 */
.kuek .link_mean .ico_add {margin-top:3px;*margin-top:0} /* 2013-06-12 추가 */
.kuhh .link_mean .ico_add {margin-top:7px;*margin-top:0} /* 2013-06-12 추가 */
.mean_info .link_mean:hover .ico_add {display:inline-block} /* 2013-06-10 수정 */
.mean_info .txt_bar {float:left;color:#dcdfe4}
.mean_info .add_mean {overflow:hidden;position:relative;float:left;margin:2px 0 13px;padding:0 3px 0 4px;border:1px solid #e4e7ec;background-color:#eceef3;clear:both}
.mean_info .add_mean .txt_g {float:left;padding-right:81px;font-weight:bold;font-size:14px;line-height:20px;color:#333}
.mean_info .add_mean .mean_btn {overflow:hidden;position:absolute;top:1px;right:2px;float:left;font-weight:normal;font-size:11px;line-height:13px}
.mean_info .add_mean .link_txt {float:left;padding:3px 0;font-size:11px;color:#7f8795}
.mean_info .add_mean .txt_bar {margin:3px 3px 0 1px}
.wrap_word .mean_info .edit_add {display:block;overflow:hidden;margin-top:1px;font-size:11px;line-height:25px} /* 2013-06-10 수정 */
.wrap_word .mean_info .tf_add {float:left;width:397px;height:16px;margin-right:3px;padding:3px 0 2px 3px;border:1px solid #bebebe;font-weight:bold;font-size:14px;line-height:16px;background-color:#fff;color:#333} /* 2013-06-10 수정 */
.wrap_word .on .tf_add {background:#fff url(//t1.daumcdn.net/wordbook/img/txt_addmean.gif) no-repeat}
.wrap_word .edit_add .link_txt {line-height:25px}
/* .mean_info .add_btn {position:absolute;top:0;right:0} 2013-06-10 삭제 */
.mean_info .btn_word {float:left;width:28px;height:20px;margin-top:3px}
.mean_info .btn_confirm {background-position:0 -240px}
.mean_info .btn_cancel {background-position:-30px -240px}
.mean_info .desc_example {overflow:hidden;width:637px;margin-top:10px;padding-left:6px}
.mean_info .desc_example .txt_example {font-size:14px}
.mean_info .desc_example .txt_trans {font-size:12px;line-height:16px;color:#666}

	/* 메모 */
.wrap_word .fld_memo {overflow:hidden;width:100%;float:left} /* 2013-06-11 추가 */
.mean_info .wrap_memo {overflow:hidden;width:643px}/* 2013-06-10 수정 닫기버튼이 내용펀집후 위치변하는문제*/
.mean_info .wrap_memo .link_memo {display:inline;overflow:hidden;float:right;margin-right:10px;padding-right:9px;font-size:11px;background-position:100% -44px;color:#999;letter-spacing:-1px}
.mean_info .on .link_memo {background-position:100% -70px}
.mean_info .wrap_memo .box_memo {display:none;overflow:hidden;width:604px;margin:5px 0 3px;padding:13px 16px 14px;border:1px solid #d5dae0;background-color:#fbfbfb} /* 2013-06-11 수정 */
.mean_info .on .box_memo {display:block}
.wrap_memo .box_memo .tit_memo {float:left;width:26px;padding-left:17px;background-position:0 -197px;color:#5a6af1}
.wrap_memo .box_memo .txt_bar {float:left;padding:0 5px 0 6px;color:#dadada}
.wrap_memo .box_memo .txt_memo {overflow:hidden;width:541px;vertical-align:top}
.box_memo .txt_memo .ico_word {display:inline-block;width:13px;height:13px;margin:3px 0 0 9px;vertical-align:top}
.box_memo .txt_memo .btn_edit {background-position:-20px -20px}
.box_memo .txt_memo .btn_delete {background-position:-40px 0}
.mean_info .box_memo .txt_author {margin-top:4px;padding-left:60px;font-size:11px;line-height:13px;color:#777}
.wrap_memo .box_memo .tf_memo {float:left;width:538px;height:54px;margin:3px 0 0 3px;border:1px solid #ddd} /* 2013-04-12 수정 */
.wrap_memo .box_memo .memo_btn {clear:both;*zoom:1;overflow:hidden;width:541px;margin-top:6px;padding-left:63px}/* 2013-04-12 수정 */
.wrap_memo .box_memo .memo_btn:after {display:block;height:0;content:".";font-size:0;visibility:hidden;clear:both}
.box_memo .memo_btn .btn_word {float:left;width:41px;height:21px;margin-right:3px}
.box_memo .memo_btn .btn_photo {width:92px;background-position:0 -210px}
.box_memo .memo_btn .btn_confirm {background-position:-100px -180px}
.box_memo .memo_btn .btn_cancel {background-position:-100px -210px}

	/* 암기, 미암기버튼 */
.wrap_word .btn_memorize {position:absolute;top:16px;right:10px;z-index:1;width:52px;height:27px;background-position:-90px -120px} /* 2013-06-10 수정 */
.word_list .on .wrap_word .btn_memorize {clear:both}
.wrap_word .btn_notmemorize {background-position:-90px -150px}

/* 공개단어장 */
	/* 단어장 선택 */
.opt_book {position:absolute;top:14px;right:0;z-index:50;width:90px}
.opt_book .link_selected {display:block;overflow:hidden;width:81px;height:19px;padding:7px 0 0 9px;background-position:0 -150px;cursor:pointer} /* 2013-06-05 수정 */
/*.opt_book .link_selected .tit_word {margin:7px 0 0 9px} 2013-06-05 삭제 */
.opt_open .link_selected {background-position:0 -180px}
.opt_book .tit_word {display:block;height:12px}
.opt_book .tit_eng {background-position:0 -425px}
.opt_book .tit_kor {background-position:0 -450px}
.opt_book .tit_hanja {background-position:0 -475px}
.opt_book .tit_jp {background-position:0 -500px}
.opt_book .tit_ch {background-position:0 -525px}
.opt_book .list_book {display:none;position:absolute;top:25px;left:0;width:90px;height:110px;padding:7px 0 8px;background:url(//t1.daumcdn.net/wordbook/img/opt_box.png) no-repeat}
.opt_book .list_book li {margin-top:2px;padding:0 1px}
.opt_book .list_book .link_book {display:block;width:80px;height:20px;padding-left:8px}
.opt_open .list_book {display:block;z-index:50}

	/* 단어장 카테고리 */
.word_book .list_category {overflow:hidden;width:661px;padding:17px 0 16px 9px;border-top:1px solid #c7c7c9}
.word_book .list_category li {float:left}
.word_book .list_category .link_cate {float:left;color:#333}
.word_book .list_category .on .link_cate {font-weight:bold}
.word_book .list_category .txt_bar {display:inline;float:left;margin:0 6px;color:#e4e4e4}

	/* 단어장 목록 테이블 */
.view_edit .word_info .link_tit {float:left;padding-left:15px;font-weight:normal;background-position:0 -324px} /* 2013-06-04 클래스네임 변경 */
.tbl_wordbook {overflow:hidden;width:670px;text-align:left;border-collapse:collapse;border-spacing:0} /* 2013-04-12 클래스네이밍수정 */
.tbl_wordbook .col_33 {width:33px}
.tbl_wordbook .col_57 {width:57px}
.tbl_wordbook .col_58 {width:58px}
.tbl_wordbook .col_67 {width:67px}
.tbl_wordbook .col_74 {width:74px}
.tbl_wordbook .col_79 {width:79px}
.tbl_wordbook .col_80 {width:80px}
.tbl_wordbook .col_85 {width:85px}
.tbl_wordbook .col_88 {width:88px}
.tbl_wordbook .col_94 {width:94px}
.tbl_wordbook .col_110 {width:110px}
.tbl_wordbook .col_170 {width:170px}
.tbl_wordbook .col_205 {width:205px}
.tbl_wordbook .col_224 {width:224px}
.tbl_wordbook .col_225 {width:225px}
.tbl_wordbook .col_240 {width:240px}
.tbl_wordbook .col_269 {width:269px}
.tbl_wordbook .col_289 {width:289px}
.tbl_wordbook .col_332 {width:332px}
.tbl_wordbook .col_344 {width:344px}
.tbl_wordbook .col_360 {width:360px}
.tbl_wordbook .col_460 {width:460px}
.tbl_wordbook th {height:25px;padding-top:1px;font-weight:normal;font-size:11px;color:#666;text-align:left}
.tbl_wordbook .fst {padding-left:4px;text-align:left}
.tbl_wordbook .th_num {text-align:right}
.tbl_wordbook .th_count {text-align:center}
.tbl_wordbook .th_time {padding-left:4px;text-align:center}
.tbl_wordbook .th_modify {padding-right:8px;text-align:right}
.tbl_wordbook td {padding:12px 0 11px;border-top:1px solid #e0e2e4;color:#333}
.tbl_wordbook .td_check .inp_check {display:block;margin:0 auto;vertical-align:top}
.tbl_wordbook .td_book {padding-right:35px;font-weight:bold;font-size:14px;line-height:20px}
.tbl_wordbook .td_num {padding-right:7px;color:#555;font-family:tahoma;text-align:right}
.tbl_wordbook .td_word {padding-left:3px;font-weight:bold}
.tbl_wordbook .td_word .btn_speaker {display:inline-block;width:22px;height:22px;margin-top:1px;background-position:-80px -30px;text-indent:-9999px}
.tbl_wordbook .lst {padding-right:25px}
.tbl_wordbook .td_count {font-family:tahoma;text-align:center}
	/* 마스터 */
.word_book .master_info {overflow:hidden;width:650px;padding:22px 10px;border-top:1px solid #c7c7c9}
.word_book .master_info .link_thumb {float:left;margin:3px 13px 0 0;border:1px solid #e1e3e5}
.word_book .master_info .info_cont {overflow:hidden}
.master_info .info_cont .txt_nick {font-size:14px;color:#333;letter-spacing:-1px}
.master_info .info_cont .list_info {margin:6px 0 7px;line-height:20px;color:#555}
.master_info .info_cont .link_master {color:#555;text-decoration:underline}
	
/* 단어추가 */
.word_book .word_inp {overflow:hidden;margin-bottom:21px;border:1px solid #ddd;border-top:1px solid #63646f}
.word_inp .lab_inpword {display:block;height:33px;padding:0 13px;line-height:34px;color:#888}
.box_word .txt_word .link_word {display:inline-block;overflow:hidden;max-width:598px;white-space:nowrap;text-overflow:ellipsis} /* 2013-06-05 추가 */
.box_word .tf_word {width:656px;height:196px;padding-left:14px;border:0;font-weight:bold;font-size:20px;line-height:33px;font-family:arial;background-color:transparent;color:#000}
.box_word .on_tf {background:url(//t1.daumcdn.net/wordbook/img/tf_ex.gif) no-repeat}
 /* 2013-06-03 추가, 수정 */
.word_book .wrap_btn {overflow:hidden;width:132px;margin:0 auto}
.word_book .wrap_btn .btn_word {float:left;height:30px}
.word_book .wrap_btn .btn_next {width:80px;margin-right:4px;background-position:0 -120px}
.word_book .wrap_btn .btn_add {display:inline;width:65px;margin:0 4px 0 8px;background-position:-80px -90px}
.word_book .wrap_btn .btn_cancel {width:48px;background-position:0 -300px}
 /* 2013-06-03 추가, 수정 끝 */
.word_inp .list_addinfo {overflow:hidden;height:71px;padding:11px 17px 0;background-color:#f4f4f4;color:#666}
.word_inp .list_addinfo li {margin-top:6px;padding-left:7px;font-size:11px;line-height:13px;background-position:0 -400px;letter-spacing:-1px}
.word_inp .box_word {overflow:hidden;overflow-y:auto;background:url(//t1.daumcdn.net/wordbook/img/tf_bg.gif) repeat}
.word_inp .box_save {height:192px;padding-top:5px;border-top:1px solid #ddd}
.word_inp .box_save .mean_info .txt_bar {margin-top:4px}
.word_inp .box_word .wrap_word {overflow:hidden;width:638px;margin-bottom:8px;padding:0 16px}
.word_inp .box_word .txt_word {font-size:16px;font-family:arial}
.word_inp .box_word .txt_num {float:left;margin:1px 3px 0 0} /* 2013-06-12 추가 */
.word_inp .link_wordbook {font-size:20px} /* 2013-04-12 클래스네이밍수정 */
.word_inp .box_word .mean_info {display:block;width:625px;margin-top:8px;padding-left:13px}
.word_inp .box_word .tf_add {width:620px} /* 2013-06-04 추가 */
.word_inp .box_word .btn_delete {display:inline-block;width:20px;height:20px;margin:3px 0 0 3px;vertical-align:top;cursor:pointer} /* 2013-06-03 수정 */
.word_inp .box_word .btn_delete .ico_word {width:10px;height:10px;padding:5px;background-position:-74px -54px} /* 2013-06-03 수정 */

/* 레이어 */
.dic_layer {position:absolute;z-index:9}
.dic_layer2 {position:absolute;z-index:9}
.inner_dic_layer {border:1px solid;background-color:#fff}
.inner_dic_layer .ico_arrow {position:absolute;top:-5px;width:13px;height:6px}/* 2013-10-31 수정 */

	/* 단어 툴팁 */
.inner_dic_layer1 {padding:3px 7px 1px;border-color:#575b6d;font-weight:bold;font-size:14px;background-color:#656a80;color:#fff}

	/* 이동 */
.inner_dic_layer2 {border-color:#63646f;background-color:#fff}/* 2013-05-15 수정 */
.inner_dic_layer2 .ico_arrow {left:8px;background-position:-60px -40px}
.inner_dic_layer2 .list_book {padding-top:2px}
.inner_dic_layer2 .list_book li {border-bottom:1px solid #ededed;line-height:28px}
.inner_dic_layer2 .list_book .link_book {display:block;height:26px;padding:0 10px;color:#333;white-space:nowrap}/* 2013-05-15 수정 */
.inner_dic_layer2 .link_addbook {display:block;width:112px;height:28px;padding:0 9px;line-height:28px;color:#333}
.inner_dic_layer2 .link_addbook .ico_word2 {padding-left:11px;background-position:0 -301px}

	/* 발음듣기 */
.inner_dic_layer3 {width:255px;border-color:#767787;background:url(//t1.daumcdn.net/wordbook/img/bg_box_audio.png)}/* 2013-10-31 수정 */
.inner_dic_layer3 .ico_arrow {top:46px;left:32px;background-position:-150px -60px}/* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio {height:29px;padding:8px 0}/* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio .ico_word {float:left}
.inner_dic_layer3 .box_audio .btn_prev {display:inline;width:22px;height:21px;margin:5px 40px 0 25px;background-position:-130px 0}/* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio .btn_stop {width:17px;height:24px;margin:4px 44px 0 0;background-position:-160px 0}/* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio .btn_play {width:19px;height:29px;margin-right:39px;background-position:-160px -30px}/* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio .btn_next {width:23px;height:21px;margin-top:5px;background-position:-130px -30px} /* 2013-10-31 수정 */
.inner_dic_layer3 .box_audio .btn_setting {display:inline;float:right;margin:11px 16px 0 0;padding-left:7px;font-size:11px;background-position:0 6px;color:#fff}
.inner_dic_layer3 .setting_audio {display:none;position:relative;padding:2px 0 14px 13px;border-top:1px solid #767787;background-color:#fff}/* 2013-10-31 수정 */
.inner_dic_layer3 .setting_audio .tit_setting {display:block;margin:18px 0 5px}
.inner_dic_layer3 .setting_audio .fst {display:block;margin-top:10px}
.inner_dic_layer3 .setting_audio .inp_setting {width:14px;height:14px}
.inner_dic_layer3 .setting_audio .lab_setting {margin:0 9px 0 3px}
.inner_dic_layer3 .setting_audio .lab_order {margin-right:25px}
.inner_dic_layer3 .on .btn_setting {background-position:0 -20px}
.inner_dic_layer3 .on .setting_audio {display:block}

/* 레이어_단어장 편집 */
.word_layer {position:absolute}
.inner_word_layer {background-color:#fff}
.inner_word_layer .layer_head {padding:12px 0 7px 16px;background-color:#505462}
.inner_word_layer .tit_edit {font-size:14px;line-height:16px;color:#fff}
.inner_word_layer .layer_body {padding-bottom:20px;border:1px solid #50535c;border-top-color:#474b58;border-bottom:0 none}
.inner_word_layer .layer_foot {padding:10px 0;border:1px solid #50535c;border-top:0 none;background-color:#f8f8f8;text-align:center} /* 2013-04-12 수정 */
.inner_word_layer .layer_foot .btn_close {position:absolute;top:7px;right:11px;padding:5px}
.inner_word_layer .btn_close .ico_word {width:11px;height:11px;background-position:-20px 0}
.inner_word_layer .list_info .inp_radio {float:left;width:13px;height:13px;margin:1px 4px 0 0}
.inner_word_layer .list_info .lab_g {float:left;margin-top:2px;line-height:14px}
.inner_word_layer .layer_foot .btn_word {display:inline-block;width:52px;height:27px} /* 2013-04-12 수정 */
.inner_word_layer .txt_addinfo {padding-left:37px;font-size:11px;color:#888;background-position:25px -445px;letter-spacing:-1px}
.inner_word_layer .txt_listinfo {display:block;padding:18px 0 0 16px;font-size:11px;color:#888;letter-spacing:-1px}/* 2013-06-10 추가 */
/* .inner_word_layer .layer_foot .edit_btn {overflow:hidden;margin:0 auto} 2013-04-12 삭제*/

	/* 단어장 편집하기 */
.inner_word_layer1 {width:300px}
.inner_word_layer1 .layer_body {width:298px}
/* .inner_word_layer1 .layer_foot {width:298px} 2013-03-4-12 삭제*/
.inner_word_layer1 .list_info {overflow:hidden;width:100%;padding-top:15px}
.inner_word_layer1 .list_info .tit_word {display:inline;float:left;width:39px;height:13px;margin-left:17px}
.inner_word_layer1 .list_info .cont_g {float:left;width:230px;line-height:14px}
.inner_word_layer1 .list_info .select_item {float:left;width:112px;padding-bottom:10px}
.inner_word_layer1 .list_dic {padding-top:18px}
.inner_word_layer1 .list_dic .tit_word {background-position:0 -75px}
.inner_word_layer1 .list_name .tit_word {margin-top:5px;background-position:0 -100px;text-indent:0}
.inner_word_layer1 .list_name .lab_name {display:block;width:100%;height:100%;text-indent:-9999px}
.inner_word_layer1 .list_theme .tit_word {background-position:0 -125px}
.inner_word_layer1 .list_set {padding-top:2px}
.inner_word_layer1 .list_set .tit_word {background-position:0 -150px}
.inner_word_layer1 .list_set .select_item {padding-bottom:0}
.inner_word_layer1 .list_info .tf_name {float:left;width:210px;height:14px;padding:4px 5px;border:1px solid #bebebe;line-height:14px;color:#333}
/* .inner_word_layer1 .layer_foot .edit_btn {width:108px} 2013-04-12 삭제*/
.inner_word_layer .layer_foot .btn_submit {background-position:-90px -30px}/* 2013-04-12 경로수정 */
.inner_word_layer1 .layer_foot .btn_delete {background-position:-90px 0} /* 2013-04-12 수정 */
.inner_word_layer .layer_foot .btn_cancle {background-position:-60px -240px}

	/* 기본 단어장 설정 */
.inner_word_layer2 {width:253px}
.inner_word_layer2 .layer_body {overflow:hidden;width:251px;padding-bottom:18px}
/* .inner_word_layer2 .layer_foot {width:251px} 2013-03-4-12 삭제*/
.inner_word_layer2 .list_info {padding:16px 0 2px}
.inner_word_layer2 .list_info li {overflow:hidden;width:100%;padding:0 0 8px 20px}
.inner_word_layer2 .layer_foot .btn_default {float:none;width:103px;margin:0 auto;background-position:0 -60px}

/* 2013-04-12 추가 */
/* 중복단어선택 레이어 */
.inner_word_layer3 {width:400px}
.inner_word_layer3 .layer_body {overflow:hidden;width:366px;padding:15px 16px 39px}
.inner_word_layer .link_wordbook {font-size:24px;line-height:26px;font-family:arial;color:#000}
.inner_word_layer .list_mean {overflow:hidden;padding-top:11px}
.inner_word_layer .list_mean li {overflow:hidden;width:343px;padding:0 0 6px 0;font-size:14px;line-height:20px;color:#333}
.inner_word_layer .inp_mean {float:left;width:15px;margin-top:3px;vertical-align:top}
.inner_word_layer .lab_mean {overflow:hidden;float:left;width:323px;padding-left:5px}

/* 모든 단어장 공통 */
.wrap_word .inp_check {margin:8px 8px 0 10px}

/* 영어_내단어장 */
.kuek .wrap_word .inp_check {margin:8px 8px 0 10px}
.kuek .link_wordbook {font-family:arial}

/* 영어_내가본단어 */
.kuek .tbl_wordbook .td_word {font-size:18px;line-height:22px;font-family:arial}

/* 국어_내단어장 */
.kokk .wrap_word .inp_check {margin:7px 8px 0 10px}
.kokk .link_wordbook {font-family:new gulim, "뉴굴림"}
.kokk .hanja_word {font-size:20px;line-height:22px;font-family:gulim,"굴림";letter-spacing:-1px;color:#333}/* 2013-06-10 수정 */
.kokk .pron_wordbook {color:#666}
.kokk .wrap_word .link_mean {font-weight:normal;font-size:16px;line-height:22px;font-family:new gulim,"뉴굴림";color:#000}
.kokk .desc_example {font-size:13px;font-family:new gulim,"뉴굴림";color:#888}
.kokk .wrap_word .btn_memorize {top:14px} /* 2013-06-10 수정 */
.kokk .list_word .wrap_word {padding:16px 0 13px}  /* 2013-06-10 추가 */

/* 국어_내가본단어 */
.kokk .tbl_wordbook .td_word {font-size:16px;line-height:20px;font-family:new gulim,"뉴굴림"}
.kokk .tbl_wordbook .td_mean {font-size:13px;font-family:new gulim,"뉴굴림";color:#000}

/* 한자_내단어장 */
.kuhh .list_word .wrap_word {padding:8px 0} /* 2013-06-10 추가 */
.kuhh .wrap_word .inp_check {margin:14px 8px 0 10px}
.kuhh .link_wordbook {font-weight:normal;font-size:43px;line-height:45px;font-family:'new gulim'}
.kuhh .wrap_word .link_mean {font-size:16px;line-height:28px;color:#333}
.kuhh .wrap_word .info_append {clear:both;padding-left:4px;font-size:13px;color:#333}
.kuhh .info_append .txt_emph {font-weight:bold}
.kuhh .info_append .txt_bar {float:none;padding:0 5px}
.kuhh .info_append .link_radical {font-weight:bold;color:#f45d70}
.kuhh .mean_info .desc_example {font-size:14px}
.kuhh .link_example {padding-right:4px;color:#1c68d8} /* 2013-05-15 수정 */
.kuhh .wrap_word .dic_layer {top:61px}
.kuhh .wrap_word .btn_memorize {top:17px} /* 2013-06-10 추가 */
.kuhh .on .wrap_word {padding:17px 0} /* 2013-06-12 추가 */
.kuhh .on .wrap_word .btn_memorize {top:26px} /* 2013-06-12 추가 */

/* 한자_내가본단어 */
.kuhh .tbl_wordbook .td_word {font-weight:normal;padding:6px 0 7px 2px;font-size:35px;line-height:38px;font-family:'new gulim'}
.kuhh .tbl_wordbook .td_mean {font-size:14px}

/* 중국어_내단어장 */
.kock .list_word .wrap_word {padding:9px 0 8px} /* 2013-06-10 추가 */
.kock .wrap_word .inp_check {margin:14px 8px 0 10px}
.kock .link_wordbook {font-weight:normal;font-size:40px;line-height:45px;font-family:'SimSun'}
.kock .pron_wordbook {display:inline-block;padding:9px 7px 0 5px;font-size:14px;color:#666;font-family:dotum;vertical-align:top}
.kock .txt_word .btn_comm {margin-top:8px} /* 2013-06-05 추가 */
.kock .txt_word .btn_listen {margin-left:5px} /* 2013-06-12 추가 */
.kock .wrap_word .mean_info {margin-top:11px}
.kock .wrap_word .link_mean {font-size:16px;color:#333}
.kock .mean_info .desc_example {margin-top:13px}
.kock .desc_example .txt_example {font-size:16px;line-height:21px;font-family:'SimSun';color:#333}
.kock .desc_example .txt_trans {font-size:14px;line-height:25px;color:#888}
.kock .desc_example .txt_pinyin {font-size:13px;line-height:16px;color:#333}
.kock .wrap_word .dic_layer {top:59px}
.kock .wrap_word .btn_memorize {top:17px} /* 2013-06-10 추가 */
.kock .on .wrap_word {padding:17px 0} /* 2013-06-12 추가 */
.kock .on .wrap_word .btn_memorize {top:26px} /* 2013-06-12 추가 */

/* 중국어_내가본단어 */
.kock .tbl_wordbook .td_word {font-weight:normal;padding:6px 10px 7px 2px;font-size:32px;line-height:38px;font-family:'SimSun'}
.kock .tbl_wordbook .td_mean {font-size:14px}
.kock .td_word .btn_speaker {width:29px;height:27px;margin-top:5px;background-position:-80px -240px}

/* 일본어_내단어장 */
.kujk .list_word .wrap_word {padding:15px 0 12px} /* 2013-06-10 추가 */
.kujk .wrap_word .inp_check {margin:8px 8px 0 10px}
.kujk .link_wordbook {font-weight:normal;font-size:30px;line-height:35px;font-family:'MS Gothic'}
.kujk .pron_wordbook {display:inline-block;padding:6px 0 0 6px;font-weight:bold;font-size:20px;color:#333;font-family:'MS Gothic';vertical-align:top;letter-spacing:-2px}/* 2013-06-10 수정 */
.kujk .txt_word .btn_comm {margin-top:4px}/* 2013-06-12 수정 */
.kujk .wrap_word .btn_listen {margin-left:9px}/* 2013-06-12 추가 */
/* .kujk .wrap_word .btn_refresh {margin-left:0} 2013-06-12 삭제  */
.kujk .wrap_word .mean_info {margin-top:15px}
.kujk .wrap_word .link_mean {display:inline-block;padding-bottom:10px;font-size:16px;line-height:18px}
.kujk .mean_info .desc_example {margin-top:6px}
.kujk .desc_example .txt_example {font-size:16px;line-height:21px;font-family:'MS Gothic'}
.kujk .desc_example .txt_ruby {display:inline-block;font-size:12px;line-height:15px;color:#a6a6a6;vertical-align:top}
.kujk .desc_example .txt_trans {font-size:14px;line-height:25px;color:#666}
.kujk .wrap_word .btn_memorize {top:17px} /* 2013-06-10 추가 */

/* 일본어_내가본단어 */
.kujk .tbl_wordbook .td_word {padding:8px 15px 5px 5px;font-size:20px;line-height:25px;font-family:'MS Gothic';letter-spacing:-1px}
.kujk .tbl_wordbook .td_mean {font-size:14px}
.kujk .td_word .btn_speaker {margin-top:3px}

/* 데이터없는 경우 2013-04-16 추가 */
.nodata {padding:27px 0 25px 0;color:#666}
.nodata .txt_word {padding:0 0 12px 0;color:#1c68d8;font-weight:bold;background:url(//t1.daumcdn.net/wordbook/img/dot_line.gif) repeat-x 0 bottom}
.nodata .tit_save {display:block;padding:12px 0 4px 0 ;font-weight:normal}
.nodata .list_save li {line-height:20px}
.nodata_type1 {text-align:center}
.nodata_type1 .txt_word {padding:44px 0 62px;color:#333;background-image:none;font-weight:normal}

/* 2022-07-07 추가 시작 */
/* 띠배너 */
.bnr_notice{border-bottom:1px solid #d9dade;background:#fff}
.bnr_notice .inner_bnr{width:940px;height:50px;margin:0 auto;font-size:16px;line-height:20px}
.bnr_notice .inner_bnr:after{display:block;overflow:hidden;content:''}
.bnr_notice .tit_notice{float:left;padding-top:16px;font-weight:700;color:#128AF8}
.bnr_notice .tit_bnr{float:left;margin-left:9px;padding-top:16px;font-weight:400;color:#000}
.bnr_notice .txt_date{float:left;margin-left:22px;padding-top:16px;font-size:15px;color:#888888}
.bnr_notice .link_more{float:right;margin-right:-16px;padding:16px 16px 14px;color:000}
/* // 2022-07-07 추가 끝 */