@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;padding-top:85px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #FFF;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.navbar-inverse .navbar-brand {
    color: #333;
    margin-left: 0 !important;
    margin-top: 13px;
    padding: 0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
    margin-top:0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 32px 25px;
		font-size: 18px;
		font-weight: 600;
		color: #2f2f2f;
		-webkit-text-shadow: none;
		text-shadow: none;
	}
	
	.navbar-inverse .navbar-nav > li > a span {
		line-height: 0;
	}
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #0086D0;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		padding:13px 0;
		background-color: #fff;
		border-bottom: 2px solid #0084d0;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 15px;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #0086D0;
	text-decoration: underline;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #0086D0;
    border-radius: 3px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #0086D0;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* personal setting 0.64v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #0086D0;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
    font-family: 'fontawesome';
    color: #0086D0;
}
.location-li{
    border-top: 2px solid #444;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 18px;
    letter-spacing: -0.03em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #333;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 10px;
    color: #0086D0;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.btn-li{
	text-align: center;
}
.btn-li li{
	display:inline-block;
	vertical-align: top;
	padding:0 30px;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#0086D0;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#0086D0;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #0086D0;
	background:#0086D0;
}
.more-btn:hover{
	color:#0086D0;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.list-row-subject{
	max-width:66%;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #0086D0;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #0086D0;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#0086D0;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #0086D0;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.64v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:550px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption h1 {
    margin: 0;
    font-size: 55px;
    color: #fff;
    font-weight: 600;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 500;
    color: #dedede;
    letter-spacing: -0.01em;
    margin: 15px 0 0;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators{
	bottom:30px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 7px !important;
	width:13px;
	height:13px;
	border:none;
	opacity:0.7;
	background:#fff;
}
.carousel-indicators li.active{
	opacity:1;
	background:#1babff

}
.main-business{
    padding:100px 0 130px;
}
.main-business .title{
    text-align: center;
}
.main-business .title h3 {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 60px;
}
.main-business .title h3 span {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    display: block;
    letter-spacing: -0.02em;
    margin-top: 13px;
}
.main-business a {
    position: relative;
    display: block;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    background: #0086D0;
    transition: all .3s ease;
}
.main-business .busi2 a {
    background: #50439c;
}
.main-business .busi3 a {
    background: #273173;
}
.main-business .busi4 a {
    background: #717171;
}
.main-business a:hover{
    transform:translateY(-10px);
    box-shadow:0 10px 8px rgba(0,0,0,0.2);
}
.main-business a i {
    font-size: 70px;
}
.main-business a h5 {
    font-size: 22px;
    letter-spacing: -0.045em;
    margin: 22px 0 0;
}
.main-customer {
    padding: 40px 0;
    position: relative;
    color: #fff;
	background: #000;
	text-align:center;
}
.main-customer:before{
    content:'';
    opacity: 0.8;
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background:url(/skin/img/main/m-customer.jpg) no-repeat center / cover;
}
.main-customer .container{
    position:relative;
    z-index:10;
}
.main-customer h3 {
    font-size: 34px;
    font-weight: 600;
    margin: 0 15px 0 0;
    display: inline-block;
}
.main-customer a {
    display: inline-block;
    padding: 10px 35px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #0091e2;
    border-radius: 3px;
    vertical-align: top;
}
.main-customer a:hover {
    color: #fff;
    background: #009aef;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 50px 0;
    background: #222;
    color: #888;
    font-size: 13px;
}
.footer_copy ul {
    margin: 5px 0 7px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.foot-logo {
    opacity: 0.5;
    height: 50px;
}
.footer_copy .copy {
    margin: 0;
    opacity: 0.75;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:220px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.07em;
}
.breadcrumb{
    position: absolute;
    right:15px;
    bottom:15px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content {
    padding: 80px 0 100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#0086D0;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
    position:relative;
    margin-top:40px;
	margin-bottom:20px;
	font-size:26px;
}
.subpage-content section h4:before{
    content:'';
    display:inline-block;
    width:5px;
    height:26px;
    margin:-2px 10px 0 0;
    vertical-align: middle;
    background:#0086D0;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}
.subpage-content .title {
    margin-bottom: 60px;
    text-align: center;
}
.subpage-content .title h3 {
    font-size: 40px;
	margin: 0;	
}
.subpage-content .title h3:after {
    content: "";
    width: 65px;
    height: 2px;
    background: #0085d0;
    display: block;
    margin: 25px auto 0;
}
.subpage-content p, 
.subpage-content li,
.subpage-content dd,
.subpage-content td {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #555;
}
/* subpage about */
.greet p {
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: -0.03em;
    color: #555;
}
.greet p.quote {
    margin: 0 0 20px;
    font-weight: 500;
    color: #0086D0;
    font-size: 32px;
    letter-spacing: -0.04em;
}
.greet .col-sm-5 img {
    box-shadow: 30px 30px 0 #cce7f6;
}
.greet .col-sm-7 {
    padding: 110px 0 0 60px;
}

/* subpage business */
.business-wrap{
    position: relative;
    margin:0 auto;
    max-width:100%;
}
.business-wrap:before {
    content: "";
    width: 100%;
    height: 210px;
    background: #cce7f6;
    position: absolute;
    bottom: 140px;
    z-index: -1;
}
.business-wrap img {
    box-shadow: 0 12px 12px rgba(0,0,0,0.28);
}
.business-wrap .txt-box {
    max-width: 520px;
    margin: 0 auto 50px;
}
.business-wrap .txt-box ul {
    margin: 0;
}
.business-wrap .txt-box li {
    font-size: 20px;
    color: #333;
    list-style: none !important;
    padding-left: 15px;
    margin-left: 0;
    position: relative;
}
.business-wrap .txt-box li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c3c3c3;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}

@media(max-width:767px){
	
}

/* subpage cs */
.cs-wrap .card{
	box-shadow:2px 2px 2px rgba(0,0,0,0.2)
}
.cs-wrap .img-caption {
    font-size: 20px;
    color: #333;
    margin: 20px 0 10px;
}
/* subpage contact */
#mailForm {
    border-top: 2px solid #444;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    padding: 5% 15%;
}
#mailForm .form-group {
    margin-bottom: 25px;
}
#mailForm .form-group label {
    font-size: 16px;
    margin: 0 0 5px;
}
#mailForm .form-group input, 
#mailForm .form-group textarea {
    border-radius: 0;
    box-shadow: none;
}
#mailForm .form-group .checkbox label {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #666;
    margin-bottom: 30px;
}
#mailForm .btn-primary {
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    border: none;
    width: 160px;
    padding: 15px 5px;
	background: #0086D0;
	margin:0 auto;
}

#mailForm .btn-primary:hover {
    background: #009bf3;
}

#business02 section{
    margin-bottom:60px;
}
#business02 .se3 h4:first-child{
    margin-top:0;
}
.refer-wrap{
    margin:20px  -10px 0;
}
.refer-wrap > div{
    padding:10px;
}
.refer-wrap .card{
    padding:40px 20px 30px;
    text-align:center;
    min-height:272px;
    border:1px solid #009bf3;
    box-shadow: 5px 5px 0 #eee;
}