@charset "UTF-8";
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	margin: 0;
	padding: 0;
}

body,
input,
textarea,
select,
button,
table {
	font-family:  "Noto Sans KR", Pretendard, -apple-system, BlinkMacSystemFont, helvetica, 'Apple SD Gothic Neo', '맑은 고딕', MalgunGothic, sans-serif;
	font-size: 18px;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;

}

ul,
ol {
	list-style: none;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}

a,
button {
	color: inherit;
}

svg {
	vertical-align: top;
}

button {
	cursor: pointer;
	outline: none;
}

#skip,
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	clip: rect(0 0 0 0);
}

button {
	border: 0 none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	cursor: pointer;
}

#header,
#container,
#footer {
	color: #333;
}

#header {
	position: relative;
	padding: 21px 46px 20px 13px;
}

#header .h1 {
	line-height: 0;
}

#header .h1 .logo_link {
	display: inline-block;
	width: 108px;
	height: 17px;
	vertical-align: top;
}

#header .button_menu {
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px 12px 19px;
	line-height: 0;
}

#header .dimmed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
}

#header .menu_section {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	padding-top: 54px;
	background-color: #fff;
	z-index: 200;
}

#header .menu_section .button_close {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 10px;
}

#header .login_area {
	padding: 23px 0 23px 40px;
	border-bottom: 1px solid #ddd;
}

#header .login_area .desc {
	font-size: 16px;
	line-height: 21px;
	color: #555;
}

#header .login_area .desc + .button_login {
	margin-top: 6px;
}

#header .login_area .button_login {
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
}

#header .login_area .button_login .icon {
	display: inline-block;
	margin-top: 14px;
	line-height: 0;
	vertical-align: top;
}

#header .menu_list {
	margin-top: 16px;
}

#header .menu_list .item {
	padding: 6px 0 5px;
}

#header .menu_list .item .link {
	display: block;
	padding: 10px 0 10px 32px;
	font-size: 16px;
	line-height: 21px;
}

#header .button_pc_login {
	display: none;
}

#header .button_free {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 57px;
	padding: 19px 0 18px;
	border-radius: 6px;
	background-color: #6ac17a;
	color: #fff;
	font-weight : 800;
}

#footer {
	padding: 32px 0;
	text-align: center;
}

#footer .logo_area {
	margin-bottom: 18px;
	line-height: 0;
}

#footer .logo_area .link {
	display: inline-block;
	width: 97px;
	height: 15px;
	vertical-align: top;
}

#footer .info_area ul {
	font-size: 0;
}

#footer .info_area ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

#footer .info_area ul li.next {
	display: block;
}

#footer .info_area ul li + li {
	margin-left: 4px;
}

#footer .info_area ul.tel_qna li + li {
	padding-left: 5px;
}

#footer .info_area ul.tel_qna li + li:before {
	position: absolute;
	left: 0;
	top: 4px;
	width: 1px;
	height: 8px;
	background-color: #333;
	vertical-align: top;
	content: '';
}

#footer .info_area ul li,
#footer .address {
	font-size: 10px;
	line-height: 15px;
}

.notice_section {
	padding: 12px 0;
	background-color: #6ac17a;
}

.notice_section .area {
	position: relative;
	padding: 0 12px 0 35px;
	font-size: 13px;
	line-height: 18px;
	color: #fff;
}

.notice_section .area .icon {
	position: absolute;
	left: 12px;
	top: -1px;
	vertical-align: top;
}

.button_start {
	padding: 12px 62px;
	border: 1px solid #fff;
	border-radius: 8px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

.button_start.type_green {
	border-color: #14ae5c;
	background-color: #14ae5c;
}

.spot_section {
	position: relative;
	padding: 50px 0 51px;
	background-image: url("../images/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	box-sizing: border-box;
}

.spot_section:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
	content: '';
	z-index: 0;
}

.spot_section .inner {
	position: relative;
	padding: 0 33px;
	z-index: 10;
}

.spot_section .desc {
	font-size: 20px;
	line-height: 25px;
}

.spot_section .desc b {
	display: block;
	margin: 13px 0 6px;
	font-size: 35px;
	line-height: 40px;
}

.spot_section .desc + .list {
	margin-top: 28px;
}

.spot_section .list {
	font-size: 15px;
	line-height: 20px;
}

.spot_section .list .item .icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 3px;
	line-height: 0;
	vertical-align: top;
}

.spot_section .list .item + .item {
	margin-top: 6px;
}

.spot_section .list + .button_start {
	margin-top: 41px;
}

.h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 13px;
}

.section {
	padding: 53px 12px 0;
	text-align: center;
}

.section .inner {
	padding-bottom: 58px;
}

.section .desc_area .desc {
	font-size: 16px;
	line-height: 21px;
}

.section .desc_area .desc br {
	display: none;
}

.section .desc_area .desc .point {
	color: #03c75a;
}

.section .desc_area .desc + .desc {
	margin-top: 10px;
}

.section .button_start {
	font-size: 15px;
	line-height: 20px;
	padding: 15px 44px 14px;
}

.section.bg_gray {
	padding-top: 55px;
	background-color: #f9f9f9;
}

.overview_list {
	margin-top: 32px;
}

.overview_list .item {
	position: relative;
	padding-top: 43px;
	border: 1px solid #ddd;
	border-radius: 14px;
}

.overview_list .item .category {
	font-size: 13px;
	line-height: 18px;
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	padding: 12px 0 13px;
	color: #fff;
	text-align: center;
	background-color: #03c75a;
	border-radius: 14px 14px 0 0;
}

.overview_list .item .category.sns {
	background-color: #e64444;
}

.overview_list .item .view_list {
	display: flex;
	height: 123px;
	justify-content: center;
	align-items: center;
}

.overview_list .item .view_list .view {
	display: inline-block;
	vertical-align: top;
}

.overview_list .item .view_list .view + .view {
	position: relative;
	margin-left: 40px;
	padding-left: 38px;
}

.overview_list .item .view_list .view + .view:before {
	position: absolute;
	left: 0;
	top: -13px;
	width: 1px;
	height: 79px;
	background-color: #eee;
	content: '';
}

.overview_list .item .view .text,
.overview_list .item .view .people {
	display: block;
}

.overview_list .item .view .text {
	font-size: 15px;
	line-height: 20px;
}

.overview_list .item .view .text + .people {
	margin-top: 4px;
}

.overview_list .item .view .people {
	font-size: 25px;
	line-height: 30px;
}

.overview_list .item + .item {
	margin-top: 15px;
}

.overview_list .item.mo_overview {
	display: block;
}

.overview_list .item.pc_overview {
	display: none;
}

.graph_list {
	margin: 31px 0 29px;
}

.graph_list .item {
	display: block;
}

.graph_list .item .graph {
	position: relative;
	width: 208px;
	height: 208px;
	margin: 0 auto;
}

.graph_list .item .graph .stroke {
	transform: rotate(-90deg) rotateX(-180deg);
	transform-origin: center;
}

.graph_list .item .graph .stroke.opp {
	transform: rotate(-90deg) rotateX(0deg);
}

.graph_list .item .graph .function {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.graph_list .item .graph .function .efficiency {
	display: block;
	font-size: 25px;
	line-height: 30px;
}

.graph_list .item .graph .function .text {
	font-size: 15px;
	line-height: 20px;
}

.graph_list .item + .item {
	margin-top: 17px;
}

.graph_list.chart_ani .item .graph .stroke {
	animation: show_circle 1s ease infinite;
	animation-iteration-count: 1;
}

.next_button {
	display: block;
	width: 100%;
	margin: 23px 0 0;
	padding: 10px 0;
	line-height: 0;
	text-align: center;
}

.next_button svg {
	width: 40px;
	height: 21px;
}

.guide_area {
	text-align: center;
}

.guide_area .h4 {
	font-size: 25px;
	line-height: 30px;
}

.guide_area .desc {
	font-size: 16px;
	line-height: 21px;
	margin-top: 8px;
}

.guide_area .way_list {
	font-size: 14px;
	line-height: 19px;
	margin-top: 19px;
}

.guide_area .way_list li {
	position: relative;
	padding-left: 23px;
}

.guide_area .way_list li:before {
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	background-image: url("../images/bullet_icon.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	content: '';
}

.guide_area .way_list li + li {
	margin-top: 11px;
}

.guide_area + .guide_area {
	margin-top: 50px;
}

.guide_area .guide_item {
	position: relative;
	display: inline-block;
	text-align: left;
}

.guide_area .guide_item:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	content: '';
}

.guide_area .guide1 {
	padding-bottom: 269px;
}

.guide_area .guide1:after {
	width: 325px;
	height: 236px;
	background-image: url("../images/sub3_con1_img1.svg");
}

.guide_area .guide2 {
	padding-bottom: 268px;
}

.guide_area .guide2:after {
	width: 282px;
	height: 236px;
	background-image: url("../images/sub3_con2_img1.svg");
}

.guide_area .guide3 {
	padding-bottom: 265px;
}

.guide_area .guide3:after {
	width: 308px;
	height: 236px;
	background-image: url("../images/sub3_con3_img1.svg");
}

.guide_area .guide4 {
	padding-bottom: 245px;
}

.guide_area .guide4:after {
	width: 351px;
	height: 212px;
	background-image: url("../images/sub3_con4_img1.svg");
}

.guide_area + .button_start {
	margin-top: 48px;
}

.hub_area {
	position: relative;
	margin-top: 32px;
	padding-top: 338px;
}

.hub_area:before {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 346px;
	height: 317px;
	background-image: url("../images/sub4_con1_img1.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
}

.hub_area .hub_list {
	text-align: left;
}

.hub_area .hub_list li {
	font-size: 16px;
	line-height: 21px;
	color: #555;
	position: relative;
	padding: 9px 0 8px 28px;
	border: 1px solid #e9e9e9;
	border-radius: 7px;
	background-color: #fff;
}

.hub_area .hub_list li:before {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #b6da93;
	content: '';
}

.hub_area .hub_list li + li {
	margin-top: 8px;
}

.price_list {
	margin: 20px 0 28px;
}

.price_list .box {
	position: relative;
	padding: 0 16px 24px;
	border: 1px solid #e4e4e4;
	border-radius: 15px;
	text-align: left;
}

.price_list .box dt {
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.price_list .box dt span {
	display: block;
}

.price_list .box dt .type {
	font-size: 16px;
	line-height: 21px;
	color: #0b50e0;
}

.price_list .box dt .type + .amount {
	margin-top: 5px;
}

.price_list .box dt .amount {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
}

.price_list .box dt .amount .vat {
	margin-left: 9px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	font-style: normal;
}

.price_list .box dd {
	padding: 10px 0;
}

.price_list .box dd .guide_list li {
	position: relative;
	padding: 2px 0 1px 12px;
	font-size: 14px;
	line-height: 24px;
}

.price_list .box dd .guide_list li:before {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #b6da93;
	content: '';
}

.price_list .box .button_start {
	display: block;
	margin-top: 16px;
	width: 100%;
}

.price_list .box .icon {
	position: absolute;
	right: 18px;
	top: -17px;
	padding: 13px 5px;
	background-color: #0b50e0;
	border-radius: 6px;
	font-size: 10px;
	line-height: 15px;
	line-height: 12px;
	color: #fff;
	text-align: center;
}

.price_list .box + .box {
	margin-top: 24px;
}

.input_area {
	margin-top: 30px;
	padding: 27px 17px 29px;
	background-color: #fff;
	text-align: center;
}

.input_area .title {
	display: block;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
}

.input_area .desc {
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}

.input_area .desc.color {
	color: #555;
}

.input_area .button_start {
	width: 200px;
	margin-top: 23px;
}

.input_list {
	margin: 12px 0 7px;
}

.input_list li + li {
	margin-top: 8px;
}

.input_list .input_style {
	display: block;
	width: 100%;
	padding: 11px 15px 10px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 19px;
}

.input_list .input_style::placeholder {
	color: #777;
}

@keyframes show_circle {
	from {
		stroke-dashoffset: 480;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@media screen and (min-width: 1280px) {
	.inner {
		position: relative;
		max-width: 1202px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	#header {
		padding: 30px 0;
	}
	#header .inner {
		display: flex;
		align-items: center;
	}
	#header .h1 .logo_link {
		width: 193px;
		height: 29px;
	}
	#header .button_menu {
		display: none;
	}
	#header .menu_section {
		position: static;
		display: flex !important;
		width: auto;
		margin-left: auto;
		padding: 0;
	}
	#header .menu_section .login_area,
	#header .menu_section .button_close {
		display: none;
	}
	#header .menu_section .menu_list {
		margin: 0;
		font-size: 0;
	}
	#header .menu_section .menu_list .item {
		font-size: 16px;
		line-height: 21px;
		display: inline-block;
		padding: 0 10px;
		vertical-align: top;
	}
	#header .menu_section .menu_list .item .link {
		padding: 10px;
	}
	#header .menu_section .button_pc_login {
		display: block;
		margin: 0 30px 0 110px;
		padding: 0 10px;
		font-size: 16px;
		line-height: 21px;
		color: #888;
	}
	#header .menu_section .button_free {
		font-size: 21px;
		line-height: 21px;
		position: static;
		padding: 9px 34px 12px;
	}
	#footer {
		padding: 40px 0;
		border-top: 1px solid #ddd;
		text-align: left;
	}
	#footer .logo_area {
		position: absolute;
		top: 15px;
		right: 0;
		margin-bottom: 0;
	}
	#footer .info_area ul li.next {
		display: inline-block;
	}
	#footer .info_area ul li,
	#footer .address {
		font-size: 12px;
		line-height: 19px;
	}
	.notice_section .area {
		font-size: 16px;
		line-height: 21px;
		padding: 0 0 0 23px;
	}
	.notice_section .area .icon {
		top: 1px;
		left: 0;
	}
	.button_start,
	.section .button_start {
		font-size: 18px;
		line-height: 23px;
		padding: 23px 83px 22px;
	}
	.spot_section {
		padding: 149px 0 145px;
	}
	.spot_section .desc {
		font-size: 35px;
	}
	.spot_section .desc br {
		display: none;
	}
	.spot_section .desc b {
		margin: 14px 0 4px;
	}
	.spot_section .desc b,
	.spot_section .desc .pc_text {
		font-size: 48px;
		line-height: 55px;
	}
	.spot_section .desc .pc_text {
		font-weight: bold;
	}
	.spot_section .desc + .list {
		margin-top: 33px;
	}
	.spot_section .list {
		font-size: 20px;
		line-height: 25px;
	}
	.spot_section .list .item .icon {
		width: 19px;
		height: 19px;
	}
	.spot_section .list .item + .item {
		margin-top: 9px;
	}
	.spot_section .list + .button_start {
		margin-top: 49px;
	}
	.section {
		padding: 154px 0 0;
	}
	.section .inner {
		padding-bottom: 80px;
	}
	.section.bg_gray {
		padding-top: 74px;
	}
	.section.bg_gray .h3 {
		margin-bottom: 20px;
	}
	.section .desc_area .desc {
		font-size: 18px;
		line-height: 23px;
	}
	.section .desc_area .desc br {
		display: block;
	}
	.section .button_start {
		padding: 28px 55px 27px 53px;
	}
	.h3 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 18px;
	}
	.overview_list {
		margin-top: 37px;
		font-size: 0;
	}
	.overview_list .item {
		display: inline-block;
		width: 250px;
		height: 250px;
		margin: 0;
		padding-top: 50px;
		vertical-align: top;
		box-sizing: border-box;
	}
	.overview_list .item + .item {
		margin: 0 0 0 50px;
	}
	.overview_list .item.mo_overview {
		display: none;
	}
	.overview_list .item.pc_overview {
		display: inline-block;
	}
	.overview_list .item .category {
		font-size: 16px;
		line-height: 21px;
		padding: 14px 0 15px;
	}
	.overview_list .item .view_list {
		height: 200px;
	}
	.graph_list {
		margin: 41px 0 35px;
		font-size: 0;
	}
	.graph_list .item {
		display: inline-block;
		vertical-align: top;
	}
	.graph_list .item .graph {
		width: 250px;
		height: 250px;
	}
	.graph_list .item .graph .function .efficiency {
		font-size: 30px;
		line-height: 35px;
	}
	.graph_list .item .graph .function .text {
		font-size: 18px;
		line-height: 23px;
	}
	.graph_list .item + .item {
		margin: 0 0 0 50px;
	}
	.guide_area .h4 {
		font-size: 30px;
		line-height: 35px;
	}
	.guide_area .desc {
		font-size: 20px;
		line-height: 25px;
	}
	.guide_area .way_list {
		font-size: 18px;
		line-height: 23px;
	}
	.guide_area .way_list li:before {
		top: 3px;
	}
	.guide_area .guide_item {
		display: block;
		padding-bottom: 0;
	}
	.guide_area .guide_item:after {
		top: 0;
		right: auto;
		bottom: auto;
		left: auto;
		transform: translateX(0);
	}
	.guide_area .guide_item.guide1:after, .guide_area .guide_item.guide3:after {
		right: 0;
	}
	.guide_area .guide_item.guide2, .guide_area .guide_item.guide4 {
		padding-left: 684px;
	}
	.guide_area .guide_item.guide2:after, .guide_area .guide_item.guide4:after {
		left: 0;
	}
	.guide_area .guide_item.guide1 {
		min-height: 311px;
		padding-top: 36px;
	}
	.guide_area .guide_item.guide1:after {
		width: 482px;
		height: 350px;
	}
	.guide_area .guide_item.guide2 {
		min-height: 303px;
		padding-top: 47px;
	}
	.guide_area .guide_item.guide2:after {
		left: 0;
		width: 418px;
		height: 350px;
	}
	.guide_area .guide_item.guide3 {
		min-height: 260px;
		padding-top: 90px;
	}
	.guide_area .guide_item.guide3:after {
		width: 458px;
		height: 350px;
	}
	.guide_area .guide_item.guide4 {
		min-height: 292px;
		padding-top: 35px;
	}
	.guide_area .guide_item.guide4:after {
		left: 0;
		width: 541px;
		height: 327px;
	}
	.guide_area + .guide_area {
		margin-top: 80px;
	}
	.guide_area + .button_start {
		margin: 100px 0 0;
	}
	.hub_area {
		min-height: 400px;
		margin-top: 36px;
		padding: 90px 0 0 597px;
		box-sizing: border-box;
	}
	.hub_area:before {
		left: 82px;
		top: 0;
		transform: translateX(0);
		width: 436px;
		height: 398px;
	}
	.hub_area .hub_list li {
		width: 436px;
		font-size: 18px;
		line-height: 23px;
		box-sizing: border-box;
	}
	.hub_area .hub_list li:before {
		top: 17px;
	}
	.price_list {
		margin-top: 57px;
		font-size: 0;
	}
	.price_list .box {
		display: inline-block;
		width: 300px;
		height: 672px;
		padding: 0 30px;
		vertical-align: top;
		box-sizing: border-box;
	}
	.price_list .box dt .type {
		font-size: 20px;
		line-height: 25px;
	}
	.price_list .box dt .amount {
		font-size: 25px;
		line-height: 30px;
	}
	.price_list .box dd .guide_list li {
		font-size: 16px;
		line-height: 28px;
	}
	.price_list .box dd .guide_list li:before {
		top: 14px;
	}
	.price_list .box .button_start {
		display: inline-block;
		position: absolute;
		left: 29px;
		right: 29px;
		bottom: 49px;
		width: auto;
		margin: 0;
		padding: 18px 0 17px;
	}
	.price_list .box .icon {
		padding: 16px 6px;
		font-size: 12px;
		line-height: 14px;
	}
	.price_list .box + .box {
		margin: 0 0 0 50px;
	}
	.input_area {
		width: 860px;
		margin: 36px auto 0;
		padding-top: 33px;
	}
	.input_area .input_inner {
		width: 400px;
		margin: 0 auto;
	}
	.input_area .title {
		font-size: 16px;
		line-height: 21px;
	}
	.input_area .title + .desc {
		margin-top: 2px;
	}
	.input_area .desc {
		font-size: 15px;
		line-height: 20px;
	}
	.input_area .button_start {
		width: 240px;
		margin-top: 21px;
		padding: 18px 0 17px;
	}
	.input_list {
		margin-bottom: 8px;
	}
	.input_list li + li {
		margin-top: 10px;
	}
	.input_list .input_style {
		padding: 14px 19px;
		font-size: 15px;
		line-height: 20px;
	}
}
/*# sourceMappingURL=style.css.map */
