@font-face {
  font-family: '을유';
  src: url(./webfont/Eulyoo1945-Regular.woff) format('woff');
  font-family: '을유B';
  src: url(./webfont/Eulyoo1945-SemiBold.woff) format('woff')  
}

.ath-viewport * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ath-viewport {
	position: relative;
	z-index: 2147483641;
	pointer-events: none;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.ath-modal {
	pointer-events: auto !important;
	background: rgba(0,0,0,0.6);
}

.ath-mandatory {
	background: #000;
}

.ath-container {
	pointer-events: auto !important;
	position: absolute;
	z-index: 2147483641;
	padding: 0.7em 0.6em;
	width: 18em;

	background: #eee;
	background-size: 100% auto;

	box-shadow: 0 0.2em 0 #d1d1d1;

	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	text-align: center;
}

.ath-container small {
	font-size: 0.8em;
	line-height: 1.3em;
	display: block;
	margin-top: 0.5em;
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em;
}

.ath-ios7.ath-tablet {
	left: 0.7em;
	top: 1.8em;
}

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
	right: 0.4em;
	top: 1.8em;
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em;
}

/* close icon */
.ath-container:before {
	content: '';
	position: relative;
	display: block;
	float: right;
	margin: -0.7em -0.6em 0 0.5em;
	background-color: rgba(255,255,255,0.8);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 2.7em;
	height: 2.7em;
	text-align: center;
	overflow: hidden;
	color: #a33;
	z-index: 2147483642;
}

.ath-container.ath-icon:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	float: none;
}

.ath-mandatory .ath-container:before {
	display: none;
}

.ath-container.ath-android:before {
	float: left;
	margin: -0.7em 0.5em 0 -0.6em;
}

.ath-container.ath-android.ath-icon:before {
	position: absolute;
	right: auto;
	left: 0;
	margin: 0;
	float: none;
}


/* applied only if the application icon is shown */
.ath-container.ath-icon {

}

.ath-action-icon {
	display: inline-block;
	vertical-align: middle;
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

.ath-container p {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2147483642;
	text-shadow: 0 0.1em 0 #fff;
	font-size: 1.1em;
}

.ath-ios.ath-phone:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	bottom: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	box-shadow: 0.2em 0.2em 0 #d1d1d1;
}

.ath-ios.ath-tablet:after {
	content: '';
	background: #eee;
	position: absolute;
	width: 2em;
	height: 2em;
	top: -0.9em;
	left: 50%;
	margin-left: -1em;
	-webkit-transform: scaleX(0.9) rotate(45deg);
	transform: scaleX(0.9) rotate(45deg);
	z-index: 2147483641;
}

.ath-application-icon {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0 auto 0.2em auto;
	height: 6em;
	width: 6em;
	z-index: 2147483642;
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.3),
		inset 0 0.07em 0 rgba(255,255,255,0.5);
	margin: 0 auto 0.4em auto;
}
#datedisplay {
	border: 0;
	min-width: 44px;
    background: #ec6e6e;
    padding: 0px 5px;
    color: #fff;
    border-radius: 2px;
    font-size: 10px;
    float: right;
}
@media only screen and (orientation: landscape) {
	.ath-container.ath-phone {
		width: 24em;
	}

	.ath-android.ath-phone {
		margin-left: -12em;
	}

	.ath-ios.ath-phone {
		margin-left: -12em;
	}

	.ath-ios6:after {
		left: 39%;
	}

	.ath-ios8.ath-phone {
		left: auto;
		bottom: auto;
		right: 0.4em;
		top: 1.8em;
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		top: -0.9em;
		left: 68%;
		z-index: 2147483641;
		box-shadow: none;
	}
}


.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.bg-light {
    background-color: #f8f9fa!important;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
table {
	border-spacing: 0;
	border-collapse: collapse
}

.btn-group-vertical>.btn-group-vertical:after,.btn-group-vertical>.btn-group-vertical:before,.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.cards:after,.cards:before,.clearfix:after,.clearfix:before,.container-fixed-md:after,.container-fixed-md:before,.container-fixed-sm:after,.container-fixed-sm:before,.container-fixed-xs:after,.container-fixed-xs:before,.container-fixed:after,.container-fixed:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager-justify:after,.pager-justify:before,.pager-loose:after,.pager-loose:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group-vertical:after,.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.cards:after,.clearfix:after,.container-fixed-md:after,.container-fixed-sm:after,.container-fixed-xs:after,.container-fixed:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager-justify:after,.pager-loose:after,.panel-body:after,.row:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none
}

.showing {
	display: block
}

.hidden {
	display: none!important;
	visibility: hidden!important
}

.show {
	display: block!important;
	visibility: visible!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.affix {
	position: fixed
}

.with-padding {
	padding: 5px 12px
}

.no-padding {
	padding: 0!important
}

.inline-block.visible-xs,.inline.visible-xs,.visible-xs,td.visible-xs,th.visible-xs,tr.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.bigname {
		font-size: 18px;
	}
	.visible-xs {
		display: block!important
	}

	.inline.visible-xs {
		display: inline!important
	}

	.inline-block.visible-xs {
		display: inline-block!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
	.col-xs-4 a { line-height:2.5; 
    background: #e6e6e6;
    color: #000;
    display: block;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
	}

	.col-xs-12 a {
	/*
	line-height:2.5; 
    border-bottom: dotted 1px;
    padding: 5px 0;	
	*/
    line-height: 2.5;
    background: #e6e6e6;
    color: #000;
    display: block;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
	}
	.morebutton {
    margin: 0 auto;
    text-align: center;
	}
	#load {
	background: #e6e6e6;
    border-bottom: unset;
    padding: 5px;
    color: #000;
    text-align: center;
	}
	#datedisplay {
	padding: 4 px;
	}
}

*,:after,:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: "Helvetica Neue",Helvetica,Tahoma,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.53846154;
	color: #353535;
	background-color: #fff
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #145ccd;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
	-o-transition: all .4s cubic-bezier(.175,.885,.32,1);
	transition: all .4s cubic-bezier(.175,.885,.32,1)
}

a:focus,a:hover {
	color: #0d3d88;
	text-decoration: underline
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

a.disabled,a.disabled:focus,a.disabled:hover,a[disabled],a[disabled]:focus,a[disabled]:hover {
	color: #aaa;
	text-decoration: none;
	cursor: default
}

audio,canvas,img,video {
	max-width: 100%;
	vertical-align: middle
}
strong {
	font-family: "을유B","을유","굴림";
	font-size: 15px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0
}

::-moz-selection {
	text-shadow: none;
	background: #b3d4fc
}

::selection {
	text-shadow: none;
	background: #b3d4fc
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

textarea {
	resize: vertical
}

ol,ul {
	padding-left: 20px
}

.container,.container-fixed,.container-fixed-md,.container-fixed-sm,.container-fixed-xs,.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		max-width: 540px
	}
	.col-xs-4 a { line-height:2.5; 
    background: #e6e6e6;
    color: #000;
    display: block;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
	}
	.col-xs-12 a {
	line-height:2.5; 
    border-bottom: dotted 1px;
    padding: 5px 0;	
	}
	.morebutton {
    margin: 0 auto;
    text-align: center;
	}

}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
	.col-xs-12 a {
	line-height: unset; 
    border-bottom: unset;
    padding: unset;	
	}
	.col-xs-4 a { 
    padding: unset;
    border-radius: unset;
    margin-bottom: unset;
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1160px
	}
}

.container-fixed {
	width: 1160px
}

.container-fixed-md {
	width: 960px
}

.container-fixed-sm {
	width: 740px
}

.container-fixed-xs {
	width: 440px
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 20px;
}

.col,.col-md-4,.col-xs-12,.col-xs-4,.col-xs-4a {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.col,.col-xs-12,.col-xs-4,.col-xs-4a {
	float: left
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-4a {
	width: 100%
}

.col-xs-12 {
	width: 100%
}


@media (min-width:992px) {
	.col-md-4 {
		float: left
	}
	.col-md-4 {
		width: 33.33333333%
	}


.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.icon,[class*=" icon-"],[class^=icon-] {
	font-family: ZenIcon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon:before {
	display: inline-block;
	min-width: 14px;
	text-align: center
}

a .icon,a [class*=" icon-"],a [class^=icon-] {
	display: inline
}

.icon-lg:before {
	font-size: 1.33333333em;
	vertical-align: -10%
}

.icon.icon-flip-horizontal,.icon.icon-flip-vertical,.icon.icon-rotate-180,.icon.icon-rotate-270,.icon.icon-rotate-90 {
	display: inline-block
}

.icon-arrow-up:before {
	content: '\e65c'
}
.no {text-decoration: line-through;}


html, body {
	height: 100%;
}
body {
	background: #f2f2f2;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
li {
	list-style: none;
}
ul {
	padding: 0;
}
.mkt {
	padding: 0px 10px;
	margin-bottom:10px;
}
.mkt .col-xs-4 {
	padding: 0 3px;
}
.mkt a{
	background: rgba(255,255,255,1);
	text-align: center;
	display: block;
	line-height: 34px;
	border-radius: 2px;
	font-size: 14px;
	color: #444;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.mkt a:hover {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	background: #459df5;
}
.bigname {
	font-size: 16px;
	font-weight: 600;
	color: #555;
	display: block;
	margin-bottom: 5px;
}
.ss {
	padding: 10px 0;
}
.search {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.search-box {
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.search-icon {
	position: absolute;
	left: 8px;
	top: 5px;
	width: 41px;
	height: 41px;
	overflow: hidden;
	border-radius: 25px;
	cursor: pointer;
}
.search-input {
	box-sizing: border-box;
	flex: 1;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #555;
	border: none;
	outline: none;
	padding-left: 50px;
}
.search-clear {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 16px;
	color: #999999;
	margin-top: -10px;
	cursor: pointer;
	display: none;
}
.search-engine {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 15px 0 0 15px;
	border-radius: 5px;
	box-shadow: 0px 5px 20px 0px #d8d7d7;
	transition: all 0.3s;
	display: none;
	z-index: 999;
}
.search-engine-head {
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 15px;
}
.search-engine-tit {
	float: left;
	margin: 0;
	font-size: 14px;
	color: #999;
}
.search-engine-tool {
	float: right;
	font-size: 12px;
	color: #999;
}
.search-engine-tool > span.off {
	background-position: -30px 0px;
}
.search-engine-tool > span {
	float: right;
	display: inline-block;
	width: 25px;
	height: 15px;
	background: url(../images/off_on.png) no-repeat 0px 0px;
	cursor: pointer;
}
.search-engine-list::after {
	content: '';
	width: 70px;
	height: 18px;
	position: absolute;
	top: -17px;
	left: 1px;
}
.search-engine-list li {
	float: left;
	width: 30%;
	line-height: 30px;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
	margin: 0 10px 10px 0;
	background: #f9f9f9;
	color: #999;
	cursor: pointer;
	list-style: none;
}
.search-engine ul {
	padding: 0;
}
.search-engine-list li img {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	float: left;
	margin-right: 5px;
	margin-top: 2.5px;
}
.search-engine ul::before {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: -15px;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
}
.search-btn {
	width: 70px;
	height: 50px;
	background: #459df5;
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}
.hidden-xs {
	display: block!important;
}
.search-hot-text {
	position: absolute;
	z-index: 100;
	width: 100%;
	border-radius: 0 0 10px 10px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px #cccccc94;
}
.search-hot-text ul li {
	border-top: 1px solid #f2f2f2;
	line-height: 30px;
	font-size: 14px;
	padding: 0px 25px;
	color: #777;
	cursor: pointer;
}
.search-hot-text ul {
	margin: 0;
}
.mb-2, .my-2 {
	margin-bottom: .5rem!important;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 50px;
	background: #FFF;
}
header .main {
	position: relative;
}
.not_operational {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(255,255,255,.8);
	display: none;
}
#content .content-box {
	padding-top: 1px;
}
.content-box {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
header .nav {
	width: 100%;
	margin-left: 25px;
	background: #FFF;
	margin: 0;
	overflow: hidden;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	position: absolute;
	top: -300px;
	left: 0;
}

header .showNav {
	top: 50px;
	box-shadow: 0 5px 5px rgba(204,204,204,.15);
	-moz-box-shadow: 0 5px 5px rgba(204,204,204,.15);
}
header .nav a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #959595;
	padding: 0 25px;
	border-bottom: 1px solid #f5f5f5;
}
header .head-btn {
	float: right;
	line-height: 60px;
}
header .bar-btn, header .nav-btn {
	position: fixed;
	border: none;
	background: transparent;
	top: 0;
	left: 10px;
	outline: 0;
	margin-top: 10px;
	z-index: 100;
}
header .bar-btn .icon-bar, header .nav-btn .icon-line {
	display: block;
	margin: 6px 0;
	width: 25px;
	height: 2px;
	background: #999;
	cursor: pointer;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
header .bar-btn .bar-line1 {
	transform: translateY(8px) rotateZ(90deg);
	-ms-transform: translateY(8px) rotateZ(90deg);
	-moz-transform: translateY(8px) rotateZ(90deg);
	-webkit-transform: translateY(8px) rotateZ(90deg);
	-o-transform: translateY(8px) rotateZ(90deg);
}
header .bar-btn .bar-line2 {
	transform: translateY(0px) rotateZ(0deg);
	-ms-transform: translateY(0px) rotateZ(0deg);
	-moz-transform: translateY(0px) rotateZ(0deg);
	-webkit-transform: translateY(0px) rotateZ(0deg);
	-o-transform: translateY(0px) rotateZ(0deg);
}
header .animated1 .bar-line2 {
	transform: translateY(0px) rotateZ(90deg);
	-ms-transform: translateY(0px) rotateZ(90deg);
	-moz-transform: translateY(0px) rotateZ(90deg);
	-webkit-transform: translateY(0px) rotateZ(90deg);
	-o-transform: translateY(0px) rotateZ(90deg);
}
header .nav-btn {
	left: inherit;
	right: 10px;
}
header .bar-btn .icon-bar, header .nav-btn .icon-line {
	display: block;
	margin: 6px 0;
	width: 25px;
	height: 2px;
	background: #999;
	cursor: pointer;
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
}
header .nav-btn .middle {
	margin: 0 auto;
}
header .animated1 .bar-line1 {
	transform: translateY(8px) rotateZ(180deg);
	-ms-transform: translateY(8px) rotateZ(180deg);
	-moz-transform: translateY(8px) rotateZ(180deg);
	-webkit-transform: translateY(8px) rotateZ(180deg);
	-o-transform: translateY(8px) rotateZ(180deg);
}
header .animated2 .top {
	transform: translateY(8px) rotateZ(45deg);
	-ms-transform: translateY(8px) rotateZ(45deg);
	-moz-transform: translateY(8px) rotateZ(45deg);
	-webkit-transform: translateY(8px) rotateZ(45deg);
	-o-transform: translateY(8px) rotateZ(45deg);
}
header .animated2 .middle {
	width: 0;
}
header .animated2 .bottom {
	transform: translateY(-8px) rotateZ(-45deg);
	-ms-transform: translateY(-8px) rotateZ(-45deg);
	-moz-transform: translateY(-8px) rotateZ(-45deg);
	-webkit-transform: translateY(-8px) rotateZ(-45deg);
	-o-transform: translateY(-8px) rotateZ(-45deg);
}

#content {
	 min-height: 100%;
}
.main-index{
	padding-bottom: 50px;
}
#get-top {
	width: 40px;
	height: 40px;
	background: #999;
	color: #FFF;
	position: fixed;
	right: 15px;
	bottom: 55px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	display: none;
	z-index: 100;
}
#get-top i {
	margin: 0;
	font-size: 20px;
}
.footer {
	width: 100%;
	background-color: #222;
	font-size: 13px;
	padding-top: 10px;
	margin-top: -50px;
	height: 60px;
	z-index: 9999;
	color: #959595;
}	
.footer a{
	color: #959595;
}	
@media (min-width: 992px){
		.search {
			width: 650px;
		}
		.search-engine {
			width: 650px;
		}
		.search-engine-list li {
			width: 112px;
			margin: 0 15px 15px 0;
		}
		.search-hot-text {
			width: 559px;
			margin-left: 10px;
		}
		.mkt {
			padding: 0px 20px;
			margin-bottom:20px;
		}
		header {
			height: 60px;
			border-bottom: 1px solid #e8e8e8;
		}
		header .main {
			padding: 0 24px;
		}
		header .logo {
			float: left;
			font-size: 27px;
			margin: 0;
			font-weight: 400;
			border: none;
		}
		header .logo a {
			display: block;
			line-height: 59px;
			color: #484848;
			font-weight: 400;
		}
		header .logo img {
			width: 40px;
			vertical-align: -10px;
		}
		header .nav {
			float: right;
			margin-left: 25px;
			padding-top: 0px;
			height: 100%;
			display: block;
			overflow: hidden;
			position: static;
			width: auto;
			box-shadow: none;
		}
		header .nav li {
			float: left;
			font-size: 16px;
		}
		header .nav a {
			display: block;
			line-height: 59px;
			color: #959595;
			padding: 0 18px;
			border-bottom: 1px solid #e8e8e8;
		}
        header .nav a:hover {
            border-color: #459df5;
            color: #459df5;
        }
		.content-box {
			padding: 0 10px;
			padding-top: 61px;
		}
		.main-index {
			padding-top: 1px;
		}

}
@media (min-width: 768px){
		.ss {
			padding: 10px 0 50px 0;
			margin-top: 0;
		}
		.search-clear {
			right: 95px;
		}
}

@media (min-width:300px) and (max-width:991px) {
	.visible-md.visible-sm {
		display: block!important
	}

	.inline.visible-md.visible-sm {
		display: inline!important
	}

	.inline-block.visible-md.visible-sm {
		display: inline-block!important
	}

	tr.visible-md.visible-sm {
		display: table-row!important
	}

	td.visible-md.visible-sm,th.visible-md.visible-sm {
		display: table-cell!important
	}
	.col-xs-4 a { line-height:2.5; 
    background: #e6e6e6;
    color: #000;
    display: block;
    padding: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
	}
	.col-xs-12 a {
	line-height:2.5; 
    border-bottom: dotted 1px;
    padding: 5px 0;	
	}
	.morebutton {
    margin: 0 auto;
    text-align: center;
	}
}

@media (prefers-color-scheme: dark) {
body {
	background: #000;
    color: #FFF;
  }
p {
	color: #FFF;
}
}