@CHARSET "UTF-8";

* {
	font-family: 'GmarketMediumOTF', serif;
}

.agree_contents {
	width: 100%;
	height: 100%;
	background-color: #fafafa;
}

.agree_contents_ctn {
	width: 1300px;
	margin: 0 auto;
}

.writeEmailId{
	width:357px; 
	height:41px; 
}

@media (max-width: 600px) {
	.writeEmailId{
		width:100%; 
		height:41px; 
	}
}

.password_title {
	text-align: center;
	padding-top: 120px;
	font-size: 35px;
	font-weight: 500;
	color: black;
}

.password_txt {
	text-align: center;
	padding-top: 70px;
	font-size: 16px;
	font-weight: 500;
	color: #666666;
	line-height: 25px;
}

.password_name {
	font-size: 18px;
	font-weight: 500;
	color: #0084ff;
}

.password_hr {
	width: 660px;
	height: 2px;
	border: none;
	margin: 30px auto 0 auto;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+41,b6b6b6+41,b6b6b6+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(left, #000000 0%, #000000 34%, #b6b6b6 34%, #b6b6b6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #000000 0%,#000000 34%,#b6b6b6 34%,#b6b6b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #000000 0%,#000000 34%,#b6b6b6 34%,#b6b6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#b6b6b6',GradientType=1 ); /* IE6-9 */
}

.password_bg {
	margin: 0 auto;
	width: 658px;
	height: 300px;
	background: white;
	border: 1px solid #B6B6B6;
	border-top: none;
}

.password_bg2 {
	margin: 0 auto;
	width: 100%;
	padding: 20px;
}
.radio_style {
	padding: 55px 0 0 130px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.blue_number {
	font-size: 16px;
	font-weight: 500;
	color: #0787e6;
}

.text_style {
	padding: 25px 0 0 130px;
}

.text_style > input {
	box-sizing: border-box;
	padding-left: 5px;
}

.text_style02 {
	padding: 10px 0 0 130px;
}

.radio_style02 {
	padding: 25px 0 0 130px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}

.bottom_btn {
	padding-top: 70px;
	padding-bottom: 50px;
	width: 266px;
	margin: 0 auto;
}

.left_20 {
	margin-left: 20px;
}

.bottom_btn > div {
	float: left;
}



body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}
section {
  padding: 10px 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #68A4C4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
.services {
  padding-bottom: 20px;
}

.services .contents {
  /* padding: 30px; */
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  margin: 0  0 15px 0;
  background: #fff;
  box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
  transition: all 0.3s ease-in-out;
  text-align: center;
  border: 1px solid #fff;
}

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 17px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon {
  background: #fceef3;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon {
  background: #e6fdfc;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon {
  background: #eafde7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon {
  background: #e1eeff;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
