@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




/* common.css */

* {
	font-family: 'Nanum Gothic';
    outline:none;
	letter-spacing:-0.05em;
}

a {
    text-decoration: none;
    color: #555;
}

strong,
.strong {
    font-weight: bold;
}

/*clearfix*/
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


/*float*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*text align*/
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.pd-0 {
	padding:0 !important;
}

.pd-10 {
	padding:10px !important;
}

.pdlr-10{
	padding-left:10px !important;
	padding-right:10px !important;
}

.pdlr-20{
	padding-left:20px !important;
	padding-right:20px !important;
}


.mg-0 {
	margin:0;
}

.mt-5 {
	margin-top:5px !important;	
}

.mt-10 {
	margin-top:10px !important;
}

.mt-20 {
	margin-top:20px !important;
}

.mr-10 {
	margin-right:10px;
}

.mr-20 {
	margin-right:20px;
}

.ml-10 {
	margin-left:10px;
}

.ml-20 {
	margin-left:20px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

/* layout_new.css */
body {
	font-family: 'Nanum Gothic';
	color: #222;
	font-size: 13px;
	font-weight: 600; /* 20180108 ���� */
	min-width:1080px;
	background: #fbfbfb; /* 20180108 ���� */
}

#header {
	border-bottom: 2px solid #dadada;
	height: 70px;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index:999;
}

#header .container {
	width:1200px;
}

#header .logo {
	width:230px;
	height:70px;
	position: absolute;
	left: 50%;
    top: 0;
    margin-left: -600px;
	background: url(https://myfc.mycerti.com/common/img/logo.png?version=1) 0% 50% no-repeat;
	background-size:auto 50px;
}

#header .logo.meritz {
	background: url(../img/meritz.png) 0% 50% no-repeat;
	background-size:auto 26px;
}


#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	overflow: hidden;
}

#nav {
	text-align:left;
	width:960px;
	margin-left:230px;

}

#nav .gnb {
	display: inline-block;
	text-align:left;
}

#nav .gnb > li {
	display: inline-block;
	font-size:0;
	line-height: 70px;
	position: relative;

}

#nav .gnb > li.last {
	background: none;
}


#nav .gnb > li > a {
	font-size: 20px;
	color: black;
	font-weight: bold;
	letter-spacing: -0.1em;
	padding: 0 27px;
	text-align: center;
	display: block;
}

	#nav .gnb > li a.title {
		cursor:default;
	}

#nav .gnb > li:first-child > a {
	padding-left:10px;
}

#nav .gnb > li:last-child {
    position: absolute;
    right: 50%;
    top: 0;
    margin-right: -600px;
    text-align: right;
	width:120px;
}
#nav .gnb > li:last-child > a {
	padding:0px;
	color:#ca181f;
	text-align:right;
}

#nav .gnb > li.normal {
    position: relative;
    right: 0;
    top: 0;
    margin-right:0;
    text-align: left;
	width:auto;
}

#nav .gnb > li.normal > a {
	padding: 0 27px;
	color:black;
	text-align:center;
}

#nav .gnb > li:hover > a {
	color:#ca181f
}

#nav .gnb > li.active > a {
	color:#ca181f
}

#nav .gnb > li > .sub-menu {
	position: absolute;
	top:100%;
	left: -3px;
	right: 0;
	margin-top:25px;
	border-left:2px solid #f3656b;
	padding-left:27px;
	display: none;
}

#nav .gnb > li:first-child > .sub-menu  {
	border-left: 0px;
    left: 0px;
    padding-left: 10px;
}

#nav .gnb > li > .sub-menu > li {
	line-height:1;
	margin-bottom:10px;
}

#nav .gnb > li > .sub-menu > li.last {
	margin-bottom: 0;
}

#nav .gnb > li > .sub-menu > li:last-child {
	margin-bottom: 0;
}

#nav .gnb > li > .sub-menu > li > a {
	font-size:15px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.1em;
}

	#nav .gnb > li > .sub-menu > li.long > a {
		font-size:14px;
	}

	#nav .gnb ul.sub-menu li.sub  {
		padding-left:7px;
	}

	#nav .gnb > li > .sub-menu > li.sub > a {
		font-size:13px;
		font-weight:600;
		color:rgba(256,256,256,0.8)
	}


#nav .sub-menu-bg {
	position: absolute;
	top:70px;
	left: 0;
	right: 0;
	background:#ca181f;
	height:320px;
	border-top: 2px solid #ca181f;
	display: none;

}

#nav:hover .gnb > li > .sub-menu,
#nav:hover .sub-menu-bg {
	display: block;
}

#header .btn-logout {
	background: #fff;
	border-color:#fff;
	font-size:10px;
	color: #007777;
	height:24px;
	line-height: 22px;
	padding: 0 15px;
	margin:18px;
	position: absolute;
	right: 20px;
	top:0;

}


#main {
	padding-top:40px;
	min-height: 500px;
	padding-bottom: 30px;
}

.container {
	width:1200px;
	margin:0 auto;
}

.container-sm {
	width:1040px;
}


.container-lg {
	width:1440px;
}

	.container .left-menu {
		width:230px;
		float:left;
	}

	.container .content {
		width:960px;
		margin-left:10px;
		float:left;
	}

	.container-sm .left-menu {
		width:230px;
		float:left;
	}

	.container-sm .content {
		width:800px;
		margin-left:10px;
		float:left;
	}


	.container-lg .left-menu {
		width:230px;
		float:left;
	}

	.container-lg .content {
		width:1200px;
		margin-left:10px;
		float:left;
	}

		.left-menu ul {
			width:220px;
		}

		.left-menu ul li {
			height:50px;
			line-height:50px;
			border-bottom:1px #d6d6d6 solid;
			background:url(../img/icon-right-arrow.png) 90% 50% no-repeat;
			background-size:auto 20px;
		}

			.left-menu ul li a {
				padding-left: 10px;
				font-size:16px;
				font-weight:bold;
			}


.page-title {
	font-size: 44px;
	color: #d0151c;
	letter-spacing: -0.1em;
	margin-bottom: 30px;
	font-weight: 700;
}

#footer {
	clear:both;
	position: relative;
	margin:30px auto;
	width:380px;
	padding-left:180px;
	font-size:10px;
	line-height: 1.4;
	letter-spacing: -0.05em;
	color: #555;
	white-space: nowrap;
}

#footer .logo {
	position: absolute;
	left: 0;
	top:13px;
}



/* form_new */

input::-ms-clear {
    display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
select,
textarea {
    font-family: 'Nanum Gothic';
    font-size: 13px;
    color: #474b55;
    width: auto;
    border:0;
    background: #fff;
    height:38px;
    line-height: 1.2;
    padding:0 12px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: 1px solid #bbb;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}



.input-block {
    position: relative;
    margin-bottom: 20px;
    line-height: 38px;
}

.input-block .input-label {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 38px;
    font-size:18px;
    text-align: center;
    width:180px;
    letter-spacing: -.05em;
}

.input-block .input-control {
    padding-left:180px;
    text-align: left;
}

.input-block .input-control input[type="text"],
.input-block .input-control input[type="tel"],
.input-block .input-control input[type="email"],
.input-block .input-control input[type="url"],
.input-block .input-control input[type="password"],
.input-block .input-control input[type="number"],
.input-block .input-control textarea {
    width: 100%;
}

.input-block .input-control textarea {
    height:100px;
    padding:12px;
    line-height: 1.5;
}

.radio-group {
    line-height: 38px;
    text-align: left;
}

.radio-group label {
    margin-right: 20px;
}

.radio-group label input {
    vertical-align: middle;
    margin-right: 5px;
}
.form .form-actions {
    padding-left: 180px;
}

.form .form-actions .btn {
    margin-right:5px;
    width:120px;
    padding: 0;
    font-size: 18px;
    height:44px;
    line-height: 42px;
}

.write-form table {
    margin-bottom: 30px;
}
.write-form table th,
.write-form table td {
    border:1px solid #ddd;
    padding:8px;
    text-align: center;
    font-size: 15px;
}

.write-form table td {
    text-align: left;
}


.write-form table td input[type="text"],
.write-form table td input[type="tel"],
.write-form table td input[type="email"],
.write-form table td input[type="url"],
.write-form table td input[type="password"],
.write-form table td input[type="number"],
.write-form table td select,
.write-form table td textarea  {
    width: 100%;
}

.write-form .form-actions {
    padding-left: 0;
}

.write-form table td .input-block {
    margin: 0;
}

.write-form table td .input-label {
    font-size:15px;
    width:100px;
}

.write-form table td .input-control {
    padding-left: 100px;
    font-size:13px;
}

.input-block.zipcode .input-control input {
    width:200px;
    vertical-align: top;
}

.input-block.zipcode .input-control .btn {
    vertical-align: top;
}

.write-form table td.inline {
    padding-left:30px;
}
.write-form table td.inline .input-block {
    display: inline-block;
    margin-right:20px;
}

.write-form table td.inline .input-block .input-label {
    display: inline-block;
    position: relative;
    width: auto;
    margin-right: 10px;
}

.write-form table td.inline .input-block .input-control {
    display: inline-block;
    padding-left: 0;
    
}

.write-form table td.inline .input-block .input-control input {
    width: auto;
    margin-right: 5px;
}


/* btn_new */
.btn {
	font-family: 'Nanum Gothic';
	padding: 0;
	margin: 0;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border: 1px solid #bbb;
	color: #333;
	font-size: 15px;
	height:38px;
	line-height: 38px;
	padding:0 30px;
	
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.btn.green {
	color: #0096af !important;
}

.btn.blue {
	color: #667cd1 !important;
}

.btn.green-filled {
	background: #0096af;
	border-color:#0096af;
	color: #fff;
}

.btn.btn-big {
	line-height: 1;
	padding:10px 20px;
	height: auto;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.btn.btn-big em {
	font-size:11px;
	color: #0096af;
	letter-spacing: -0.05em;
}

.btn.btn-sm {
	height:28px;
	line-height: 28px;
	font-size:13px;
}


.btn.btn-ssm {
	height:27px;
	line-height: 25px;
	font-size:12px;
	padding: 0 10px;
	letter-spacing: -1px;
}

.btn.btn-sssm {
	height:22px;
	line-height: 20px;
	font-size:11px;
	padding: 0 10px;
	letter-spacing: -1px;
}


.btn-border-none {
	border-radius:0;
	border:0;
}

.btn-width-auto {
	min-width:0px !important;
}


.text-right .btn {
	margin-left:5px;
	min-width:100px;
}

.text-left .btn {
	margin-right:5px;
	min-width:100px;
}

.btn.blue-filled {
	background: #667cd1;
	border-color:#667cd1;
	color: #fff;
}

.btn.light-gray-filled {
	background: #efefef;
	border-color:#979D9E;
	color: #979D9E;
}

.btn.gray-filled {
	background: #979D9E;
	border-color:#979D9E;
	color: #fff;
}

.btn.dark-gray-filled {
	background: #25383B;
	border-color:#25383B;
	color: #fff;
}

.btn.light-green-filled {
	background: #51baa4;
	border-color:#51baa4;
	color: #fff;
}

.btn.deep-green-filled {
	background: #00ab91;
	border-color:#00ab91;
	color: #fff;
}

.btn.cyan-blue-filled {				
	background:#3fa7ce; 	
	border-color:#3fa7ce;
	color: #fff;				
}

.btn.cyan-blue {	
	color: #3fa7ce !important;
}

.btn.orange-filled {					
	background:orange;
	border-color:orange;
	color: #fff;
}

.btn.red-filled {					
	background:#FD4A4A;
	border-color:#FD4A4A;
	color: #fff;
}

.btn.brown-filled {					
	background:#5F5454;
	border-color:#5F5454;
	color: #fff;
}


/* table.css */
table {
	min-width:100%;
	border:1px solid #ddd;
	margin-bottom:20px;
}

	table tr.on {
		background:#F4FFFD;
	}

table th,
table td {
	text-align: left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:12px 10px;
	vertical-align: middle;
	line-height: 1.4;
}

table th {
	font-size:13px;
	background: #F5F5F5;
	font-weight: 700;
	color: #666;
}

table td.date {
	color: #666;
}

table td.title {
	padding:12px 50px 12px 40px;
	background:url(../img/icon-cursor.png) 20px 50% no-repeat;
}

table.table-compact th,
table.table-compact td {
	padding:8px 5px;
	border:1px solid #ddd;
	letter-spacing: -0.1em;
}

table td.sm {
	font-size:12px;
	
}

table.table-view th,
table.table-view td {
	font-size:15px;
	padding:20px;
	text-align: center;
	border:1px solid #ddd;
	line-height: 1.8;
}

table.table-view .table-view-header th,
table.table-view .table-view-header td {
	border-bottom:2px solid #333;
	letter-spacing: -0.05em;
}

.table-responsive {
	overflow:auto;
}


/* process.css */
.process {
	border:1px solid #959595;
	margin-bottom: 30px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.process ul li {
	width: 25%;
	float: left;
	position: relative;
	padding:20px;
	font-size: 15px;
	letter-spacing: -0.1em;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.process ul li .num {
	background: #000;
	color: #fff;
	width:20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	left:30px;
	top:50%;
	margin-top: -10px;
	font-size:10px;
	letter-spacing: 0;
	-webkit-border-radius: 50% 50%;
	        border-radius: 50% 50%;
}

.process ul li .label {
	display: block;
	text-align: center;
	height:35px;
	line-height: 1.3;
	padding-left:20px;
}

.process ul li .label.short {
	padding-top:8px;
	height: 27px;
}

.process ul li .split {
	background: url(../img/icon-right-arrow.png) no-repeat;
	background-color:#dddddd;
	display: block;
	width: 22px;
	height: 40px;
	position: absolute;
	right:-11px;
	top:50%;
	margin-top:-20px;
}


.process.big ul li .label  {
	height:50px;
	padding-top:10px;
}

.process.big ul li .label.big  {
	padding-top:0px;	
	height:60px;
	line-height:1.3;
}

.process.big ul li .label em {
	font-size:12px;
	color:#f3656b;
	font-weight:bold;
}


.process.big ul li .label.short {	
	padding-top:20px;
	height:40px;	
}




/* board_new */
.board h3 {
	font-size: 20px;
	letter-spacing: -.1em;
	padding:10px;
	line-height: 1;
	padding-left:40px;
	margin-bottom: 5px;
}

.board.notice h3 {
	background: url(../img/icon-notice.png) 10px 50% no-repeat;
}
.board.faq h3 {
	background: url(../img/icon-faq.png) 10px 50% no-repeat;
}

.board .board-header {
	margin-bottom:20px;
}

.board .board-header .pull-left .btn {
	margin-right:5px;
}

.board .search-form {
	/*padding-top:20px;*/
}

.board select {
	vertical-align: top;
	min-width:100px;
	text-align: center;
}

.board .search-form input, .board .board-header .pull-right input {	
	vertical-align: top;	
}

.board .search-form input {
	min-width:180px;
}

.board .search-form .btn {
	min-width:100px;
	vertical-align: top;
}

.board .board-body table {
	border-top:2px solid #333;
}


.board .board-body table th,
.board .board-body table td {
	text-align: center;
}

.board .board-body td .btn {
	margin:0 2px;
}

	.board-body div.left-25 {
		width:25%;
		float:left;
	}

	.board-body div.left-30 {
		width:30%;
		float:left;
	}

	.board-body div.left-40 {
		width:40%;
		float:left;
	}
	
	.board-body div.left-50 {
		width:50%;
		float:left;
	}
	
	.board-body div.left-60 {
		width:60%;
		float:left;
	}
		
	.board-body div.left-70 {
		width:70%;
		float:left;
	}

	.board-body div.left-75 {
		width:75%;
		float:left;
	}


.pagination {
	padding:50px 0;
	text-align: center;
	font-size: 15px;
}

.pagination a {
	display: inline-block;
	margin:0 5px;
	height:28px;
	line-height: 28px;
	min-width:28px;
	text-align: center;
	border:1px solid transparent;
}


.pagination a.current {
	border-color: #e7633d;
}

.pagination .btn-prev,
.pagination .btn-next {
	margin:0 15px;
	font-size:12px;
}

	.pagination.small a {
		display: inline-block;
		margin:0 3px;
		height:20px;
		line-height: 20px;
		min-width:20px;
		text-align: center;
		font-size:11px;
		border:1px solid transparent;
	}
	.pagination.small a.current {
		border-color: #e7633d;
	}

	.pagination.small .btn-prev,
	.pagination.small .btn-next {
		margin:0 10px;
		font-size:10px;
	}


/* login.css */
body.login {
	background: url(../img/login-bg.jpg) 50% 0 no-repeat;

	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	
}


body.login #footer {
	position: fixed;
	bottom:0;
	left: 0;
	right: 0;
}

.login-box {
	
	width: 500px;
	border:1px solid #00ab91;
	border-radius: 14px;
	margin: 80px auto 30px auto;
	background:#fff;
}

.login-box .inner {
	padding:60px;
}

.login-box .inner .logo {
	margin:0 auto 30px auto;
	display: block;
	height:auto;
	width:200px;
	
}

.login-notice {
	text-align: center;

	color:#049781;
	font-size:20px;
}

.login-notice p {
	margin:14px auto;
	white-space:nowrap;
	width:300px;
	text-align: left;
}

.login-notice p img {
	display: inline-block;
	vertical-align: top;
	height:auto;
	width:20px;
	
}

.login-form {
	position: relative;
}

.login-form input {
	height:40px;
	width: 280px;
	border:1px solid #ccc;
	font-size:16px;
	font-weight: bold;
	color: #30b491;
	padding:0 20px;
	margin-bottom:10px;
}

.login-form .btn-login {
	background: #30b491;
	color: #fff;
	width: 90px;
	height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	border:0;
	padding:0;
	margin:0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	cursor: pointer;
	border-radius:5px;
}

.login-box .btns {
	padding: 20px 0 0 0;
}

.login-box .btns .btn {
	width: 180px;
	padding: 0;
}


.login-top-form input {
	font-size:12px; 
	line-height:25px;
	height:27px;
}

.login-top-form input[type=text] {
	min-width:160px;
}

.login-top-form .btn {
	margin:0
}


/* home_new */
.home-notice-box {
	height: 460px;	
	margin-bottom: 30px;
/*	-webkit-box-shadow: inset 0 0 20px rgba(0,0,0,.2);
	        box-shadow: inset 0 0 20px rgba(0,0,0,.2);*/
}

.home-notice-box .box {
	width: 380px;
	float: left;
	height: 220px;
	background: #7da7d9;
	border:1px #474b55 solid;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	font-weight: 300;	
	font-size: 14px;	
}

.home-notice-box .box:nth-child(1),
.home-notice-box .box:nth-child(4) {
	margin-right:30px;
}

.home-notice-box .box:nth-child(n+4) {
	margin-top:30px;
}

.home-notice-box .box:nth-child(3),
.home-notice-box .box:nth-child(6) {
	margin-left:30px;
}


.home-notice-box .box a {
	color: #fff;
	
}
.home-notice-box .box .inner {
	padding: 20px;
}

.home-notice-box .box .inner h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: -0.05em;
}

.home-notice-box .box img {
	display: block;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.home-notice-box .box .desc {
	padding:0 40px;
	line-height: 1.3;
}

.home-notice-box .box .desc span {
	display: inline-block;
}

.home-notice-box .box .desc span.email {
	background: url(../img/icon-email.png) 0 50% no-repeat;
	padding-left:24px;
}
.home-notice-box .box .desc span.phone {
	background: url(../img/icon-phone.png) 0 50% no-repeat;
	padding-left:24px;
}

.home-boards .board {
	width: 590px;
}

.home-boards .board th {
	padding:12px 20px;
}

/* modal.css */
/*
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #777;
	background: rgba(120,120,120,.8);
	z-index: 99999;
}

.modal .modal-box {
	background: #fff;
	width: 930px;
	margin:160px auto;
}
*/

.modal { 
	width:930px; 
	display:none; 
}
	
	.modal .modal-box {
		background: #fff;
		width: 100%;
	}

.modal .modal-box .modal-header {
	background: #0096af;
}

.modal .modal-box .modal-header .modal-title {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 36px;
	line-height: 78px;
	letter-spacing: -0.075em;
}

.modal .modal-box .modal-body {
	padding:35px;
}

.modal .modal-box .send-mms-form {
	width:480px;
}

.modal .modal-box .phone-mms {
	background: url(../img/phone-mms.png) 50% 50% no-repeat;
	width: 292px;
	height: 348px;
	position: relative;
}

.modal .modal-box .phone-mms .message {
	position: absolute;
	left:30px;
	top:90px;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: -0.05em;
}


/* popup.css */

.popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
}

.popup .popup-box {
	background: #fff;
}

.popup .popup-box .popup-header {
	background: #2c4359;
}

.popup .popup-box .popup-header .popup-title {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 36px;
	line-height: 78px;
	letter-spacing: -0.075em;
}

.popup .popup-box .popup-body {
	padding:35px;
}

.popup .popup-box {
	position: relative;
}

.popup-box {
	position: absolute;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: -0.05em;
}

.link {
    text-decoration:underline;
    color:#049781;
}

.datepicker {
    width:95px !important;
}