a {
	text-decoration: none;
}
.mauto {
	margin: 0 auto;
}
.bold {
	font-weight: 700;
}
.navbar-brand {
	max-width: 100px;
	padding: 0px 10px;
}

/*navi*/
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: 10px;
}
.nav>li>a {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.nav>li>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.navbar-custom .navbar-collapse .navbar-right {
	margin-right: 30px;
}
.navbar-custom .navbar-collapse .payment {
	float: right;
	color: #d9d9d9;
	background-color: #333333;
	margin-top: 19px;
}
.navbar-custom .navbar-collapse .payment a, .navbar-custom .navbar-collapse .payment a:visited {
	color: #d9d9d9;
	background-color: #333333;
	text-decoration: none;
	padding: 0px 4px;
}
.navbar-custom .navbar-collapse .payment a:hover, .navbar-custom .navbar-collapse .payment a:active {
	color: #ffffff;
	background-color: #69c07a;
}


#top {
  background-image: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  vertical-align: middle;
  color: white;
  position: relative;
  height: auto;
  min-height: 480px;
  max-height: 890px;
}
#top .top-contents {
	padding: 30% 20%;
}
.section {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  vertical-align: middle;
  color: white;
  position: relative;
  height: auto;
  min-height: 480px;
  max-height: 890px;
}
.section2 {
  max-height: 1800px;
}
.section .contents {
	padding: 12% 20% 24% 20%;
	letter-spacing: -1px;
}
.section .text-info {
	position: absolute;
	bottom: 0px;
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	width: 100%;
	margin: 0px; padding: 20px 0px;
}
.section .title {
	font-size: 2em;
	font-weight: 700;
}
.section .summary {
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: 400;
}
.section .title2 {
	font-size: 2em;
	font-weight: 400;
	padding-top: 20px;
}
.section .summary2 {
	padding-top: 5px;
	font-size: 1.2em;
	font-weight: 400;
	padding-bottom: 20px;
}
.section .map {
	width: 100%;
	overflow: hidden;
}
.section .qna {
	position: absolute;
	top: 0px; left: 15%;
	width: 450px;
	height: 100%;
	z-index: 10;
	background-color: rgba(42,187,157,0.85);
	text-align: left;
}
.section .qna .title {
	padding-top: 100px;
	padding-bottom: 40px;
}
.section .qna .memo {
	min-height: 200px;
}
.section .btn-qna {
	width: 100%;
	background-color: #f6d615;
	border-radius: 0px;
}
.section .qna .form-control {
	border-radius: 0px;
	border: 1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 3em;
	height: 3em;
}
.section .qna .download {
	position: absolute;
	right: 15px;
	bottom:20px;
}
.section .company-title {
	background-color: #69c07a;
	display: inline-block;
	margin: 60px 0px 40px 0px;
	padding: 0px 20px;
	border-radius: 50px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
}
.section .company {
	height: 50px;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*input:-ms-input-placeholder { color: #000;font-weight: 700; } // Internet Explorer 10 이상에 적용
input::-webkit-input-placeholder { color: #000;font-weight: 700; } //  Webkit, Blink, Edge에 적용
input::-moz-placeholder { color: #000;font-weight: 700; } // Mozilla Firefox 4 부터 18에 적용
input::-moz-placeholder { color: #000;font-weight: 700; } // Mozilla Firefox 19 이상에 적용*/


#about {
  background-image: url('../../images/main/section1-bg.png');
}
#product {
  background-image: url('../../images/main/section2-bg.png');
}
#service {
  background-image: url('../../images/main/section3-bg.png');
}
#section4 {
  background-image: url('../../images/main/section4-bg.png');
}
#section5 {
  background-image: url('../../images/main/section5-bg.png');
  margin-bottom: 50px;
}
#section6 {
	position: relative;
}

footer {
	color: #9f9f9f;
	background-color: #d3d3d3;
	font-size: 11px;
}
footer .copyright span {
	padding: 0 5px;
}


/*payment*/
.payment-area {
	position: relative;
	max-width: 640px;
	min-height: 600px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #69c07a , #2abb9d);
	margin-top: 100px;
	margin-bottom: 100px;
  padding: 0 20px;
}
.agreement-box {
	background-color: #fff;
	margin-top: 10px;
	min-height: 550px;
	-moz-box-shadow: 5px 5px 30px 5px grey;
	-webkit-box-shadow: 5px 5px 30px 5px grey;
	box-shadow: 5px 5px 30px 5px grey;
}
.agreement-box .title {
	border-bottom: 1px solid #d4d4d4;
	position: relative;
	padding: 5px 5px;
}
.agreement-box .title .fa-caret-down {
	color: #d4d4d4;
	text-align: center;
	position: absolute;
	bottom: -15px; left: 50%;
	font-size: 24px;
}
.agreement-box .bank-info-box {
	margin: 30px 0px;
}
.agreement-box .bank-info-box .bank-img {
	display: inline-block;
	vertical-align: top;
	padding-top: 15px;
}
.agreement-box .bank-info-box .bank-account {
	display: inline-block;
	padding-left: 15px;
}
.agreement-box .bank-info-box .bank-account .green {
	color: #2abb9d;
	font-size: 18px;
}
.agreement-box .bank-info-box .bank-account .name {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
.agreement-box .line-green {
	border-bottom: 1px solid #2abb9d;
	margin-bottom: 20px;
	position: relative;
}
.agreement-box .line-green .fa-caret-down {
	color: #2abb9d;
	text-align: center;
	position: absolute;
	bottom: -15px; left: 50%;
	font-size: 24px;
}
.agreement pre {
	height: 200px;
	white-space: pre-line;
	color: #969696;
	font-size: 12px;
}

.payment-box {
	color: #fff;
	font-size: 16px;
  padding: 20px 0;
}
.payment-box .title {
	margin: 20px 0px;
}
.payment-box .line {
	height: 1px;
	background: linear-gradient(to right, #7cb891, #fff , #7cb891);
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: 0px;
	position: relative;
}
.payment-box .table .fa-caret-right {
	color: #21553f;
	font-size: 14px;
	margin-right: 5px;
}
.payment-box select {
	color: #000;
}
.payment-box .direct {
	margin-top: 5px;
	display: none;
}
.payment-box .btn-box {
	margin: 20px 0px;
}
.payment-box .btn-payment {
	color: #009475;
	border-radius: 0px;
	min-width: 80px;
	background: linear-gradient(to right, #fff, #fff, #bebebe);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
}
.payment-box .btn-cancel {
	color: #fff;
	border-radius: 0px;
	min-width: 80px;
	background: linear-gradient(to right, #dcd8d8, #878080);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.7);
	margin-left: 10px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 0px;
    margin-top: 0;
    margin-bottom: 0;
}

/* complete */
#item-list {
	list-style: none;
}

@media (min-width: 768px) {
.col-md-25, .col-sm-25 {
	width: 20%;
}
