@charset "utf-8";

/***********************
	LAYOUT
***********************/
/* 2024 공공누리집 배너 */
.top_line_bnr { background-color:#edf1f5; position:relative}
.top_line_bnr.bnr_hide:after { background:#cdd7e4; content:""; height:1px; left:0; position:absolute; top:32px; width:100%; }
.top_link_wrap .inner, .chk_nuri_addr_bnr .inner{max-width:1500px;width:100%; box-sizing: border-box;padding-left:60px}

.top_flag_wrap { align-items:center; color:#1d1d1d; display:flex; font-size:15px; line-height:16px; max-width:1500px;margin:0 auto; }
.top_flag_in { font-size:15px; display: flex; align-items: center; }
.top_flag_in img { margin-right:9px; width:24px; }

.top_link_wrap { padding:8px 0; }

.top_flag_info { color:#003675; cursor:pointer; font-size:14px; margin-left:18px; padding-right:20px; position:relative; border: 0; background: none;font-weight:400}
.top_flag_info:after { background:url("../images/official_nuri_chk_arrow.png") center / 100% auto no-repeat; content:""; height:16px; margin-top:-8px; position:absolute; right:0; top:50%; transition:.4s ease-in-out; width:16px; }
.top_flag_info.on:after { transform:rotate(-180deg); }
.top_flag_info span { display:inline-block; height:0; overflow:hidden; text-indent:-20000px; width:0; }

.chk_nuri_addr_bnr { position : relative; top : 0px; left : 0; background:#edf1f5; border-top:1px solid #cdd7e4; display:none; padding:24px 0 15px ; z-index : 202 }
.chk_nuri_addr_bnr strong,
.chk_nuri_addr_bnr p { padding-left:28px; }
.chk_nuri_addr_bnr strong { color:#1d1d1d; display:inline-block; font-size:17px; font-weight:700; line-height:20px; position:relative; }
.chk_nuri_addr_bnr strong:before { background:url("../images/icon_nurizip.png") center / 12px auto no-repeat #fff; border-radius:50%; content:""; left:0; height:20px; position:absolute; top:50%; transform:translateY(-50%); width:20px; }
.chk_nuri_addr_bnr p { color:#555; font-size:15px; margin-top:16px; }
.chk_nuri_addr_bnr p a { position:relative; display: inline-flex; align-items: center; gap:1px;  color:#1d1d1d; padding:15px 0 ; }
.chk_nuri_addr_bnr p a:hover{text-decoration:underline}
.chk_nuri_addr_bnr p a:after{content: ""; width: 16px; height:16px;  background:url("../images/icon_info_modify.png") no-repeat; background-size: contain;}

@media all and (max-width:1200px) {
	.top_link_wrap .inner, .chk_nuri_addr_bnr .inner{padding:0 17px;}
}


@media all and (max-width:640px) {
	.top_link_wrap { padding:4px 0; }
    .top_flag_wrap,
    .top_flag_in { font-size:14px; }
    .top_flag_in img { width:18px; }
    .top_flag_info { font-size:13px; margin-left:10px; padding-right:16px; }

    .chk_nuri_addr_bnr { padding:24px 0 10px; }
    .chk_nuri_addr_bnr strong,
    .chk_nuri_addr_bnr p { padding-left:24px; }
    .chk_nuri_addr_bnr strong { font-size:15px; }
    .chk_nuri_addr_bnr strong:before { background-size:10px auto; height:16px; width:16px; }
    .chk_nuri_addr_bnr p { font-size:14px; margin-top:12px; }
    .chk_nuri_addr_bnr p a { background-size:14px auto; padding:16px 18px 16px 0; }

}

@media all and (max-width:580px) {
	.top_flag_wrap{display:block;}
	.top_flag_info{padding:3px 16px 5px 27px; margin-left:0; }
}

@media all and (max-width:390px) {
	.top_link_wrap { padding:8px 0 2px 0; }
	.top_flag_in { font-size:13.5px; }

}




/* header */
.search_wrap {position:relative;display:block;width:1000px;margin:0 auto;height:125px;}
.search_wrap h1.logo {position:absolute;top:33px;left:113px;}
.search_wrap #search_area {top:32px;left:263px;}

/* container */
.container {width:1000px;margin:0 auto 50px;}
#container .sub_left {width:700px}
#container .sub_right {width:275px;border-left:1px solid #d9d9d9}

/* tab */
.tab {position:relative;width:100%;height:45px;}
.tab:before {position:absolute;content:'';left:0;top:43px;width:100%;height:2px;background:#f36f21;}
.tab li a {float:left;display:inline-block;width:236px;height:45px;line-height:43px;background:#f5f5f5;border:1px solid #ccc;border-bottom:none !important;margin-left:10px;border-radius:5px 5px 0 0;box-sizing:border-box;
	font-size:16px;text-align:center;}
.tab.five li a {width:190px !important;}
.tab.pop li a {width:150px !important;}
.tab li:first-child a {margin-left:0px;width:237px;}
.tab li a.selected {position:relative;font-weight:bold;color:#f36f21;border:2px solid #f36f21;background:#fff;}
.tab li a em,
.tab_sm li a em {font-size:13px;color:#999;padding-left:3px;}
.tab li a.selected em {color:#ffa169;}
.tab_sm li a.selected em {color:#ffd7bf;}

.tab_sm {position:relative;width:100%;height:40px;}
.tab_sm:before {position:absolute;content:'';left:0;top:39px;width:100%;height:1px;background:#ccc;}
.tab_sm li a {float:left;display:inline-block;width:333px;height:40px;line-height:39px;background:#fff;border:1px solid #ccc;border-bottom:none !important;margin-left:10px;border-radius:5px 5px 0 0;box-sizing:border-box;
	font-size:16px;text-align:center;}
.tab_sm li:first-child a {margin-left:0px;}
.tab_sm li a.selected {position:relative;width:334px;font-weight:bold;color:#fff;border:1px solid #f36f21;background:#f36f21;}

.tab_xs li {position:relative;display:inline-block;margin-left:15px;padding-left:15px;line-height:1.5;}
.tab_xs li:before {position:absolute;content:'';left:0;top:4px;width:1px;height:13px;background:#ccc;}
.tab_xs li:first-child {padding-left:0;margin-left:0;}
.tab_xs li:first-child:before {background:none;}

.tab_xs li .on,
.tab_list li .on {color:#f36f21;font-weight:bold;}

.tab_list li {position:relative;display:inline-block;margin-right:15px;padding-right:15px;line-height:2;}
.tab_list li:before {position:absolute;content:'';right:0;top:7px;width:1px;height:13px;background:#ccc;}
.num .on em {font-size:13px;color:#ffa169;}
.num em {font-size:13px;color:#aaa;}

/* cont */
.cont_box {border:1px solid #ccc;border-top:none;padding:30px 25px 50px;}
.cont_box h3 {font-size:15px;color:#111;font-weight:bold;margin-bottom:10px;}
.box_gray,
.exbox {color:#666;padding:10px 20px;border:1px solid #ccc;margin-top:10px;line-height:1.7;}
.cont_box_lr {position:relative;border:1px solid #ccc;border-top:none;display:inline-block;}
.cont_box_lr:after {content:'';width:1px;height:100%;display:block;background:#ccc;position:absolute;left:727px;}
.cont_box_lr .section {text-align:left !important;}
.cont_box_lr .section.floatL {width:728px;padding:30px 25px 40px;}
.cont_box_lr .section.floatR {width:270px;}
.cont_box_lr .section .div_wrap {padding:20px 25px;display:block;}
.cont_box_lr .section .div_wrap:first-child {padding-top:28px}
.cont_box_lr .section .div_wrap.bg {background:#f5f5f5;}
.div_wrap .title {font-size:16px;color:#111;font-weight:bold;margin-bottom:10px;}

ul.panel li {padding-top:25px;color:#666;}

.per_lay {width:48%;}
.search_tit {font-size:15px;color:#111;line-height:1.7;}
.search_cnt {font-size:15px;color:#f36f21;border-bottom:1px solid #f36f21;}
.search_cnt_no,
.search_cnt em {font-size:13px;color:#ffa169;}

/* my help */
.my_wrap {position:relative;border:1px solid #ccc;display:inline-block;margin-top:20px;}
.my_wrap:after {content:'';width:1px;height:100%;display:block;background:#ccc;position:absolute;left:210px;}
.my_wrap .section {text-align:left !important;}
.my_wrap .section.floatL {width:210px;}
.my_wrap .section.floatR {width:788px;padding:30px 25px 40px;}

.my_left {position:relative;width:211px;}
.my_left > ul > li > div > a {background:#fff;display:block;padding:18px 15px 16px 15px;border-bottom:1px solid #e6e6e6;}
.my_left > ul > li > div > a.on {position:relative;background:#f36f21 url(../images/new_img/common/arr_myhelp_on.png) 92% 17px no-repeat;font-weight:bold;color:#fff;border:1px solid #f36f21;}
.my_left > ul > li > div > a.on:before {content:''; position:absolute;left:-2px;top:-2px;width:209px;height:51px;border:1px solid #f36f21;}
.static_sub {border-bottom:1px solid #e6e6e6;background:#f5f5f5;padding:14px 15px;line-height:1.4;}
.static_sub li {position:relative;font-size:13px;margin-top:11px;padding-left:10px;}
.static_sub li a {display:block;}
.static_sub li:first-child {margin-top:0px;}
.static_sub li:before {content:''; position:absolute;left:0px;top:7px;width:3px;height:1px;background:#777;}
.static_sub li a.on {color:#f36f21;font-weight:bold;}
.static_sub li a.on:before {content:''; position:absolute;left:0px;top:7px;width:3px;height:1px;background:#f36f21}

.my_right {min-height:500px;}
.my_right .tit {position:relative;font-size:17px;font-weight:bold;color:#f36f21;margin-bottom:15px;padding-left:18px;}
.my_right .tit_black {font-size:17px;font-weight:bold;color:#111;}
.my_right .tit:before {content:''; position:absolute;left:0px;top:9px;width:5px;height:5px;border:4px solid #f36f21;border-radius:10px;}
.my_right .s_tit {font-weight:bold;color:#111;font-size:15px;margin-top:50px;}
.my_right .s_tit:first-child {margin-top:0px;}
.my_right .tit,
.my_right .tit_black,
.my_right .right_cont {line-height:1.9;}
.set_1,
.set_2 {margin-left:16px;}
.set_2 dl {margin-top:20px;}
.set_2 dl dt {position:relative;font-weight:bold;color:#111;padding-left:12px;}
.set_2 dl dt:before {content:''; position:absolute;left:0px;top:11px;width:6px;height:2px;background:#f36f21;}
.set_2 dl dd {margin-left:14px;}
.set_2.ddDot dl dd {position:relative;padding-left:8px;}
.set_2.ddDot dl dd:before {content:''; position:absolute;left:0px;top:11px;width:2px;height:2px;background:#888;}
.set_1.ddinfo dl dd {position:relative;padding-left:12px;}
.set_1.ddinfo dl dd:before {content:'*'; position:absolute;left:0px;top:1px;}
.list_num {font-size:13px;margin-top:10px;}

/* help serch*/
.border_serch {position:relative;}
.border_serch input {border-radius:35px;padding-left:15px !important;padding-right:35px !important;}
.border_serch .search_btn {position:absolute;right:0px;top:0px;color:#fff; font-size:18px;width:45px;height:34px;background:url('../images/new_img/common/icon_border_search.png') no-repeat center 8px;}

#cssmenu {margin-top:20px;}
#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {position:relative;line-height:1.9;}
#cssmenu > ul > li {border-bottom:1px solid #ccc;}
#cssmenu > ul > li:last-child {border-bottom:1px solid #ccc;}
#cssmenu > ul > li:first-child {border-top:1px solid #666;}
#cssmenu > ul > li > a {display:block;background:#fff;padding:13px 30px 13px 20px;}
#cssmenu > ul > li.active {border-bottom:none;}
#cssmenu > ul > li.active > a {color:#f36f21 !important;font-weight:bold;}
#cssmenu > ul > li.has-sub > a:after {content:"";position:absolute;right:15px;top:22px;border:5px solid transparent;border-top:5px solid #888;}
#cssmenu > ul > li.has-sub.active > a:after {right:15px;top:16px;border:5px solid transparent;border-bottom:5px solid #f36f21;}
#cssmenu > ul > li.icon-sub > a:after {content:"";position:absolute;width:60px;height:50px;top:10px;right:10px;background:#666;}
#cssmenu > ul > li.icon-sub.active > a:after {right:14px;top:12px;border:5px solid transparent;border-top:5px solid #4e5800;}

/* Sub menu */
#cssmenu ul ul {padding:0;display:none;}
#cssmenu ul ul li {background:#f5f5f5;display:block;border-bottom:1px solid #ccc;padding:15px 20px 20px;}
#cssmenu ul > li > ul > li > div {display:block;margin-top:20px;}
#cssmenu ul > li > ul > li > div:first-child {margin-top:0;}
#cssmenu ul > li > ul > li > div dl dd,
#cssmenu ul > li > ul > li > div.dot {margin-left:15px;}
#cssmenu ul > li > ul > li > div.dot p {position:relative;padding-left:10px;}
#cssmenu ul > li > ul > li > div.dot p:before {content:''; position:absolute;left:0px;top:10px;width:3px;height:3px;background:#666;}
#cssmenu .help_img {display:inline-block;vertical-align:top;}
#cssmenu .help_img img {width:85%;}
#cssmenu .btn_sm {font-size:12px;padding:0 5px;height:22px;line-height:20px !important;cursor:text;}
#cssmenu .add,
#cssmenu .del,
#cssmenu .down {padding-left:18px;}
#cssmenu .down:before,
#cssmenu .add:before,
#cssmenu .del:before {top:5px;left:7px;}
#cssmenu .btn_opt {padding-right:15px;}
#cssmenu .btn_opt.on:after {right:5px;top:8px;}
#cssmenu .add_sol {padding:0 10px;background-position:6px 6px;cursor:text;}
#cssmenu .del_sol {padding:0 10px;background-position:-34px 6px;cursor:text;}
#cssmenu .down {padding-left:18px;}
#cssmenu .down:before {top:5px;left:5px;}
#cssmenu .btn_ban,
#cssmenu .btn_edit {vertical-align:middle;} 
#cssmenu .btn_ban:before,
#cssmenu .btn_edit:before {vertical-align:-6px;}
#cssmenu .radio {color:#666;font-weight:normal;}
#cssmenu .radio .radio_chk {position:relative;padding-left:15px;}
#cssmenu .radio .radio_chk:before {content:''; position:absolute;left:0px;top:1px;width:10px;height:10px;border:1px solid #999;border-radius:10px;}
#cssmenu .radio .radio_chk.on:before {width:12px;height:12px;border:3px solid #f36f21;box-sizing:border-box;}

/* viewall */
.viewall {width:100%;margin-left:1px;}
.viewall li span,
.check_radio_wrap em {font-size:13px;letter-spacing:0;color:#999;margin-left:3px;font-weight:normal;}
.viewall li a {position:relative;float:left;display:block;width:101px;height:36px;line-height:35px;border:1px solid #d6d6d6;margin-left:-1px;margin-top:-1px;text-align:center;background:#fff;}
.viewall li a.on {background:#f5f5f5;font-weight:bold;color:#111;}
.viewall.line_type2 {background:none;border-bottom:1px solid #e5e5e5;}
.viewall.scroll {position:relative;overflow-y:auto;height:175px;margin-top:0px;margin-left:0px;padding-top:0px;padding-left:1px;}
.viewall.scroll_no .scroll_top,
.viewall.scroll_noW .scroll_top,
.viewall.scroll_top li a {width:219px !important;}
.viewall.scroll_noW li a {width:50%;}

/* myword_list */
.myword_list {background:#fff;border:1px solid #ccc;padding:7px 15px;height:150px;vertical-align:top;overflow-y:auto;}
.myword_list img {vertical-align:top;margin-top:3px;}
.myword_list li {padding:3px 0;}

/* tooltip */
.tooltip {display:inline-block;width:14px;height:14px;background:url(../images/new_img/common/btn_tooltip.png) -30px 0 no-repeat;margin-left:5px;vertical-align:-2px;}
.tooltip.on {background:url(../images/new_img/common/btn_tooltip.png) 0 0 no-repeat;}
[data-tooltip-text]:hover {position: relative;}
[data-tooltip-text]:after {-webkit-transition:bottom .3s ease-in-out, opacity .3s ease-in-out;-moz-transition:bottom .3s ease-in-out, opacity .3s ease-in-out;transition:bottom .3s ease-in-out, opacity .3s ease-in-out;
	-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;z-index:100;
	position:absolute;color:#666;background:#fff;border:1px solid #f36f21;font-weight:normal;font-size:13px;text-align:left;line-height:1.5;padding:7px 12px;min-width:255px;opacity:0;left:-9999px;
	content:attr(data-tooltip-text);}
[data-tooltip-text]:hover:after {top:25px;left:-100px;opacity:1;}

/* 이름 툴팁 */
.name_info {position:relative;}
.name_tooltip {position:absolute;left:20px;top:20px;font-size:13px;background:#fef8f4;padding:5px 15px;border:1px solid #f36f21;z-index:10;width:120px;border-radius:3px;}
.name_tooltip a:hover {color:#f36f21;}

/* 한자 툴팁 */
.chi_info {z-index:98;position:relative;color:#666;font-size:16px;cursor:pointer;}
.btn_hanja {position:relative;display:inline-block;width:18px;height:17px;border:1px solid #f36f21;box-sizing:border-box;border-radius:3px;vertical-align:-4px;}
.btn_hanja:before {content:'';display:inline-block;width:18px;height:17px;background:url(../images/new_img/common/btn_example.png) 5px 6px no-repeat;}
.chi_tooltip {position:absolute;left:0;top:0;display:inline-block;color:#111;}
.chi_tooltip table {width:auto;display:inline-block;border-spacing:0;border-collapse:collapse;border:1px solid #ccc;border-left:0;background:#fff;}
.chi_tooltip table th,
.chi_tooltip table td {padding:10px;border-left:1px solid #d3d3d3;text-align:center;font-size:15px;box-sizing:border-box;}
.chi_tooltip table th {border-top:1px solid #d3d3d3;background:#f5f5f5;}
.chi_tooltip table td {border-bottom:1px solid #d3d3d3;}
.chi_tooltip table td div.hanja {display:inline-block;}
/* .chi_tooltip table td div.text {width:100px;} */
.chi_tooltip table td dl {display:inline-block;float:left;padding:5px 10px 0;}
.chi_tooltip table td dl dt {font-size:30px;font-weight:normal;line-height:1;padding-bottom:5px;}
.chi_tooltip table td dl dd {font-size:13px;line-height:1.3;padding:0;color:#111;margin:0;}
.chi_tooltip table td dl dd:before {background:none;}
.chi_tooltip table td dl .chi_boosu {color:#666;margin:0;}
.hanja_font {font-family: "Nanum Barun Gothic","New Gulim","새굴림", Dotum,Verdana, sans-serif;}

/* search_result */
.search_word_type1_17 {font-size:17px;font-weight:bold;color:#111;}
.search_word_type2_16 {font-size:16px;font-weight:bold;color:#f36f21;}
.search_word_type3_15 {font-size:15px;font-weight:bold;color:#f36f21;}
.word_no {font-size:13px;color:#cf8b62;letter-spacing:0.2px;}
.word_dis {color:#666;line-height:1.6;}
.word_name {color:#999;}
.word_att_type1 {color:#a49255;}/*품사*/
.word_att_type2 {color:#73aa8a;}/*분야*/
.word_att_type3 {color:#7d8bb9;}/*분류*/
.search_sub {font-size:16px;font-weight:normal;color:#666;}
.icon_sound {vertical-align: -3px;margin:0 4px;cursor:pointer;}
.word_no2 {letter-spacing:0.5px;margin:0 5px;}
.rel_dis {font-size:13px;color:#888;line-height:1.8;}
.rel_dis14 {font-size:14px;color:#888;font-weight:normal;}
.impoOn {color:#f36f21 !important;}

.search_result {position:relative;font-size:15px;vertical-align:top;letter-spacing: 1px;}
.search_result > dl {margin-top:30px;}
.search_result > dl:first-child {margin-top:0px;}
.search_result dl dt {display:inline-block;}
.search_result dl dd {position:relative;font-size:15px;color:#666;display:block;padding-left:10px;margin-top:6px;line-height:1.5;}
.search_result dl dd:before {content:'';position:absolute;left:0;top:7px;width:3px;height:3px;background:#f36f21;vertical-align:middle;}
.search_result dl dd a:hover {border-bottom:1px solid #666;}
.none {padding:0px !important;margin:0px !important;}
.none:before {background:none !important;border:0 !important;}

.search_view_list {margin-top:50px;}
.search_view_list dl dd {width:100%;padding-left:15px;margin-top:5px;position:relative;}
.search_view_list dl dd:first-child {margin-top:0px;}
.search_view_list dl dd:before {content:'';position:absolute;left:0;top:7px;width:4px;height:6px;background:url(../images/new_img/common/icon_bul.png) no-repeat;}
.search_view_list .tit {font-size:19px;font-weight:bold;color:#111;margin-bottom:12px;line-height:1.5;}
.search_view_list .stit {font-size:15px;font-weight:bold;color:#111;margin-bottom:12px;line-height:1.5;}
.search_view_list dl dd strong {color:#111;}

/* 관련 어휘 */
.search_meaning {display:table;width:100%;}
.search_meaning dl {margin-top:5px;}
.search_meaning dl:first-child {margin-top:0;}
.search_meaning dl dt {position:relative;font-size:15px;color:#111;font-weight:bold;padding-left:10px;display:table-cell;width:100px;}
.search_meaning dl dt.block {width:100%;display:block;}
.search_meaning dl dt:before {content:'';position:absolute;left:0;top:11px;width:3px;height:3px;background:#111;}
.search_meaning dl dd {display:table-cell;width:578px;line-height:1.7;letter-spacing:0.5px;}
.search_meaning dl dd:before {background:none;}
.search_meaning dl dd a {color:#111;}

/* 역사 정보 */
.history_tbl tbody th {text-align:left;}
.history_tbl .tit {font-size:16px;margin-bottom:7px;}
.history_tbl .tbl dl {margin-top:15px;}
.history_tbl .tbl dl:first-child {margin-top:0px;}
.history_tbl .tbl dl dt {text-decoration:underline;margin-top:30px;color:#111;}
.history_tbl .tbl dl dt:first-child {margin-top:0px;}
.history_tbl .tbl dl dd strong {color:#111;}
.history_tbl .tbl dl dd {position:relative;padding-left:10px;}
.history_tbl .tbl dl dd:before {content:'';position:absolute;left:0;top:10px;width:3px;height:3px;background:#999;vertical-align:middle;}

/* 관용구 속담 */
.search_proverb dl {margin-top:15px;}
.search_proverb dl:first-child  {margin-top:0;}
.search_proverb dl dt a {color:#f36f21;font-weight:bold;border-bottom:1px solid #f36f21;}
.search_proverb dl dd {padding-left:65px;}
.search_proverb dl dd:before {background:none;}
.search_proverb dl dd a {border-bottom:1px solid #666;}
.search_proverb .proverb_type01 {width:50px;display:inline-block;border:1px solid #111;border-radius:5px;font-size:13px;text-align:center;height:20px;line-height:19px;color:#111;}
.search_proverb > dl > dd > .dot li {position:relative;padding-left:10px;}
.search_proverb > dl > dd > .dot li:before {content:'';position:absolute;left:0;top:10px;width:3px;height:3px;background:#666;vertical-align:middle;}

/* 어휘 지도 */
.wordmap_graph_content,
.edit_content {position:relative;width:100%;height:350px;text-align:center;vertical-align:middle;}
.edit_content div {line-height:350px;color:#666;background:#f9f9f9;}/*개발작업시 지우기 필요없는 속성*/
.wordmap_graph_content .sample {position:absolute;top:0;left:0;width:100%;line-height:350px;color:#666;background:#f9f9f9;}/*개발작업시 지우기 필요없는 속성*/
.view_wordmap_graph_content{overflow:hidden;}

/* 수어 정보 */
.hand_diction ul li {display:inline-block;margin-left:8px;}
.hand_diction ul li:first-child  {margin-left:0;}
.hand_diction li.hand_multi,
.hand_diction li.hand_img {position:relative;width:105px;height:105px;background:#fff;text-align:center;}
.hand_diction li.hand_img {border:1px solid #ccc;}
.hand_diction li img {width:auto;height:100%;}
.hand_diction li.hand_txt {font-size:14px;width:443px;line-height:1.5;display:inline-block;height:105px;background:#f5f5f5;padding:15px 20px;overflow-y:auto;}
.hand_diction li.hand_txt span {padding-bottom:15px;}
.player {position:absolute;margin-left:36px;margin-top:36px;width:33px;height:33px;}

/* 지식 정보 */
.tab_cont {position:relative;border:1px solid #ccc;padding:15px 20px;color:#666;min-height:105px;}
.table_type2 {border-top:2px solid #fff !important;padding-top:0 !important;}

/* 더 보기 */
.more_view {position:relative;font-size:14px;padding-right:13px;margin-top:8px;}
.more_view.more_on {background:url(../images/new_img/common/btn_example.png) right 6px no-repeat;}
.more_view.more_off {display:inline-block;background:url(../images/new_img/common/btn_example.png) right -9px no-repeat;text-decoration:underline;padding-right:13px;text-decoration: none;}
.more_view a {color:#f36f21 !important;text-decoration:none !important; border-bottom:1px solid #f36f21;line-height:1.2;}

/* result_none */
.result_none {vertical-align:top;line-height:160%;}
.result_none dt {font-size:15px;}
.result_none dd {position:relative;display:block;padding-left:10px;margin-top:6px;}
.result_none dd:before {content:'';position:absolute;left:0;top:10px;width:3px;height:3px;background:#f36f21;vertical-align:middle;}
.result_none strong {color:#111;}
.result_none .link {color:#f36f21;font-weight:bold;border-bottom:1px solid #f36f21;}
.result_none .search_cnt {border-bottom:0;}

/* banner */
.banner_opinion {background:url(../images/new_img/common/banner_img01.png) left center no-repeat;padding-left:55px;font-size:13px;line-height:1.4;color:#666;}
.banner_opinion .title {display:block;margin-bottom:0;}
.banner_opinion em {font-weight:bold;border-bottom:1px solid #666;}
.banner_naver {font-size:13px;line-height:1.4;text-align:center;}
.banner_naver em {color:#111;}

/* 편집하기 */
.txt_box_bg {border:1px solid #ccc;padding:25px;line-height:1.8;}
.txt_box_bg .icon_info {line-height:2;margin-bottom:5px;}
.txt_box_bg span {position:relative;display:block;padding-left:28px;}
.txt_box_bg span:before {content:'';position:absolute;left:18px;top:10px;width:3px;height:1px;background:#666;}
.exampleBox_wrap > .exampleBox {margin-top:20px;}
.exampleBox_wrap > .exampleBox:first-child {margin-top:0px;}

/* 토론하기 */
.discu_write {background:#f5f5f5;padding:15px;}
.discu_write .area_wrap {float:left;width:810px;margin-right:5px;line-height:0;text-align:right;}
.discu_write .area_wrap textarea {height:56px;}
.discu_write .area_wrap span {display:inline-block;margin-top:5px;line-height:0;box-sizing:border-box;}
.discu_write .area_wrap input {margin-left:10px;width:682px;}
.discu_write .area_btn {float:right;width:100px;}
.discu_write .area_btn a {display:inline-block;width:100%;height:95px;line-height:95px;background:#f36f21;color:#fff;text-align:center;font-weight:bold;}
.discu_write .area_btn.modify a {background:#fff;color:#666;border:1px solid #ccc;}
.modify_tit {font-weight:bold;color:#111;margin-bottom:5px;}
.no_result_area {text-align:center;padding:30px 0 0;border-top:1px solid #ccc;margin-top:10px;}
.discu_group {margin-top:10px;border-top:1px solid #ccc;}
.discu_group .discu_header {background:#f5f5f5;padding:7px 15px;line-height:1.8;}
.discu_group .discu_header .discu_info {display:inline-block;}
.discu_group .discu_header .discu_info ul li {display:inline-block;vertical-align:middle;}
.discu_group .discu_header .discu_info ul li.d_name a {font-weight:bold;margin-right:5px;color:#111;}
.discu_group .discu_header .discu_info ul li.d_date {color:#999;margin-right:10px;}
.discu_group .discu_header .discu_info ul li.d_new {display:inline-block;background:#ee3a49;color:#fff;font-family:돋움;font-size:11px;line-height:1;padding:4px 5px 2px;}

/* 토론글  */
.discu_group .discu_content {padding:15px;line-height:1.5;}
.discu_group .discu_topic {color:#f36f21;padding:0px 15px 15px;}

/* 토론글 - 덧글 */
.discu_reply_wrap {background:#f5f5f5;padding:15px;}
.discu_reply_wrap .d_reply textarea {float:left;width:810px;margin-right:5px;height:56px;}
.discu_reply_wrap .d_reply a {display:inline-block;width:100px;height:56px;line-height:55px;background:#f36f21;color:#fff;text-align:center;font-weight:bold;}
.discu_reply {border-top:1px solid #ccc;}
.discu_reply > a {display:inline-block;font-weight:bold;color:#111;text-decoration:underline;padding:15px 0 10px 15px;}
.sub_reply .bul {position:relative;padding-left:20px;margin-top:10px;}
.sub_reply .bul:before {content:'└';position:absolute;left:-5px;top:0px;color:#999;font-size:18px;}
.sub_reply .d_reply_cont {border-top:1px solid #ccc;padding-top:10px;margin-top:20px;}

.add_edit_txt {position:relative;margin-top:40px;color:#111;padding-left:12px;vertical-align:top;}
.add_edit_txt:before {content:'';position:absolute;left:0px;top:9px;width:4px;height:4px;background:#f36f21;}
.add_edit_txt a {margin:0 3px 0 7px;}
.add_edit_txt.on.dot_none {padding-left:0;}
.add_edit_txt.on.dot_none:before {background:none !important;}

.from_wrap {display:table;}
.left_field {display:table-cell;width:800px;padding-right:30px;}
.left_field .help {font-size:14px;line-height:26px;font-weight:normal;color:#111;}
.right_help {display:table-cell;width:200px;}
.help_box {position:absolute;border:1px solid #f36f21;background:#fff;padding:20px;border-radius: 5px;}
.help_box:before {content:'';position:absolute;left:-8px;top:15px;width:8px;height:15px;background:url(../images/new_img/common/arr_help.png) no-repeat;}
.help_box.long:before {top:830px;}
.help_tit {position:relative;padding-left:27px;line-height:19px;font-weight:bold;color:#111;}
.help_tit:before{content:'';position:absolute;left:0px;top:0px;width:20px;height:19px;background:url(../images/new_img/common/icon_help.png) no-repeat;}
.help_txt {display:inline-block;margin-top:7px;}
.help_box p {position:relative;display:block;padding-left:8px;line-height:1.5;margin-top:12px;font-size:13px;}
.help_box p:before {content:'';position:absolute;left:0px;top:8px;width:2px;height:2px;background:#666;}

/* 저작권 */
.individual_info {margin-top:20px;padding:30px;border:1px solid #ccc;background:#fff;line-height:1.9;}
.box_gray {padding:20px 25px;background:#f5f5f5;margin-top:0;border:none;}
.box_gray div {margin-top:20px;line-height:1.9;}
.box_gray div:first-child {margin-top:0;}
.box_gray .dot dd{position:relative;padding-left:11px;}
.box_gray .dot dd:before {content:''; position:absolute;left:0px;top:11px;width:4px;height:1px;background:#666;}
div .individual_dis  {margin-top:40px;}
.tit_set {font-size:14px;color:#111;font-weight:bold;}
.tit_1set {font-size:15px;color:#111;font-weight:bold;}
.tit_2set {font-size:16px;color:#111;font-weight:bold;}
.tit_3set {font-size:17px;color:#111;font-weight:bold;}
.tit_4set {font-size:18px;color:#111;font-weight:bold;}

/* login */
#login {width:590px;min-height:400px;margin:0 auto;margin-top:100px; margin-bottom:100px;}
#login .logo {text-align:center;}
.input_id{padding:10px; border:1px solid #ddd; width:280px; margin-bottom:7px;color:#888;}
#login .login_box {position:relative;margin-top:40px;padding:50px 50px;background:#f5f5f5;}
#login input.input_id {width:380px;height:40px;margin-bottom:10px;color:#888;}
#login .login_btn{position:absolute;right:50px;top:50px;width:100px;height:90px;line-height:90px;text-align:center;border-radius:5px;background:#f36f21;color:#fff;}
#login .btn_idpw_join {text-align:center;margin-top:20px;}
#login .btn_idpw_join a{position:relative;text-decoration:underline;padding-left:15px;margin-left:15px;}
#login .btn_idpw_join a:before {content:''; position:absolute;left:0px;top:2px;width:1px;height:12px;background:#ccc;}
#login .btn_idpw_join a:first-child {padding-left:0;margin-left:0;}
#login .btn_idpw_join a:first-child:before {background:none;}

/* member_find */
#member_find .section {width:47%;}
#member_find .section table {margin-top:10px;}

/* join */
.joinStep {width:100%;border-top:1px solid #666;padding:30px 0;text-align:center;}
.joinStep li {display:inline-block;background:url(../images/new_img/common/arr_join.png) left center no-repeat;padding-left:30px;margin-left:30px;}
.joinStep li:first-child {padding-left:0;margin-left:0px;background:none;}
.joinStep li .num {display:inline-block;background:#aaa;width:35px;height:35px;line-height:37px;color:#fff;text-align:center;font-weight:bold;border-radius:30px;letter-spacing:0;}
.joinStep li .num.on {background:#f36f21;}
.joinStep li .tit {margin-left:10px;font-size:15px;}
.joinStep li .tit.on {color:#f36f21;}

.member_wrap .txt_box_bg {background:#f5f5f5;padding:25px;line-height:1.8;border:none;}
.terms {height:110px;overflow:auto;overflow-y:scroll;border:solid 1px #ccc;margin:10px 0 15px 0;padding:15px;font-size:13px;line-height:1.9;}
.individual_dis dd {padding-left:20px;line-height:200%;}
.individual_dis.dot dd {position:relative;padding-left:10px !important;}
.individual_dis.dot dd:before {content:''; position:absolute;left:0px;top:11px;width:4px;height:1px;background:#666;}
.terms dl {margin-top:10px;}
.terms dl:first-child {margin-top:0 !important;}
.member_wrap .txt_box_bg .icon_info {margin-bottom:0;}
.member_wrap .email {text-align:center;line-height:1.8;padding-top:90px;margin-bottom:30px;background:url(../images/new_img/common/icon_email.png) center 40px no-repeat;border-top:1px solid #efefef;}
.member_wrap .complete {text-align:center;line-height:1.8;padding-top:90px;margin-bottom:30px;background:url(../images/new_img/common/icon_complete.png) center 40px no-repeat;border-top:1px solid #efefef;}

/* member */
.multi {display:inline-block;width:100px;height:100px;border:1px solid #ccc;vertical-align:top;}
.multi .multiInput img {width:100%;height:100%;}
.filebox {position:relative;display:inline-block;}
.filebox .file {display:inline-block;width:1px;height:1px;position:absolute;top:2px;left:2px;font-size:0;line-height:0;overflow:hidden;z-index:-1;}
.filebox .file_btn,
.filebox .file_list {display:inline-block;}
.filebox .file_list .file_name{color:#666;border-bottom:1px solid #666;}
.filebox label {margin-right:10px;cursor:pointer;}
.filebox label.disable{cursor:auto;}

/* 멀티미디어 슬라이드 */
.multi_sliderkit {position:relative;overflow:hidden;text-align:center;width:100%;height:130px;}   
.multi_sliderkit .sliderkit-nav {z-index:10;position:absolute;text-align:left;width:100%;margin-top: 0px;}
.multi_sliderkit .sliderkit-nav-clip {position:relative;overflow:hidden;margin:0 auto;padding-right:0;height:130px;}
.multi_sliderkit .sliderkit-nav-clip ul {position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.multi_sliderkit .sliderkit-nav-clip ul li {float:left;width:105px;margin:0 12px 0 0;text-align:center;position:relative;}
.pop_contents .multi_sliderkit .sliderkit-nav-clip ul li {margin:0 25px 0 0 !important;}/* popup li 간격 조정 */
.multi_sliderkit .sliderkit-nav-clip ul li a {display:block;width:105px;height:105px;overflow:hidden;margin:0;border:1px solid #f5f5f5;}
.multi_sliderkit .sliderkit-nav-clip ul li a img {width:100%;height:100%}
.multi_sliderkit .sliderkit-nav-clip ul li a:hover {border:1px solid #f36f21;cursor:pointer;}
.multi_sliderkit .sliderkit-nav-clip ul li p {font-size:14px;margin-top:5px;letter-spacing:0px;}

.multi_sliderkit .sliderkit-nav .sliderkit-btn {z-index:10;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-btn {position:absolute;top:47px;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-btn span{display:none;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-prev {left: 0px;display:inline-block;width:23px;height:23px;background:url(../images/new_img/common/arr_multi_c.png) 0px 0px no-repeat;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-next {right: 0px;display:inline-block;width:23px;height:23px;background:url(../images/new_img/common/arr_multi_c.png) -50px 0px no-repeat;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-prev:hover,
.multi_sliderkit .sliderkit-nav .sliderkit-nav-prev:focus{background-position:0px -50px;}
.multi_sliderkit .sliderkit-nav .sliderkit-nav-next:hover,
.multi_sliderkit .sliderkit-nav .sliderkit-nav-next:focus{background-position:-50px -50px;}
.multi_sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc;}

/* 특수 문자 */
.pop_box {position:relative;display:inline-block;border:1px solid #ccc;border-top:none;padding:20px 25px;}
.webfont li {float:left;font-size:25px;height:40px;width:50px;padding-top: 5px;text-align:center;}

/* 설문 */
.surveyList > div {margin-top:30px;}

/* small_search */
.small {width:445px;}
.small header {width:100%;height:50px;background:#f5f5f5;padding:9px 20px;box-sizing:border-box;}
.small header h1.logo {display:inline-block;width:79px; height:28px;background:url(../images/new_img/common/logo_B.png) no-repeat;background-size:79px 28px;}
.small header .small_nav {float:right;height:26px;margin-top:3px;}
.small header .small_nav li {float:left;margin-left:5px;}
.small header .small_nav li:first-child {margin-left:0 !important;}
.small header .small_nav li a.pre,
.small header .small_nav li a.next {position:relative;display:inline-block;width:22px;height:26px;box-sizing:border-box;border:1px solid #888;border-radius:3px;background:#fff;}
.small header .small_nav li a.pre:before {position:absolute;content:'';left:8px;top:8px;width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -30px 0}
.small header .small_nav li a.next:before {position:absolute;content:'';left:8px;top:8px;width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -60px 0}

.small #container {width:100%;padding:20px 20px 30px;text-align:center;min-height:450px;}
.small #search_area {position:relative;}
.small #search_box {width:405px;}
.small #search_box .search_form {width:345px;margin-left:0;}
.small #search_box .search_form .search_input {width:100%;}
.small #search_box .search_auto_box .auto_list {width:405px;}

.small .main_tit {display:inline-block;text-align:center;}
.small .main_tit h2 {display:inline-block;width:130px;height:46px;background:url('../images/new_img/common/logo_B.png') no-repeat 0 0;margin:0 auto;background-size:130px 46px;}
.small .main_tit .slogan {font-size:17px;color:#111;}

.small_cont_wrap {height:390px;overflow-y:auto;text-align:left;padding-right:15px;margin-top:30px;}
.small_cont_wrap.view {height:364px !important;}
.small_cont_wrap.search_none {padding:0;line-height:1.5;}

/* tab */
.small_tab {position:relative;width:100%;height:45px;}
.small_tab:before {position:absolute;content:'';left:0;top:43px;width:100%;height:2px;background:#f36f21;}
.small_tab li {float:left;width:21%;display:inline-block;}
.small_tab li a {display:inline-block;width:100%;padding-left:5px;}
.small_tab li:first-child a {padding-left:0;}
.small_tab li a span {display:inline-block;width:100%;height:45px;line-height:43px;background:#f5f5f5;border:1px solid #ccc;border-bottom:none !important;border-radius:5px 5px 0 0;box-sizing:border-box;font-size:16px;text-align:center;}
.small_tab li:nth-of-type(2) {width:37% !important;}
.small_tab li a.selected span {position:relative;font-weight:bold;color:#f36f21;border:2px solid #f36f21;background:#fff;}

.small_tab_sm {position:relative;width:100%;height:40px;}
.small_tab_sm:before {position:absolute;content:'';left:0;top:39px;width:100%;height:1px;background:#ccc;}
.small_tab_sm li {float:left;width:50%;display:inline-block;}
.small_tab_sm li a {display:inline-block;width:100%;padding-left:5px;}
.small_tab_sm li:first-child a {padding-left:0;}
.small_tab_sm li a .text {display:inline-block;width:100%;height:40px;line-height:39px;background:#fff;border:1px solid #ccc;border-bottom:none !important;border-radius:5px 5px 0 0;box-sizing:border-box;font-size:16px;text-align:center;}
.small_tab_sm li a.selected .text {position:relative;font-weight:bold;color:#fff;border:1px solid #f36f21;background:#f36f21;}
.small_tab_sm li a.disabled .text {background:#f5f5f5;border:1px solid #dfdfdf;color:#bbb;cursor:default;}
.small_tab_sm li a em {font-size:13px;color:#999;padding-left:3px;}
.small_tab_sm li a.selected em {color:#ffd7bf;}

.small_tab_sm [data-tooltip-text]:after {min-width:150px;content:attr(data-tooltip-text);}
.small_tab_sm [data-tooltip-text]:hover:after {left:-140px;}

/* paging */
.small_cont_wrap .paging_area {margin-bottom:10px;}
.small_cont_wrap .paging_area .btn_prev {margin-right:10px;}
.small_cont_wrap .paging_area .btn_next {margin-left:10px;}
.small_cont_wrap .paging_area .paging_num a {width:23px;font-size:13px;}

.small h1.login_logo {display:inline-block;width:130px;height:46px;background:url('../images/new_img/common/logo_B.png') no-repeat 0 0;margin:0 auto;background-size:130px 46px;}
.small .login_box {position:relative;margin:40px 0px;}
.small .login_box input.input_id {height:40px;margin-bottom:10px;color:#888;}
.small .login_box .login_btn {width:100%;display:inline-block;font-weight:bold;height:40px;line-height:40px;text-align:center;border-radius:5px;background:#f36f21;color:#fff;}
.small .btn_idpw_join {text-align:center;margin-top:20px;}
.small .btn_idpw_join a{position:relative;text-decoration:underline;padding-left:15px;margin-left:15px;}
.small .btn_idpw_join a:before {content:''; position:absolute;left:0px;top:2px;width:1px;height:12px;background:#ccc;}
.small .btn_idpw_join a:first-child {padding-left:0;margin-left:0;}
.small .btn_idpw_join a:first-child:before {background:none;}

.small .search_meaning dl dt {display:block;width:100%;margin-bottom:5px;}
.small .search_meaning dl dt:before,
.small .search_view_list dl dd:before {top:7px;}
.small .search_meaning dl dd {padding-left:10px;}

.small .hand_txt {width:100% !important;margin-left:0;margin-top:10px;}

/* wordmap */
.wordmap {min-width:900px;}
.wordmap header {position:relative;display:inline-block;width:100%;background:#f5f5f5;padding:10px 20px 6px;box-sizing:border-box;}
.wordmap header h1.logo {display:inline-block;width:158px; height:27px;background:url(../images/new_img/common/wordmap_logo.png) no-repeat;background-size:158px 27px;vertical-align:top;margin-top:6px;}
.wordmap header .small_nav {position:absolute;top:10px;left:695px;display:inline-block;height:26px;margin-top:10px;}
.wordmap header .small_nav li {float:left;margin-left:5px;}
.wordmap header .small_nav li:first-child {margin-left:0 !important;}
.wordmap header .small_nav li a.pre,
.wordmap header .small_nav li a.next {position:relative;display:inline-block;width:22px;height:26px;box-sizing:border-box;border:1px solid #888;border-radius:3px;background:#fff;}
.wordmap header .small_nav li a.pre:before {position:absolute;content:'';left:8px;top:8px;width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -30px 0}
.wordmap header .small_nav li a.next:before {position:absolute;content:'';left:8px;top:8px;width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -60px 0}

.wordmap #search_area {position:relative;display:inline-block;width:405px;margin-left:55px;}
.wordmap #search_box {width:405px;background:#fff;}
.wordmap #search_box .search_form {width:345px;margin-left:0;}
.wordmap #search_box .search_form .search_input {width:100%;}
.wordmap #search_box .search_auto_box .auto_list {width:405px;}

.wordmap .wordmap_search_result {padding-left:20px;padding-right:20px;width:900px;}
.wordmap .wordmap_search_result dt {position:relative;display:inline-block;line-height:24px;}
.wordmap .wordmap_search_result dt .btn_blank {position:absolute;top:0;left:725px;}

.message li {position:relative;line-height:1.5;margin-top:15px;padding-left:10px;}
.message li:first-child {margin-top:0;}
.message li:before {content:"";position:absolute;left:0px;top:7px;width:3px;height:3px;background:#f36f21;}

.wordmap .wordmap_view_wrap {height:610px;overflow-y:auto;}
.wordmap .wordmap_cont_wrap {margin-right:20px;padding:0 20px;max-width:900px;height:610px;overflow-y:auto;}
.wordmap .search_head {border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:15px;}
.wordmap .search_tit {position:relative;padding-left:20px;}
.wordmap .search_tit:before {content:"";position:absolute;left:0;top:0px;width:16px;height:20px;background:url(../images/new_img/common/wordmap_icon.png) no-repeat;}

.wordmap .search_cnt {font-size:13px;color:#ffa169;border:none;}
.wordmap .graph_content {position:relative;height:550px;overflow:hidden;margin-bottom:20px;border-bottom:1px solid #ccc;}
.wordmap .search_tit_B {font-size:19px;color:#111;font-weight:bold;}



/***********************
	COMMON
***********************/
/* board List */
.boardList {width:100%;border:0;border-spacing:0;border-collapse:collapse;border-top:1px solid #666;text-align:center;}
.boardList th,
.boardList td {padding:8px 15px;border-bottom:1px solid #ccc;letter-spacing:0px !important;line-height:170%;font-size:14px;}
.boardList tbody th {color:#111 !important;}
.boardList th {background:#f5f5f5;color:#111!important;vertical-align:middle;text-align:center;}
.boardList td {color:#666;}
.boardList th.box_title_O {color:#f36f21;background:#fef0e8;border:1px solid #fef0e8;}
.boardList th.box_title_G {color:#111;background:#f5f5f5;border:1px solid #f5f5f5;}
.boardList .boardList {vertical-align:middle;padding:40px 0;color:#999;}
.boardList_check {padding:0;margin:0;}
.boardList_check td {padding:3px 0;border:0;height:29px;}
.boardList_check.tdH td {padding:8px 0;border:0;}
.boardList_check.tdH2 td {padding:4px 0;border:0;}
.boardList_check.tdH2 td label {margin-right:0;}
.checkAll {border-bottom:1px solid #ccc;width:100%;display:block;padding-bottom:16px;margin-bottom:1px;}
.scrollH {display:inline-block;width:100%;height:408px;overflow-y:auto;}
.boardList sup {display:inline-block;font-size:13px;vertical-align:4px;margin-left:2px;}

a.btn_table_up,
a.btn_table_down {position:relative;display:inline-block;width:18px;height:10px;}
a.btn_table_up:before {content:"";position:absolute;left:3px;top:-4px;border:6px solid transparent;border-bottom:6px solid #888;}
a.btn_table_down:before {content:"";position:absolute;right:3px;top:2px;border:6px solid transparent;border-top:6px solid #888;vertical-align: top;}

.view_content {padding:20px 30px !important;min-height:150px;vertical-align:top;}
.prev_next.prev:before{content:'';display:inline-block;width:10px;height:7px;background:url(../images/new_img/common/arr_prevnext.png) 0px -25px no-repeat;padding-right:10px;vertical-align:middle;}
.prev_next.next:before{content:'';display:inline-block;width:10px;height:7px;background:url(../images/new_img/common/arr_prevnext.png) 0px 0px no-repeat;padding-right:10px;vertical-align:middle;}

.detailList {width:100%;border-spacing:0;border-collapse:collapse;border:1px solid #e1e1e1;text-align:center;}
.detailList th,
.detailList td {padding:4px 10px;border-left:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;}

.tbl_info {width:100%;border-spacing:0;border-collapse:collapse;border:0;border-top:1px solid #ccc;text-align:center;}
.tbl_info th,
.tbl_info td {padding:10px 10px;border-bottom:1px solid #ccc;}

.boardOld {border:0;border-spacing:0;border-collapse:collapse;text-align:center;}
.boardOld td {line-height:170%;}
.boardTit {font-size:14px;line-height:2.4;}

/* paging */
.paging_area {margin-top:40px;text-align:center;}
.paging_area span {display:inline-block;vertical-align:middle;}
.paging_area a {display:inline-block;}
.paging_area .btn_first a, .paging_area .btn_last a, .paging_area .btn_prev a, .paging_area .btn_next a {padding:7px;text-indent:-999em;font-size:0;line-height:0;overflow:hidden;vertical-align:2px;}
.paging_area .btn_prev {margin-right:20px;}
.paging_area .btn_next {margin-left:20px;}
.paging_area .btn_first a:before {display:inline-block;content:'';width:10px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat 0 0;}
.paging_area .btn_last a:before {display:inline-block;content:'';width:10px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -90px 0}
.paging_area .btn_prev a:before {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -30px 0}
.paging_area .btn_next a:before {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -60px 0}
.paging_area .paging_num a {width:30px;height:30px;text-align:center;color:#999;line-height:30px;}
.paging_area .paging_num.on a {font-weight:bold;color:#fff;background:#f36f21;vertical-align:middle;border-radius:3px;}

/* form tag */
input[type=text], input[type=password] {display:inline-block;width:100%;height:34px;padding:0 10px;color:#666;background:#fff;border:1px solid #ccc;vertical-align:middle;}
input[type=text]::-ms-clear {color:#666;width:15px;height:15px;} 
input:disabled, textarea:disabled {background:#f5f5f5;border:1px solid #ddd;}
.radiobox input[type=radio]:disabled+label:before,
.checkbox input[type=checkbox]:disabled+label:before {border:1px solid #ddd;background:#f5f5f5;cursor:default !important;}

textarea {display:inline-block;width:100%;padding:5px 10px;color:#666;line-height:170%;border:1px solid #ccc;resize:none;}
textarea:-moz-placeholder {color:#999;}
textarea::placeholder {color:#999;}
textarea:-ms-input-placeholder {color:#999;}
textarea::-webkit-input-placeholder {color:#999;}

/* select */
.selectbox {display:inline-block;position:relative;background:#fff;}
.selectbox .ui-selectmenu-button {display:inline-block;width:100%;height:34px;line-height:33px;padding:0 10px;position:relative;text-align:left;border:1px solid #ccc;vertical-align:middle;cursor:pointer;}/* 20201120 */
.selectbox .ui-selectmenu-icon {display:inline-block;width:10px;height:5px;position:absolute;right:10px;top:50%;margin-top:-3px;background:url(../images/new_img/common/arr_select.png) no-repeat 0 0;}
.selectbox .ui-selectmenu-button-open .ui-selectmenu-icon {background-position-y:-15px;}
.selectbox .ui-selectmenu-text {display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:14px !important;font-family:'Nanum Barun Gothic';}
.selectbox .ui-selectmenu-menu {display:none;position:absolute;top:0;left:0;}
.selectbox.scroll .ui-selectmenu-menu .ui-menu {height:160px;overflow-y:auto;}
.selectbox .ui-selectmenu-menu .ui-menu {margin-top:-1px;padding:4px 0;overflow-y:auto;border:1px solid #ccc;background:#fff;}
.selectbox .ui-selectmenu-menu .ui-menu li {color:#666;height:30px;padding-left:10px;text-align:left;line-height:30px;cursor:pointer;font-size:14px !important;font-family:'Nanum Barun Gothic';}
.selectbox .ui-selectmenu-menu .ui-menu li:hover {background:#f9f9f9;}
.selectbox .ui-widget-content .ui-state-active {border:0 !important;}
.selectbox .ui-selectmenu-open {display:block;z-index:2;}

/* radiobox, checkbox*/
.radiobox, .checkbox {position:relative;margin-top:10px;display:block;color:#666;}
.radiobox:first-child, .checkbox:first-child {margin-top:0;}
.radiobox, .checkbox {position:relative;}
.radiobox input[type=radio],
.checkbox input[type=checkbox] {display:inline-block;width:0;height:0;position:absolute;top:10px;left:0px;overflow:hidden;z-index:-1;}
.radiobox input[type=radio]+label,
.checkbox input[type=checkbox]+label {position:relative;display:inline-block;padding-left:22px;line-height:120%;}
.radiobox input[type=radio]+label:before,
.checkbox input[type=checkbox]+label:before {display:inline-block;content:'';width:16px;height:16px;border-radius:16px;background:#fff;border:1px solid #bbb;vertical-align:top;
	overflow:hidden;box-sizing:border-box;position:absolute;left:0;}
.checkbox input[type=checkbox]:focus+label:before,
.radiobox input[type=radio]:focus+label:before {outline:1px dotted #111 !important;}/* 20201120 */
.radiobox input[type=radio]:checked+label:before {background:#fff;border:4px solid #f36f21;box-sizing:border-box;}
.checkbox input[type=checkbox]:checked+label:before {background:#f36f21 url(../images/new_img/common/btn_check.png) center center no-repeat;border-color:#f36f21;}
.checkbox input[type=checkbox]+label:before {border-radius:2px;}
.radiobox.col label, .checkbox.col label {margin-right:18px;}
.radiobox.col label:last-child, .checkbox.col label:last-child {margin-right:0 !important;}
.radiobox.row p {margin-top:5px;}
.radiobox.row p:first-child {margin-top:0;}
.radiobox.sol,
.checkbox.sol {content: '';height:16px;text-align:center !important;}
.radiobox.sol input[type=radio]+label,
.checkbox.sol input[type=checkbox]+label {padding-left:0 !important;line-height:normal;width:16px;height:16px;}

/* button */
.btn {display:inline-block;margin:0 auto;font-size:15px;font-weight:bold;background:#f36f21;min-width:150px;padding:11px 15px;color:#fff;border-radius:3px;}
.gray {background:#aaa;}
.btn_sm {position:relative;display:inline-block;margin:0 auto;font-size:13px;font-weight:bold;padding:0px 12px;height:26px;line-height:24px;color:#3a4250;border:1px solid #3a4250;border-radius:3px;background:#fff;}
.btn_smH {height:34px;line-height:32px !important;}
.btn_smH.down:before {top:11px;}
.btn_sm.red {border:1px solid #ee3a49;color:#ee3a49;}
.btn_sm.on {background:#f36f21;border:1px solid #f36f21;color:#fff;}
.sm_gray {font-size:13px;padding:0 3px;color:#777;border:1px solid #888;font-weight:normal;line-height:25px;}
.sm_wid {padding:0 8px;}
.btn_sm.add_sol {background:#fff url(../images/new_img/common/btn_adddel.png) 8px 8px no-repeat;vertical-align:top;}
.btn_sm.del_sol {background:#fff url(../images/new_img/common/btn_adddel.png) -31px 8px no-repeat;vertical-align: top;}
.btn_sm.excel {border:1px solid #2e7d32;color:#2e7d32;}
.btn_sm.excel:before {position:absolute;content:'';top:7px;left:10px;width:10px;height:10px;background:url(../images/new_img/common/btn_down_excel.png) no-repeat;}
.add,
.del,
.down {position:relative;padding-left:25px;vertical-align:middle;}
.down:before {position:absolute;content:'';top:7px;left:10px;width:10px;height:10px;background:url(../images/new_img/common/btn_down.png) no-repeat;}
.add:before {position:absolute;content:'';top:7px;left:10px;width:8px;height:8px;background:url(../images/new_img/common/btn_adddel.png) no-repeat;}
.del:before {position:absolute;content:'';top:7px;left:10px;width:8px;height:8px;background:url(../images/new_img/common/btn_adddel.png) -40px 0 no-repeat;}
.up_sol,
.down_sol {width:26px;height:26px;vertical-align:top;}
.up_sol:before, 
.down_sol:before {position:absolute;content:'';top:10px;left:9px;width:6px;height:3px;background:url(../images/new_img/common/btn_example_gray.png) 0 -15px no-repeat;}
.down_sol:before {background:url(../images/new_img/common/btn_example_gray.png) no-repeat;}
.black,
.reset {background:#3a4250;color:#fff;}
.grayLine {color:#999;border:1px solid #999;}
.bookList {font-size:14px;color:#111;border-bottom:1px solid #111;font-weight:normal;background:url(../images/new_img/common/icon_booklist.png) 0px 1px no-repeat;padding-left:17px;
	vertical-align:top;cursor:pointer;}
.btn_example {display:inline-block;line-height:16px;color:#f36f21;font-weight:bold;background:url(../images/new_img/common/btn_example.png) right -10px no-repeat;text-decoration:underline;padding-right:14px;}
.btn_example.on {color:#f36f21;background:url(../images/new_img/common/btn_example.png) right 6px no-repeat;}
.sns {position:relative;display:inline-block;width:26px;height:26px;border:1px solid #ccc;vertical-align:middle;border-radius:3px;text-align:center;background:#fff;}
.sns.print:before {position:absolute;content:'';top:5px;left:4px;width:16px;height:14px;background:url(../images/new_img/common/icon_sns.png) 0 0 no-repeat;}
.simpleImg,
.detailImg {vertical-align:middle !important;}
.simpleImg:before {position:absolute;content:'';top:6px;left:5px;width:14px;height:12px;background:url(../images/new_img/common/btn_simpimg.png) 0 0 no-repeat;}
.detailImg:before {position:absolute;content:'';top:6px;left:5px;width:14px;height:12px;background:url(../images/new_img/common/btn_simpimg.png) -40px 0 no-repeat;}
.simpleImg.on,
.detailImg.on {border:1px solid #f36f21;}
.simpleImg.on:before {position:absolute;content:'';top:6px;left:5px;width:14px;height:12px;background:url(../images/new_img/common/btn_simpimg.png) 0 -30px no-repeat;}
.detailImg.on:before {position:absolute;content:'';top:6px;left:5px;width:14px;height:12px;background:url(../images/new_img/common/btn_simpimg.png) -40px -30px no-repeat;}
.twitter:before {position:absolute;content:'';;top:5px;left:8px;width:9px;height:14px;background:url(../images/new_img/common/icon_sns.png) -50px 0 no-repeat;}
.facebook:before {position:absolute;content:'';;top:5px;left:9px;width:6px;height:14px;background:url(../images/new_img/common/icon_sns.png) -100px 0 no-repeat;}
.btn_edit {color:#f36f21;line-height:20px;vertical-align:top;}
.btn_edit:before {display:inline-block;content:'';width:20px;height:20px;background:url(../images/new_img/common/btn_edit.png) 0 0 no-repeat;vertical-align:top;padding-left:5px;}
.btn_ban {color:#ee3a49;line-height:20px;vertical-align:top;}
.btn_ban:before {display:inline-block;content:'';width:20px;height:20px;background:url(../images/new_img/common/btn_edit.png) -140px 0 no-repeat;vertical-align:top;padding-left:5px;}
.btn_request {color:#4c5360;line-height:20px;vertical-align:top;}
.btn_request:before {display:inline-block;content:'';width:20px;height:20px;background:url(../images/new_img/common/btn_edit.png) -70px 0 no-repeat;vertical-align:top;padding-left:5px;}
.btn_opt {color:#f36f21;border:1px solid #f36f21;padding-right:25px;}
.btn_opt:after {content:'';position:absolute;right:10px;top:10px;width:6px;height:3px;background:url(../images/new_img/common/btn_example.png) 0 -15px no-repeat;}
.btn_opt.on {color:#f36f21;background:#fff;}
.btn_opt.on:after {background:url(../images/new_img/common/btn_example.png) no-repeat;}
.zoomin, .zoomout {padding:0 8px;vertical-align:middle;}
.zoomout {font-size:10px;}
.btn_txt {position:relative;font-size:14px;color:#666;border-bottom:1px solid #666;font-weight:normal;margin-right:30px;}
.btn_txt:before {position:absolute;content:'';right:-9px;top:4px;width:3px;height:6px;background:url(../images/new_img/common/btn_arr.png) no-repeat;}
.btn_blank:after {content:'';display:inline-block;vertical-align:-1px; width:10px;height:10px;background:url(../images/new_img/common/icon_window.png)  no-repeat;margin-left:7px;}
.soundLink {text-decoration:underline;}
.btn_select {display:inline-block;font-size:15px;background:#aaa;color:#fff;border-radius:3px;height:34px;line-height:34px;padding:0 5px;min-width:40px;text-align:center;vertical-align:top;}
.btn_xsm {position:relative;display:inline-block;font-size:13px;color:#111;border-bottom:1px solid #111;line-height:1.1;margin-left:14px;}
.btn_xsm:before {position:absolute;content:'';left:-7px;top:2px;width:1px;height:11px;background:#aaa;}
.btn_xsm:first-child {margin-left:0;}
.btn_xsm:first-child:before {background:none;}

/* etc */
.icon_info {position:relative;padding-left:22px;line-height:1.9 !important;}
.icon_info:before {position:absolute;content:'';top:6px;left:0;width:15px;height:15px;background:url(../images/new_img/common/icon_info.png);}
.mem_info .icon_info:before {top:5px;}

.techTerm {display:table;margin-top:10px;}
.techTerm dt {display:table-cell;width:149px;vertical-align:middle;}
.techTerm dd {display:table-cell;}

.wordButton {display:inline-block;margin-left:15px;}
.wordButton a {margin-left:2px;}
.wordButton a:first-child {margin-left:0px;}

.letter_input_ex dt {line-height:1.4;margin-bottom:5px;}
.letter_input_ex dd,
.letter_input li {display:inline-block;}
.letter_input_ex dd input,
.letter_input li input {padding:0 3px;height:28px;line-height:27px;text-align:center;}
.letter_txt {font-size:13px;}
.hyphen {vertical-align:bottom;}
.example,
.example.on {font-size:13px;display:inline-block;background:#f5f5f5;padding:15px;margin-top:10px;}
.example p {line-height:1.2;}

.word_head {font-size:24px;font-weight:bold;color:#111;}
.word_head_txt {width:100%;background:#f5f5f5;padding:15px 25px;margin-top:15px;}
.word_head_txt > dl {display:table;margin-top:10px;}
.word_head_txt > dl:first-child {margin-top:0;}
.word_head_txt > dl dt {display:table-cell;width:80px;color:#666;}
.word_head_txt > dl dd {display:table-cell;}
.word_head_txt.form p {position:relative; line-height:1.8;padding-left:12px;}
.word_head_txt.form p:before {position:absolute;content:'*';top:0px;left:0;width:6px;height:20px;color:#ee3a49;}

.multi_info {margin-top:0;}
.multi_info dt:before {position:absolute;content:'';left:0px;top:6px;width:3px;height:3px;background:#111;}
.multi_info dt {position:relative;color:#111 !important;font-weight:bold;padding-left:9px;}



@media screen and (-webkit-min-device-pixel-ratio:0) {
   .btn_sm {line-height:26px !important;}
   .btn_smH {line-height:32px !important;}   
   .btn_select {line-height:35px !important;}
}



/***********************
	POPUP
***********************/
.pop_header {background:#f36f21;font-size:17px;color:#fff;padding:12px 20px 13px 20px;}
.pop_header .time {font-size:14px;color:#fff;font-weight:normal;vertical-align:middle;line-height:20px;}
.pop_contents {padding:30px 20px;}
.pop_contents h2 {font-size:15px;color:#666;font-weight:normal;}

/* 20201216 */
.pop_footer {background:#f5f5f5;display:table;width:100%;height:45px;padding:0 20px;}
.pop_footer span,
.pop_footer a {display:table-cell;vertical-align:middle;}
.pop_footer .close {position:relative;display:inline-block;text-align:right;float:right;padding-right:15px;margin-top:15px;}
.pop_footer .close:after {content:'';position:absolute;right:0px;top:3px;width:8px;height:8px;background:url('../images/new_img/common/pop_close_black.png') no-repeat;}

#oldsearchBox {position:relative;}
#oldsearchBox .oldTextBox {width:100%;height:46px;border:3px solid #f36f21;border-radius:40px;box-sizing:border-box;font-weight:bold;color:#111;font-size:16px;padding-left:20px;padding-right:52px;}
#oldsearchBox .search_btn {position:absolute;right:0px;top:0px;color:#fff; font-size:18px;width:60px;height:45px;background:url('../images/new_img/main/icon_search.png') no-repeat center 12px;}

/* 옛한글입력기 */
.oldTextList {width:100%;background:#fff; border:solid 1px #cccccc;margin-top:10px;padding:10px 20px;}
.oldTextList span {display:inline-block;font-size:20px;text-align:center;line-height:170%;cursor: pointer;}
.oldTextList span.selected {color:#f36f21;}
.oldTextList a {display:inline-block;font-size:20px;text-align:center;line-height:170%;cursor: pointer;}
.oldTextList a.selected {color:#f36f21;}
.oldListView {width:100%;background:#f5f5f5;padding:15px;margin-top:10px;}
.oldListView .zoom {background:#fff;border:solid 1px #ddd;color:#f36f21;font-weight:bold;font-size:38px;height:52px;line-height:100%;}

/* search_result */
.pop_contents .bul_no dd {padding-left:0px;}
.pop_contents .bul_no dd:before {background:none;}
.pop_contents .pop_tit {font-size:15px;font-weight:bold;color:#111;margin-bottom:8px;}
.pop_contents .search_result > .group {margin-top:40px;}
.pop_contents .search_result > .group:first-child {margin-top:0;}
.pop_contents .search_meaning dl {margin-top:10px;}
.pop_contents .search_meaning dl:first-child {margin-top:0;}
.pop_contents .search_meaning dl dt {width:100%;display:block;margin-bottom:5px;}
.pop_contents .search_meaning dl dt:before {top:7px;}
.pop_contents .search_meaning dl dd {padding-left:10px;width:100%;display:block;}

/* 수어 정보 */
.pop_contents .hand_video_wrap {display:block;}
.pop_contents .hand_video {width:310px;height:205px;float: left;}
.pop_contents .hand_txt {width:420px;float:right;color:#666;line-height:1.5;padding:15px 20px;height:205px;background:#f5f5f5;overflow-y:auto;}
.pop_contents .hand_txt span {padding-bottom:15px;}
.pop_contents .ccl_info strong {color:#111;font-weight:normal;}

/* 비교 */
.compare_wrap {position:relative;display:table;width:100%;}
.compare_wrap:after {content:'';width:1px;height:100%;display:block;background:#ccc;position:absolute;left:50%;}
.compare_wrap > div {display:table-cell;width:50%;vertical-align:top;}
.compare_wrap > div .compare {width:94%;;}
.compare .title {color:#f36f21;background:#fef0e8;border:1px solid #fef0e8;font-size:16px;font-weight:bold;text-align:center;padding:10px 15px;}
.compare_wrap.box {border:1px solid #ccc;border-top:none;}
.compare_wrap.box > div {padding:30px;}

/* 쪽지관리 */
.receiver_wrap {display:table;width:100%;}
.receiver_wrap > div {display:table-cell;vertical-align:top;}
.receiLeft {width:60%;}
.receiRight {width:30%;}
.receiSelect {width:100%;height:452px;padding:15px 20px;line-height:1.5;}
.receiBtn {vertical-align:middle !important;text-align:center;}
.arr_insert,
.add_del {position:relative;}
.arr_inser {}
.arr_insert:after {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -60px 0;margin-left:5px;}
.add_del:before {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -30px 0;margin-right:5px;}

/* btn */
.pop_contents .p_btn_prev a, .pop_contents .p_btn_next a {padding:6px 7px 6px;text-indent:-999em;font-size:0;line-height:0;overflow:hidden;}
.pop_contents .p_btn_prev,
.pop_contents .p_btn_next {border:1px solid #999;border-radius:3px;}
.pop_contents .p_btn_prev a:before {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -30px 0}
.pop_contents .p_btn_next a:before {display:inline-block;content:'';width:4px;height:8px;background:url(../images/new_img/common/btn_page.png) no-repeat -60px 0}
.header_wrap {position:relative;}
.header_wrap .colse {position:absolute;right:20px;top:15px;width:14px;height:14px;background:url(../images/new_img/common/pop_close_B.png) no-repeat;}

/* notice */
.notice_content {height:570px;overflow-y:auto;line-height:1.8;}
.notice_content .tit {font-weight:bold;color:#111;}
.notice_footer {font-size:13px;background:#3e4146;height:36px;padding:10px 20px;}
.notice_footer a.notice_no {color:#fff;border-bottom:1px solid #fff;}
.notice_footer a.notice_close {position:relative;float:right;color:#fff;padding-right:17px;}
.notice_footer a.notice_close:after {content:'';position:absolute;right:0;top:3px;width:8px;height:8px;background:url(../images/new_img/common/pop_close.png) no-repeat;}



/***********************
	LAYER POPUP
***********************/
.popup_container{display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:100;}
.popup_container .dim{display:none;width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,.6);}
.layer_box{display:none;position:absolute;left:50%;background:#fff;z-index:100;}
.layer_box .pop_head {min-height:50px;padding:5px 60px 5px 30px;line-height:50px;background:#f36f21;}
.layer_box .pop_head h2{font-size:17px;color:#fff;line-height:40px;}
.layer_box .pop_cont {padding:30px 20px 40px;color:#666;}
.layer_box .btn_close {padding:10px;position:absolute;top:8px;right:20px;text-indent:-999em;font-size:0;line-height:0;overflow:hidden;}
.layer_box .btn_close:before {display:inline-block;content:'';width:13px;height:13px;background:url(../images/new_img/common/btn_close_pop.png) no-repeat;}


/* CSS 추가 작업 */

/*검색 결과 추가 CSS*/
.search_result dd.new{display:block;width:100%;margin-bottom:10px;line-height:18px; padding-left:4px;background:url(../images/icon/icon_new.png) no-repeat left top;}
.search_result dd span.word_pro{display:inline-block;width:30px; height:11px; padding-left:10px;background:url(../images/icon/icon_propsal.png) no-repeat 4px top;}
.search_result dd span.word_pro_1{display:inline-block;width:30px; height:11px; padding-left:5px;background:url(../images/icon/icon_propsal_1.png) no-repeat 4px top;}
.search_result dd span.word_pro_2{display:inline-block;width:30px; height:11px; padding-left:5px;background:url(../images/icon/icon_new.png) no-repeat 4px top;}

/*자세히 찾기(동적 생성) 추가함.*/
.selectboxEach {display:inline-block;position:relative;}
.selectboxEach .ui-selectmenu-button {display:inline-block;width:100%;height:35px;line-height:33px;padding:0 10px;position:relative;text-align:left;border:1px solid #ccc;vertical-align:middle;cursor:pointer;}
.selectboxEach .ui-selectmenu-icon {display:inline-block;width:10px;height:5px;position:absolute;right:10px;top:50%;margin-top:-3px;background:url(../images/new_img/common/arr_select.png) no-repeat 0 0;}
.selectboxEach .ui-selectmenu-button-open .ui-selectmenu-icon {background-position-y:-15px;}
.selectboxEach .ui-selectmenu-text {display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:14px !important;font-family:'Nanum Barun Gothic';}
.selectboxEach .ui-selectmenu-menu {display:none;position:absolute;top:0;left:0;}
.selectboxEach.scroll .ui-selectmenu-menu .ui-menu {height:160px;overflow-y:auto;}
.selectboxEach .ui-selectmenu-menu .ui-menu {margin-top:-1px;padding:4px 0;overflow-y:auto;border:1px solid #ccc;background:#fff;}
.selectboxEach .ui-selectmenu-menu .ui-menu li {color:#666;height:30px;padding-left:10px;text-align:left;line-height:30px;cursor:pointer;font-size:14px !important;font-family:'Nanum Barun Gothic';}
.selectboxEach .ui-selectmenu-menu .ui-menu li:hover {background:#f9f9f9;}
.selectboxEach .ui-widget-content .ui-state-active {background:#f9f9f9 !important;border:0 !important;}
.selectboxEach .ui-selectmenu-open {display:block;z-index:2;}

/*사전 내용보기 어휘보기 링크 밑줄*/
.search_view_list .word_dis a.wordPageView{text-decoration:underline; text-underline-position:under;}

/* 다의어 */
.div_wrap .different_list {background:#fff;margin-top:5px;padding:10px 0px;max-height:190px !important; height:auto !important;height:190px;}
.div_wrap .different_list ul {overflow: auto;max-height:200px !important;height:170px;}
.div_wrap .different_list ul li {zoom:1;background:url(../images/new_img/line_dot.gif) repeat-x bottom;}
.div_wrap .different_list ul li.last {background:none;}
.div_wrap .different_list ul li:hover {background-color:#f5feff;.zoom:1;}
.div_wrap .different_list ul li div {margin-left:26px;margin-top:-16px;}
.div_wrap .different_list ul li span.word_no {display:inline-block;font-size:13px;}
.div_wrap .different_list ul li a {display:block;padding-bottom:6px;padding-top:7px;padding-right:2px;line-height:20px;}
.div_wrap .different_list ul li a.disabled {color:#adadad;}
.div_wrap .different_list ul li a.disabled span {color:#adadad;margin-right:17px;}

.no_bd {padding:0 !important;border-bottom:none !important;}

.add_set{display:none;}
.add_set.on{display:inline-table;}

.layer_text{position:relative;margin-top:40px;color:#111;padding-left:12px;vertical-align:top;}
.layer_text:before {content:'';position:absolute;left:0px;top:5px;width:4px;height:4px;background:#f36f21;}

.exampleBox_wrap > div > .exampleBox {margin-top:20px;}
.exampleBox_wrap > div > .exampleBox:first-child {margin-top:0px;}

.hanjaBox_gray{color:#666;padding:10px 20px;border:1px solid #ccc;margin-top:10px;line-height:1.7;padding:20px 25px;background:#f5f5f5;margin-top:0;border:none;}
.help_wrap {position: relative;}

.hand_diction li.hand_img img{position:absolute;max-width:100%; max-height:100%;width:auto; height:auto;margin:auto;top:0; bottom:0; left:0; right:0;}

table.boardList th.line_cross{background-image: linear-gradient(to top right,  transparent calc(50% - 1px), #d5d5d5, transparent calc(50% + 1px))}

/* wordmap_search */
.wrap_wordmap{width:900px; height:900px;overflow:hidden; font-family:'Nanum Barun Gothic'; overflow-y:hidden !important;}
.wordmap_content{ position:absolute; top:70px; width:880px !important; height:600px;overflow-y:auto !important; text-align:center; padding:10px 3px 10px 8px;  text-align:left;}
.wordmap_graph_content{ position:relative; top:0px; width:900px !important; height:590px; overflow:hidden; }
.wordmap_graph{width:900px;}
.wordmap_graph_area{top: 100px;}

.d3-slider {font-family: Verdana,Arial,sans-serif;font-size: 1.1em;border: 1px solid #aaaaaa;border-bottom: 0px;z-index: 100;background-image: url('../images/wordmap/bar/scrollbar_07.png') ;height: 100px;width: 18px;display:none;}
.slider_top {position: absolute;left:0px;margin-left: 850px;margin-top:30px;}		
.slider_bt {position: absolute;left:0px;margin-left: 850px;margin-top:143px;}			
.d3-slider-vertical {position: absolute;margin-top:43px;margin-left: 850px;width: 20px;height: 100px;display:block;}      
.d3-slider-handle {position: absolute;width: 18px;height: 9px;border: 0px solid #969696;background-image: url('../images/wordmap/bar/scrollbar_05.png') ;z-index: 101;}
.d3-slider-handle:hover {border: 0px solid #999999;}
.d3-slider-horizontal .d3-slider-handle {}
.d3-slider-vertical .d3-slider-handle {left: 0px;margin-left: 0;margin-bottom: -.6em;  }
#wordInfo_tooltip {margin:12px;padding:12px;border:1px solid #c1c1c1;background-color:#fff;width:250px;overflow-y:auto;position: absolute;z-index: 20000;}

.wordmap_graph_btn {position:absolute;left:700px;display:inline-block;z-index:10;}
.wordmap_graph_btn ul li {float:left;display:inline-block;margin-left:5px;}
.wordmap_graph_btn ul li:first-child {margin-left:0;}

.map_btn {position:relative;display:inline-block;width:29px;height:26px;border:1px solid #3a4250;border-radius:3px;}
.map_btn.mind:before {content:'';position:absolute;top:3px;left:4px;display:inline-block;width:19px;height:18px;background:url(../images/new_img/common/wordmap_btn.png) no-repeat;}
.map_btn.on {background:#3a4250;}
.map_btn.mind.on:before {content:'';position:absolute;top:3px;left:4px;display:inline-block;width:19px;height:18px;background:url(../images/new_img/common/wordmap_btn.png) no-repeat 0px -40px;}
.map_btn.tree:before {content:'';position:absolute;top:3px;left:4px;display:inline-block;width:19px;height:18px;background:url(../images/new_img/common/wordmap_btn.png) no-repeat -35px 0;}
.map_btn.tree.on:before {content:'';position:absolute;top:3px;left:4px;display:inline-block;width:19px;height:18px;background:url(../images/new_img/common/wordmap_btn.png) no-repeat -35px -40px;}

/* 도움말 자간 */
.help_Rsection {letter-spacing:0px;}