a:hover, a:active {text-decoration: none !important;}

/* 필터 : 던전 */
#wowDb .filter_dungeon {position: relative; overflow: hidden; margin-bottom: 15px; padding: 5px; border: 1px solid #2e070c;}
#wowDb .filter_dungeon::before {display: block; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #8c1c1c;}
#wowDb .filter_dungeon dl {position: relative; table-layout: fixed; z-index: 10; border: 1px solid #2e1210; background-color: #1a100e; padding: 2px 2px 2px 104px;display:flex;flex-flow: row wrap;justify-content: space-between;}
#wowDb .filter_dungeon dt {position: absolute; width: 104px; height: 100%; top: 0; left: 0; }
#wowDb .filter_dungeon dt span {position: absolute; top: 50%; left: 0; width: 100%; color: #f6e0d3; text-align: center;line-height: 25px; transform: translateY(-50%); }
#wowDb .filter_dungeon dt span a {color:#c16c21;}
#wowDb .filter_dungeon dd { width: calc(100% / 7); height: 28px; }
#wowDb .filter_dungeon dd a {display: block; width: 100%; height: 100%; line-height: 26px; color: #b99890; text-align: center; font-size: 11px; letter-spacing: -1px; border: 1px solid #4f3b37; box-sizing: border-box; background-color: #2f1914; }
#wowDb .filter_dungeon dd a.selected,
#wowDb .filter_dungeon dd a[href]:hover { color: #1a100e !important; background-color: #c59000 !important; border: 1px solid #f8b700 !important; }
#wowDb .filter_dungeon dd a.dungeon { color: #b2b0ff; }
#wowDb .filter_dungeon dd a.raid { color: #ff8e8e; }
#wowDb .filter_dungeon dd a.world { color: #ceb688; }
#wowDb .filter_dungeon dd a.craft { color: #88ce98; }
#wowDb .filter_dungeon dd a.reputation { color: #ceb688; }
#wowDb .filter_dungeon dd a.pvp { color: #b369e7; }
#wowDb .filter_dungeon dd a.nothing { background: #1a100e; border: 1px solid #1a100e; }

/* 필터 */
#wowDb .filter {position: relative; overflow: hidden; margin-bottom: 15px; padding: 5px; border: 1px solid #2e070c;}
#wowDb .filter::before {display: block; content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #8c1c1c;}
#wowDb .filter table {position: relative; width: 100%; border: 1px solid #2e1210; table-layout: fixed; z-index: 10;}
#wowDb .filter table .size01 {width: 97px;}
#wowDb .filter table .size02 {width: 90px;}
#wowDb .filter table .size03 {width: 509px;}
#wowDb .filter table tr:last-child th,
#wowDb .filter table tr:last-child td {border-bottom: none;}
#wowDb .filter table th {border-bottom: 1px solid #dab4b4; background: #edd6d6; color: #6e0909; font-size: 13px; font-weight: bold;}
#wowDb .filter table td {padding: 8px 0px; border-bottom: 1px solid #dab4b4; background: #fff;}
#wowDb .filter table td.sub {background: #f6e8e8; color: #6e0909; font-size: 13px; font-weight: bold; text-align: center;}
#wowDb .filter table td.bbd {border-bottom: 1px dashed #dab4b4;}
#wowDb .filter table td.ll label {min-width:118px;}
#wowDb .filter table td label {display: inline-block; margin: 0 6px; min-width: 72px;}
#wowDb .filter table td input[type=checkbox],
#wowDb .filter table td input[type=radio] {margin: -3px 4px 0 0; vertical-align: middle;}

/* 검색 */
#wowDb .search {margin-bottom: 20px; padding: 12px 0px; background: #ebdec2;width:100%}
#wowDb .search form {height: 28px; line-height: 28px; font-size: 0; text-align: center;width:100%;}
#wowDb .search form * {display: inline-block;}
#wowDb .search form .label {color: #4b2609; font-size: 12px; font-weight: bold;}
#wowDb .search form .input {width: 358px; height: 28px; margin: 0px 10px; padding: 0px 10px; border: 1px solid #cccccc; line-height: 28px; box-sizing: border-box;}
#wowDb .search form .btn_search {width: 53px; height: 28px; background-color: #b7672d; color: #fff; font-weight: bold; margin-right: 7px;border:none;}
#wowDb .search form .btn_reset {width: 93px; height: 28px; background-color: #555; color: #fff; font-weight: bold;border:none; }

/* 리스트 */
#wowDb .board .list_board .size02 {width: 85px;}
#wowDb .board .list_board .size03 {width: 81px;}
#wowDb .board .list_board .size04 {width: 245px;}

#wowDb .board .list_board .name a img {width:40px; height:40px; border:1px solid #5e3008; vertical-align: middle;margin-right: 5px;}
#wowDb .board .list_board tr[data-ig="1"] .name a {color: #000;}
#wowDb .board .list_board tr[data-ig="2"] .name a {color: darkgreen;}
#wowDb .board .list_board tr[data-ig="3"] .name a {color: #0070DD;}
#wowDb .board .list_board tr[data-ig="4"] .name a {color: #9345FF;}
#wowDb .board .list_board tr[data-ig="5"] .name a {color: #FF8000;}
#wowDb .board .list_board tr[data-ig="6"] .name a {color: #E5CC80;}
#wowDb .board .list_board .name a {display:table; font-weight: bold;}
#wowDb .board .list_board .name span {display: table-cell;vertical-align: middle;}
#wowDb .board .list_board span.small {letter-spacing: -1px;}

/* 디테일 */
#wowDb .item_detail::after {display: block; content: ''; clear: both;}
#wowDb .item_detail .detail_left {float: left;}
#wowDb .item_detail .detail_right {float: right;}
#wowDb .item_detail .item_icon img {width:58px; height:58px; border:1px solid #5e3008; vertical-align: middle;margin-right: 5px;}

#wowDb .board.info .size01 {width: 102px;}
#wowDb .board.info .size02 {width: 243px;}
#wowDb .board.info tr {background: none;}
#wowDb .board.info tr:last-child th,
#wowDb .board.info tr:last-child td {border-bottom: none;}
#wowDb .board.info th {border-bottom: 1px solid #cbcbcb; background: #ebeaeb; font-weight: bold;}
#wowDb .board.info .list_board tbody td {padding: 10px 13px; border-bottom: 1px solid #cbcbcb; text-align: left;}

#wowDb .board.craft .list_board .size04 {width: 70px;}
#wowDb .board.craft .list_board .size05 {width: 80px;}
#wowDb .board.craft .list_board .size06 {width: 210px;}

/* 불타는 성전 */
#wowDb.wowTBCItem .filter_dungeon { border-color: #050505; }
#wowDb.wowTBCItem .filter_dungeon::before { background-color: #205c16; }
#wowDb.wowTBCItem .filter_dungeon dl { border-color: #1a2c0f; background-color: #181e0d; }
#wowDb.wowTBCItem .filter_dungeon dd a { border-color: #375623; background-color: #182610; }
#wowDb.wowTBCItem .filter_dungeon dt a { color: #205c16; }
#wowDb.wowTBCItem .filter { border-color: #050505; }
#wowDb.wowTBCItem .filter::before { background-color: #205c16; }
#wowDb.wowTBCItem .filter table { border-color: #19290f; }
#wowDb.wowTBCItem .filter table th { border-bottom-color: #c7dab4; background-color: #dcedd6; color: #205c16; }
#wowDb.wowTBCItem .filter table td { border-bottom-color: #c7dab4 !important; }
#wowDb.wowTBCItem .filter table td.sub { background-color: #f0f6e8; color: #205c16; }
#wowDb.wowTBCItem .search { background-color: #daebc2; color: #205c16; }
#wowDb.wowTBCItem .search form .btn_search { background-color: #2c7b42; }
#wowDb.wowTBCItem .board .list_board { border-color: #094f27; }

/* 툴팁 */
div.wowDbClassicItemLayer,
div.wowDbClassicItemLayer div.wowDbClassicItemLayer_inner { width: 353px; overflow: hidden; }
div.wowDbClassicItemLayer { background: transparent url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/bg_bottom.png') right bottom no-repeat; }
div.wowDbClassicItemLayer div.wowDbClassicItemLayer_inner { background: transparent url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/bg_top.png') right top no-repeat; margin: 0 0 4px 0; }
div.wowDbClassicItemLayer img.wowDbClassicLayerIcon { float: left; width: 52px; height: 52px; margin: 1px 0 0 0; }
div.wowDbClassicLayerContent { display: block; width: 280px !important; font-family: gulim, 굴림, Helvetica; font-size: 12px; color: #fff; font-weight: normal; letter-spacing: 0px; font-style: normal; line-height: 135%; padding: 10px 10px 3px 10px;overflow: hidden;}
div.wowDbClassicLayerContent img { width: 24px; height: 24px; vertical-align: -8px; }
div.wowDbClassicLayerContent div { display: block; width: 100%; float: none; clear: both; }
div.wowDbClassicLayerContent a.name { font-size: 13px; display: none; }
div.wowDbClassicLayerContent div.name { font-size: 13px; }
div.wowDbClassicLayerContent div .left { float: left; }
div.wowDbClassicLayerContent div .right { float: right; }
div.wowDbClassicLayerContent div.wowDbClassicLayerContent { width: auto !important; margin: 0; padding-right: 0; }
div.wowDbClassicLayerContent .hidden,
div.wowDbClassicLayerContent img.wowDbClassicLayerIcon,
div.wowDbClassicLayerContent div.wowDbClassicLayerContent div.name,
div.wowDbClassicLayerContent div.wowDbClassicLayerContent div.sellValue,
div.wowDbClassicLayerContent div.wowDbClassicLayerContent div.obtain,
div.wowDbClassicLayerContent div.wowDbClassicLayerContent div.gaininfo { display: none !important; }
div.wowDbClassicLayerContent div.wowDbClassicLayerContent a.name { display: inline; }
div.wowDbClassicLayerContent div.setEffect2 { display: none; }
div#wowDbClassicItemLayers div.wowDbClassicLayerContent div.setEffect { display: none; }
div#wowDbClassicItemLayers div.wowDbClassicLayerContent div.setEffect2 { display: inline; }
div.wowDbClassicLayerContent .justify { text-align: justify; }
div.wowDbClassicLayerContent .socket { text-indent: 18px; background: transparent url('https://static.inven.co.kr/image_2011/site_image/wow/dataninfo/tooltip/socket.png') left center no-repeat; _background-position: left 2px; }
div.wowDbClassicLayerContent .socket-m { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_meta.png'); }
div.wowDbClassicLayerContent .socket-r { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_red.png'); }
div.wowDbClassicLayerContent .socket-y { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_yellow.png'); }
div.wowDbClassicLayerContent .socket-b { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_blue.png'); }
div.wowDbClassicLayerContent .socket-p { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_prismatic.png'); }
div.wowDbClassicLayerContent .socket-c { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_cogwheel.png'); }
div.wowDbClassicLayerContent .socket-s { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/socket_hydraulic.png'); }
div.wowDbClassicLayerContent .sellValue span { float: left; }
div.wowDbClassicLayerContent .sellValue span.gold,
div.wowDbClassicLayerContent .sellValue span.silver,
div.wowDbClassicLayerContent .sellValue span.copper { padding: 0 15px 0 6px; background: right 1px no-repeat; _background: right 0px no-repeat; }
div.wowDbClassicLayerContent .sellValue span.gold { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/money_gold.gif'); }
div.wowDbClassicLayerContent .sellValue span.silver { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/money_silver.gif'); }
div.wowDbClassicLayerContent .sellValue span.copper { background-image: url('https://static.inven.co.kr/image_2011/wow/dataninfo/tooltip/money_copper.gif'); }
div.wowDbClassicLayerContent div.obtain b { letter-spacing: 0px; }
div.wowDbClassicLayerContent div.obtain .arrow { color: #64cd3c; font-size: 11px; }
div.wowDbClassicLayerContent div.obtain .default { color: #ffffa4; }
div.wowDbClassicLayerContent div.obtain .dungeon { color: #7df4b2; }
div.wowDbClassicLayerContent div.obtain .raid { color: #ff7db4; }
div.wowDbClassicLayerContent a.name,
div.wowDbClassicLayerContent div.name { font-weight: bold; text-shadow: 0 -1px black, 1px 0 black, 0 1px black, -1px 0 black; filter: glow(color=#000000,strength=2); zoom: 1; }
div.wowDbClassicLayerContent .gaininfo { color: #19aadd; }
div.wowDbClassicLayerContent .green { color: #00ff00; }
div.wowDbClassicLayerContent .yellow { color: #ffd100; }
div.wowDbClassicLayerContent .blue { color: #71d5ff; }
div.wowDbClassicLayerContent .red { color: #ff3030; }
div.wowDbClassicLayerContent .rarity0 { color: #9d9d9d !important; }
div.wowDbClassicLayerContent .rarity1 { color: #ffffff !important; }
div.wowDbClassicLayerContent .rarity2 { color: #1eff00 !important; }
div.wowDbClassicLayerContent .rarity3 { color: #0070dd !important; }
div.wowDbClassicLayerContent .rarity4 { color: #a335ee !important; }
div.wowDbClassicLayerContent .rarity5 { color: #ff8000 !important; }
div.wowDbClassicLayerContent .rarity6 { color: #e5cc80 !important; }
div.wowDbClassicLayerContent .rarity7 { color: #e5cc80 !important; }
div.wowDbClassicLayerContent .chrClass1 { color: #c69b6d !important; }
div.wowDbClassicLayerContent .chrClass8 { color: #f48cba !important; }
div.wowDbClassicLayerContent .chrClass3 { color: #aad372 !important; }
div.wowDbClassicLayerContent .chrClass2 { color: #fff468 !important; }
div.wowDbClassicLayerContent .chrClass6 { color: #f0ebe0 !important; }
div.wowDbClassicLayerContent .chrClass7 { color: #2359ff !important; }
div.wowDbClassicLayerContent .chrClass4 { color: #68ccef !important; }
div.wowDbClassicLayerContent .chrClass9 { color: #ff7c0a !important; }
div.wowDbClassicLayerContent .chrClass5 { color: #9382c9 !important; }

