/* reset */
.mhw * { /*float:none; display:block;*/ }
.mhw div { float:none; display:block; }
.mhw input, .mhw select, .mhw img, .mhw button { display: inline-block; }
.mhw select{ height: 24px; line-height: 24px; }
.mhw input { height: 20px; line-height: 20px; }
.mhw table { display:table; table-layout: fixed; width:100%; border-collapse: collapse; }
.mhw tr { display:table-row; width:100%; }
.mhw td, .mhw th { display:table-cell; }
.mhw span { display:inline; }
.mhw .select2 { display: inline-block; }
.mhw .select2 span { display: block; }
.mhw .select2-container--default .select2-results>.select2-results__options { width:100%; }
.mhw .select2-results__option { float:none; display: block; }
.mhw ul { float:none; display: block; list-style:none; }
.mhw li { float:none; display: list-item; }
.mhw .bttn { display:inline-block; }

.mhw .dp-table { display: table; table-layout: fixed; border-collapse: collapse; width: 100%; }
.mhw .dp-table-row { display: table-row; width: 100%; }
.mhw .dp-table-cell { display: table-cell; vertical-align: middle; }


#mhwDb { position:relative; overflow: hidden; margin:0 14px 0 18px; padding:0; }
#mhwDb .section { float: left; width:50%; }
#mhwDb .section.block { width: 100%; }
#mhwDb .section.left .contents { margin-right:10px; }
#mhwDb .contents { border-top: 2px solid #0f6b13; border-bottom: 2px solid #0f6b13; margin-bottom:20px; }
#mhwDb .contents .setting-list { border-bottom: 1px solid #d4dedb; }


.mhw .alert { height:40px; text-align:center; border:1px solid black; line-height:40px; margin-bottom:10px; background:#cc2525; color: white; font-weight: bold; font-size: 14px; }


#mhwDb .setting table td {
	padding: 7px 10px 2px 10px;
}
#mhwDb .setting .title {
	width: 80px;
	margin: 0;
	padding: 0;
	background: #eaf8ec;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}
#mhwDb .setting .title img {
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 10px;
}
#mhwDb .setting .equipname { margin:0 0 5px 0; }
#mhwDb .setting .equipname .equipSelect { width: 100%; }
#mhwDb .setting .equipname .searchbtn { width: 75px; text-align: right; } 
#mhwDb .setting .equipname .searchbtn .equipSearchBtn { width:64px; height:24px; margin:0; padding:0; }
#mhwDb .setting .skills { display: none; }

#mhwDb .decos {  }
#mhwDb .decos li { margin-bottom: 5px; }
#mhwDb .decos .slot { width: 55px; padding-bottom:4px; font-size:  12px;}
#mhwDb .decos .select select.skill { width: calc(100% - 73px); }
#mhwDb .decos .select select.skill.skilllv { width: 45px; margin: 0 2px; }
#mhwDb .decos .select .bttn-skill { width:24px; }
#mhwDb .decos .select .stitle,
#mhwDb .decos .select .svalue { display:inline; }

#mhwDb .weapon-skill li { margin-bottom: 5px; }
#mhwDb .weapon-skill .slot { width: 55px; padding-bottom:4px; font-size:12px; }
#mhwDb .weapon-skill .select select.skill { width: calc(100% - 73px); }
#mhwDb .weapon-skill .select select.skill.skilllv { width: 45px; margin: 0 2px; }
#mhwDb .weapon-skill .select .bttn-skill { width:24px; }
#mhwDb .weapon-skill .select .stitle,
#mhwDb .weapon-skill .select .svalue { display:inline; }


#mhwDb .result-wrap .result-table th, #mhwDb .result-wrap .result-table td { height: 29px; text-align: center; vertical-align: middle; border: 1px solid #d4dedb; }
#mhwDb .result-wrap .result-table thead th:first-child { width: 60px; }
#mhwDb .result-wrap .result-table th { background-color: #eaf8ec; font-size:13px; font-weight:bold; }
#mhwDb .result-wrap .result-table .total { font-weight: bold; }
#mhwDb .result-wrap .result-table .plus { color: blue; }
#mhwDb .result-wrap .result-table .minus { color: red; }
#mhwDb .result-wrap .skills li { 
	padding: 6px 0 4px 0;
	border-bottom: 1px dashed #b3997b;  
	line-height: 16px; 
	text-indent: 5px; 
	font-size: 13px; 
	font-weight: bold; 
	color: blue; 
}
#mhwDb .result-wrap .skills li:last-child { border-bottom: none; }
#mhwDb .result-wrap .skills li.deactive { color:#9f9f9f; }
#mhwDb .result-wrap .skills li .desc {
	display: block;
	padding: 2px 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
}
#mhwDb .result-wrap .skills li .desc:before {
	content:"└ ";
}
#mhwDb .result-wrap .over { color: red; }
#mhwDb .result-wrap .maxlv { color: orange; }


#mhwDb .search { /*display: none;*/ background:white; width: 100%; }
#mhwDb .search h4 { 
	position: relative;
	float:none; display: block; 
	height: 32px; 
	border: 1px solid #032e06; border-top: 2px solid #388e3a; 
	background-color:#17601b; 
	text-align: center; line-height: 36px; 
	font-size: 13px; font-weight: bold; color: white;
}
#mhwDb .search .closeBtn {
	display: none;
	position: absolute; right: 0;
	margin-right: 10px;
	color: white;
	cursor: pointer;
}
#mhwDb .search h4 a:hover { text-decoration: none; }
#mhwDb .search h4 a img { vertical-align: -5px; }
#mhwDb .search .contents { border: 1px solid #b2b2b2; border-top: none; }
#mhwDb .search .contents .list { overflow-y:scroll; max-height: 220px; }
#mhwDb .search .filters { padding:5px 4px 0 4px; background-color: #eaf8ec; }
#mhwDb .search .filter { display: inline-block; margin-bottom: 5px; }
#mhwDb .search .filter .title { 
	display:inline-block; 
	width: 66px; height: 22px; 
	background-color: #247f4f; 
	border: 1px solid black;
	text-align: center; line-height: 22px; 
	color: white;
} 
#mhwDb .search .filter .longinput { width: 256px; max-width:100%; }
#mhwDb .search .filter .shortinput { width: 100px; }
#mhwDb .search .filter .name { width:152px; }
#mhwDb .search .filter .part { width: 48px; }
#mhwDb .search .filter .select-skill-wrap { background:white; }
#mhwDb .search .list { overflow:hidden; margin: 2px 4px; }
#mhwDb .search .list .item { 
	display: none;
	float: left; 
	width: 50%; height: 48px; 
	padding: 3px 0 3px 0;
	border-bottom: 1px dashed #b3997b; 
	font-size: 12px;
	line-height: 16px;
}
#mhwDb .search .list .item.no-result { 
	width: 100%;
	line-height: 50px;
	text-align: center;
}
#mhwDb .search .list .item.selected {
	background-color: #eaf8ec;
}
#mhwDb .search .list .item.selected:before {
	content:"[추가됨]";
	float:right;
	margin-right: 6px;
	color: blue;
	font-weight: bold;
}
#mhwDb .search .list .item .name { font-weight: bold; cursor: pointer; }
#mhwDb .search .list .skills {
	overflow: hidden;
}
#mhwDb .search .list .skill.series {
	float: right;
	margin-right: 6px;
}
.mhw .article { padding:4px; background: #eaf8ec; border:1px solid black; clear:both;  }
.mhw .writePart { overflow:hidden; }
.mhw .writePart .categoryPart{float:left; width:96px; margin-right: 12px; }
.mhw .writePart .categoryPart select{ height:26px;}
.mhw .writePart .subjectPart{float:left; overflow:hidden; width:602px;border: 1px solid #000000;}
.mhw .writePart .subjectPart .subjectTitle{float:left; width:58px;line-height:26px;height:24px;text-align: center;color:white;font-weight: bold;background:#17601b;letter-spacing:-1px;border-right:1px solid #000;}
.mhw .writePart .subjectPart .subjectInput{float:left; width:539px;border:0;height:24px; text-indent:10px;}
.mhw .writePart .contentsPart { width:100%; clear:both; }
.mhw .writePart .contentsPart textarea { width:100%; height: 400px; margin-top:4px; }
/*.mhw .writePart * { float:left; display: inline; }*/
/*.mhw .writePart {overflow:hidden;border-top:1px dashed #182f09;padding: 15px 2px 5px 2px;}
.mhw .writePart .subpart{overflow:hidden;float:none;display:block;}
.mhw .writePart #bbsImageUploader{background-color:#0b2f1f;border:1px solid #000000;margin-top:5px;color:#dadada;position:relative;height:auto;box-sizing: border-box;}
.mhw .writePart #bbsImageUploader em{font-weight: bold;color:#ffc000;}
.mhw .writePart #bbsImageUploader .bttnWrap{float:none;display:inline-block;position:absolute;margin:0;top:10px;right:10px;width:100px;height:37px;}
.mhw .writePart #bbsImageUploader .bttnWrap .abs{position:static;top:unset;left:unset;}
.mhw .writePart #bbsImageUploader .uploadBottom{line-height:19px}
.mhw .writePart #bbsImageUploader form {margin:0 0 0 15px;}
.mhw .writePart .categoryPart{float:left;width:114px;border: 1px solid #000000;}
.mhw .writePart .categoryPart select{ width: 100%; height:24px;}
.mhw .writePart .subjectPart{float:right;width:580px;border: 1px solid #000000;}
.mhw .writePart .subjectPart * {float:left;}
.mhw .writePart .subjectPart .subjectTitle{display:inline-block;width:58px;line-height:22px;height:22px;text-align: center;color:#e8e3d8;font-weight: bold;background:#294500;letter-spacing:-1px;border-right:1px solid #000;}
.mhw .writePart .subjectPart .subjectInput{width:521px;border:0;height:22px;background-color:#c4c4c4;}
.mhw .writePart .subpart.categorySubject {margin-bottom: 5px;}
.mhw .writePart #bbsImageUploader .bttnWrap input {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}*/
.mhw .writePart div.category { width: 114px; text-align: center;font-weight: bold;font-size: 14px;line-height: 26px; }
.mhw .writePart div.contentText {  border: 1px solid black; background: white; padding: 10px; margin-top:44px; }
.mhw .writePart div.subjectText {  text-indent:3px; line-height:30px; font-weight: bold;}
.simulator_btn_area {padding-top:15px}
.simulator_btn_area .btn_list{float:left}
.simulator_btn_area .btn_delete{margin-left: 10px;}
.simulator_btn_area .btn_save{float:right}
.mhw .equipSelect,.mhw .stoneSelect,.mhw .equipSelect a  { font-weight: bold;  }

/* list */
.searchForm { margin-top: 10px; }
.mhw .buttons { float:right; }
.btnSetting {
	float: right;
	width: 70px;
	height: 24px;
	background-color:#0f6b13;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	border: 1px solid black;
	text-align: center;
}
.btnMy, .btnMyc {
	width: 42px;
	height: 24px;
	background-color:#6f2b13;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	border: 1px solid black;
	text-align: center;
	margin-right: 5px;
	float:left;
}
.btnAll {
	float: left;
	width: 70px;
	height: 24px;
	background-color:#6f2b13;
	color: #ffffff;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
	border: 1px solid black;
	text-align: center;
	margin-right: 10px;
}
.btnSearch {
	width: 50px;
}
.boardList td .category {
	color: #2685D5;
}
.boardList td .category2 {
	color: #0f6b13;
}
.mhw .mobileOnly { display: none; }
.mhw .currentpg { color: red; }
.searchForm .skills { width: 90px; }
.skill_board { margin-top:10px; }


/* 모바일 */
.mobileWrap .mobileOnly { display: block; }
.mobileWrap .mhw input { height: 20px; }
.mobileWrap #mhwDb { margin:0; }
.mobileWrap #mhwDb .section { float: none; width: 100%; padding:0 !important; }
.mobileWrap #mhwDb .search { position:absolute; display:none; z-index:10; }
.mobileWrap #mhwDb .search .contents .list { overflow-y:scroll; max-height: 330px; }
.mobileWrap #mhwDb .search .closeBtn { display: inline; }
.mobileWrap #mhwDb .search .list .item { width: 100%; }
.mobileWrap #mhwDb .search .filter { width: 100%; overflow: hidden; }
.mobileWrap #mhwDb .search .filter .title {  }
.mobileWrap #mhwDb .search .filter .input { width: calc(100% - 82px); max-width:100%; margin-left: 4px; }
.mobileWrap #mhwDb .search .filter .select-skill-wrap { width: calc(100% - 108px); }
.mobileWrap .mhw .writePart .categoryPart { float:none; display:block; width:auto; padding-bottom:4px; }
.mobileWrap .mhw .writePart .subjectPart { float:none; display:block; width: auto; }
.mobileWrap .mhw .writePart .subjectPart .subjectInput { width:calc(100% - 60px);}
.mobileWrap .boardList { margin: 3px 0 0 0 !important; }
.mobileWrap .listTable .mobilehidden { display: none; }
.mobileWrap .searchForm { margin-bottom: 20px; }
.mobileWrap .searchForm .category { width: 60px; }
.mobileWrap .searchForm .skills { width: 100px; }

.mobileWrap .searchForm { text-align:right; }
.mobileWrap .searchForm a { width: 100%; margin-top: 6px; height:30px; line-height: 30px;}
.mobileWrap .searchForm .buttons { width: 100%; }
.mobileWrap .searchForm .buttons a { display:inline-block; width:auto; padding:0 10px; margin-right:4px; }
.mobileWrap .searchForm .buttons a.btnSetting { margin-right:0; }
.mobileWrap .searchForm { text-align: left; overflow: hidden; }
.mobileWrap .searchForm select,
.mobileWrap .searchForm button { margin-bottom: 4px; }
.mobileWrap .btnSearch { vertical-align: 0px; }
.mobileWrap .mobilelist { margin-top: 6px; font-size: 12px; color:#777; }

.mobileWrap .boardList td { font-size: 1.093em; }
.mobileWrap .btnMy { margin-right: 0; }
.mobileWrap .searchForm .btnAll { width: 70px; margin-top: 0px; height: 24px; line-height: 24px; }
.mobileWrap .searchForm input.searchname { width: 105px; }
.mobileWrap .writePart div.contentText { margin-top: 0px; }

.mobileWrap .skill_board { margin-top:-20px; }
.mobileWrap #mhwDb .weapon .decos .slot,
.mobileWrap #mhwDb .sp .decos .slot { overflow:hidden; width:34px; text-indent: -30px; }
.mobileWrap #mhwDb .weapon .weapon-skill .slot { position:relative; overflow:hidden; width:34px; text-indent: -30px; }
.mobileWrap #mhwDb .weapon .weapon-skill .slot:after {
	content:'세트';
	position:absolute;
	top: 1px;
	display:block;
	width:34px;
	text-indent: 3px;
	background: white;
}



/* 코멘트 */

.mhwComment { margin: 10px 0 0 18px; }

/* 핫이슈 */

.mhw .hotissue {font-family:inherit;font-size:12px;color:#000000; } 
.mhw .hotissue * {font-family:inherit;font-size:12px; color:#000000; float: none;} 
.mhw .hotissue .head_title {display: block;box-sizing: border-box;position: relative;width:379px;height:30px;background-image:url(//static.inven.co.kr/image_2011/mhf/ibuilder/ibuilder_title_350x30.png);background-repeat:no-repeat;background-color:#ffffff;border-width:0 0 0 0 ;border-color:transparent transparent transparent transparent ;border-style:none none none none ; background-size: 379px;} 
.mhw .hotissue .head_title span {text-indent:15px; line-height: 34px;display: inline-block; vertical-align: middle; text-decoration: none; width: 100%; height: 100%;} 
.mhw .hotissue .list-section.list-bbs {
    clear: both;
    padding: 3px 0 4px 5px;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    display:block;
}
.mhw .hotissue .verticalWrap {
	float: left;
    width: 50%;
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
    height: 138px;

}
.mhw .hotissue .verticalWrap:first-child .list-section {
    margin-left: 0;
    margin-right: 5px;
}
.mhw .hotissue .verticalWrap .list-section {
    margin-left: 5px;
}
.mhw .hotissue .list-section.list-bbs .list_txt li {
   clear: both;
   overflow: hidden;
   white-space: nowrap;
   background: url(//static.inven.co.kr/image_2011/closers/common/dot_2x2_black1.png) no-repeat left center;
   text-indent: 9px;
   margin-top: 0px;
   height: 14px;
   padding: 4px 0 2px 0;
}
.mobileWrap .hotissue .mobileHidden { display: none; }
.mobileWrap .mhw .hotissue .verticalWrap {
	width: 100%;
	padding-top: 5px;
}
.mobileWrap .mhw .hotissue .verticalWrap:first-child .list-section { margin:0; }

.mobileWrap .banner.mobileHidden { display: none; }

.mobileWrap .hotissue { overflow:hidden; background:white; }
.mobileWrap .hotissue .verticalWrap { height:auto; }
.mobileWrap .hotissue .head_title { width: 100%; background:#313131; }
.mobileWrap .hotissue .list-section.list-bbs { border-width: 0 0 1px 0;}
.mobileWrap .hotissue .list-section.list-bbs .list_txt li { line-height:11px; }


/* skill selector */
.skill-selector {
	display: none;
	position: absolute;
	top: 311px;
	left: 268px;
	width: 274px;
	border: 1px solid #aaa;
	background: white;
}
.skill-selector.show {
	display:block;
}
.skill-selector .title {
	float:none;
	display:block;
	position:relative;
	height: 22px;
	padding: 0 10px;
	background-color: #eee;
	text-align: center;
	line-height: 22px;
}
.skill-selector.pc .title .btn-skill-selector-close {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 10px;
	margin-top: 0px;
	padding: 0;
}
.skill-selector-search {
	float:none;
}
.skill-selector-search [name="search-skill-name"] {
	width: 100%;
	height: 30px;
	box-sizing: border-box;
}
.skill-selector .list-wrap {
	float:none;
	display:block;
	clear:both;
	height: 250px;
	overflow-y: scroll;
	margin: 0px;
}
.skill-selector .list {
	float:none;
	display:block;
}
.skill-selector .list .item {
	float:none;
	display:block;
	padding:4px 2px;
}
.skill-selector .list .item:hover {
	background:#1e90ff;
}
.mobileWrap .skill-selector {
	position: fixed;
	top:auto;
	left:0;
	bottom: -400px;
	float: none;
	display: block;
	width: 100%;
	height: 400px;
	background: transparent;
	z-index:100;
}
.mobileWrap .skill-selector.show {
	bottom: 0;

	animation-duration: 0.3s;
	animation-name: slideup;
}
.mobileWrap .skill-selector.hide {
	botoom: -400px;
	animation-duration: 0.3s;
	animation-name: slidedown;
}
@keyframes slideup {
	from { bottom:-400px; }
	to { bottom:0; }
}
@keyframes slidedown {
	from { bottom:0px; }
	to { bottom:-400px; }
}

.mobileWrap .skill-selector .list-wrap {
	height: 315px;
	overflow-y: scroll;
	background-color: white;
}

.mobileWrap .skill-selector .title {
	position:relative;
	height: 40px;
	padding: 0 10px;
	background-color: #eee;
	text-align: center;
	line-height: 40px;
}
.mobileWrap .skill-selector .title .btn-skill-selector-close {
	position:absolute;
	right: 10px;
	width: 28px;
	margin-top: 9px;
}
.mobileWrap .skill-selector-search {
	background-color: white;
	padding: 10px;
}
.mobileWrap .skill-selector-search [name="search-skill-name"] {
	width: 98%;
}

.mobileWrap .skill-selector .list .item {
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
}

.mhw .select-skill-wrap {
	position:relative;
	display:inline-block;
	width: calc(100% - 94px);
	height: 22px;
	padding: 0 14px 0 4px;
	border: 1px solid #aaaaaa;
	overflow: hidden;
	line-height: 22px;
	vertical-align: -12px;
	margin-bottom:4px;
}
.mhw .weapon-skill .select-skill-wrap {
	width: calc(100% - 47px);
}

.mobileWrap .mhw .select-skill-wrap {
	vertical-align: -10px;
}

.mhw .select-skill-wrap:after {
	content:'▼';
	position:absolute;
	right:4px;
	font-size: 10px;
}

.mhw .select-skill { display:none; }

.mhw .select-skill-title {
	display: inline-block;
	min-width: 60px;
	height: 22px;
	line-height: 22px;
}

.mhw[data-writeable=""] .select-skill-wrap { border:none; }
.mhw[data-writeable=""] .select-skill-wrap:after {display:none; }

/* simul only */
.paging .pg { width:auto; min-width:20px; }
