@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
body
{
	font-family: "Nanum Gothic";
	color: #333;
}

h4.legend
{
	font-size: 20px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

#main_menu
{
	margin: 0;
}

#main-container
{
	/*width: 1170px;*/
}

.login-form
{
	padding: 15px 15px 0 15px;
}

#remember-me
{
	float: left;
	margin-right: 10px;
}

#frm-member-register .controls
{
	margin-bottom: 10px;
}

.brand
{
	font-family: tahoma;
	font-weight: bold;
}

/* footer
-------------------------------------------------- */
.footer-wrapper .container
{
	margin: 0 auto;
	max-width: 1000px;
}

footer.footer-wrapper
{
	font-size: 12px;
	background: #393e44;
	color: #ddd;
	margin-top: 15px;
	padding: 15px 0px;
}

.footer-nav li
{
	color: #aaa;
}

.footer-nav li.title
{
	font-size: 13px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid #555;
}

.footer-nav a
{
	color: #aaa;
	text-decoration: none;
}

.footer-nav a:hover
{
	color: white;
}

/* login page
-------------------------------------------------- */
#frm-login
{
	max-width: 500px;
	padding: 20px 20px 0 20px;
	margin-top: 100px;
	margin-bottom: 150px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-ms-border-radius: 5px;
}


/* index
-------------------------------------------------- */
#index .container
{
	margin: 0 auto;
	max-width: 1000px;
}

/* Main marketing message and sign up button */
#index .jumbotron 
{
	margin-top: 30px;
	padding: 80px 20px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	box-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}
#index #wasnet
{
	background-image: url(/imgs/background/bg_woven.png);
	background-position: -130px 0px;
}
#index #eztex
{
	background-image: url(/imgs/background/bg_light-blue_circle.png);
	background-position: -130px 0px;
}
#index #raycool
{
	background-image: url(/imgs/index/raycool.jpg);
	padding-top: 280px;
	/* background-position: -130px 0px; */
}
#index .jumbotron h1 
{
	font-size: 100px;
	font-weight: 900;
	line-height: 1;
}
#index .jumbotron .lead 
{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
}
#index .jumbotron .btn 
{
	font-size: 21px;
	padding: 14px 24px;
}

#banner div
{
	margin-bottom: 3px;
}

.banner .thumbnail
{
	color: #ccc;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	background: #fff;
	margin-bottom: 5px;
	height: 110px;
}

.banner .thumbnail:hover
{
	box-shadow: 0 0 5px #08c;
}

.banner .thumbnail:hover
{
	/*color: #08c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
	color: white;
}

.banner p
{
	margin-top: 60px;
}

#banner-remote
{
	background-image: url(/imgs/index/bg_remote_on.png);
}
#banner-wasnet
{
	background-image: url(/imgs/index/bg_wasnet_on.png);
}
#banner-eztex
{
	background-image: url(/imgs/index/bg_eztex_on.png);
}
#banner-qrsticker
{
	background-image: url(/imgs/index/bg_qrsticker_on.png);
}

/*
#banner-remote
{
	background-image: url(/imgs/background/bg_pink_diamond.png);
}
#banner-wasnet
{
	background-image: url(/imgs/background/bg_purple_square.png);
}
#banner-eztex
{
	background-image: url(/imgs/background/bg_blue_double_sqaure.png);
}
#banner-qrvalley
{
	background-image: url(/imgs/background/bg_brown_circle.png);
}
*/

.pagination
{
	margin: 0px;
}

/* board */
#b_info
{
	text-align: right;
}

#b_content
{
	font-size: 16px;
	margin-bottom: 30px;
}

.b_comment
{
	margin: 10px;
}

.b_comment_header
{
	font-weight: bold;
}

#b_nav
{
	text-align: right;
}

#b_is_top
{
	float: left;
	margin-right: 10px;
}

#b_content_label
{
	clear: both;
}

#btn_submit
{
	margin-top: 10px;
}

.b_list_notice
{
	font-weight: bold;
	color: red;
}

.table_board thead
{
	background-color: #eee;
}

.table_board thead td
{
	font-weight: bold;
	text-align: center;
}

.table_board tbody td
{
	text-align: center;
}

.table_board .td_subject
{
	text-align: left;
}

.td_num
{
	width: 40px;
}

.td_writer
{
	width: 100px;
}

.td_regdate
{
	width: 100px;
}

.td_count
{
	width: 60px;
}

.b_comment_btn_edit
{
	margin-top: 5px;
}

.b_comment_header
{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	margin-bottom: 5px;
}



/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

.jumbotron h1
{
	font-family: "나눔손글씨 펜", "Nanum Gothic";
}

.jumbotron {
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px;
  color: #fff;
  background-image: url(/imgs/background/bg_purple_double_square.png);
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  /*background: #020031;
  background: -moz-linear-gradient(45deg,  #020031 0%, #6d3353 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#020031), color-stop(100%,#6d3353));
  background: -webkit-linear-gradient(45deg,  #020031 0%,#6d3353 100%);
  background: -o-linear-gradient(45deg,  #020031 0%,#6d3353 100%);
  background: -ms-linear-gradient(45deg,  #020031 0%,#6d3353 100%);
  background: linear-gradient(45deg,  #020031 0%,#6d3353 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#020031', endColorstr='#6d3353',GradientType=1 );
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);*/
}


/* 회사소개
-------------------------------------------------- */
.intro
{
	padding: 100px 0px;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}

.company_img
{
	text-align: center;
}

.company_logo
{
	text-align: right;
}

/* 제품소개
-------------------------------------------------- */
.product
{
	padding: 100px 0px;
	text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
	clear: both;
}

.product img
{
	box-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
}

.even
{
	background-color: #eee;
}

.img_right
{
	text-align: right;
}

.tb_price
{
	font-size: 18px;
}

.tb_price caption
{
	text-align: left;
	margin-bottom: 5px;
}

.tb_price thead
{
	font-weight: bold;
}

.tb_price td
{
	text-align: center;
}

.tb_price tfoot td
{
	text-align: right;
}

.tb_price#buy td
{
	width: 33%;
}

.tb_price#rental td
{
	width: 25%;
}

/*
#p_modal_movie
{
	width: 650px;
}

#p_modal_movie #p_modal-body
{
	height: 800px;
}
*/

/* 등록제품
-------------------------------------------------- */
.my-product
{
	margin: 0 auto;
	max-width: 900px;
}

.my-product th, .my-product td
{
	text-align: center;
}

.my-product label
{
	display: inline;
}

.th-num
{
	width: 50px;
}

.th-download
{
	width: 150px;
}

/* 연장신청
-------------------------------------------------- */
.pay-list
{
	margin: 0 auto;
	max-width: 1000px;
}

.pay-list th, .pay-list td, #ex_date th, #ex_date td
{
	text-align: center;
}

.pay-list tfoot td
{
	text-align: right;
}

/* Point
-------------------------------------------------- */
.point .th-date
{
	width: 120px;
}

.point .th-saved, .point .th-used
{
	width: 50px;
}

.point .td-saved
{
	color: red;
	font-weight: bold;
}

.point .td-used
{
	color: blue;
	font-weight: bold;
}

.point caption
{
	text-align: right;
	font-weight: bold;
	color: red;
	font-size: 16px;
}

/* Library
-------------------------------------------------- */
.library_name
{
	text-align: center
}

.library-download
{
	margin-top: 10px;
}

