.section-page-wrap{
	background-color: var(--color-page-change);
	transition: all 1s;
}
body.page-1 .section-page-wrap{
	background-color: var(--color-page-change);
}
body.page-2 .section-page-wrap,
body.before-page-2 .section-page-wrap{
	background-color: var(--color-page-business);
}
body.page-3 .section-page-wrap,
body.before-page-3 .section-page-wrap{
	background-color: var(--color-page-finance);
}
body.page-4 .section-page-wrap,
body.before-page-4 .section-page-wrap{
	background-color: var(--color-page-last);
}

.content-wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0 16px;
	margin: 0;
}
.sticky {
	position: sticky;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.overflow {
	overflow-x: scroll;
	padding-right: 30px;
	padding-bottom: 8px;
	width: 100%;
}

.section:not(.section-last){
	padding-bottom: 56px;
}
.section .section-inner{
    min-height: 100vh;
    padding-top: var(--header-height);
}
.section .section-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
}
.section .desc-wrap{
	width: calc(100% - 74px);
}
.section .desc{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-black);
}
.section .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-black);
}
.section-box{
	position: relative;
	padding: 23px 24px 21px 24px;
	background: #fff;
	border: 1px solid var(--color-black);
	border-radius: 14px;
}
.section-box.sm{
	padding: 15px;
}
.section-box .desc{
    margin-right: 58px;
}
.section-box .btn-open{
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.section-box-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.section-box-wrap.col-2 .section-box{
	width: calc(50% - 8px);
}
.section-box-wrap.sm{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.section-box-wrap.sm.col-2 .section-box{
	width: calc(50% - 5px);
}
.section-page-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	margin-bottom: 57px;
}

/* change */
.change-tab-wrap{
	position: sticky;
	top: var(--header-height);
	left: 0;
	padding: 10px 0 6px 0;
    z-index: 99;
}
.change-tab{
    display: flex;
	column-gap: 14px;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 10px 16px;
    overflow-x: auto;
}
.change-tab a{
    display: inline-block;
    font-size: 16px;
	font-weight: 400;
	color: var(--color-black);
    padding: 10px 22px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.change-tab a.active{
	color: #fff;
    background: var(--color-brand);
}
.change-back-img{
	position: absolute;
}

/* business */
.business-numbers-wrap .section-box.sm{
    padding: 11px;
    border-radius: 12px;
}
.business-numbers-wrap .font-18,
.business-numbers-wrap .font-16{
	font-size: 14px !important;
}

/* chart */
.chart-wrap{
	background: #fff;
	border: 1px solid var(--color-black);
	border-radius: 14px;
	overflow: hidden;
}
.chart-wrap .chart-inner{
	padding: 16px 24px 0 24px;
}
.chart-wrap .chart{
	margin-left: auto;
	margin-right: auto;
}
.chart-wrap .chart-title{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-black);
	margin-bottom: 6px;
}
.chart-wrap .chart-legend li{
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 22px;
}
.chart-wrap .chart-legend li:after{
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	background: var(--color-brand);
	border-radius: 50%;
}
.chart-wrap .chart-legend li:nth-of-type(2):after{
	background: var(--color-orange);
}
.chart-wrap .chart-legend li:nth-of-type(3):after{
	background: #F8D84D;
}
.chart-wrap .chart-bottom{
	padding: 15px 10px;
	margin-top: 27px;
	border-top: 1px solid #000;
	text-align: center;
}
.finance-info-wrap{
	display: flex;
	align-items: center;
	column-gap: 18px;
}
.finance-info-wrap > div{
	flex: 1;
}
.finance-info-wrap .desc{
	margin-right: 0;
}
.finance-detail-list{
    padding-top: 20px;
	padding-left: 21px;
    border-top: 1px dashed #000;
	list-style: disc;
}
.finance-detail-list p{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* last */
.section-last #inputName{
    width: 100%;
    height: 50px;
    font-size: 14px;
    line-height: 1.4;
    color: var(--color-black);
    padding: 0 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 14px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.site-footer {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	padding: 32px;
	background: #fff;
}
.site-footer .logo {
	margin-bottom: 24px;
}
#modalCertification .btn-close{
	position: absolute;
	top: 10px;
	right: 12px;
	width: 30px;
}
#modalCertification .certification-wrap{
	padding: 32px 26px 20px 26px;
	text-align: center;
}
#modalCertification .certification-wrap .title{
	font-size: 22px;
	line-height: 1.3;
}
#modalCertification .certification-wrap .certification{
	width: 100%;
}
#modalCertification.isMobile .certification-pc{
	display: none;
}
#modalCertification:not(.isMobile) .certification-mo{
	display: none;
}

@media screen and (max-width: 481px) {
	.overflow {
		overflow-x: scroll;
		padding-right: 0;
		padding-bottom: 0;
		width: unset;
	}
}

/* bottomsheet */
body.no-scroll{
	overflow: hidden;
}
bottom-sheet {
	display: none;
}
bottom-sheet[aria-hidden='true'] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.customBottomsheet {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999982;
	visibility: visible;
	transition: opacity 0.5s, visibility 0.5s;
}
.customBottomsheet .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999980;
	background: rgba(0, 0, 0, 0.5);
}
.customBottomsheet .sheet__wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: var(--body-width);
	height: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 20px 20px 0 0;
	--default-transitions: transform 0.5s;
	transition: var(--default-transitions);
	transform: translateY(0);
	overflow: hidden;
	z-index: 99999983;
}
.customBottomsheet .sheet__wrapper:not(.not-selectable) {
	transition: var(--default-transitions), height 0.5s;
}
.customBottomsheet[aria-hidden='true'] .sheet__wrapper {
	transform: translateY(100%);
}
.customBottomsheet .sheet__wrapper .modal-header{
	position: relative;
	padding: 64px 16px 0 16px;
	text-align: center;
	z-index: 10000;
}
.customBottomsheet .sheet__wrapper .btn-close-header{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 36px;
	height: 30px;
	padding: 10px;
	background: url(../images/contents/ico-modal-down.png) no-repeat center / 16px 10px;
}
.customBottomsheet .sheet__wrapper .modal-content{
	flex: 1;
}
.customBottomsheet .modal-content .progress-content{
	display: flex;
	flex-direction: column;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s;
}
.customBottomsheet .modal-content .progress-content.active{
	opacity: 1;
	visibility: visible;
	height: 100%;
}
.customBottomsheet .scrollable-content{
	flex: 1 1 0;
	padding-bottom: 80px;
	overflow-x: hidden;
	overflow-y: auto;
}
.customBottomsheet .sheet__wrapper .modal-footer{    
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
	height: 80px;
	padding: 20px;
	text-align: center;
	z-index: 1;
}
.modal-navigation{
	position: relative;
	display: inline-flex;
	align-items: center;
	column-gap: 30px;
	margin-bottom: 24px;
	z-index: 10000;
}
.modal-navigation:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 5px;
	width: calc(100% - 10px);
	height: 1px;
	background: #fff;
}
.modal-navigation li{
	position: relative;
	width: 20px;
	height: 20px;
	background: transparent;
	border-radius: 50%;
}
.modal-navigation li:after{
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}
.modal-navigation li.active{
	background: #fff;
}
.modal-navigation li.active:after{
	background: var(--color-orange);
}
.modal-content .content-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--color-black);
	padding: 0 16px;
	margin-bottom: 60px;
	text-align: center;
}
.modal-content .background-title{
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 6px 10px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.modal-content .background-title.back-sky{
    color: var(--color-black);
	background: #99D4FF;
}
.modal-content .content-title-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.modal-content .desc{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-black);
}
.modal-content .desc-brown{
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--color-brown);
}
.modal-content .title{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: var(--color-black);
}
.modal-content .sub-title{
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #000;
}
.modal-content .img-wrap{
	border: 1px solid var(--color-black);
	border-radius: 14px;
	overflow: hidden;
}
.modal-footer button{
	display: inline-block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	border-radius: 50%;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.modal-footer button.disabled{
	opacity: 0.5;
}
.modal-footer .btn-progress-next.disabled{
	display: none;
}
.modal-footer .btn-progress-next:not(.disabled) + .btn-close{
	display: none;
}
.modal-footer .btn-progress-prev{
	background-image: url(../images/contents/ico-modal-prev.png);
}
.modal-footer .btn-progress-next{
	background-image: url(../images/contents/ico-modal-next.png);
}
.modal-footer .btn-close{
	background-image: url(../images/contents/ico-modal-close.png);
}
.comparison-slider {
    position: relative;
    width: 100%;
    margin: auto;
    user-select: none;
    overflow: hidden;
    touch-action: pan-x;
}
.comparison-slider > figure {
    margin: 0;
}
.comparison-slider > figure:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.comparison-slider > figure > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
}
.comparison-slider > .slider {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 1px;
	height: 100%;
	background-color: #000;
    cursor: grab;
}
.comparison-slider > .slider button{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
	width: 77px;
	height: 20px;
	background: url(../images/contents/ico-compare.png) no-repeat center / cover;
}
.comparison-slider.dragging,
.comparison-slider.dragging > .slider {
    cursor: grabbing;
}
.comparison-slider > .slider > svg {
    pointer-events: none;
}
.horizontal-image{
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	gap: 18px;
    overflow-x: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
}
.horizontal-image .item{
	flex: 0 0 auto;
}
.horizontal-image .item:last-child{
	padding-right: 16px;
}
.scroll-range-wrap {
	position: relative;
	height: 8px;
	z-index: 1;
	margin-top: 14px;
}
.scroll-range {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.scroll-range:focus {
	outline: 0;
}
.scroll-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 54px;
	height: 8px;
	background-color: var(--color-brown);
	border-radius: 30px;
	box-shadow: none;
}
.scroll-range::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 54px;
	height: 8px;
	background-color: var(--color-brown);
	border-radius: 30px;
	box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
	.scroll-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.scroll-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background-color: #fff;
	border-color: transparent;
	border-radius: 30px;
}
@media (prefers-reduced-motion: reduce) {
	.scroll-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.scroll-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: #fff;
	border-color: transparent;
	border-radius: 30px;
}
.circle-number{
	width: 22px;
	height: 22px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	border-radius: 50%;
	text-align: center;
}