@import url('//cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
button:focus {outline:0;}
.bg-text{
	text-align: center;
	font-size: 40px;
	color: #FFF;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 120px;
    position: relative;
}
.bg-text2{
	text-align: center;
	font-size: 28px;
	color: #c4c4c4;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
    top: 120px;
    position: relative;
}
*{
	color: #444444;
	font-family: 'NanumSquareRound',sans-serif;
}
.pd-50{
	padding: 50px;
}
.pd-20{
	padding: 20px;
}
.pd-bt-50{
	padding-bottom: 50px;
}
.pd-bt-20{
	padding-bottom: 20px;
}

/* --------------서비스소개 --------------*/

.service-section{
	/* height: 750px; */
    padding: 65px 0px 120px;
}
.bg-gray{
	background: #F4F4F6;
}
.service-numbering{
	font-size: 26px;
	color: #00A7EE;
	font-weight: 600;
	margin-bottom: 20px;
}
.service-title{
	color: #2455A2;
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 20px;
}
.service-explain{
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 35px;
}
.service-photo{
	width: 90%;
	height: auto;
}
.top-blue-border{
	width: 90%;
    margin: 15px auto;
    height: 8px !important;
    border-top: 2px solid #00A7EE;
}
.service-subtitle{
	width: 90%;
    display: flex;
    color: #222222;
    padding-bottom: 15px;
    margin: 0 auto;
}
.service-subtitle > h4{
	font-weight: 600;
    font-size: 22px;
}
.service-st-explain{
    width: 90%;
    margin: 0 auto;
    line-height: 28px;
    font-size: 16px;
}
.title-checkbox{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px 0px;
}
.title-checkbox > img{
	width: 20px;
	height: auto;
	padding-bottom: 5px;
}

/* ---------------기능소개--------------- */

.function-section{
	/* height: 750px; */
	padding: 100px 0px;
}
.fuction-title{
	color: blue;
	font-size: 30px;
}
.function-title-icon{
    width: 60px;
    height: auto;
    margin-right: 15px;
    padding-bottom: 15px;
}
.function-subtitle{
	font-size: 26px;
	font-weight: 600;
}

@keyframes pageTransition{
	0%{opacity: 0;
	left: -100%;}
	
	70%{opacity: 0;
	}
	
	100%{opacity: 1;
	left: 0%;
	}
}

html{
 animation-duration: 1s;
  animation-name: pageTransition;
}