.main-wrapper {
    width: 100%;
    background-color: #ff9700;
}
.main-container {
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
}
.header-wrapper {
    padding: 20px 0;
    position: relative;
}
header-wrapper .logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.header-wrapper {
    text-align: center;
}
.truehit-wrapper {
    text-align: right;
}
.content-wrapper > .article-section {
	background-color: #ffffff;
}
.header-section, .header {
    font-family: "KalatexaDisplay", sans-serif;
	font-size: 28px;
    text-align: center;
    display: block;
    font-weight: 600;
    color: #f37a01;
	line-height: 33px;
	margin: 0 0 5px;
}

.header.-small {
	font-size: 18px;
	color: #A6A6A6;
}

.article-section > .board-container {
	background-color: #ffffff;
}
.article-section > .board-container > .n-board > .dd2015_tabmenu1 {
	width: 100% !important;
	float: none;
	margin: 0 0 40px;

}

.n-board > .dd2015_tabmenu1 > .html_content .maincontent.top h1, .n-board > .dd2015_tabmenu1 .html_content .maincontent.top a {
  line-height: 28px;
}

.n-board > .dd2015_tabmenu1 > .html_content .maincontent.last h1, .n-board > .dd2015_tabmenu1 .html_content .maincontent.last a {
  line-height: 28px;
}

/*BOARD STYLE ONLY*/
.dd2015_tabmenu1 .maincontent.top {
  height: 215px;
}
/*video box*/
.video-top {
    display: block;
    overflow: hidden;
    width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}
.video-top .play-box {
    display: block;
    width: 100%;
	height: 100%;
	position: absolute;
}
.video-pin .vdo-desc {
    margin: 10px 0 0;
}
.vdo-desc .title {
    font-weight: bold;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
}
.vdo-desc .date{
    font-size: 12px;
    color: #CCC;
    margin: 5px 0 0;
}
.vdo-desc .desc {
	font-size: 12px;
	color: #CCC;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.video-box .video-list {
    margin: 20px 0;
}
.video-box.-nolist .video-list {
	display: none;
}
.video-list-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.video-list-wrapper>.video-list-item {
	margin-bottom: 15px;
	width: 49%;
}
.video-list-item>.item-wrapper:after {
	content: " ";
	clear: both;
	display: table;
}
.video-list-item>.item-wrapper>.cover-wrapper {
	width: 100%;
	float: none;
	display: block;
}
.item-wrapper>.cover-wrapper>.cover {
	height: 0;
	width: 100%;
	padding-bottom: 39%;
	background-size: 109%;
	background-position: 40%;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 20px;
}
.video-list-item>.item-wrapper>.list-desc-wrapper {
	width: 100%;
	float: none;
	display: block;
}
.item-wrapper>.list-desc-wrapper>.title {
	max-height: 62px;
	overflow: hidden;
	word-wrap: break-word;
	color: #444;
	margin: 5px 0 10px;
	font-size: 15px;
	line-height: 1.4em;
}
.item-wrapper>.list-desc-wrapper>.title, .item-wrapper>.list-desc-wrapper .date {
	display: block;
}
.item-wrapper>.list-desc-wrapper>.date {
	color: #a8a8a8;
	font-size: 12px;
}	
/*	article 	*/
.article-box-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-box-container>.article-box-item {
    width: 49%;
    padding: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.article-box-item>.article-box {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    height: auto;
    display: block;
    text-decoration: none;
    color: #444;
}
.article-box-item>.article-box>.cover-wrapper {
    display: block;
    position: relative;
}
.article-box-item>.article-box>.desc-wrapper {
    height: 86px;
    padding: 5px;
    display: block;
}
.cover-wrapper>.cover-block {
    display: block;
}
.cover-wrapper>.cover-block>.cover {
    height: 0;
    padding-bottom: 52%;
    border-bottom: 3px solid #f37a01;
    background-size: cover;
}
.article-box>.cover-wrapper>.category {
    display: block;
    position: absolute;
    left: 5px;
    bottom: 8px;
    background-color: #f37a01;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
}
.article-box-item>.article-box>.desc-wrapper {
    height: 86px;
    padding: 5px;
    display: block;
}
.article-box>.desc-wrapper>.title {
    color: #636363;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    height: 51px;
    overflow: hidden;
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
}
.article-box>.desc-wrapper>.stat-wrapper {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #a8a8a8;
}
.stat-wrapper>.share {
    display: table-cell;
    width: 50%;
    float: left;
}
.stat-wrapper>.share>.iconstat {
    padding-right: 5px;
}
.stat-wrapper>.view {
    display: table-cell;
    width: 50%;
    float: right;
    text-align: right;
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}
.stat-wrapper>.view>.iconstat {
    padding-right: 5px;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/*	logo 	*/
.logo-container {
    padding: 3% 0;
}
.logo-container .logo-list{
    background: #DFDFDF;
    height: 5em;
    text-align: center;
    vertical-align: middle;
    line-height: 5em;
}
.logo-banner,
.logo {
    display: none;
}

/* Divider */
.divider {
	width: calc(100% - 20px);
	height: 2px;
	background-color: #f5f5f5;
	margin: 20px auto;
}

/* Footer */
.footer-wrapper {
	margin: 0 -10px;
}

.article-section > .desktopimg {
	display: none;
}

@media (min-width: 48em ){
	.main-container {
		border: solid #F96519;
		border-width: 0 1px;
		max-width: 1070px;
		padding: 0;
	}
	.header-wrapper {
		padding: 30px 0;
		position: relative;
	}
	.header-wrapper > .truehit-wrapper {
		position: absolute;
		right: 15px;
		bottom: 30px;
	}
	.content-wrapper {
		padding: 0;
	}
	.content-wrapper > .article-section {
		overflow: hidden;
		padding: 0;
		background: #FFF;
	}
	.article-section > .video-container ,
	.article-section > .logo-container ,
	.article-section > .topic-container {		
		padding: 1% 30px;
		background-color: #ffffff;
	}
	.article-section > .board-container {
		padding: 30px;
		background-color: #ffffff;
		float: left;
		width: 710px;
	}
	.article-section > .desktopimg {
		float: left;
		width: 320px;
		display: block;
		margin-bottom: 30px;
        margin-top:50px;
	}
	.pagination-box {
		margin: 15px -5px;
	}
	.article-section > .board-container > .n-board > .dd2015_tabmenu1 {
		width: 100% !important;
	}
	.n-board > .dd2015_tabmenu1 > .html_content .maincontent.top h1, .n-board > .dd2015_tabmenu1 .html_content .maincontent.top a {
		line-height: 23px;
	}
	.n-board > .dd2015_tabmenu1 > .html_content .maincontent.last h1, .n-board > .dd2015_tabmenu1 .html_content .maincontent.last a {
		line-height: 23px;
	}
	/*BOARD STYLE ONLY*/
	.dd2015_tabmenu1 .maincontent.top {
		height: 195px;
	}
	.dd2015_tabmenu1 .main-button-white {
		height: 32px;
	}
	.dd2015_tabmenu1 .maincontent.navigate .main-button-white {
		bottom: -1px;
		width: 30%;
	}
	.dd2015_tabmenu1 .maincontent.navigate .main-button-gray {
		width: 70%;
		height: 32px;
	}
	.topic-container > .header-section {
		color: #009881;
		text-align: left;
		border-bottom: 3px solid;
		margin-top: 10px;
	}
	.video-container > .header-section {
		color: #F37A01;
		text-align: left;
		border-bottom: 3px solid;
		margin-top: 10px;
	}
	.header-section, .header {
		text-align: left;
	}
	
	/*video box*/
	.video-box {
		height: 435px;
	}
	.video-box .video-pin {
		width: 66.5%;
		display: block;
		float: left;
		height: 100%;
		margin: 0 2.5% 0 0;
	}
	.video-box .video-list{
		width: 31%;
		height: 100%;
		display: block;
		float: left;
		margin: 0;
	}
	.video-box.-nolist {
		height: auto;
	}
	.video-box.-nolist .video-pin .vdo-desc {
		margin-bottom: 15px;
	}
	.video-box.-nolist .video-pin {
		width: 100%;
	}
	.video-box:after {
		content: "";
		clear: both;
	}
	.vdo-box .play-box {
		display: block;
		width: 100%;
		height: 100%;
		min-height: 350px;
	}
	.video-box .play-box {
		width: 100%;
		height: 100%;
		display: block;
	}	
	.vdo-desc .title {
		font-size: 16px;
	}
	.video-list-wrapper {
		display: block;
	}
	.video-list-wrapper>.video-list-item {
		margin-bottom: 10px;
		width: 100%;
	}
	.video-list-item>.item-wrapper:after {
		content: " ";
		clear: both;
		display: table;
	}
	.video-list-item>.item-wrapper>.cover-wrapper {
		width: 55%;
		display: block;
		float: left;
		padding-right: 10px;
	}
	.video-list-item>.item-wrapper>.list-desc-wrapper {
		width: 44%;
		display: block;
		float: left;
	}
	.item-wrapper>.list-desc-wrapper>.title {
		margin: 0 0 5px;
	}
	/* article */

	.article-box-container {
		justify-content: flex-start;
		margin: 0 -5px;
	}

	.article-box-container>.article-box-item {
		width: 203px;
		padding: 0 5px;
	}
	/* logo */
	.article-section > .logo-container {
		padding: 1% 30px;
	}
    .logo-banner,
    .logo {
        display: block;
        margin: 0 auto;
    }
    .logo-mobile,
    .logo-banner-mobile {
        display: none;
    }
	/* Divider */
	.divider {
		width: calc(100% - 60px);
	}
	/* Footer */
	.footer-wrapper {
		margin: 0;
	}

}