/*********************
 GENERAL RESET & SETUP 
*********************/

/***
Reset and overrides  
***/
/* general body settings */
body { 
  background: #fff;
  color: #343434; 
  padding: 0px !important;
  margin: 0px !important;
  font-size:12px; 
  font-family: gulim, 굴림;
  text-align:justify;
}
a {font-weight:300;}
p {
   /* margin: 0px; padding:2px; text-indent:15px; font-size:13px; line-height:250%; 
    font-family: , êµ´ë¦¼;text-align:justify;*/
    margin: 0px;
    padding: 0px;	
    font-size: 12pt;
    text-indent: 15px;
    line-height: 200%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 바탕체, batang;
    text-align: justify;
    color: #000000;
}
p.title{
    font-weight:bold;
    text-align:center;
    font-size: 20pt; /* 2016.5.8  리석 수정 20px */
	color : red; /* 2016.5.8  리석 수정  */
}
.container {
	width: 1144px;
}
a:hover {
    color: #0e81c2;
}

/***
General typography 
***/
h3 small, h4 small, h5 small {
  color: #343434;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: 바탕체, batang;
}

h1.block, h2.block, h3.block, h4.block, h5.block, h6.block {
  padding-bottom: 10px;
}

a {
  text-shadow: none !important;
  text-decoration: none;
  color: #434343;
}
/***
Apply fix for font awesome icons.
***/
[class^="icon-"], 
[class*=" icon-"],
[class^="icon-"]:hover, 
[class*=" icon-"]:hover { 
  background: none !important;
}
/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  width: 9px;
  height: 9px;
  background-repeat: no-repeat !important;
  background-image: url("../img/remove-icon-small.png") !important;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
  display: none;
}

.ie8 .visible-ie8 {
  display: inherit !important;
}

.visible-ie9 {
  display: none;
}

.ie9 .visible-ie9 {
  display: inherit !important;
}

.hidden-ie8 {
  display: inherit;
}

.ie8 .hidden-ie8 {
  display: none !important;
}

.hidden-ie9 {
  display: inherit;
}

.ie9 .hidden-ie9 {
  display: none !important;
}

/***
Fix link outlines after click
***/
a,a:focus, a:hover, a:active {
  outline: 0;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
  margin-left: 0px !important;
}

/***
Misc tools
***/
.visible-ie8 {
  display: none
}

.no-padding {
  padding: 0px;
}
.l-padding-40 {
    padding-left:40px;
}
.l-padding-30 {
	padding-left:30px;
}
.l-padding-20 {
    padding-left:20px;
}
.l-padding-5 {
    padding-left:5px;
}
.r-padding-20 {
    padding-right:20px;
}
.r-padding-10 {
    padding-right:10px;
}
.r-padding-40 {
    padding-right:40px;
}
.r-padding-48 {
    padding-right:67px;
}
.r-padding-60 {
    padding-right:60px;
}
.t-padding-10 {
    padding-top:10px;
}
.t-padding-20 {
    padding-top:20px;
}
.t-padding-30 {
    padding-top:30px;
}
.t-padding-40 {
    padding-top:40px;
}

.no-margin {
  margin: 0px !important;
}

.no-bottom-space {
  padding-bottom:0px !important;
  margin-bottom: 0px !important;
}

.no-top-space {
  padding-top:0px !important;
  margin-top: 0px !important;
}

.space5 {
  display: block;
  height: 5px !important;
  clear: both;
}

.space7 {
  height: 7px !important;
  clear: both;
}

.space10 {
  height: 10px !important;
  clear: both;
}

.space12 {
  height: 12px !important;
  clear: both;
}

.space15 {
  height: 15px !important;
  clear: both;
}

.space20 {
  height: 20px !important;
  clear: both;
}

.no-space {
  margin: 0px !important;
  padding: 0px !important;
}

.no-text-shadow {
  text-shadow: none !important;
}

.no-left-padding {
  padding-left: 0 !important;
}

.no-left-margin {
  margin-left: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
    margin-top:15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px;
}           
.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.padding-bottom-10 {
    padding-bottom:10px;
}
.padding-top-10 {
    padding-top:10px;
}
.padding-top-20 {
    padding-top:20px;
}
.padding-top-40 {
    padding-top:40px;
}
.padding-left-20 {
    padding-left:20px;
}
.padding-left-30 {
    padding-left:30px;
}

.related{
    position:relative;
}
.hide {
  display: none;
}

.bold {
  font-weight:600 !important;
}

.fix-margin {
  margin-left: 0px !important
}

.border {
	border: 1px solid #ddd;
}
.border-bottom {
	border-bottom: 1px solid;
}
.border-left {
	border-left: 1px solid;
}
.border-right {
	border-right: 1px solid;
}

.inline {
  display: inline;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

.margin-right-5 {
    margin-right:5px;
}
.margin-right-20 {
    margin-right: 20px;
}
/********************
 GENERAL LAYOUT 
*********************/

/***
Header and header elements.
***/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.border {
  border: 1px solid red;
}

.left-half {
	float:left;
	width:50%;
}
.right-half {
	float:right;
	width:50%;
}
.top-container {
	position:absolute;
	top:0px;
	width:100%;
}
.bottom-container {
	position:absolute;
	bottom:0px;
	width:100%;
}

#header-back-l{
	background: url('../img/top_back_l.gif');
    background-repeat: repeat-x;
	height:206px;
	margin-right:572px;
}
#header-back-r{
	background: url('../img/top_back_r.gif');
    background-repeat: repeat-x;
	height:206px;
	margin-left:572px;
}
.header {
    padding: 0 !important;
    background: url(../img/header_bg.jpg) 0 0 no-repeat;
    border-bottom: 3px solid #fff;
    height:203px;
}

.header .logo {
    display: inline-block;
    margin:18px 18px;
    width:120px;
    height:55px;
}
.header .title {
    margin-top: 78px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 100%;
    height: 94px;
    display: inline-block;
}
a.color-white {
    color: #add2e6;
}
a.color-white:hover {
    color: #fff;
}
.header .top-navbar {
    float:left;
    padding-right:15px;
}
.top-navbar .top-nav-menu {
    text-align: right;
    float: left;
    width: 100%;
}
.update-myinfo {
    text-align: right;
}
.update-myinfo p {
    font-size:12px;
    line-height: 18px;
}    
.update-myinfo p.brown {
    color:#BC4300;
    font-size:12px;
}
.header span.dropdown {
    position: relative;
    display: inline-block;
    background: url(../img/s-icons.png) no-repeat -166px -61px;
    height: 20px;
    right: 0px;
    top: 10px;
}
.header .search-form {
    margin: 65px 0 0;
}
.search-form .input-box {
    width: 230px;
    position: relative;
}
.search-form input[type="text"]
{
    color:     #8D8D8D;
    border: 1px solid #8D8D8D;
    font-size: 13px;
    height: 18px;
    width: 189px;
    padding-right:32px;
    margin-right:10px;
}
.search-form .submit
{
    position: absolute;
    right: 6px;
    top: 4px;
    border: none;
    background: url(../img/s-icons.png) no-repeat -123px -79px;
    width: 24px;
    height: 24px;
}
.header .search-form2 {
    margin: 41px 0 0;
    padding-right:6px;
}
.search-form .input-box2 {
    width: 189px;
    position: relative;
}
.search-form2 input[type="text"]
{
	color: 	#8D8D8D;
	border: 1px solid #8D8D8D;
	font-size: 13px;
	height: 18px;
	width: 189px;
    padding-right:32px;
	margin-right:10px;
}
.search-form2 .submit
{
    position: absolute;
    right: 15px;
    top: 4px;
    border: none;
    background: url(../img/s-icons.png) no-repeat -123px -79px;
    width: 24px;
    height: 24px;
}

.navbar {
	margin: 0 auto;
}
.header .btn-navbar {
	margin-bottom: 0px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: none;
	filter: none;
	box-shadow: none;
	color: 	white;
	border: 0;
}
.header .btn-navbar:hover {
	background:none;
}
.navbar-l 
{
	width: 94px;
	background: url(../img/navbar-l.png) repeat-x;
	float: left;
	height: 60px;
}
.navbar-r 
{
	width: 198px;
	height: 60px;
	float: left;
	background: url(../img/navbar_bg_c.png) 0px 0 no-repeat;
}
.navbar .container {
	height: 60px;
	background: url(../img/navbar-l.png) repeat-x;
	float: left;
}
.navbar .main-menu1 {
	margin-left:22px;
}
.navbar .main-menu2 {
    float:right;
}
.navbar .nav > li {
    padding:2px 0;
    z-index: 999;
    overflow: none;
}
.navbar .nav > li > a
{
    color: #a60215;
    padding: 0 14px;
    font-size: 13px;
}
.navbar .nav > li > a:hover
{
	color:#111;
}
#top-slider {
	height: auto;
	border: 10px solid #ebebeb;
	-webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
	margin-top:20px;
}
.carousel-indicators {
	right:0;
	left:10px;
	top:10px;
}
.carousel-caption {
	position: absolute;
	top:20px;
	right:20px;
	left:auto;
	height:30px;
	padding: 15px;
	background: none;
	max-width:280px;
    color:#fff;
    font-weight:900;
}

.l-radius {
    -webkit-border-radius: 3px 0 0 0 !important;
    -moz-border-radius: 3px 0 0 0 !important;
    border-radius: 3px 0 0 0 !important;    
}
.r-radius {
    -webkit-border-radius: 0 3px 0 0 !important;
    -moz-border-radius: 0 3px 0 0 !important;
    border-radius: 0 3px 0 0 !important;    
}
.lr-radius {
    -webkit-border-radius: 3px 3px 0 0 !important;
    -moz-border-radius: 3px 3px 0 0 !important;
    border-radius: 3px 3px 0 0 !important;    
}
.blr-radius {
    -webkit-border-radius: 0 0 3px 3px !important;
    -moz-border-radius: 0 0 3px 3px !important;
    border-radius: 0 0 3px 3px !important;    
}

.show-768 {
    display:none;
}

.grey-line {
    border-right: 1px solid #c7c7c7 !important;
}
.purple-line {
    border-right: 1px solid #aeaef9 !important;
}

.title-bar {
    border-bottom: 3px solid #7d9c51;
    position: relative;
    font-weight: 900;
    font-family: dotum;
}

/**
*  small icons
*/
.back-icon {
    display: inline-block;
    width: 33px;
    height: 33px;
    vertical-align: top;
    background-image: url(../img/back_icon.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}
.s-icon {
    width:20px;
    height:20px;
    display:inline-block;
    background: url(../img/s-icons.png) no-repeat;
}
.prev-icon {
    background-position: -100px -56px;
}
.next-icon {
    background-position: -120px -56px;
}
.prev-icon1 {
    background-position: -420px -56px;
	width:19px;
	height:62px;
	cursor:pointer;
}
.next-icon1 {
    background-position: -439px -56px;
	width:19px;
	height:62px;
	cursor:pointer;
}
.green-mark {
    background-position: -20px -77px;
}
.purple-mark{
	background-position: -100px -77px;
}
.gray-mark {
    background-position: -140px -56px;
}
.red-mark {
    background-position: -80px -80px;
}
.gray-arrow {
    background-position: -180px -55px;
}
.video-mark {
    background-position: -20px -56px;
    margin-left:3px;    
}
.music-mark {
    background-position: -40px -75px;
    margin-left: 6px;
}
.speaker-mark {
    background-position: 0 -76px;
    margin-left: 6px;
}
.camera-mark {
    background-position: -362px -74px;
    margin-left: 6px;
}
.pdf-mark {
    background-position: -60px -75px;
    margin-left: 6px;
}
/*
.m-icon {
    width:40px;
    height:40px;
    display:inline-block;
    background: url(../img/m-icons.png) no-repeat;
}
.ico-mic {
    float: left;
    background-position: 0 4px;
    margin-right: 35px;
}
.ico-book {
    float: left;
    background-position: -40px 1px;
    margin-right: 15px;
    width:39px;
}
.ico-book1 {
    float: left;
    background-position: -240px 0;
    margin-right: 15px;
    margin-top: -7px;    
}
.ico-book2 {
    float: left;
    background-position: -382px 1px;
    margin-right: 15px;
    width:39px;
}
.ico-discussion {
    float: left;
    background-position: -280px 0;
    margin-right: 15px;
}
.ico-treatise {
    float: left;
    background-position: -80px 1px;
    margin-right: 15px;
    width:39px;
}
.ico-lecture {
    float: left;
    background-position: -342px 0;
    margin-right: 15px;
    width:39px;
}
.ico-media {
    float: left;
    background-position: -120px 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.ico-music {
    float: left;
    background-position: -160px 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.ico-child {
    float: left;
    background-position: -200px 0px;
    margin-right: 10px;
    margin-left: 10px;
}
.ico-flag {
    float: left;
    background-position: -420px -6px;
    margin-right: 8px;
    margin-left: 5px;
	height: 23px;
	width:25px;
}
.ico-arrow {
	float: left;
	background-position: -448px 0;
	margin-right: 5px;
    width: 26px;
    height: 26px;
}
*/

/**
* footer
*/
.footer {
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background: #fff;
    position:relative;
}
#footer-r
{
    background: #D3D3D3;
    height:114px;
	margin-left:572px;
}
.footer .logo {
    display: inline-block;
    margin: 20px 30px;
}
.footer-menu {
    padding-right:10px;
}
.footer .special-box-4 {
	text-align:center;
	background: #fff;
	height: 114px;
}
.footer .special-box-4 .special-box-4-l {
	background: #fff url(../img/s-icons.png) -420px 0 no-repeat;
	width:123px;
	height:52px;
	float:left;
}
.footer .special-box-4 .special-box-4-r {
    background: #fff url(../img/s-icons.png) -400px 0 no-repeat;
	width:20px;
	height:114px;
	float:right;
}
.footer-menu li {
    list-style: none;
    float:left;
}
.footer-menu li a {
    padding: 0 10px 0;     
}
.footer-menu li a:hover {
    color: #000;
}

/**
* Social links
*/
.mobile-icon {
    width:68px;
    height:33px;
    display:inline-block;
    background:  url(../img/s-icons.png) -288px -60px no-repeat;
}
.social-icons {
    margin:0;
}
.social-icons li {
    list-style: none;
    float:left;
    margin-right: 10px;
}
.social-icons li a {
    display:inline-block;
}
.social-icon {
    display:inline-block;
    width:30px;
    height:30px;
    background-image: url(../img/s-icons.png);
}
.facebook {
    background-position: 0 0;
}
.twitter {
    background-position: -39px 0;
}
.google {
    background-position: -78px 0;
}
.youtube {
    background-position: -117px 0;
}
.rss {
    background-position: -156px 0;
}
.pine {
    background-position: -195px 0;
}
.podcast {
    background-position: -235px 0;
}

span.play-mark {
    position: absolute;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: url(../img/s-icons.png) -285px 0 no-repeat;
    top: 15px;
    left: 25px;
}
a:hover span.play-mark {
    background-position:-340px 0;
}

/***
Bootstrap Datepickers Restyle
***/
.datepicker table .active {
  background-image: none !important;
  background-color: #4b8df8 !important;
  filter: none !important;
}

.datepicker table td {
  font-weight: 300 !important;
  font-family: gulim !important;
}

.datepicker table th {
  font-family: gulim !important;
  font-weight: 400 !important;
}

.required {
    color: #c05f5f;
}

/* updated 2015-12-15 */
.top_date_time {
    float: left;
    text-align: center;
    color: #EDF2F6;
    font-size: 15px;
    line-height: 17px;
    margin-top: 38px;
    padding-left: 43px;
    font-weight: bold;
}

img.ui-datepicker-trigger {
    margin-top:-6px;
}
.gbox p b, .gbox p strong  {
   font-size:15px; 
}
.gbox p b strong {
   font-size:17px; 
}
p[align="center"] {
    text-align:center;
}

a.ch2:link { color: #c93eec; text-decoration: none; }
a.ch2:visited { color: #c93eec; text-decoration: none}
a.ch2:hover {	color: #c93eec;text-decoration: none}

/***
Form wizard
***/

.form-wizard .progress {
  margin-bottom: 30px;
}

.form-wizard .steps {
  padding: 10px 0;
  margin-bottom: 15px;
}

.form-wizard .steps .navbar-inner {  
  background-color: #fff !important;
  background-image: none !important;
  filter:none !important;
  border: 0px;
  box-shadow: none !important;
}

.form-wizard .steps .navbar-inner li a {
  background-color: #fff !important;
  background-image: none !important;
  filter:none !important;
  border: 0px;
  box-shadow: none !important;
}

.form-wizard .step:hover {
  text-decoration: none;
}

.form-wizard .step .number {
  background-color: #eee;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  padding: 12px 15px 12px 15px !important;
  margin-right: 10px;
  -webkit-border-radius: 50% !important;
     -moz-border-radius: 50% !important;
          border-radius: 50% !important;
}

.form-wizard .step .desc {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
}
 
.form-wizard .active .step .number {
  background-color: #35aa47;
  color: #fff;
}

.form-wizard .active .step .desc {
  font-weight: 400;
}

.form-wizard .step i {
  display: none;
}

.form-wizard .done .step .number {
  background-color: #f2ae43;
  color: #fff;
}

.form-wizard .done .step .desc {
  font-weight: 400;
}

.form-wizard .done .step i {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  display: inline-block;
}

/* bootstrap chosen overlaping bug fix*/
.form-wizard .tab-pane .chzn-container {
  position: absolute !important;
}

.page-title {margin-left:170px}

.right_fix{
	position: fixed;
    top: 35%;
	left: auto;
    float: right;
    right: 10px;
}
.right_fix li{
	font-size: 11px;
	line-height: 25px;
	border-top: 1px solid #e2e2e2;
	list-style: none;
}

.dropdown.open .dropdown-toggle {
    background: none !important;
}
.dropdown-toggle:hover {
    background: none !important;
}
.br-del a br {
    display:none;
}
.dropdown.user {
    background: none !important;
}

/**
* social small icons
*/
.social-icons-sm {
    float: left;
    width: 100%;
    text-align: right;
    margin-top:8px;
}
.social-icons-sm a {
    display:inline-block;
    margin:0 5px 0 0;
}
.social-icons-sm .social-icon {
    display:inline-block;
    width:24px;
    height:24px;
    background-image: url(../img/s-icons.png);
}
.social-icons-sm .twitter {
    background-position: -31px -30px;
}
.social-icons-sm .google {
    background-position: -63px -30px;
}
.social-icons-sm .rss {
    background-position: -125px -30px;
}
.social-icons-sm .podcast {
    background-position: -188px -30px;
}
.mp-764 .nav {
    margin:0;
}
.mp-764 .social-icons-sm .rss {
    margin-right:12px;
}

/**
*  prev, first, next buttons
*/
.button-prevpage {
    background: url(../img/prevpage.gif) 0 0 no-repeat;
    width:120px;
    height:39px;
	float:left;
	position:relative;
	left:280px;
}
.button-firstpage {
    background: url(../img/firstpage.gif) 0 0 no-repeat;
    width:120px;
    height:39px;
	float:left;
	position:relative;
	left:300px;
}
.button-nextpage {
    background: url(../img/nextpage.gif) 0 0 no-repeat;
    width:120px;
    height:39px;
	float:left;
	position:relative;
	left:320px;
}
a.button-prevpage,a.button-firstpage,a.button-nextpage{
	cursor: pointer;
}

.ui-dialog-titlebar-close{
    
    background: url(assets/img/hor-menu-search-close.png) no-repeat center;
    position: absolute;
    right: .3em;
    top: 0.2%;
    width: 21px;
    padding: 1px;
    height: 20px;
    outline: none !important;
    border: 0 !important;
    box-shadow: none;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-dialog-buttonset{
    width:100%;
    height:40px;
}
.ui-dialog-buttonset button{
    float:right;
    margin: 8px 10px 20px 0;
}

.notice_title {
	margin-top:10px;
	margin-bottom:10px;
}
.notice_cont{
    margin:0 auto;
    width:95%;
    border-top:2px solid #DDD;
    
}
.notice_cont p{
    font-size:13px;
    color:#305D8C;
}
.logo-mark {
	background: #fff url(../img/s-icons.png) -420px 0 no-repeat;
	width:123px;
	height:52px;
	margin-left:auto;
	margin-right:auto;
}

/***
	start of themes/default.css
***/
/***
default theme
***/

/***
Reset and overrides  
***/
/*********************
 GENERAL UI COLORS 
*********************/

/***
Colors
blue:  #4b8df8
light blue: #bfd5fa
red: #e02222
yellow: #ffb848
green: #35aa47
purple: #852b99
grey: #555555;
light grey: #fafafa;
***/

/***
General backgrounds
***/
.border-purple {
    border-top: 2px solid #c97d7d;
}
.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #0e81c2 !important;
}

.bg-light-blue {
  background-color: #add2e7 !important;
}

.bg-red {
  background-image: none !important;
  background-color: #b60000 !important;
}

.bg-yellow {
  background-image: none !important;
  background-color: #ffb848 !important;
}

.bg-green {
  background-image: none !important;
  background-color: #7d9c51 !important;
}

.bg-light-green {
  background-image: none !important;
  background-color: #c5dba5 !important;
}

.bg-purple {
  background-image: none !important;
  background-color: #ffcccc !important;
}
.bg-light-purple {
  background-image: none !important;
  background-color: #f1ecec !important;
}
.bg-light-gray {
  background-color: #d3d3d3 !important;
}
.bg-gray {
  background-image: none !important;
  background-color: #555555 !important;
}
.title-bar.color-maroon {
    border-color:#c97d7d;
}
.title-bar.color-purple {
    border-color:#6d6df5;
}
.title-bar.color-sky-blue {
    border-color:#63b6ec;
}
.title-bar.color-purple-brown {
    border-color:#be7a7b;
}
.title-bar.color-red {
    border-color:#fb5b5b;
}
.color-sky-blue {
    color:#1d7fbf;
}
.color-yellow{
	color:#ffb848;
}
.color-maroon{
	color:#c97d7d;
}
.color-purple{
	color:#6d6df5;
}
.color-purple-brown{
	color:#be7a7a;
}
.color-light-gray {
    color:#5d5d5d;
}
.color-blue
{
    color:#013c84;
	font-family:gulim,굴림체;
	font-size:13px;
	margin: 6px 0;
}
.color-light-blue {
	color: #95c5dc;
}
.color-red {
    color:#fb5b5b;
}
.color-green {
    color:#7d9c51;
}
.color-dark-green {
	color:#018060;
}
h4.color-red.align-center strong {
    font-size: 18px;
}
.color-grey {
    color:#444;
}
.color-dark-gray {
    color:#2b2b2b;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.color-white {
    color: #fff;
}
.color-gray {
    color: #363636;
}
body { 
  background-color:#fff;
}
a:hover {
    color: #0868a4;
    text-decoration: none;
}
.black-btn
{
    position: absolute;
    top: 12px;
    right: 12px;
    color: #555;
    background: none;
    border-color: #5d5d5d;
    border:none;
}
.black-btn:hover
{
    color: #2b2b2b;
    border-color: #2b2b2b;
    background: none;
}
.gray-btn
{
    color: #6c6c6c;
    background: none;
    border-color: #c6c6c6;
}
.gray-btn:hover
{
    color: #333;
    border-color: #999;
    background: none;
}
.white-btn
{
    color: #fff;
    border-color: #c6c6c6;
}
.white-btn:hover
{
    color: #fff;
    border-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(141, 141, 141, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 141, 141, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 141, 141, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(141, 141, 141, 0.6);
}
::selection {
   /*  background-color: #c05f5f;
    color: #fff;*/
}
/***
Landscape phone to portrait tablet
***/
@media (max-width:979px) { 

}
/***
	end of themes/default.css
***/

/***
	start of style-metro.css
***/
/***
Modify bootstrap buttons
***/

/* remove rounds from all elements */

a:focus {
  outline: none !important;
}

a:hover, a:active {
  outline: 0 !important;
}

select:focus {
   outline: none !important;
}

.btn {
	background-color: #e5e5e5;
	background-image: none;
	filter: none;
	border: 0;
	padding: 7px 14px; 
	text-shadow: none;
	font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 14px;  	
  color: #333333;
	cursor: pointer;
	outline: none;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.btn:hover, 
.btn:focus, 
.btn:active,
.btn.active,
.btn[disabled],
.btn.disabled {  
  color: #333333;
  background-color: #d8d8d8 !important;
}

.btn.red-stripe
{
	border-left: 3px solid #d84a38;
}

.btn.blue-stripe
{
	border-left: 3px solid #4d90fe;
}

.btn.purple-stripe
{
	border-left: 3px solid #852b99;
}

.btn.green-stripe
{
	border-left: 3px solid #35aa47;
}

.btn.yellow-stripe {
    border-left: 3px solid #ffb848;
}

/*  Red */
.btn.red {
  color: white;  
  text-shadow: none;	
  background-color: #d84a38;
}
.btn.red:hover, 
.btn.red:focus, 
.btn.red:active, 
.btn.red.active,
.btn.red[disabled], 
.btn.red.disabled {    
  background-color: #bb2413 !important;
  color: #fff !important;
}

/*  Blue */
.btn.transparent   
{
  color: black;  
  text-shadow: none;  
  background-color: transparent;
}

.btn.blue   
{
  color: white;  
  text-shadow: none;	
  background-color: #4d90fe;
}
.btn.blue:hover, 
.btn.blue:focus, 
.btn.blue:active,
.btn.blue.active,
.btn.blue[disabled],
.btn.blue.disabled {  
  background-color: #0362fd !important;
  color: #fff !important;
}

/*  Green */
.btn.green {
  color: white;
  text-shadow: none;	 
  background-color: #35aa47;
}
.btn.green:hover, 
.btn.green:focus, 
.btn.green:active, 
.btn.green.active,
.btn.green.disabled, 
.btn.green[disabled]{ 
  background-color: #1d943b !important;
  color: #fff !important;
}

/*  Purple */
.btn.purple {
  color: white; 
  text-shadow: none;	
  background-color: #852b99;
}
.btn.purple:hover, 
.btn.purple:focus, 
.btn.purple:active, 
.btn.purple.active, 
.btn.purple.disabled,
.btn.purple[disabled] { 
  background-color: #6d1b81 !important;
  color: #fff !important;
}

/*  customize */
.btn.black3 {
  color: white; 
  text-shadow: none;	
  background-color: #646464;
}
.btn.purple:hover, 
.btn.purple:focus, 
.btn.purple:active, 
.btn.purple.active, 
.btn.purple.disabled,
.btn.purple[disabled] { 
  background-color: #6d1b81 !important;
  color: #fff !important;
}

.btn.yellow {
  color: white; 
  text-shadow: none;	
  background-color: #ffb848;
}
.btn.yellow:hover, 
.btn.yellow:focus, 
.btn.yellow:active, 
.btn.yellow.active, 
.btn.yellow.disabled,
.btn.yellow[disabled] { 
  background-color: #eca22e !important;
  color: #fff !important;
}
.view-all {
    position: absolute;
    top: 0;
    right: 20px;
}
.color-purple .view-all {
    right:0;
    top:8px;
}

.btn.black {
  color: white; 
  text-shadow: none;	
  background-color: #555555;
}
.btn.black:hover, 
.btn.black:focus, 
.btn.black:active, 
.btn.black.active, 
.btn.black.disabled,
.btn.black[disabled] { 
  background-color: #222222 !important;
  color: #fff !important;
}

.mini 
{
    height: 8px;
    font-size: 11px !important;
    line-height: 8px;
    width: 54px;
    font-weight: normal;
    padding: 5px 4px 4px 12px;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.big
{
  height: 38px;
	font-size: 18px; 
	line-height: 38px; 	
	padding: 8px 16px;
}

button.btn.big,
input[type="button"].btn.big,
input[type="submit"].btn.big {
  height: 54px;
  padding-top: 9px;
  padding-bottom: 8px;
}

button.btn.mini,
input[type="button"].btn.mini,
input[type="submit"].btn.mini {
  height: 21px;
  padding-top: 3px;
  padding-bottom: 3px;
}

a.btn.big.btn-block {
 height: 54px;
}

/***
Metro icons
***/
[class^="m-icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;;
  margin-top: 4px;
  line-height: 14px;  
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0;
  background-repeat: no-repeat; 
}

/* [class^="m-icon-big-"] {
  display: inline-block;
  width: 30px;
  height: 30px; 
  margin: 6px;
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0px;
  background-repeat: no-repeat; 
} */
[class^="m-icon-big-"] {
  display: inline-block;
  width: 29px;
  height: 30px; 
  vertical-align: top;
  background-image: url(../img/syncfusion-icons.png);
  background-position: 0 0px;
  background-repeat: no-repeat; 
}

.m-icon-white {
  background-image: url(../img/syncfusion-icons-white.png);
}

/*  Misc */
.btn.icn-only {
  min-width: 14px;
}
.btn.bigicn-only {
  min-width: 34px;
}
.m-icon-swapright {
  background-position: -27px -10px;
}
.m-icon-swapdown {
  background-position: -68px -10px;
}
.m-icon-swapleft {
  background-position: -8px -10px;
}
.m-icon-swapup {
  background-position: -46px -10px;
}
.m-icon-big-swapright{
  background-position: -42px -28px;
}
.m-icon-big-swapdown{
  background-position: -115px -28px;
}
.m-icon-big-swapleft{
  background-position: -6px -28px;
}
.m-icon-big-swapup{
  background-position: -78px -28px;
}

/***
Glyphicons icons
***/
.btn > .halflings-icon {
  margin-top:2px;
  margin-right: 2px;
}

.btn.mini > .halflings-icon {
  margin-top: -1px;
  margin-right: 2px;
}

.btn.icn-only > .halflings-icon {
  margin-right: 0px !important;
} 

/***
Dropdowns
***/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  padding: 0px;
  margin:0px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
  font-size: 14px;
  font-family: "Segoe UI",Helvetica, Arial, sans-serif;
  border: 1px solid #ddd;
}

.dropdown:hover .caret, 
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

.dropdown-menu.bottom-up {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-menu li > a {
  padding: 6px 0 6px 13px;
  color: #333;
  text-decoration: none;
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  white-space: nowrap;
}

.dropdown-menu li > a:hover, 
.dropdown-menu .active > a, 
.dropdown-menu .active > a:hover {
  text-decoration: none;
  background-image: none;
  background-color: #eee;
  color: #333;
  filter:none;
}

.dropdown.open .dropdown-toggle {
  color: #08c;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

/***
Forms
***/
label.m-wrap,
input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;

}

input.m-wrap,
button.m-wrap,
select.m-wrap,
textarea.m-wrap {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label.m-wrap {
  display: block;
  margin-bottom: 5px;
}

.uneditable-input,
textarea.m-wrap,
input[type="text"].m-wrap,
input[type="password"].m-wrap,
input[type="datetime"].m-wrap,
input[type="datetime-local"].m-wrap,
input[type="date"].m-wrap,
input[type="month"].m-wrap,
input[type="time"].m-wrap,
input[type="week"].m-wrap,
input[type="number"].m-wrap,
input[type="email"].m-wrap,
input[type="url"].m-wrap,
input[type="search"].m-wrap,
input[type="tel"].m-wrap,
input[type="color"].m-wrap {
  -webkit-appearance: none !important;   
	color: #333333; 		
  outline: 0;
  height: 20px;
	padding: 6px 6px !important;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;  
	background-color: #ffffff;
	background-image: none !important;
  filter: none !important;
	  -webkit-box-shadow: none !important;
	     -moz-box-shadow: none !important;
	          box-shadow: none !important;
	  -webkit-border-radius: 0px;
	     -moz-border-radius: 0px;
	          border-radius: 0px;
  background: transparent;   
}

input.m-wrap {
  border: 1px solid #e5e5e5;
}

textarea.m-wrap {
  height: auto;
}

.uneditable-input.focus,
textarea.m-wrap:focus,
select.m-wrap:focus,
input[type="text"].m-wrap:focus,
input[type="password"].m-wrap:focus,
input[type="datetime"].m-wrap:focus,
input[type="datetime-local"].m-wrap:focus,
input[type="date"].m-wrap:focus,
input[type="month"].m-wrap:focus,
input[type="time"].m-wrap:focus,
input[type="week"].m-wrap:focus,
input[type="number"].m-wrap:focus,
input[type="email"].m-wrap:focus,
input[type="url"].m-wrap:focus,
input[type="search"].m-wrap:focus,
input[type="tel"].m-wrap:focus,
input[type="color"].m-wrap:focus,
.m-uneditable-input:focus {
  border-color: #999999;
  outline: 0 !important;
  /* IE6-9 */
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;      
}

input[type="radio"].m-wrap,
input[type="checkbox"].m-wrap {
  	margin: 4px 0 0;
  	margin-top: 1px \9;
  	*margin-top: 0;
  	line-height: normal;
	  cursor: pointer;		
  	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;		
}

select.m-wrap,
input[type="file"].m-wrap {
  height: 34px !important;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select.m-wrap {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  filter: none !important;
  border: 1px solid #e5e5e5;
  outline: none;          
}

select[multiple].m-wrap,
select[size].m-wrap {
  height: auto !important;
}

select.m-wrap:focus,
input[type="file"].m-wrap:focus,
input[type="radio"].m-wrap:focus,
input[type="checkbox"].m-wrap:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;  
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

input[class*="span"].m-wrap
{
  float: none;
  height: 34px !important;
  margin-left: 0;
}

select[class*="span"].m-wrap,
textarea[class*="span"].m-wrap
{
  float: none;
  margin-left: 0;
}

.input-prepend,
.input-append {
	border: 0;
  display: inline-block;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > [class^="icon-"]
{
	margin-top: 5px;
	margin-left: 3px;
}

.input-append .add-on > .halflings-icon
.input-append .add-on > i,
.input-append .add-on > [class^="icon-"]
{
	margin-top: 5px;
	margin-left: 0px;
}

.input-append .m-wrap,
.input-append .m-wrap:focus {
	border-right: 0 !important;
  margin-right: 1px;
}

.input-prepend input,
.input-prepend input:focus {
	border-left: 0 !important;
  margin-left: 1px;
}

.input-append input[class*="span"],
.input-prepend input[class*="span"]
{
  display: inline-block !important;
}

.m-wrap.xsmall {
  width: 50px !important;
}

.m-wrap.small {
  width: 120px !important;
}

.m-wrap.medium {
  width: 206px !important;
}

.m-wrap.large {
  width: 320px !important;
}

.m-wrap.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}

select.m-wrap.xsmall {
  width: 64px !important;
}

select.m-wrap.small {
  width: 134px !important;
}

select.m-wrap.medium {
  width: 220px !important;
}

select.m-wrap.large {
  width: 334px !important;
}

@media (max-width: 480px) {

  .m-wrap.small {
    width: 100px !important;
  }

  .m-wrap.medium {
    width: 150px !important;
  }

  .m-wrap.large {
    width: 200px !important;
  }

  .m-wrap.huge {
    width: 246px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
  }

  select.m-wrap.small {
    width: 114px !important;
  }

  select.m-wrap.medium {
    width: 164px !important;
  }

  select.m-wrap.large {
    width: 214px !important;
  }

}  

/***
Custom label and badges
***/
.label, 
.badge {
  font-weight: 300;
}

.label-success, 
.badge-success {
  background-color: #3cc051;
  background-image: none !important;
  text-shadow: none !important;
}

.label-warning, 
.badge-warning {
  background-color: #fcb322;
  background-image: none !important;
  text-shadow: none !important;
}

.label-important, 
.badge-important {
  background-color: #ed4e2a;
  background-image: none !important;
  text-shadow: none !important;
}

.label-info, 
.badge-info {
  background-color: #57b5e3;
  background-image: none !important;
  text-shadow: none !important;
}

.label-mini {
  font-size: 11px;
  font-weight: 300;
}

.label-default  {
  background-color: #999 !important;
  text-shadow: none !important;
}

/***
	end of style-metro.css
***/

/***
	start of style-responsive.css
***/
@media (min-width: 1520px) {  
    .container {
        width: 1350px;
    }
    .header {
        /* background: url(../img/header_bg1.jpg) 0 0 no-repeat; */
    }
	.navbar .nav {
		margin:0;
	}
    .navbar .nav > li > a {
        /* padding: 0 25px; */
    }
    #cb_wraprt_ptcont {
        width:1180px;
        /* margin-left:100px; */
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #cb_wraprt_ptcont .cb_photocont_forback {
        /* margin-left:10px; */
    }
    body {
        font-size: 13px;
    }
    li.item {
        font-size: 14px;
        line-height: 24px;
        padding:0 0 0 20px;
    }
    .brand-slider {
        margin-left:12%;
    }
    .books {
        /* margin-left:80px; */
        margin-top:8px;
    }
    .hidden-pad {
        margin:0 !important;
    }
    .radio_cate {
        font-size:13px;
    }
    .radio_title {
        font-size:14px
    }
    #lec_left {
        width: 29%;
    }
    #lec_body {
        width: 66%;
    }
    #lec_con_body {
        margin: 0 10%;
    }
    #lec_con_body p {
        font-size:15px !important;
    }
    #lec_con_body p font {
        font-size:15px !important;
    }
    .reference_book {
        padding-left: 65px;
    }
}
@media (min-width: 1280px) { 
	.container {
		width: 1144px;
	}
	#top-slider {
		width: 1118px;
	}
    .footer {
        height:114px;
    }
}
@media (min-width: 1024px) { 
	.hide-1024 {
        display:block !important;
    }
    .show-1024 {
        display:none;
    }
}

@media (max-width: 1280px) { 
	.hidden-tdesktop {
  		display:none;
	}
    .margin-top-40 {
        margin-top:20px !important;
    }
	.container {
		width: 1144px;
	}
	#top-slider {
		max-width: 1118px;
	}
    .brand-slider { margin-left:0;}
}

@media (max-width: 1024px) { 
    .hide-1024 {
        display:none !important;
    }
    .show-1024 {
        display:block !important;
    }
	.special-wise {
		width:auto !important;
	}
	.mobile-calendar p {
		font-size:8px;
	}
	.books {
		background:none !important;
	}
	.books .book-popup {
		background:none !important;
	}
	.container {
        width: 100%;
    }
    .navbar {
        width:100%;
        background: #24A7E0;
        height:40px;
        z-index: 999;
        float: left;
    }
    .navbar .nav > li > a {
        color:#ddd;
        padding: 10px 14px;
    }
    .navbar .nav > li > a:hover {
        color:#fff
    }
    .navbar .container {
        width: 100%;
    }
    .r-padding-60 {
        padding-right:40px;
    }
    .brand-slider { margin-left:8%;}
    #position_style{POSITION: relative; width: 808px; height: 49px; OVERFLOW: hidden;}
    #position_item{POSITION: relative; width: 1467px; height: 49px; OVERFLOW: hidden;}
    .special-title2 {
        padding-left:30%;
    }
    .header {
        background: #fff url(../img/title.png) no-repeat 50% 30px;
    }
    .header .search-form {
        margin-top:10px
    }
    .header .title {
        margin-top:10px;
    }
}

/***
Large notebooks and desktops
***/
 @media (min-width: 980px) { 
}

/***
For tablets and phones
***/
@media (max-width:979px) { 
    .brand-slider {display:none !important;}	
    .video-box {display:none !important;float:left;}
    .video-comment {width:100% !important; float:left;}
    .nav-collapse .nav > li > a {
        color:#fff;
    }
    .nav-collapse .nav > li > a:hover {
        color:#fff;
        background: #BA1A1A;
    }
    .navbar .main-menu1 {
        margin: 0 0 10px;
    }
    .navbar .main-menu2 {
        clear:both;
        float: none;
        margin: 0 0 10px;
    }
	/***
	Body
	***/
	body {
		margin: 0px !important;
	}	
    .marquee {
        width:90%;
    }

	/***
 	Page header
 	***/
 	.header {
 		margin: 0 !important;
 	}

	.header .nav li.dropdown i {
		display: inline-block;
		position: relative;
		top:1px;
		right:0px;
	}

	.header .nav {
		margin-bottom: 0px !important;
        background: #B50000;
	}

	/***
	Page container
	***/
	.page-container {
		margin: 0 !important;
		padding: 0 !important;
	}

	.fixed-top .page-container {
		margin-top: 0px !important;
	}
     
}
@media (min-width: 768px) and (max-width: 1280px) { 
     .l-padding-20 {
         padding-left:10px;
     }
     .panel-box .hidden-pad {
		/*width: 40%;*/
         float:right;
     }
} 
@media (min-width: 768px) and (max-width: 1024px) { 
    .title-bar {
        margin-top:15px;
    }
    .books {
        background:none;
    }
    .book4 {
        margin-left:0;
    }
    .books a {
        width:35px;
    }
    a.book img {
        border: 2px solid #844A00;
    }
    a.book:hover img {
        top:25px;
        border-bottom: 7px solid #844A00;
    }
    a.book:hover {
        margin-top:0;
    }
    a.book:hover span.book-popup {
        display:none;
    }
}
 
@media (min-width: 768px) and (max-width: 979px) { 
     .hidden-pad {
         display:none !important;
     }
    .row-fluid .pad-full-width {
        width:99%;
    }
    .special-box-4 {
        display:none;
    }
	/***
	Body
	***/
	body {
	 	padding-top: 0px;
	}

	.header .title	
	{
		display:none;
	}
} 
 
@media (max-width: 767px) { 
    .row-fluid [class*="span"] {
        min-height:0;
    }
    .r-padding-20 {
        padding-right:0;
    }
    .header .title {
        display:none;
    }
    .header .search-form {
        margin-top:60px;
    }
    .hide-768 {
        display:none;
    }
    .show-768 {
        display:block;
    }
    .header .logo {
        display:none;
    }
    .m-icon, .special-lecture {
        margin-left:15px;
    }
    .panel-box {
        margin-bottom:15px;
    }
    .content2 {
        padding-left:30px;
    }
	.special-box-4 {
        display:none;
    }
    li.item.no-padding {
        padding-left:20px;
    }
	/***
	Form input validation states
	***/
	.input-icon .input-error, 
	.input-icon .input-warning, 
	.input-icon .input-success { 
		top:-27px;
		float: right;
		right:10px !important;
	}	

	/***
	Advance tables
	***/
	.table-advance tr td.highlight:first-child a {
		margin-left: 8px;
	}

	/***
	Footer	
	***/	
    .footer .go-top {  
		float: right;
		display: block;
		margin-top: -22px;
		margin-right: 0px;
		margin-bottom: 5px !important;
	}
    li.dropdown.user {
        background:#fff;
    }
    .mp-764 {
        margin-top:52px;
    }
    .header .nav {
        background: none !important;
    }
    .header .search-form2 {
        margin-top:20px;
    }
    .right_fix {
        display:none;
    }
    .nav-collapse, .nav-collapse.collapse {
        background: #0182B9;
        float: left;
        z-index: 999;
        width: 100%;
    }

}
@media (max-width: 640px) {
    .books {
        background:none;
    }
    .books a {
        width:35px;
    }
    a.book:hover img {
        top:25px;
        border-bottom: 5px solid #894D05;
    }
    a.book:hover {
        margin-top:0;
    }
    a.book:hover span.book-popup {
        display:none;
    }
    .top_date_time {
        margin-top: 8px;
        color: #444;
        font-size: 13px;
        padding-left: 12px;
    }
    .header .top-navbar {
        margin-top:60px;
    }
    .header .search-form {
        margin-top:35px;
    }        
}
@media (max-width: 480px) {

	/***
	Header navbar
	***/
	.header .nav {
		clear:both !important;
	}

	.header .nav > li.dropdown .dropdown-toggle {
  		margin-top:3px !important;
  	}	

  	.header .nav li.dropdown .dropdown-toggle .badge {
  		top: 11px;
  	}
  
}

@media (max-width: 320px) {

	.header .nav > li.dropdown .dropdown-toggle {
	  padding-left: 8px !important;
	  padding-right: 8px !important;
	}

	/***
	Hidden phone
	***/
	.hidden-320 {
		display: none;
	}
}	
/***
	end of style-responsive.css
***/