.about_bg {
	padding-top: 100px;
	padding-bottom: 130px
}

.service_bg {
	padding-top: 100px;
	padding-bottom: 130px
}

.work_bg {
	padding-top: 100px;
	padding-bottom: 130px
}

.mdiary_bg {
	padding-top: 100px;
	padding-bottom: 130px
}

.contact_bg {
	padding-top: 100px;
	padding-bottom: 130px
}


.border3 {
    padding: 60px 0;
    border: 3px solid #2ea3c4;
	border-radius: 10px;
    background: transparent;
}






.com-big-title {
	font-size: 48px;
	font-weight: 900;
	color: #232528;
	letter-spacing: -2.5px;
	margin-bottom: 20px;
	line-height: normal;
}
.com-big-content {
	line-height: normal;
	margin-bottom: 60px;
	padding: 0 30px;
}

.com-title {
	font-size: 30px;
	color: #2ea3c4;
    padding-bottom: 15px;
	margin: 0;
}
.com-content {
	padding: 0 40px;
}


#about_box01 {
	padding: 120px 0 60px;
}

#service_box01 .com-title i {
	display: block;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 10px;
}

#about_box01 .cms-title-bottom-line p {
	padding: 0 60px;
}

#about_box01 .about-icon {
	border-radius: 50%;
    background: #fff;
    width: 300px;
    height: 300px;
	margin: 0 auto;
	margin-bottom: 40px;
}




#about_box02 {
	padding: 120px 0 90px;
}

#about_box02 .cms-title-bottom-line .cms-custom-headding-big-title {
	font-size: 48px;
	letter-spacing: -2px;
	margin-bottom: 40px;
}

#about_box02 .cms-title-bottom-line p {
	padding: 0 60px;
}

#about_box02 .about2-icon i {
	color: #fff;
    background: #babec4;
    width: 106px;
    height: 106px;
    line-height: 106px;
    border-radius: 50%;
    font-size: 48px;
    margin-bottom: 30px;
    /*border: 2px solid #babec4;*/
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
#about_box02 .about2-icon i:hover {
    background: #8c939c;
}


#about_box02 .about2-title {
	color: #333;
	letter-spacing: -0.8px;
    margin-bottom: 15px;
}

#about_box02 .about-content {
	padding: 0 40px;
}

#about_box02 .about2 {
	padding: 40px 0;
}





#about_box03 {
	padding: 120px 0 90px 0;
}
#about_box03 .cms-title-bottom-line .cms-custom-headding-big-title {
	font-size: 48px;
	letter-spacing: -2px;
	margin-bottom: 50px;
}

#about_box03 .cms-title-bottom-line p {
	padding: 0 60px;
}

#about_box03 .cms-grid-wraper.cms-grid-team .cms-grid-item .cms-team-position {
	font-weight: normal;
	font-size: inherit;
    color: #ccc;
}

#about_box03 .overlay-wrapper .overlay-wrap .overlay {
	background: rgba(35,141,180,0.9) !important;
}

#about_box03 .cms-grid-wraper .cms-grid-item .cms-grid-media2 {
	background: #fff;
	padding: 20px 0 30px;
}

#about_box03 .cms-team-title a {
    display: block;
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 30px;
}
#about_box03 .cms-team-title a:first-child {
    display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

#about_box03 h1 {
	margin-bottom: 0;
}

#about_box03 .cms-team-content {
    font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block;
	line-height: normal;
	padding: 0 16px;
}




#service_box01 {
	padding: 120px 0;
}


#service_box01 .com-title {
	font-size: 24px;
	color: #2ea3c4;
	font-weight: 600;
    padding-bottom: 30px;
	margin: 0;
	letter-spacing: -1px;
}
#service_box01 .com-content {
	color: #333;
	font-weight: normal;
	padding: 0;
}


#service_box02 {
	padding: 120px 0;
}


.service_box03 {
	width: 100%;
}
.service_box03 {
    font-size: 20px;
	font-weight: 600;
	color: #232528;
	background: #fff;
    padding: 30px 30px 0px 30px;
    min-height: 260px;
    box-sizing: border-box;
    letter-spacing: -1px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	text-align: center;
}
.service_box03 span {
	font-family: Lato;
	font-size: 14px;
	font-weight: 600;
	color: #2ea3c4;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: center;
}
.service_box03 i {
	font-size: 30px;
    color: #eee;
    margin-top: 20px;
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    display: block;
}

.service_box03 img {
	font-size: 30px;
    color: #eee;
    margin-top: 20px;
    position: absolute; 
    bottom: 30px; 
    left: 50%; 
    transform: translateX(-50%); 
}


@media only screen and (max-width: 768px) {
	.service_box03 {
		font-size: 16px;
		padding: 20px;
		position: static;
		min-height: inherit;
		margin-bottom: 10px;
	}
	
	.service_box03 i {
		display: none;
	}
	
	.service_box03 img {
		position: static;
		margin-top: 10px;
		transform: none;
	}
	
}



#service_box04 {
	padding: 120px 0;
}
#service_box04 .service-thumbnail img {
	width: 100%;
}
#service_box04 .service-item-inner {
	background: #232528;
	padding: 30px;
    min-height: 170px;
}
@media only screen and (max-width: 767px) {
	#service_box04 .service-item-inner {
		min-height:inherit ;
	}
}

#service_box04 .service-item-inner .title {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
}
#service_box04 .service-item-inner .content {
	color: #cfd8dc;
    text-align: left;
    font-size: 15px;
    line-height: 150%;
}
#service_box04 .service-btn {
	width: 100%;
	font-size: 14px;
	color: #2ea3c4;
    -webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
#service_box04 .service-btn a:hover {
	color: #238db4;
	text-decoration: underline;
}




#work_box01 {
	padding: 120px 0;
}

#work_box01 .entry-title {
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -1px;
    color: #232528;
    text-align: left;
    border-bottom: 3px solid #232528;
    padding-bottom: 20px;
}
#work_box01 .entry-title span {
    font-size: 16px;
    font-weight: 300;
    color: #2ea3c4;
	letter-spacing: 1px;
	display: block;
}
#work_box01 .entry-title span i {
    margin-right: 5px;
}

/* list arrow : backup */
.entry-list-arrow {
	background: #232528;
	overflow: hidden;
}
.entry-list-arrow .list {
	float: left;
	color: #dee2e6;
	padding: 20px 30px;
}
.entry-list-arrow .list:hover {
	color: #2ea3c4;
}

.entry-list-arrow .arrow {
	float: right;
    border-left: 1px solid #35373a;
    color: #dee2e6;
    padding: 20px 30px;
    text-align: center;
}
.entry-list-arrow .arrow:hover {
    color: #fff;
	background: #2f3235;
}
/* list arrow : backup */


.entry-list-arrow2 {
	border: 1px solid #ddd;
    text-align: center;
}
.entry-list-arrow2 i {
	margin-right: 10px;
}
.entry-list-arrow2 .list2 {
	display: inline-block;
    color: #666;
    padding: 20px 30px;
    width: 58%;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 40px 0;
}
.entry-list-arrow2 .list2:hover {
	color: #2ea3c4;
}

.entry-list-arrow2 .arrow2 {
	display: inline-block;
    border-left: 1px solid #fff;
    color: #666;
    text-align: center;
    width: 20%;
    -webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.entry-list-arrow2 .arrow2:hover {
    color: #2ea3c4;
}

@media (max-width:992px) {
	.entry-list-arrow2 .arrow2 span {
		display: none;
	}
}


.entry-list-arrow3 {
	border-top: 2px solid #232528;
	padding-top: 40px;
	overflow: hidden;
	text-align: right;
}
.entry-list-arrow3 .btn-gray {
	color: #232528;
	border: 1px solid #a9acb1;
    background: #fff;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.entry-list-arrow3 .btn-gray:hover {
    color: #2ea3c4;
	border: 1px solid #2ea3c4;
}


.entry-content {
	margin-bottom: 120px;
}







#mdiary_box01 {
	padding: 120px 0;
}

#mdiary_box01 .entry-title {
	font-family: 'Noto Sans KR', sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -2px;
    color: #232528;
    text-align: left;
    border-bottom: 3px solid #232528;
    padding-bottom: 20px;
    margin-bottom: 0;
}
#mdiary_box01 .entry-title span {
    font-size: 16px;
    font-weight: 300;
    color: #2ea3c4;
	letter-spacing: 1px;
	display: block;
}
#mdiary_box01 .entry-title span i {
    margin-right: 5px;
}

#mdiary_box01 .entry-meta {
	background-color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: normal;
    border-top: 0px solid #c2c8cf; 
    border-bottom: 1px solid #ddd;
}
@media (max-width:992px) {
	#mdiary_box01 .entry-meta {
		padding: 10px 10px;
	}
}






#contact_box01 {
	padding: 120px 0;
}

#contact_box01 .client-title {
	font-size: 18px;
    font-weight: normal;
	text-align: center;
	padding: 10px 0 30px;
}

#contact_box01 .cms-grid-media img {
	border-radius: 6px;
}



/* À¥¿¡µðÅÍ ÄÁÅÙÃ÷ */
.WebEditorPage {
    font-size: 15px;
    font-family: '¸¼Àº °íµñ', ±¼¸², 'Malgun Gothic', gulim;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    background-color: rgb(255, 255, 255);
    margin: 0px;
}
.WebEditorPage p{
    font-size: 15px;
    font-family: '¸¼Àº °íµñ', ±¼¸², 'Malgun Gothic', gulim;
    color: rgb(0, 0, 0);
    line-height: 1.6;
    background-color: rgb(255, 255, 255);
    margin: 0px;
}

















