@charset "utf-8";

/* custom */
.clear {
	clear:both;
}
header {
	text-align:center;
	line-height: 60px;
	height: 60px;  
	background: #183867;
}

header a.right_menu{	
   position: absolute;
	 right:0px;   
}

header a.right_menu img{
	width:25px;
}

header a.left_menu{
  position: absolute;
  left: 0px;
}

header a.left_menu img{
	width:25px;
}

header .mlogo img {height:40px;}

.index_vb .carousel-item img{width: 100%;}
.vb img{width: 100%;}

header a.left_menu:before {
     content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color:#fff;
    font-size: 24px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    left: 10px;
}

header a.right_menu:before{
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
     color:#fff;
    font-size: 24px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right:10px;
    left: auto;
}

.full-width {
	margin-left: -15px; 
	margin-right: -15px;
}

/* goto top */
#back-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
}
#back-top a {
	width: 40px;
	display: block;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon */
#back-top span {
	width: 40px;
	height: 40px;
	display: block;
	margin-bottom: 7px;
	//opacity:0.5;
	 filter: alpha(opacity=50);
	background: #195dae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #fff;
}

#back-top span:before {
    content: "\f102";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 24px;
	line-height: 40px;
    position: absolute;
    top: 0;
    left: 11px;
}


/* footer */
footer {
	background:#292f33;
    line-height: 22px;
	font-size:12px;
    min-height: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
	
}
footer .container {
	margin-bottom:20px;
	border-bottom:1px solid #444;
}
footer .container p {
	
}

footer .container .warp {
	color: #b7b7b7;
}
footer .container  .warp h4 {
	color:#FFF;
	font-size:16px;
	margin:20px 0 15px;
}

footer .container .footer_menu {
	list-style:none;
	margin:10px 0;
	padding:0;
  text-align: center;
}


ul.footer_menu li {font-weight:bold;display:inline; margin: 0;padding-left: 16px;}


footer .container .footer_menu li a {
	color:#b7b7b7;
}
footer .container .footer_menu li a:hover {
	color:#FFF;
}


footer .container .socialWrap {
  margin: 10px 0;
}

footer .container .socialWrap img {
    border-radius: 50%;
    max-width: 34px;
    width: 20%;
}
footer .copyWrap {
	position:relative;
	margin-top:5px;
	text-align:center;
}
footer .copyWrap .copyright {
    color: #b7b7b7;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
footer .copyWrap .pc_mode {
}
footer .copyWrap .pc_mode a {
    background-color: #333;
	border:1px solid #222;
	color:#FFF;
	width:90%;
	display:inline-block;
	padding:5px 10px;
}
footer .copyWrap .pc_mode a:hover {
    background-color: #222;
}


span.community_memo {
  font-weight: bold;
  color:#f00;
  font-size: 12px;
}

/*검색창*/
.searchWrap {
  padding: 5px;
  border:1px solid #222;
}
.searchWrap .searchBox {
  display: block;
  position: relative;
  padding-right: 45px;
}
.searchWrap .searchBox .input_search {
  width: 100%;
  box-sizing:border-box;
  color: #000;
  border-radius: 3px;
  padding-left: 5px;
  border: none !important;
  height: 35px;
}

.searchWrap .searchBox .searchButton {
  vertical-align: middle;
  border: none !important;
  border-radius:3px;
  background:#195dae;
  position: absolute;
  right: 0;
  padding:0;
  text-align:center;
  top: 0;
  height: 35px;
  width: 40px;
}
.searchWrap .searchBox .searchButton i {
	font-size:20px;
	color:#FFF;
}



/*데이터세이브*/
.data_save {	
	margin-top: 10px;
	padding:15px 0;
	text-align: center;	
	cursor: pointer;	
	border-top:1px solid #ddd;
}
.data_save i {	
	color:#17cad1;
	font-size:24px;
}
.data_save i.fa-toggle-off {
	color:#1d1d1d;
}
.data_save i span {	
	color:#1d1d1d;
	font-size:20px;
}


.main_sense {margin-top: 10px;}