@charset "utf-8";


/* 메뉴 헤더 */
.gnb #header {
	background: linear-gradient(to right, #9953F6, #20D2C6);
	position: relative;
	height: auto;
}
.gnb #header.opacity {
	background-color: transparent;
	transition: background-color 600ms;
}
.gnb #header .location {
	color: transparent;
}
.gnb .gnb-top-wrap h1 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
    display: inline-block;
    width: calc(100% - 54px);
}
.gnb .gnb-top-wrap h1 em {
	font-weight: bold;
}
.gnb .gnb-top-wrap h1 em a{
	color: #fff;
	display: inline-block;
	position: relative;
}
.gnb .gnb-top-wrap h1.before{
	font-size: 20px;
}
.gnb .gnb-top-wrap h1 em a::after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -3px;
}
.gnb .gnb-top-wrap .btn-text.fc_fff::after{
    background: #fff;
}
.gnb .gnb-top-wrap .gnb-top-menu {
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 50px;
	padding: 23px 12px;
	box-shadow: 0px 7px 10px 2px rgba(0, 0, 0, 0.1);
	position: relative;
	top: 30px;
}
.gnb .gnb-top-wrap .gnb-top-menu a {
	font-size: 15px;
	color: #000;
	letter-spacing: -0.02em;
}
.gnb .gnb-top-wrap .gnb-top-menu a.b-list{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-basis: 33%;
}
.gnb .gnb-top-wrap .gnb-top-menu a.b-list::before {
	content: '';
	display: inline-block;
	background: url('../images/menu/menu_icon_list.png') 0 no-repeat;
	width: 21px;
    height: 19px;
    background-size: 100% auto;
    margin-right: 5px;
}
.gnb .gnb-top-wrap .gnb-top-menu a.b-giftbox {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-basis: 33%;
	border-left: 1px solid #ddd;
}
.gnb .gnb-top-wrap .gnb-top-menu a.b-giftbox::before {
	content: '';
	display: inline-block;
	background: url('../images/menu/menu_icon_giftbox.svg') 0 no-repeat;
	width: 19px;
    height: 19px;
    background-size: 100% auto;
    margin-right: 5px;
}
.gnb .gnb-top-wrap .gnb-top-menu a.b-couponbox {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-basis: 33%;
	border-left: 1px solid #ddd;	
}
/* .gnb .gnb-top-wrap .gnb-top-menu a.b-couponbox::before {
	content: '';
	display: inline-block;
	background: url('../images/menu/menu_icon_couponbox.svg') 0 no-repeat;
	width: 32px;
	height: 32px;
	margin-right: 10px;
} */
.gnb .gnb-top-wrap .gnb-top-menu a.b-couponbox.b-bojang::before {
	content: '';
	display: inline-block;
	background: url('../images/menu/meun_icon_bojang.svg') 0 no-repeat;
	width: 21px;
    height: 20px;
    background-size: 100% auto;
    margin-right: 5px
}
.container.gnb h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0 4.444%;
}
.container.gnb h2.top-line {
	border-top: 4px solid #eee;
	padding-top: 30px;
	margin-top: 20px;
}
.container.gnb .products-wrap {
	padding: 0 4.444%;
}
.container.gnb .products-wrap:nth-last-of-type(1) {
	padding-bottom: 35px;
}
.container.gnb .products-wrap ul {
	display: flex;
	flex-flow: row wrap;
}
.container.gnb .products-wrap ul li {
	display: inline-block;
	flex-basis: calc((100% / 4) - 2px );
	margin-top: 20px;
}
.container.gnb .products-wrap ul li a {
	font-size: 12px;
	color: #333;
	display: block;
	text-align: center;
}
.container.gnb .products-wrap ul li a::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 4px;
}
.container.gnb .products-wrap ul li a.oneday-car {
	position: relative;
	padding-top: 40px;
}
.container.gnb .products-wrap ul li a.oneday-car::before {
	content: '';
	background: url("../images/menu/icon_oneday_car_before.svg") 0 no-repeat;
	position: absolute;
	top: 0;
	left: 14px;
	width: 18px;
	height: 18px;
}
.container.gnb .products-wrap ul li a.oneday-car::after {
	content: '';
	background: url("../images/menu/icon_oneday_car.svg") 0 no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.container.gnb .products-wrap ul li a.oneday-driver::before {
	background: url("../images/menu/icon_oneday_driver.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.kick::before {
	background: url("../images/menu/icon_kick.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.new-car::before {
	background: url("../images/menu/icon_new_car.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.cyber::before {
	background: url("../images/menu/icon_cyber.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.ana::before {
	background: url("../images/menu/icon_ana.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.child::before {
	background: url("../images/menu/icon_child.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.child-school::before {
	background: url("../images/menu/icon_child_school.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.fishing::before {
	background: url("../images/menu/icon_fishing.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.mountain::before {
	background: url("../images/menu/icon_mountain.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.bycircle::before {
	background: url("../images/menu/icon_bycircle.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.surfing::before {
	background: url("../images/menu/icon_surfing.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.badminton::before {
	background: url("../images/menu/icon_badminton.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.baseball::before {
	background: url("../images/menu/icon_baseball.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.table-tennis::before {
	background: url("../images/menu/icon_table_tennis.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.tennis::before {
	background: url("../images/menu/icon_tennis.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.soccer::before {
	background: url("../images/menu/icon_soccer.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.ski::before {
	background: url("../images/menu/icon_ski.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.snowboard::before {
	background: url("../images/menu/icon_snowboard.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.golf::before {
	background: url("../images/menu/icon_golf.png") 0 no-repeat;
	background-size: contain;
}
.container.gnb .products-wrap ul li a.domestic::before {
	background: url("../images/menu/icon_domestic.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.leisure::before {
	background: url("../images/menu/icon_leisure.png") 0 no-repeat;
	background-size: contain;
}
.container.gnb .products-wrap ul li a.back-home::before {
	background: url("../images/menu/icon_back_home.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.overseas::before {
	background: url("../images/menu/icon_overseas.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.viva::before {
	background: url("../images/menu/icon_viva.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.oneday-asmr::before {
	background: url("../images/menu/icon_oneday_asmr.png") 0 no-repeat;
	background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.oneday-word::before {
	background: url("../images/menu/icon_oneday_word.png") 0 no-repeat;
	background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.oneday-alarm::before {
	background: url("../images/menu/icon_oneday_alarm.png") 0 no-repeat;
	background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.oneday-magicball::before {
	background: url("../images/menu/icon_oneday_magicball.png?20220817") 0 no-repeat;
	background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.oneday-feed::before {
	background: url("../images/menu/icon_oneday_feed.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.oneday-saju::before {
	background: url("../images/menu/icon_oneday_saju.png") center no-repeat;
	background-size: 28px auto;
}
.container.gnb .products-wrap ul li a.oneday-tarot::before {
	background: url("../images/menu/icon_oneday_tarot.png") center no-repeat;
	background-size: 28px auto;
}
.container.gnb .products-wrap ul li a.sure::before {
	background: url("../images/menu/icon_sure.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.event::before {
	background: url("../images/menu/icon_event.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.my-info::before {
	background: url("../images/menu/icon_my_info.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.giftbox::before {
	background: url("../images/menu/icon_giftbox.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.contract::before {
	background: url("../images/menu/icon_contract.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.coupon::before {
	background: url("../images/menu/icon_coupon.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.login::before {
    background: url("../images/menu/icon_login.png") 0 no-repeat;
    background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.join::before {
    background: url("../images/menu/icon_join.png") 0 no-repeat;
    background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.withdraw::before {
    background: url("../images/menu/icon_withdraw.png") 0 no-repeat;
    background-size: 36px auto;
}
.container.gnb .products-wrap ul li a.insurance::before {
	background: url("../images/menu/icon_insurance.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.notice::before {
	background: url("../images/menu/icon_notice.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.faq::before {
	background: url("../images/menu/icon_faq.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.accident::before {
	background: url("../images/menu/icon_car_accident.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.personal::before {
	background: url("../images/menu/icon_personal.png") no-repeat center center ;
	background-size: 26px auto;
}
.container.gnb .products-wrap ul li a.charge_order::before {
	background: url("../images/menu/icon_charge_order.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.charge_info::before {
	background: url("../images/menu/icon_charge_info.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.charge_money::before {
	background: url("../images/menu/icon_charge_money.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.charge_search::before {
	background: url("../images/menu/icon_charge_search.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.charge_submit::before {
	background: url("../images/menu/icon_charge_submit.svg") 0 no-repeat;
}
.container.gnb .products-wrap ul li a.personal_withdraw::before {
	background: url("../images/menu/icon_personal_cancel.svg") 0 no-repeat;
	background-size: 36px auto;
}




.btn-more-wrap {
	width:100%;
	margin-top: 20px;
}
.btn-more-wrap .b-product-more {
	display: block;
	width:100%;
	background: #F7F7F7;
	border-radius: 5px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
	-webkit-appearance:none;
	appearance:none;
}
.btn-more-wrap .b-product-more::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-radius: 0px;
	transform: rotate(135deg);
	position: relative;
	top: -2px;
	margin-left: 10px;
}
.btn-more-wrap .b-product-more.close::after {
	transform: rotate(-45deg);
	top: 2px;
}
/* .btn-more-wrap.more {
	transition: 2s ease-in-out;
	margin-top: 50px;
} */
/* .btn-more-wrap.more.opacity {
	display: none !important;
} */


/* 플로팅 메뉴 */
.floating-menu {
	display: flex;
	align-items: center;
	background: #333333;
	border-radius: 8px 8px 0 0 ;
	height: 56px;
	align-items: center;
	position: sticky;
	bottom: 0;
	opacity: 1;
	transition: opacity 500ms;
}
.floating-menu.invisible {
	opacity: 0;
	transition: opacity 500ms;
}
.floating-menu p {
	width: calc(100% / 3);
	text-align: center;
}
.floating-menu p a {
	color: #fff;
	font-size: 12px;
	display: block;
	text-align: center;
}
.floating-menu p a.calling{
	background: url('../images/common/icon_menu_calling.svg') 0 no-repeat;
	height: 22px;
	font-size: 0;
	color: transparent;
	background-position: center center;
}
.floating-menu p a.setting {
	background: url('../images/common/icon_menu_setting.svg') 0 no-repeat;
	height: 22px;
	font-size: 0;
	color: transparent;
	background-position: center center;
}
.floating-menu.inner{
	padding: 0 4.444%;
	margin: 0;
}

.gnb .inner.menu {
	background-color: transparent;
	transition: background-color 400ms ease-in-out ;
	padding: 0 4.444%;
	margin: 0;
}
.gnb .inner.menu.bg-white {
	width: calc(100% - 4.444%);
	background-color: #fff;
	transition: background-color 600ms;
	position: fixed !important;
	top: 0;
	padding: 0 4.444%;
	margin: 0;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.gnb .inner.menu .btn-back {
	left: 4.444% !important;
}
.gnb .inner.menu.bg-white .btn-home-my {
	right: 8.444%;
}
.gnb .inner.menu .btn-home-my {
	right: 4.444%;
	left: auto !important;
}

/* 2023-10-16 레저보험 메뉴그룹화 */
.noScollY{
	overflow-y:hidden; 
}
.leisure-pop-menu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-pack: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	bottom: 0;
	overflow: hidden;
	z-index:10000;
	display:none;
}
.leisure-pop-menu.view{
	display: flex;
}
.leisure-pop-menu .popup-bg{
	background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
	z-index:9;
}
.leisure-pop-menu .btn-close{
	position:absolute;
	right:0;
	top:-36px;
	width:24px;
	height:24px;
	font-size:0;
	text-indent:-9999px;
	background:url("../images/common/pinpad_cancel.svg") no-repeat center center;
}
.leiser-pop-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	position: relative;
	z-index: 10;
	overflow::iniitial;
	width: calc(100% - 62px);
	padding:35px 20px;
	border-radius: 4px;
}
.leiser-pop-content .text-area{
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.leiser-pop-content .leisure-title{
	font-size:20px;
	font-weight:600;
	color:#222;
	text-align:center;
}
.leiser-pop-content .leisure-subtitle{
	margin-top:15px;
	font-size:14px;
	color:#666;
	text-align:center;	
}
.menu-area ul {
	display: flex;
	flex-flow: row wrap;
}
.menu-area ul li {
	display: inline-block;
	flex-basis: calc((100% / 4) - 2px );
	margin-top: 20px;
}
.menu-area ul li a {
	font-size: 12px;
	color: #333;
	display: block;
	text-align: center;
}
.menu-area ul li a::before {
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	margin-bottom: 4px;
}
.menu-area ul li a.fishing::before {
	background: url("../images/menu/icon_fishing.svg") 0 no-repeat;
}
.menu-area ul li a.mountain::before {
	background: url("../images/menu/icon_mountain.svg") 0 no-repeat;
}
.menu-area ul li a.bycircle::before {
	background: url("../images/menu/icon_bycircle.svg") 0 no-repeat;
}
.menu-area ul li a.surfing::before {
	background: url("../images/menu/icon_surfing.svg") 0 no-repeat;
}
.menu-area ul li a.badminton::before {
	background: url("../images/menu/icon_badminton.svg") 0 no-repeat;
}
.menu-area ul li a.baseball::before {
	background: url("../images/menu/icon_baseball.svg") 0 no-repeat;
}
.menu-area ul li a.table-tennis::before {
	background: url("../images/menu/icon_table_tennis.svg") 0 no-repeat;
}
.menu-area ul li a.tennis::before {
	background: url("../images/menu/icon_tennis.svg") 0 no-repeat;
}
.menu-area ul li a.soccer::before {
	background: url("../images/menu/icon_soccer.svg") 0 no-repeat;
}
.menu-area ul li a.ski::before {
	background: url("../images/menu/icon_ski.svg") 0 no-repeat;
}
.menu-area ul li a.snowboard::before {
	background: url("../images/menu/icon_snowboard.svg") 0 no-repeat;
}