@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,500,700&display=swap&subset=korean');
/* common */
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Noto Sans KR', 'Dotum', 'Sans-serif';
	font-weight: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	background: #fff;
	word-break: break-all;
	min-width: 1430px;
}
.wrap {
	width: 100%;
	height: 100%;
}
.wrapper {
	height: 100%;
	overflow: scroll;
/*	position: relative;*/
}
.wrapper {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.wrapper::-webkit-scrollbar {
 display: none;
}
.wrapper:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/images/hub/bg-visual.jpg") top center repeat;
	background-size: cover;
	z-index: -1;
}
.logo-area {
	position: absolute;
	top: 30px;
	left: 50px;
}
.d-table {
	width: 100%;
	height: 100%;
	display: table;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.container {
	width: 1430px;
	padding: 30px 15px;
	margin: 40px auto 0;
}
.visual-title {
	text-align: center;
}
.visual-title h1 {
	font-size: 46px;
	font-weight: 700;
}
.tax-area {
	width: 100%;
	position: relative;
	padding: 40px 0 30px;
	display: inline-block;
}
.tax-logo-area {
	text-align: center;
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}
.tax-logo-area:before, .tax-logo-area:after {
	content: '';
	position: absolute;
	vertical-align: middle;
	width: calc(100% - 59%);
	height: 1px;
	background: #fff;
	top: 12px;
}
.tax-logo-area:before {
	left: 0;
}
.tax-logo-area:after {
	right: 0;
}
.row {
	margin: 0 -5px;
}
.tax {
	width: 20%;
	padding: 0 5px;
	float: left;
}
.tax-btn {
	height: 355px;
	border: 5px solid #fff;
	padding:25px 35px;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	position: relative;
}
.tax-btn:hover {
	margin-top: -15px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tax:nth-child(1) .tax-btn {
	background: #64aed1;
}
.tax:nth-child(2) .tax-btn {
	background: #249dab;
}
.tax:nth-child(3) .tax-btn {
	background: #5362b0;
}
.tax:nth-child(4) .tax-btn {
	background: #de6051;
}
.tax:nth-child(5) .tax-btn {
	background: #5a749e;
}
.tax:nth-child(1) {
	animation-delay: .2s;
}
.tax:nth-child(2) {
	animation-delay: .4s;
}
.tax:nth-child(3) {
	animation-delay: .6s;
}
.tax:nth-child(4) {
	animation-delay: .8s;
}
.tax:nth-child(5) {
	animation-delay: 1s;
}
.tax h2 {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.09rem;
	position: relative;
}
.tax h2:before {
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	left: 0;
	top: 50px;
}
.tax h2:after {
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg) translateY(-50%);
	position: absolute;
	left: 12px;
	top: 64px;
}
.tax-img {
	position: absolute;
	bottom:25px;
	left: 50%;
	margin-left: -92px;
}
.bottom-area {
	width: 100%;
	text-align: center;
	animation-delay: 1.2s;
}
.d-inline {
	display: inline-block;
}
.bottom-btn {
	float: left;
	width: 220px;
	cursor: pointer;
}
.footer {
	text-align: center;
	color: #777;
	font-size: 14px;
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.footer-li li {
	display: inline-block;
}
.footer-li li:after {
	content: '';
	width: 1px;
	height: 10px;
	background: #d6d6d6;
	display: inline-block;
	margin: 0 3px 0 8px;
}
.footer-li li:last-child:after {
	display: none;
}

/** 200617 이준희 추가: 레이어팝업, banner-area 추가 **/
.banner-area {position: relative; width: 100%; height: 70px; background-color: #0d3386; margin-top: 38px;}
.banner-area img {position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%);}

* html .clearfix {height: 1px;}
.clearfix {display: block; min-height: 1px;}
.clearfix::after {content: ''; display: block; height: 0; clear: both; visibility: hidden; }
.lp-wrap {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; line-height: 1;  z-index: 10;}
.lp-wrap img {width: 100%;}
.lp-wrap input, .lp-wrap button {-webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border: 0; border: 0; -webkit-border-radius: 2px; border-radius: 2px; cursor: pointer; font-family: 'Noto Sans KR', 'Dotum', 'Sans-serif';}
.lp-wrap .inner {padding: 0 20px 0 30px; box-sizing: border-box;}
.lp-wrap .lp_header {width: 100%; height: 60px; border-bottom: 1px solid #9f9f9f; margin-bottom: 24px;}
.lp-wrap .lp_header .lp_close {position: relative; float: right; top: 20px; width: 22px; height: 22px; background-color: #e1e1e1; -webkit-border-radius: 50px; border-radius: 50px; cursor: pointer;}
.lp-wrap .lp_header .lp_close::before {content: ''; position: absolute; left: 10px; top: 5px; width: 2px; height: 12px; background-color: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.lp-wrap .lp_header .lp_close::after {content: ''; position: absolute; left: 10px; top: 5px; width: 2px; height: 12px; background-color: #fff; -webkit-transform: rotate(45deg); transform: rotate(-45deg);}
.lp-wrap .lp_footer .btn-wrap {display: block; text-align: center;}
.lp-wrap .lp_footer .lp_btn01 {width: 188px; height: 48px; font-weight: bold; line-height: 48px; color: #fff; background-color: #0e8be5;}

.lp_type01 {background-color: rgba(255, 255, 255, 0.8);}
.lp_type01 .lp_content {position: absolute; width: 706px; height: 760px; font-size: 15px; color: #383838; border-top: 2px solid #0e8be5; background-color: #fff; box-shadow: 1px 2px 3px #b4b8ba;}
.lp_type01 .lp_header .title {float: left; font-size: 21px; font-weight: bold; line-height: 60px; color: #222;}
.lp_type01 .lp_section {margin-bottom: 36px;}
.lp_type01 .lp_section .inner > div+div {margin-top: 38px;}
.lp_type01 .lp_section .title {font-weight: bold; margin-bottom: 10px;}
.lp_type01 .lp_section ol li {position: relative; float: left; width: 20%; font-size: 12px; text-align: center; letter-spacing: -0.5px;}
.lp_type01 .lp_section ol li::before {content: ''; display: block; width: 46px; height: 42px; margin: 0 auto 10px; background-position: center !important; background-size: 90% !important;}
.lp_type01 .lp_section ol li:first-child {padding-left: 20px; box-sizing: border-box;}
.lp_type01 .lp_section ol li+li::after {content: ''; position: absolute; top: 16px; left: 0; width: 0; height: 0;  border-left: solid 6px #5d83ed; border-bottom: solid 6px transparent; border-top: solid 6px transparent;}
.lp_type01 .lp_section ol li:first-child::before {background: no-repeat url('/images/hub/lp/insure_step_01.png');}
.lp_type01 .lp_section ol li:nth-child(2)::before {background: no-repeat url('/images/hub//lp/insure_step_02.png');}
.lp_type01 .lp_section ol li:nth-child(3)::before {background: no-repeat url('/images/hub//lp/insure_step_03.png');}
.lp_type01 .lp_section ol li:nth-child(4)::before {background: no-repeat url('/images/hub//lp/insure_step_04.png');}
.lp_type01 .lp_section ol li:last-child::before {background: no-repeat url('/images/hub//lp/insure_step_05.png');}
.lp_type01 .lp_section p > span {display: block;}
.lp_type01 .lp_section p > span+span {margin-top: 10px;}
/** 200617 이준희 추가 끝 **/

/** 200713 이준희 추가 **/
.tax-area .row .tax,
.bottom-area .d-inline .bottom-btn {position: relative;}
.tax-area .row .tax:hover {margin-top: -15px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.hub_target {position: absolute; top: 0; left: 0; font-size: 0; line-height: 0; cursor: pointer; }
.tax-area .row .tax > .hub_target {left: 5px; width: 272px; height: 355px;}
.bottom-area .d-inline .bottom-btn > .hub_target {width: 220px; height: 100%;}
/** 200713 이준희 추가 끝 **/

/* 241017 추가: 푸터 수정(그룹 ci 추가) */
.inner { width: 1400px; margin: 0 auto; }
.logo-area { display: table; width: 154px; height: 42px; }
.logo-area a { display: table-cell; vertical-align: middle;  }
.logo-area a>img { width: 100%; }
.footer { text-align: unset; padding-bottom: 44px; }
.footer .inner { background: no-repeat url(/images/hub/symbol_bl.svg); background-size: 76px; background-position: bottom 0 right 0; }
.footer_info { margin-top: 8px; }