﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


.gp_wrap {
	margin:0;
	padding:0;
}

.gp_frm {
	font-family: 'Roboto', 'Malgun Gothic', '맑은 고딕', sans-serif;
	width:574px;
	margin:0 auto;
	margin-top:30px;
	text-align: center;
	background: url(img/svc_img.png) center top no-repeat;
	padding-top:287px;
	color:#4a5668;
}

.gp_txt01 {
	padding:0;
	margin:0;
	margin-top:18px;
	font-size:14px;
	font-weight:bold;
	line-height: 1.8;
}

.gp_txt02 {
	width:100%;
	height:54px;
	line-height: 54px;
	background-color: #ededee;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color:#808080;
	font-weight:bold;
	margin-bottom:30px;
}

.gp_box {
	padding:26px 0 18px 0;
	border-top:1px solid #cfd2d7;
}

.gp_ttl {
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.gp_col01 {color:#778499;}
.gp_col02 {color:#a0acbd;}


/**/
