/* ---- 메인 슬라이드 css-----*/

#main_slide {
	width: 100%;
	height: 515px;
	overflow: hidden;
	position: relative
}

#main_slide ul {
	width: 100%;
	height: 100%;
	overflow: hidden
}

#main_slide li {
	width: 100%;
	height: 100%;
	float: left;
	background-attachment: fixed;
}

#main_slide #slide1 {
	background: url('/images/main_slide01.jpg') no-repeat center center;
}

#main_slide #slide2 {
	background: url('/images/main_slide02.jpg') no-repeat center center;
}

#main_slide #slide3 {
	background: url('/images/main_slide03.jpg') no-repeat center center;
}

.slide_fix {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	height: 515px;

}

#slide_text {
	float: left;
	width: 625px;
	margin-top: 69px;
	text-align: center;
	color: white;
	height: 376px;
	position: relative;
}
/*
#slide_text::after {
	width: 376px;
	height: 376px;
	border-radius: 100%;
	left: 50%;
	margin-left: -188px;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	content: '';
	top: 0;
	z-index: 0;
}
*/
#slide_text h3 {
	font-size: 55px;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	line-height: 155px;
}

#slide_text p {
	line-height: 32px;
	font-size: 18px;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 50px;
}

#slide_text #slide_btn {
	width: 175px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid white;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	box-sizing: border-box;
	transition: 0.3s;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

#slide_text a {
	color: white;
}

#slide_text #slide_btn:hover {
	background: #3788d0;
}


.main_form {
	margin:30px auto;
	float: right;
	box-shadow:0 0 20px #666;
}


.main_form > div:first-child {
	text-align: center;
	background: #3788d0;
	height: 55px;
	line-height:55px;
	box-sizing: border-box;
	border-radius:5px 5px 0 0;
}

.main_form > div:first-child p {
	font-size: 16px;
	color: #fff;
}

.main_form > div:last-child {
	background: rgba(255, 255, 255, 0.7);
	height: 400px;
	display: table;
	width: 100%;
	border-radius:0 0 5px 5px;
}

.main_form form {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}

.main_form form div {
	margin-bottom: 25px;
}

.main_form form label {
	width: 75px;
	line-height: 48px;
	display: block;
	float: left;

	color: #373737
}

.main_form form input,
.main_form form select {
	width: 320px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	box-sizing: border-box;
	border: none;
	padding: 0 20px;
}

.main_form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/images/select_arrow.png');
	background-repeat: no-repeat;
	background-position: 300px;
}

.main_form form div:nth-child(4) label,
.main_form form div:nth-child(4) input {
	float: none;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	border: none;
}

.main_form form div:nth-child(4) {
	padding-left: 85px;
	font-size: 12px;
	letter-spacing: -0.6px
}

.main_form form div:nth-child(4) a {
	color: #777;
	vertical-align: middle
}

.main_form form div:nth-child(4) label {
	padding-left: 5px;
}

.main_form form div:last-child {
	margin-bottom: 0;
	text-align: center
}

.main_form form button {
	width: 220px;
	height: 55px;
	border-radius: 5px;
	background: #404137;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.main_form form button img {
	padding-right: 10px;
}





/* ---- 바로가기 고정 메뉴(상담신청, 보험상품 등) css-----*/

#fix_nav {
	width: 100%;
	height: 60px;
	background: #53565b;
}

#fix_nav.fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#fix_nav ul {
	width: 1080px;
	margin: 0 auto;
	height: 100%;
	line-height: 60px;
	text-align: center
}

#fix_nav li {
	float: left;
	width: 25%;
	font-size: 16px;
}

#fix_nav a {
	color: white;
}

#fix_nav li.on {
	background: #0dbab4;
}

/* ---- ----------------- 메인 내용 css--------------*/

#main_con {
	width: 100%;
	overflow: hidden
}

#main_con h3 {
	font-size: 36px;
	color: #333;
	text-align: center;
	line-height: 80px;
	padding-top: 65px;
	padding-bottom: 35px;
	font-weight: 600;
}

#main_con h3 span {
	color: #3788d0;
	font-weight: bolder;
}

/* ---- 메인 내용1 빠른상담신청 css-----*/

#main_con01 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
		border-bottom:1px solid #ccc;
}

#main_con01 > ul {
	width: 1080px;
	margin: 0 auto;
}

#main_con01 > ul > li {
	width: 522px;
	float: right;
}

#main_con01 > ul > li:first-child {
	float: left;
	width: 550px;
	height: 483px;
}

#main_con01 .main_hot {
	width: 100%;
	height: 388px;
	margin-bottom:1%;
	border:3px solid #e4e9ec;
	border-radius:8px;
	box-sizing: border-box;
	position:relative;
	background:#fff;
}
.main_hot ul{
	margin:20px auto;
	width:100%;
}
.main_hot ul li{
	padding-left:10px;
	height:30px;
	line-height:30px;
	color:#555;
	float:left;
}
.main_hot ul .age, .main_hot ul .period{
	margin-bottom:10px;
	width:50%;
}
.main_hot ul .kind{
	width:100%;
}
.main_hot .ep_txt{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.main_hot ul li span {
	margin-right:10px;
	padding:0 10px;
	border: 1px solid #777;
	box-sizing: border-box;
	text-align: center;
	display:inline-block;
	border-radius:5px;
}

.main_hot ul li p {
	float: left;
	line-height: 20px;
	color: #333;
	font-size: 12px;
	padding-left:2px;
}
.main_hot .main_hot_icon img{
	right:0;
	width:62px;
	height:62px;
	border-radius:0 5px 0 0;
	position:absolute;
	z-index:100;
}

.main_hot .main_hot_logo {
	padding-left:3px;
	width: 130px;
	height:130px;
	line-height:130px;
	box-sizing: border-box;
	overflow:hidden;
	float: left;
	border:1px solid #ccc;
	border-radius:10px;
}

.main_hot_logo img {
	vertical-align:middle;
}

.main_hot_info {
	margin-left:30px;
	float: left;
	height:130px;
	display:table;
}
.main_hot_info > div{
	display:table-cell;
	vertical-align:middle;
}
.main_hot_info h4 {
	font-size: 16px;
	color: #0d1656;
	line-height: 30px;
}

.main_hot_info p {
	width:230px;
	word-break:break-all;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}



/****** 인기상품 버튼
.main_hot_btn {
	margin:0 auto;
	width:320px;
}

.main_hot_btn div {
	margin:5px 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;	
}
.main_hot_btn div:first-child {
	background: #3788d0;
	float:left;
}
.main_hot_btn div:last-child {
	background: #ffdb40;
	float:right;
}
*******/
.main_hot_btn div {
	margin:0 auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	background: #ffdb40;
}




.cycle-prev {
	width: 24px;
	height: 42px;
	position: absolute;
	background: url('/images/con02_arrow.png');
	top: 180px;
	left: 10px;
	text-indent: -9999px;
	z-index:999;
}
.cycle-next{
	width: 24px;
	height: 44px;
	position: absolute;
	background: url('/images/con02_arrow.png');
	top: 180px;
	right: 10px;
	text-indent: -9999px;
	background-position: 0 -50px;
	z-index:999;
}



/* ---- 메인 visual 슬라이드 배너 css-----*/

#main_visual {
	margin: 0 auto;
	width: 100%;
	height: 515px;
	overflow: hidden;
	position: relative;
}

#main_visual .slides {
	max-width: 1920px;
	height: 515px;
	margin: 0 auto;
	position: relative;
}

#main_visual .slides_container {
	width: 1920px;
	height: 515px;
	overflow: hidden;
	position: relative;
}
#main_visual .slides_box{
	top:20%;
	left:25%;
	width:30%;
	text-align:center;
	position:absolute;
	z-index:999;
}
#main_visual .slides_box p{
	font-size:44px;
	line-height:50px;
	color:#000;
}
#main_visual .slides_box p b{
	font-weight:600;
}
#main_visual .slides_box span{
	padding:20px 0;
	font-size:24px;
	color:#194b9c;
	display:block;
}
#main_visual .slides_box a{
	margin:0 auto;
	width:160px;
	height:36px;
	line-height:36px;
	font-size:18px;
	color:#000;
	border:2px solid #000;
	box-sizing:content-box;
	background:url(/images/visual_btn.png) no-repeat 90% center;
	display:block;
}

#main_visual .pagination {
	left:50%;
	transform:translateX(-50%);
	bottom:-40px;
	width:150px;
	position: absolute;
	z-index: 999;
}

#main_visual .pagination li {
	display: inline-block;
	text-indent: -9999px;
	border:none;
}

#main_visual .pagination li a {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ddd;
}

#main_visual .pagination li.current a {
	background: #3788d0;
}


/**************************************/




#main_con01 > ul > li:nth-child(2) {
	height: 388px;
	padding: 0 30px;
	border: 3px solid #e4e9ec;
	border-radius: 5px;
	background:#fff;
}

#main_con01 > ul > li:nth-child(2) > p {
	font-size: 20px;
	font-weight:bold;
	color: #333;
	padding-top: 13px;
	line-height: 63px;
	border-bottom: 2px solid #333;
}

#main_con01 > ul > li:nth-child(2) > p img {
	padding-top: 23px;
	padding-right: 10px;
}

#main_con01 > ul > li:nth-child(2) > p a {
	float: right;
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #555;
	text-align: center;
	line-height: 22px;
	margin-top: 20px;
	color: #555;
}

#main_con01 .consult_board {
	font-weight: normal;
	margin-top: 10px;
	line-height: 40px;
	color: #999;
}

#main_con01 .consult_board li {
	overflow: hidden;
}

#main_con01 .consult_board p:first-child {
	float: left;
	width: 345px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
}

#main_con01 .consult_board p:first-child a {
	color: #555;
}

#main_con01 .consult_board p a:hover {
	text-decoration: underline;
}

#main_con01 .consult_board .date {
	float: right;
}

/*
#main_con01 .consult_board li:last-child {
	margin-top: 30px;
	text-align: center;
}

#main_con01 .consult_board li:last-child div {
	display: inline-block;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 5px;
}

#main_con01 .consult_board li:last-child a {
	color: white;
}

#main_con01 .consult_board li:last-child div:first-child {
	width: 220px;
	margin-right: 10px;
	background: #404137;
}

#main_con01 .consult_board li:last-child div:last-child {
	width: 120px;
	background: #0d1656;
}

#main_con01 .consult_board li:last-child img {
	padding-top: 20px;
	padding-right: 10px;
}
*/

#main_con01 > ul > li:last-child {
	margin-top: 0px;
}

#main_con01 > ul > li:last-child div {
	height: 75px;
	border-radius: 8px;
	background: #e4e9ec;
	box-sizing: border-box;
	width: 252px;
	float: left;
	padding: 10px 25px;
	position: relative;
	border:1px solid #ccc;
}

#main_con01 > ul > li:last-child div:last-child {
	float: right;
}

#main_con01 > ul > li:last-child span {
	display: block;
	color: #555;
	line-height: 26px;
	font-weight:bold;
}

#main_con01 > ul > li:last-child strong {
	display: block;
	;
	color: #333;
	line-height: 26px;
}

#main_con01 > ul > li:last-child img {
	display: block;
	position: absolute;
	top: 10px;
	right: 25px;
}

/* ---- 메인 내용2 보험사상품 css-----*/

#main_con02 {
	width: 1154px;
	margin: 0 auto;
	padding-bottom: 85px;
	position: relative;
}

.con02_logo {
	width: 1080px;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}

.con02_logo > div {
	width: 1300px;
	height: 120px;
	overflow: hidden;
}

.con02_logo a {
	display: block;
	text-align: center;
	float: left;
	width: 216px;
}

.con02_logo a div {
	width: 120px;
	height: 120px;
	border: 1px solid #ccc;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.con02_logo p {
	margin-top: 10px;
	line-height: 40px;
	color: #333;
}

#main_con02 button {
	width: 24px;
	height: 42px;
	position: absolute;
	background: url('/images/con02_arrow.png');
	top: 220px;
	left: 0;
	text-indent: -9999px
}

#main_con02 button:nth-child(2) {
	left: auto;
	right: 0;
	background-position: 0 -52px;
}

/* ---- 메인 내용3 보험상품 css-----*/

#main_con03 {
	padding-bottom:80px;
	width: 100%;
	background:#e7fffa;
	overflow: hidden;
}

#main_con03 > ul {
	width: 1080px;
	margin: 0 auto;
	margin-bottom: 60px;
	overflow: hidden;
}

#main_con03 > ul > li {
	width: 212px;
	height:243px;
	position: relative;
	float: left;
}
#main_con03 > ul > li:nth-child(even){
	margin:0 5px;
}

#main_con03 > ul > li > img {
	width: 100%;
}


#main_con03 > ul > li .con03_text {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(53, 64, 70, 0.5);
	top: 0;
	left: 0;
	padding-top:75px;
	text-shadow: 0 0 5px #000;
	text-align: center;
	line-height: 24px;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffdb40;
}

#main_con03 > ul > li .con03_text h4 {
	margin-top:10px;
	line-height:30px;
	font-size: 25px;
	color: white;
}
#main_con03 > ul > li .con03_text h4 span{
	font-size:18px;
}

.con_btn {
	width: 1080px;
	margin: 0 auto;
	height: 45px;
	padding: 22px 0;
	position: relative;
	box-sizing: border-box;
}

.con_btn span {
	display: block;
	width: 100%;
	height: 100%;
	background: #bdbdbd;
}

.con_btn a {
	color: white;
	display: block;
	width: 120px;
	height: 40px;
	background: #3788d0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	border-radius: 20px;
	line-height: 40px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3)
}

#main_con03 .con03_over {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	background: #3788d0;
	transition: 0.2s;
	overflow: hidden;
}

#main_con03 .con03_over > div {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 16px;
	text-align: center;
	height: auto;
}

#main_con03 .con03_over p {
	line-height: 22px;
}

#main_con03 .con03_over h4 {
	font-size: 25px;
	line-height: 50px;
}

#main_con03 .con03_over a {
	display: inline-block;
	width: 135px;
	height: 35px;
	color: white;
	line-height: 33px;
	border: 1px solid white;
	box-sizing: border-box;
	margin-top: 40px;
}

#main_con03 li:hover .con03_over {
	top: 0;
}

#main_con03 .con03_over a:hover {
	color: #3788d0;
	background: white;
}


/* ---- 메인 내용3_2 슬라이드 배너 css-----*/

#main_con03_2 {
	margin: 60px auto 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 400px;
}

#main_con03_2 .slides {
	width: 1080px;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

#main_con03_2 .slides_container {
	width: 1080px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#main_con03_2 .pagination {
	left:50%;
	transform:translateX(-50%);
	bottom:-40px;
	width:60px;
	position: absolute;
	z-index: 999;
}

#main_con03_2 .pagination li {
	display: inline-block;
	text-indent: -9999px;
	border:none;
}

#main_con03_2 .pagination li a {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ddd;
}

#main_con03_2 .pagination li.current a {
	background: #3788d0;
}

#main_con03_2 .caption {
	position: absolute;
	width: 100%;
	height: 400px;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: center;
	display: table;
	top: 0;
	font-size: 20px;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

#main_con03_2 .caption > div {
	display: table-cell;
	vertical-align: middle;
}

#main_con03_2 .caption p {
	line-height: 30px;
}

#main_con03_2 .caption h4 {
	margin-top: 10px;
	line-height: 45px;
	font-size: 35px;
}
#main_con03_2 .caption h4 span{
	font-size: 30px;
	color:#ffdb40;
}

#main_con03_2 .caption a {
	display: inline-block;
	border: 1px solid white;
	width: 175px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	text-shadow: none;
	color: white;
	margin-top: 25px;
	box-sizing: border-box;
}

#main_con03_2 .caption a img {
	margin-right: 10px;
	margin-top: 12px;
}

/* ---- 메인 내용4 전체보험사 css-----*/

#main_con04 {
	overflow: hidden;
	width: 1080px;
	margin: 0 auto;
	margin-bottom: 85px;
}

#main_con04 h3 strong {
	font-weight: bolder;
	color: #111;
}

#main_con04 ul {
	width: 100%;
	overflow: hidden;
}

#main_con04 li {
	width: 258px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	margin-right: 16px;
	margin-bottom: 40px;
	text-align: center;
	padding-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

#main_con04 li:nth-child(4n) {
	margin-right: 0;
}

#main_con04 .con_btn {
	margin-top: 40px;
}

#main_con04 li div {
	margin:10px auto 0;
	width:120px;
	overflow:hidden;
}

#main_con04 li p {
	font-size: 18px;
	font-weight:bold;
	color: #333
}

#main_con04 li a {
	display: inline-block;
	width: 135px;
	height: 35px;
	border: 1px solid #333;
	box-sizing: border-box;
	line-height: 33px;
	text-align: center;
	color: #333;
}

#main_con04 li img {
	height: 100%;
}
