#brandDb { float: none; display: block; width: auto; }
#brandDb .alignLeft { text-align: left; }
#brandDb .alignCenter { text-align: center; }
#brandDb .alignRight { text-align: right; }
#brandDb .emptyList { padding: 10px 0; }
#brandDb .writeForm { float: none; display: block; width: auto; margin: 0 15px; }
#brandDb .writeForm form { float: none; display: block; width: auto; }
#brandDb .writeForm .row { float: none; display: block; width: auto; padding: 17px 10px; line-height: 20px; border-bottom: 1px solid #aaaaaa; }
#brandDb .writeForm .row .row-title,
#brandDb .writeForm .row .filter-title { display: inline-block; width: 10%; vertical-align: top; }
#brandDb .writeForm .row .row-content { float: none; display: inline-block; width: 80%; }
#brandDb .writeForm .row .category { margin-right: 0; }
#brandDb .writeForm .row .link { text-decoration: underline; }
#brandDb .writeForm .row label.ismain { float:right; width: auto; }
#brandDb .writeForm .row input,
#brandDb .writeForm .row select,
#brandDb .writeForm .row textarea { margin-left: 10px; margin-right: 20px; vertical-align: middle; }
#brandDb .writeForm .row input[type=text] { width: 80%; height: 28px; }
#brandDb .writeForm .row textarea { width: 80%; height: 200px; vertical-align: top; }
#brandDb .writeForm .row .previewImgWrap { margin-top: 10px; text-align: center; }
#brandDb .writeForm .row.status label { display: inline; }
#brandDb .writeForm .row.price input { width: 100px; }
#brandDb .writeForm .row input.smallTxt { width: 100px; }

/* LISTTYPE1 */
#brandDb .subListType1 { float: none; display: block; margin: 20px 15px 0 15px; }
#brandDb .subListType1 ul { list-style: none; overflow: hidden; float: none; display: block; }
#brandDb .subListType1 ul li { overflow: hidden; float: none; display: list-item; padding: 10px 0; }
#brandDb .subListType1 ul li .start { float: left; width: 137px; }
#brandDb .subListType1 ul li .start .thumb { overflow: hidden; display: block; }
#brandDb .subListType1 ul li .start .thumb img { float: left; width: 135px; height: 102px; border: 1px solid #cbcbcb; }
#brandDb .subListType1 ul li .middle { position: relative; overflow: hidden; float: left; width: 60%; height: 104px; }
#brandDb .subListType1 ul li .middle .title { float: none; display: block; padding: 6px 0 6px 15px; font-size: 12px; font-weight: bold; color: #010101; }
#brandDb .subListType1 ul li .middle .desc { overflow: hidden; float: none; display: block; height: 37px; padding: 6px 0 6px 15px; font-size: 11px; line-height: 14px; color: #333333; }
#brandDb .subListType1 ul li .middle .date { position: absolute; bottom: 0; float: none; display: block; padding: 6px 0 6px 15px; font-size: 12px; line-height: 16px; color: #333333; }
#brandDb .subListType1 ul li .end { float: left; width: 20%; text-align: right; }
#brandDb .subListType1 ul li .end .avg { display: block; width: auto; margin-top: 33px; line-height: 18px; }
#brandDb .subListType1 ul li .end .sale { display: block;width: auto; line-height: 18px; text-align: right; }
#brandDb .subListType1 ul li .end .sale strong { color: #e40e0e; }
#brandDb .subListType1 ul li.no-result { float: none; display: list-item; text-align: center; }
#brandDb .subListType1 ul li.hiddenItem { background-color: gray; }


/* BUTTON */
#brandDb .adminUtil { margin: 20px 15px; text-align: right; }
#brandDb .btn { display: inline-block; border: 1px solid #1d1d1d; background-color: #fec30f; padding: 7px; text-decoration: none; color: black; font-weight: bold; cursor: pointer; line-height: 12px; }
#brandDb .btn:hover { text-decoration: none; }

/* PAGING */
#brandDb .paging { float: none; display: block; overflow: hidden; padding-top: 10px; margin: 10px 15px; border-top: 1px solid #e3e3e3; text-align: left; }
#brandDb .paging .currentpg { color: red; font-weight: bold; }
#brandDb .paging .prevtext,
#brandDb .paging .nexttext { color: #999999; }
#brandDb .paging .prevtext a,
#brandDb .paging .nexttext a { color: black; }

/* SUB CATEGORIES */
.subLayout .categories { float: none; display: block; margin: 10px 15px 5 15px;	background-color: #f7f7f7;border:1px solid; padding:5px }

.subLayout .categories ul {	overflow: hidden; float: none; display: block; padding: 0 15px; }
.subLayout .categories ul li { position: relative; float: left; padding: 0 25px; }
.subLayout .categories ul li:after { content: '|'; position: absolute; right: -2px; top: 11px; color: #959595; font-size: 15px; }
.subLayout .categories ul li:last-child:after { content: ''; }
.subLayout .categories ul li a { color: #333333; font-size: 12px; line-height: 41px; }
.subLayout .categories ul li.selected a,
.subLayout .categories ul li a:hover { color: red; font-weight: bold; text-decoration: none; }
/* FILTERS */
.subLayout .filters { float:none; display:block; margin:0px 15px 0px 15px; background-color: #ffffff;border:1px solid #dadada; border-bottom:none; }
.subLayout .filters.last { border-bottom:1px solid #dadada;margin-bottom:15px  }
.subLayout .filters th, .subLayout .filters td { padding:15px 20px }
.subLayout .filters label {	margin: 1px 1px; display: inline-block;  }
.subLayout .filters table { width:100%}
.subLayout .filters th { background-color: #f7f7f7;width:80px;font-weight:bold; text-align:left; padding-left: 15px; }

.categories input[type=checkbox] { vertical-align:-2px; }

/* SEARCH */
#brandDb .search { float: none; display: block; overflow: hidden; margin: -30px 15px 0 15px; }
#brandDb .search.topsearch { margin-top: 20px; padding-bottom: 5px; border-bottom: 1px solid #e3e3e3; }
#brandDb .search form { float: none; display: block; overflow: hidden; text-align:right; }
#brandDb .search form .searchword { height: 28px; }
#brandDb .search form .keyword { height: 28px; }

#brandDb .btn.bbs-style {
	line-height: 15px;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background: url(//static.inven.co.kr/image/board/common/bttn_54x23_white1.gif) no-repeat left top !important;
	width: 54px;
    height: 18px;
    padding: 5px 0 0 0;
    overflow: hidden;
	color: black !important;
	border: none;
}

#brandDb .btn.bbs-style.btn-next {
	width: 75px;
	background: url(//static.inven.co.kr/image/board/common/bttn_75x23_white1_next.gif) no-repeat left top !important;
    text-indent: -1000em;
}

#brandDb .btn.bbs-style.btn-prev {
	width: 75px;
	background: url(//static.inven.co.kr/image/board/common/bttn_75x23_white1_prev.gif) no-repeat left top !important;
	text-indent: -1000em;
}


/* TITLE LIST FORM */
.listForm > .row {
	float: none;
	display: block;
	margin: 0 15px;
}

/* TITLE VIEW FORM */
.viewForm > .row {
	float: none;
	display: block;
	margin: 0 15px;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}


/* BRAND FOCUS H */
.listForm > .row .brand-focus-h li.row {
	float: left;
	width: 50%;
	clear: none;
}
.listForm > .row .brand-focus-h .thumb_img img {
	width: 105px;
	height: 110px;
	margin-right: 8px;
}
.listForm .brand-focus-h.title .desc {
	display:inline-block;
    width:59%;
}
.listform .brand-focus-h .titlepart {
	width:98%;
}
.listForm .row .brand-focus-h.title .desc .subject {
	font-size: 13px;
}
.listForm .row .brand-focus-h.title li.hidden::before {
	content: 'hidden item';
	position: absolute;
	background: red;
	display: block;
	color: white;
	padding: 4px;
}
.listForm .row .brand-focus-h.title .descpart { margin-top:8px}
.viewForm > .row .brand-focus-h .thumb_img img {
	width: 249px;
	height: 260px;
}

.viewForm > .row .brand-focus-h .desc .subject {
	font-size: 16px;
	height: 49px;
	line-height:49px;
	border:1px dashed #dadada;
	border-left:none;
	border-right:none;
}
.viewForm > .row .brand-focus-h .desc {
	font-size: 13px;
	line-height: 13px;
	display:inline-block;
	width:55%;
}

.viewForm > .row .brand-focus-h .desc.row7 .con-list {
	margin-top: 12px;
}

.viewForm > .row .brand-focus-h .desc .con-list {
	margin-top: 21px;
	color:black;
}
.viewForm > .row .brand-focus-h .desc .con-list strong{
	margin-right:5px
}

@media (max-width: 600px) {
	#mobileWrap .listForm > .row .brand-focus-h li.row { width: 100%; }
}

/* common video module */
.common_video { float:none; display:block; }
.common_video * { float:none; display:block;    font-family: "NanumBarunGothic"; }
.common_video .clear:after { content:''; clear:both; }
.common_video h3.title-icon { margin-top:25px;line-height: 33px;border-top: 2px solid #05e2f2;width: 100%;background-color: #0056bb;}
.common_video h3.title-icon a { position: relative;float: none;display: block;font-family: Dotum;font-size: 17px;font-weight: bold;color: white;text-decoration: none;text-indent:10px; }
.common_video .player { padding:10px; height: 510px; }
.common_video .player iframe { width: 100%; height:100%; }
.common_video .list { padding: 10px 5px 0 5px; margin:0 0 0 0; border-top:2px solid #0056bb; }
.common_video .list li { float:left; overflow:hidden; width:calc(20% - 10px); margin:0 5px 10px 5px; border:1px solid #eeeeee; box-sizing: border-box;cursor:pointer; }
.common_video .list li img { width: 190px; height:108px; }

/*소제목_이벤트*/
.eventWrap h3.title-icon {margin-top:25px;line-height: 33px;border-top: 2px solid #05e2f2;width: 100%;background-color: #0056bb;}
.eventWrap h3.title-icon a { position: relative;float: none;display: block;font-family: Dotum;font-size: 17px;font-weight: bold;color: white;text-decoration: none;text-indent:10px; }
.eventBox {
	padding: 20px 22px;
	background: #f5f5f7;
	width: calc(100% - 44px);
}
.eventBox .event_list {
	margin-top: 0px;
	overflow: hidden;
}
.eventBox .event_list li {
	width: 278px;
	margin: 0 18px 0 0;
	float: left;
}
.eventBox .event_list li:nth-child(3n) {
	margin-right: 0px;
}
.eventBox .event_list li a img {
	width: 278px;
	height: 153px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
.eventBox .event_list li a .text {
	font-size: 15px;
	text-align: center;
	margin: 10px 0 0 0;
	color: #5a5a5a;
}
.eventBox .event_list li a .text span {
	display: block;
}
.eventBox .event_list li a .text strong {
	display: block;
	width: inherit;
	margin-top:2px;
	height: 34px;
	overflow: hidden;
	word-break: keep-all;
}

.communityBox {
	padding: 20px 22px 15px;
	background: #f5f5f7;
}
.communityBox h4,
.comm h4 {
	position:relative;
	font-size: 15px;
	height: 33px;
	line-height: 35px;
	padding-left: 20px;
	color: #fff;
	background: #0056bb;
	width: 851px;
}
.communityBox h4 a,
.comm h4 a {
	float: right !important;
	font-size:11px;
	color:white;
	margin-top: 0px;
	margin-right: 10px;
}
.communityBox .thumb-list {
	background: #FFF;
	padding:20px 35px;
	width: 801px;
	overflow: hidden;
}
.communityBox .thumb-list li {
	width: 180px;
	height: 185px;
	float: left;
	margin-right: 27px;
}
.communityBox .thumb-list li:last-child {
	margin-right: 0px;
}
.communityBox .thumb-list li img {
	width: 180px;
	height: 130px;
	border: 1px solid #d7d7d7;
	box-sizing: border-box;
}
.communityBox .thumb-list li p {
	font-size: 15px;
}
/* module event box */
.eventBox.main_module .event_list {
    padding: 20px 22px;
    background: #f5f5f7;
    overflow: hidden;
}
.eventBox.main_module .event_list li {
    width: 200px;
    height: 175px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #d7d7d7;
    float: left;
    margin-right: 6px;
}
.eventBox.main_module .event_list li a {
	text-decoration: none;
}

.eventBox.main_module .event_list li a p {
    background: #333;
    font-size: 15px;
    color: #FFF;
    margin: 0;
    height: 60px;
    padding: 12px 13px 15px;
}

.eventBox.main_module .event_list li a img {
    width: 200px;
    height: 115px;
}

/*소제목_비디오*/
.video.module_video {
	padding: 25px 33px;
	background: #f5f5f7;
	overflow: hidden;
}
.video.module_video .player {
	float: left;
}
.video.module_video .player iframe {
	width: 637px;
	height: 360px;
}
.video.module_video .list {
	float: right;
}
.video.module_video .list li {
	width: 190px;
	height: 108px;
	margin-bottom: 18px;
}
.video.module_video .list li img {
	width: 190px;
	height: 108px;
}
.video.module_video .pageBox {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #848484;
	font-weight: bold;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.video.module_video .pageBox>.page {
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	margin: 0 2px;
}
.video.module_video .pageBox>.active {
	background: #0056bb;
	color: #FFF;
}