/* web-header */
header:not(.main-header)
{
	height: 48px;
}

header .inner-wrap
{
	display: flex;
	position: relative;
	padding-left: 21px;
}

header.fixed .inner-wrap
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	background: #fff;
	/* box-shadow: 0 4px 16px 0 rgba(0,0,0,.05); */
}

header .btn-back
{
	/* position: absolute;
	top: 0; */
	order: 1;
	flex-shrink: 0;
	/* left: 12px; */
	width: 48px;
	height: 48px;
	margin-left: -15px;
	background: url('../images_kiwi/icon/ico_back.svg') no-repeat 50% 50%;
}

header .btn-cancel
{
	position: absolute;
	top: 0;
	right: 12px;
	width: 48px;
	height: 48px;
	font-size: 0.875rem;
	font-weight: bold;
}

header .page-title
{
	height: 48px;
	padding-top: 11px;
	font-size: 1.125rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}
header .drawer-bt
{
	position: absolute;
	top: 16px;
	right: 21px;
	width: 20px;
	height: 20px;
	/* padding: 0 18px 0 16px; */
	/* text-align: right; */
	background: url('../images_kiwi/icon/ico_menu.svg') no-repeat 50% 50%;
	background-size:20px;
}
/* .main-header .drawer-bt
{
	height: 56px;
} */
header .inner-wrap .drawer-bt{
	top:0;
	right:12px;
	width:48px;
	height:48px;
	background-size: 20px
}
header .inner-wrap .page-title{
	order: 2;
	text-align:left;
	padding-left:0;
	padding-right:60px;
}
.fullmenu.web .app-download {
	margin-top: 0;
	background: #f7f7f7;
}

.fullmenu.web .app-download > a {
	padding: 16px 20px;
}

.fullmenu.web .app-download .app-ico {
	right: 4px;
	bottom: 0;
	width: 95px;
	height: 61px;

}

.fullmenu.web .app-download .app-ico i.ico
{
	width: 95px;
	height: 61px;
	background: url('../images_kiwi/main/banner_app_group1.png') no-repeat 0 0;
	background-size: cover;
}

.fullmenu.web .app-download .txt-tit {
	display: block;
	font-size: 1.063rem;
	font-weight: 500;
	line-height: 1.625rem;
}

.fullmenu.web .menu-lists ul .divider {
	position: relative;
	padding: 16px 0;
	text-align: center;
}

.fullmenu.web .menu-lists ul .divider span {
	position: relative;
	z-index: 1;
	padding: 0 16px;
	background: #fff;
	font-size: 1rem;
	font-weight: 500;
}

.fullmenu.web .menu-lists ul .divider::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';	
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.fullmenu.web .layer-header.fixed ~ .layer-contents {
	padding-top: 0;
}

.fullmenu.web .special-menu {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	min-height: auto;
}

.fullmenu.web .special-menu > a {
	padding: 8px 2px;
}

/* web-header -end */

/* layout */

@media screen and (max-width: 320px)
{
	header .btn-cancel
	{
		right: 0;
	}

	header .btn-back
	{
		left: 0;
	}
}


.wrapper,
#container,
#contents
{
	/* min-height: 86vh; */
	/* min-height: calc(100vh - 150px); */
	min-height: 100vh;
	
}
/* 모바일웹 헤더관련 레이아웃 간격 수정 */
header ~ .wrapper,
header ~ .wrapper #container,
header ~ .wrapper #contents {
	min-height: calc(100svh - 48px);
}

#contents{padding-bottom: 36px;}
#contents.fixed-bottom
{
	padding-bottom: 92px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

#contents.fixed-bottom:has(nav.tab-bar) .page-btns {
	bottom: 76px;
}

section + section
{
	position: relative;
	margin-top: 6px;
}

section + section:before
{
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	height: 6px;
	background: #f5f5f5;
}
.section-none + .section-nonen{margin: 0;}
.section-none + .section-none:before{
	content: none;
}
section.section-none
{
	margin-top: 0;
}

section.section-none:before
{
	display: none;
}

section.section-line
{
	position: relative;
	margin-top: 8px;
}

section.section-line:before
{
	content: '';
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	height: 8px;
	background: #f8f8f8;
}


/* layer */
.dimmed
{
	position: fixed !important;
	margin: 0 !important;
	background: rgba(0, 0, 0, 0.4);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.dimmed.active
{
	top: -1000px;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100;
	opacity: 1;
}

.layer
{
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	background: #fff;
}

.layer:not(.select-layer) input, .layer:not(.select-layer) label
{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.layer-title
{
	font-weight: 500;
}

.layer-contents,
.layer-contents.pd-h
{
	overflow-y: auto;
	margin-top: 10px;
}
.layer-contents.pd-all {
	padding-top: 0 !important;
}
.alert .layer-contents
{
	margin-top: 0px;
}
.layer-contents.terms>.pd-h{
	padding: 0 !important;
}
.layer-close
{
	position: absolute;
    top: 50%;
    right: 21px;
    width: 28px;
    height: 28px;
    background: url(../images_kiwi/icon/btn_layer_close.svg) no-repeat 50% 50%;
    z-index: 1;
    transform: translateY(-6px);
}

.layer-header .btn-confirm
{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 56px;
}

.layer-contents > .head-copy {
	padding-top: 10px;
}
.layer-contents > .head-copy.pt0 + p.text > span {
	font-weight: inherit;
}

.layer-contents .pd-h .tab-menu {
	margin: 0 -21px;
}

/* full page type */
.fullpage
{
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	/* padding-top: 76px; */
	-webkit-transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
	transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
}

.fullpage.bg-black .layer-close {
	width: 20px;
	height: 20px;
	top: 18px;
	background: #fff;
	-webkit-mask-image: url('../images_kiwi/icon/btn_layer_close.svg');
	mask-image: url('../images_kiwi/icon/btn_layer_close.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
	fill: none;
}

.fullpage .layer-header
{
	/* position: absolute;
	top: 0;
	left: 0; */
	flex: none;
	width: 100%;
	min-height: 66px;
}
.fullpage .layer-header .layer-nav {
	padding: 10px 21px;
	text-align: right;
}

.fullpage .layer-title
{
	padding: 28px 57px 12px 21px;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.fullpage .layer-contents
{
	height: 100%;
	margin-bottom: 57px;
	margin-top: 0;
	padding: 12px 21px 36px;
	position: relative;
}
.fullpage .layer-contents.type1
{
	padding-bottom: 20px;
	margin-bottom: 0;
}
.fullpage .layer-contents.type2
{
	padding-bottom: 0;
	margin-bottom: 0;
}
.fullpage .layer-contents > .pd-h {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bottom-sheet .layer-btns,
.fullpage .layer-btns
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(15%, rgba(255,255,255,1)), to(rgba(255,255,255,1))); */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 100%);
	z-index: 10;
}
.bottom-sheet .layer-btns,
.fullpage .layer-btns
{
	padding: 0;
	display: flex;
}
.fullpage .layer-close
{
	top: 32px;
	right: 21px;
	width: 20px;
	height: 20px;
	background: url(../images_kiwi/icon/btn_layer_close.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	transform: translateY(0);
}

/* 전체메뉴 */
.fullmenu {
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
	transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
}

.fullmenu.active {
	bottom: 0;
}

.fullmenu .layer-header.fixed {
	position: relative;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(20, 20, 20, 0.08), 0 2px 8px 0 rgba(20, 20, 20, 0.10);
}

.fullmenu .layer-header.fixed ~ .layer-contents {
	padding-top: 36px;
}

.fullmenu .layer-title {
	padding: 28px 21px 20px;
	font-size: 1.25rem;
    line-height: 1.75rem;
}

.fullmenu .layer-title .txt-date {
	margin-top: 8px;
	font-size: 0.75rem;
	color: #999;
	line-height: 1.375rem;
}

.fullmenu .layer-title .txt-date .num {
	font-size: 0.813rem;
}

.fullmenu .layer-title .btn-sm-func4 {
	height: 25px;
	padding: 2px 10px;
}

.fullmenu .layer-setting {
	position: absolute;
    top: 32px;
    right: 93px;
    width: 20px;
    height: 20px;
    background: url(../images_kiwi/icon/ico_setting.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
    transform: translateY(0);	
} 

.fullmenu .layer-home {
	position: absolute;
    top: 32px;
    right: 57px;
    width: 20px;
    height: 20px;
    background: url(../images_kiwi/icon/ico_home.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
    transform: translateY(0);	
} 

.fullmenu .layer-close {
	top: 32px;
	right: 21px;
	width: 20px;
	height: 20px;
	background: url(../images_kiwi/icon/btn_layer_close.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	transform: translateY(0);
}

.fullmenu .layer-contents {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 20px;
	height: 100%;
	margin-top: 0;
	padding: 0 0 36px;
	scroll-padding-top: 64px;
	scroll-behavior: smooth;
}
.fullmenu .search-form,
.fullmenu .app-download {
	margin: 0 21px;
}
.fullmenu .special-menu,
.fullmenu .menu-lists,
.fullmenu .ui-tab,
.fullmenu .social-service
 {
	padding-left: 21px;
	padding-right: 21px;
}
.fullmenu hr {
	margin: 0 21px;
}
.fullmenu .menu-lists .app-download,
.fullmenu hr.divider {
	margin-left: 0;
	margin-right: 0;
}




.fullmenu .layer-contents.up {
	z-index: 3;
}

.fullmenu .search-form {
	flex: none;
	height: 53px;
	padding: 14px 20px;
	border-radius: 999px;
	border: 1px solid #dcdcdc;
	box-shadow: 0 0 2px 0 rgba(20, 20, 20, 0.08), 0 4px 8px 0 rgba(20, 20, 20, 0.12);
}

.fullmenu .search-form .placeholder {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	top: 0;
	padding: 0;
	font-size: 0.813rem;
	color: #141414;
	line-height: 53px;
}

.fullmenu .search-form .placeholder:before {
	position: static;
	transform: translateY(0);
}

.fullmenu .search-form.valued .btn-search {
	display: none;
}

.fullmenu .special-menu {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	/* min-height: 180px; */
}

.fullmenu .special-menu > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 8px;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.25rem;
	text-align: center;
}

.fullmenu .special-menu .ico {
	width: 40px;
	height: 40px;
}

.fullmenu .ui-tab {
	position: relative;
	margin: -20px 0;
	scroll-behavior: smooth;
}

.fullmenu .tab-menu {
	display: none;
	transform: translateY(-64px);
	transition: all .1s;
}

.fullmenu .ui-tab.sticky {
	/* padding-top: 64px; */
}

.fullmenu .ui-tab.sticky .tab-menu {
	display: block;
	position: fixed;
	left: 0;
	top: 65px;
	width: 100%;
	z-index: 3;
	padding-top: 20px !important;
	margin: 0;
}

.fullmenu .ui-tab.sticky .tab-menu.show {
	transform: translateY(0);
	transition: all .3s;
}

.fullmenu .ui-tab .menu-lists {
	padding: 20px 0;
}

.fullmenu .menu-lists h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.fullmenu .menu-lists h2 > a,
.fullmenu .menu-lists h2 > span {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin: -12px 0;
	padding: 12px 0;
}

.fullmenu .menu-lists .ico {
	width: 24px;
	height: 24px;
}

.fullmenu .menu-lists ul > li {
	position: relative;
}

.fullmenu .menu-lists[style*="display"][style*="none"] + hr.divider {
	display: none;
}

.fullmenu .menu-lists .lockup {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}


.fullmenu .menu-lists ul li > a, 
.fullmenu .menu-lists ul .s-tit
{
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 16px 0;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5rem;
}
.fullmenu .menu-lists h2 > a {
	position: relative;
}
.fullmenu .menu-lists h2 > a::after,
.fullmenu .menu-lists ul a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display:block ;
	width: 16px;
	height: 16px;
	margin: 0 !important;
	background: #999;
	-webkit-mask-image: url('../images_kiwi/icon/btn_arr_r.svg');
	mask-image: url('../images_kiwi/icon/btn_arr_r.svg');
	mask-repeat: no-repeat;
	mask-size: cover;
	fill: none;
}

.fullmenu .menu-lists ul a.no-arr::after {
	display: none;
}


.fullmenu .menu-lists a ~ ul a, .fullmenu .menu-lists .s-tit ~ ul a {
	padding: 8px 0 8px 14px;
	color: #666;
	font-weight: 300;
}

/* .fullmenu .menu-lists a ~ ul a::after {
	display: none;
} */

.fullmenu .menu-lists a ~ ul li {
	margin-bottom: 4px;
}

.fullmenu .menu-lists a ~ ul li:last-child {
	margin-bottom: 8px;
}

.fullmenu .social-service {
	padding-top: 16px;
}

.fullmenu .social-service h2 {
	padding: 12px 0;
}

.fullmenu .favorite-wrap {
	align-items: flex-start;
	padding: 0 11px 0;
}

.fullmenu hr {
	margin-top: 0;
	margin-bottom: 0;
}

/* .fullmenu hr.divider {
	width: 100vw;
} */


/* 2026.01 전체메뉴 tab 수정 */
header .fullmenu .ui-tab.sticky {z-index: 10;}
header .fullmenu .ui-tab.sticky .tab-menu.type2 {position: -webkit-sticky; position: sticky; left: inherit; top: 0; width: auto; margin: 0 -21px;}


.logged-out ~ .fullmenu .app-download {
	margin-top: 0;
	background: #f7f7f7;
}

.logged-out ~ .fullmenu .app-download > a {
	padding: 16px 20px;
}

.logged-out ~ .fullmenu .app-download .app-ico {
	right: 4px;
	bottom: 0;
	width: 95px;
	height: 61px;

}

.logged-out ~ .fullmenu .app-download .app-ico i.ico
{
	width: 95px;
	height: 61px;
	background: url('../images_kiwi/main/banner_app_group1.png') no-repeat 0 0;
	background-size: cover;
}

.logged-out ~ .fullmenu .app-download .txt-tit {
	display: block;
	font-size: 1.063rem;
	font-weight: 500;
	line-height: 1.625rem;
}

.logged-out ~ .fullmenu .menu-lists ul .divider {
	position: relative;
	padding: 16px 0;
	text-align: center;
}

.logged-out ~ .fullmenu .menu-lists ul .divider span {
	position: relative;
	z-index: 1;
	padding: 0 16px;
	background: #fff;
	font-size: 1rem;
	font-weight: 500;
}

.logged-out ~ .fullmenu .menu-lists ul .divider::after {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';	
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.logged-out ~ .fullmenu .layer-header.fixed ~ .layer-contents {
	padding-top: 0;
}

.logged-out ~ .fullmenu .special-menu {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	min-height: auto;
}

.logged-out ~ .fullmenu .special-menu > a {
	padding: 8px 2px;
}

/* bottom sheet type */
.bottom-sheet
{
	left: 0;
	bottom: -100%;
	width: 100%;
	/* max-height: 100%; */
	/* height: 100%; */
	max-height: calc(100% - 90px);
	border-radius: 12px 12px 0 0;
	-webkit-transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
	transition: bottom cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
}

.bottom-sheet.br0
{
	border-radius: 0;
}

.bottom-sheet .layer-header
{
	min-height: 62px;
	position: relative;
}

.bottom-sheet .layer-header .btn-link {
	position: absolute;
    top: 50%;
    right: 57px;
    transform: translateY(-6px);	
}

.bottom-sheet .layer-close {
	top: 24px;
	transform: inherit;
}

.bottom-sheet .layer-title {
	padding: 28px 57px 10px 21px;
	font-size: 1rem;
	line-height: 1.5rem;
}

.bottom-sheet .layer-title .ui-tooltip {
	display: inline-flex;
	vertical-align: top;
}

.bottom-sheet .layer-subtitle {
	margin-bottom: 12px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375rem;
	color: #666;
}

.bottom-sheet .layer-contents .pd-h,
.bottom-sheet .layer-contents .pd-all
{
	padding-left: 0 !important;
    padding-right: 0 !important;
}
.bottom-sheet .layer-contents.pd-h
{
	padding-left: 21px;
    padding-right: 21px !important;
}
.bottom-sheet.select-layer .layer-contents
{
	padding-bottom: 92px;
}
.bottom-sheet.select-layer .layer-contents:last-child
{
	padding-bottom: 36px;
}
.bottom-sheet .layer-contents
{
	max-height: -webkit-calc(100vh - 60px);
	max-height: calc(100vh - 60px);
	padding-bottom: 92px;
	padding-left: 21px;
    padding-right: 21px !important;
}

.pop-alert-img{width:100%;text-align:center;}
.bottom-sheet .layer-contents.type01{
	padding-bottom:150px;
	max-height: -webkit-calc(100vh - 168px);
	max-height: calc(100vh - 168px);
	background:#fff;
}
.bottom-sheet .layer-contents .pop-alert-lst{padding:1.37rem 0 0;}
.bottom-sheet .layer-contents .pop-alert-lst .pop-alert-txt{font-size:1.125rem;font-weight:bold;color:#222;line-height:1.43rem;}
.bottom-sheet .layer-contents .pop-alert-lst li{padding:0.75rem 0 0;}
.bottom-sheet .layer-contents .pop-alert-lst li:first-child{padding:0;}
.bottom-sheet .layer-contents .pop-alert-lst li > strong{display:block;padding:0 0 0.43rem;font-size:1rem;font-weight:normal;height:auto;}
.bottom-sheet .cont-inner{padding-left: 21px; padding-right: 21px; overflow-y: auto;}
.bottom-sheet .form-check-box,
.bottom-sheet .option-list,
.bottom-sheet .option-list label
{border: none; padding: 0;}
.bottom-sheet .option-list label
{padding-right: 20px;}
.bottom-sheet  .option-list input + label::after{right: 0;}
.bottom-sheet .form-check-box .form-check
{padding: 14px 0;}
.bottom-sheet .form-check-box .form-check + .form-check::before,
.bottom-sheet .option-list>li +li::before
{content: none;}
.bottom-sheet .form-check-box .form-check + .form-check .btn-view-policy {
    margin-top: 0; 
}
.bottom-sheet .option-list li > span {
	display: block;
	width: 100%;
}

.bottom-sheet .layer-contents [class^="text-"],
.bottom-sheet .layer-contents [class^="text"]{
	font-weight: 300;
}
.bottom-sheet ul.agreement-of-terms {
    border: none;
    padding: 0;
}
.bottom-sheet .agreement-of-terms.all,
.bottom-sheet .agreement-of-terms.line {
    border: 1px #dcdcdc solid;
    border-radius: 8px;
    padding: 16px;
}
.bottom-sheet .agreement-of-terms.all + .agreement-of-terms{padding: 0 16px;}
.bottom-sheet .form-check-box + .form-check-box::before {
	content: none;
}
.fullpage.active,
.bottom-sheet.active
{
	bottom: 0;
}

.layer.active .page-btns
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(20%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
}

.alert-message
{
	padding: 34px 0px 0;
}

.alert-message p + p
{
	margin-top: 12px;
}
.bottom-sheet .alert-message[style*="padding"][style*="2px"][style*="24px"][style*="0"]
{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bottom-sheet .alert-message .text-24 {
	font-size:  1.25rem;
	line-height: 1.625rem;
}
/* alert type */
.layer.alert
{
	overflow: hidden;
	bottom: -350px;
	left: 42px;
	right: 42px;
	padding: 32px 16px 0;
	border-radius: 12px;
	-webkit-transition: bottom .2s;
	transition: bottom .2s;
}

.layer.alert.active
{
	bottom: 50%;
	transform: translateY(50%);
}

.layer.alert .layer-header
{
	padding-bottom: 8px;
}

.layer.alert .layer-title
{
	font-size: 1.125rem;
	line-height: 1.625rem;
	text-align: center;
}

.layer.alert .layer-contents
{
	padding-bottom: 32px;
}

.layer.alert .layer-btns
{
	padding: 0;
	text-align: right;
	margin: 0 -16px;
	display: flex;
}

.layer.alert .layer-btns>*
{
	float: none;
	width: 100%;
	height: 46px;
	min-width: inherit;
	font-weight: 500;
}

/* .layer.alert .layer-btns>* + *
{
	margin-left: 16px;
} */

.layer.alert .layer-btns .btn-primary
{
	border-radius: 0;
}
.layer.alert .layer-btns .btn-default.cancel
{
	background-color: #ebebeb;
}

.layer.alert .alert-msg h3
{
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
}
.layer.alert .alert-msg 
{
	font-size: 0.875rem;
	line-height: 1.375rem;
	text-align: center;
	font-weight: 300;
	word-break: keep-all;
	word-wrap: break-word;
}
/* toast */
.layer.toast
{
	display: block;
	bottom: -82px;
	left: 50%;
    transform: translateX(-50%);
    padding: 12px 16px;
	background: #3f3f42;
	border-radius: 12px;
	opacity: 0;
	-webkit-transition: all cubic-bezier(0.895, 0.03, 0.685, 0.22) .3s;
	transition: all cubic-bezier(0.895, 0.03, 0.685, 0.22) .3s;
}

.layer.toast.active
{
	display: block;
	bottom: 40px;
	opacity: 1;
}


.layer.toast.active.gutter {
	border-radius: 100px;
}


.layer.toast p
{
	color: #fff;
	text-align: left;
	font-size: 0.9375rem;
	line-height: 1.4375rem;
	display: flex;
    align-items: center;
	white-space: nowrap;
}
.layer.toast.active.gutter  p{
	text-align: center !important;
}


.layer.toast p:before
{
	content: '';
	display: none;
	width: 20px;
	height: 20px;
	margin: 0px 8px 0 0;
	border-radius: 50%;
	background: url('../images_kiwi/icon/ico_tooltip_ex.svg') no-repeat center 50% #ffd338;;
	vertical-align: middle;
}

.layer.toast .account-transfer {
    display: flex;
	gap: 8px;
	color: #fff;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.4375rem;
    align-items: center;
    white-space: nowrap;
}

.layer.toast .account-transfer > span {
	min-width: 230px;
}

/* slide layer */
.slide-layer
{
	width: 80%;
	right: -80%;
	top: 0;
	bottom: 0;
	-webkit-transition: right cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
	transition: right cubic-bezier(0.785, 0.135, 0.15, 0.86) .3s;
}

.slide-layer.active
{
	right: 0;
}

.slide-layer .layer-header
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #fff;
}

.slide-layer .layer-title
{
	padding: 16px 24px;
	font-size: 1.125rem;
}

.slide-layer .layer-contents
{
	height: -webkit-calc(100vh - 80px);
	height: calc(100vh - 80px);
}

.slide-layer .layer-header + .layer-contents
{
	padding-top: 50px;
}

.slide-layer .layer-close
{
	right: 12px;
	width: 48px;
	height: 48px;
}

@media screen and (max-width: 320px)
{
	.layer.alert.active
	{
		padding: 32px 16px 0;
	}

	.alert-message
	{
		padding: 32px 16px 0;
	}
}

.floating_layer {
	z-index: 200;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 276px;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.floating_layer.active {
	display: block;
}
.floating_layer .main {
	margin-top: 40px;
	margin-bottom: 0px;
}
.floating_layer .main .btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	background: url('../images_kiwi/icon-old/ico_close_black_24_24.svg') no-repeat 50% 50%;
}
.floating_layer .main .tit {
	margin-bottom: 8px;
	padding: 0 16px;
	text-align: center;
	color: #141414;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
}
.floating_layer .main .tit .highlighter {
	line-height: 2rem;
}
.floating_layer .main .highlighter {
	color: #f46600 !important;
}
.floating_layer .main .desc {
	padding: 0 16px;
	text-align: center;
	color: #141414;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.375rem;
}
.floating_layer .main>img {
	margin-top: 16px;
}
/*
.floating_layer .main.type-02 .tit {
	margin-bottom: 25px;
}
.floating_layer .main.type-02 .desc {
	margin-bottom: 22px;
}
*/
.main.type-03 {
    margin: 0;
}

.floating_layer .main.type-03>img {
    margin: 0;
}

.floating_layer .bottom .page-btns {
	display: flex;
	padding: 0;
}
.floating_layer .bottom .page-btns [class^="btn-"] {
	height: 46px;
	font-size: 0.875rem;
}
.floating_layer .bottom .page-btns [class^="btn-"].ico-counsel::before {
	top: inherit;
	vertical-align: middle;
}


.coach-mark {position: relative; height: 100vh; font-size: 0; background: #343434;}
.coach-mark .cm-img img {width: 100%;}
.coach-mark .is-txt-out {position: absolute; left: -9999vw;}
.coach-mark .cm-close {position: absolute; left: 30px; top: 65px; width: 24px;}
.coach-mark .cm-close img {width: 100%;}

.bottom-sheet .layer-title.left {padding: 28px 57px 10px 21px; text-align: left; font-size: 1rem; line-height: 1.5rem;}
.bottom-sheet .layer-title.left .ui-tooltip .btn-tooltip {position: relative; top: 2px; left: 5px;}

.bottom-sheet .layer-contents.else-fixed-btn {
	padding-bottom: 36px;
}