html{
    scroll-behavior: smooth;
}
.bg{
    background: rgba(242, 242, 242, 1);
    padding-bottom: 2rem;
}
section{
margin: 0 14px 2rem;
}
.goTop{
position: fixed;
height: 46px;
width: 46px;
bottom:48px;
right: 12px;
cursor: pointer;

}
.plainModal{
	background: #fff;
	padding: 24px;
    border-radius: 8px;
}
.arrowBox{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 24px;
	top:24px;


}

.arrow.rotate {
	transform: rotateX(180deg);
  }
.arrow{
	position: relative;
	width:10px;
	height: 7px;
	/*transition: transform 0.2s ease-in-out;*/
}
.arrowBox::before{
	content: "";
	position: absolute;
	background-color: #D7D7D7;
	height: 21px;
	width: 21px;
	border-radius: 50%;
	display: block;
}
.hand{
    position: absolute;
    left: 0;
	width: 72px;
	height: 50px;
	animation:show 0.5s ease-in-out alternate;
    margin: 0 0 0 20px;
    z-index: 99;
}
ul.decimal > li{
    list-style-type: decimal;
    margin-left: 18px;
    margin-top: 12px;
}
@keyframes show{
    0%{
        opacity: 0;
        transform: scale(0.90);
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
        transform: scale(1);
      

    }
}
@-webkit-keyframes show{
    0%{
        opacity: 0;
        transform: scale(0, 0);
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
        transform: scale(1);    }
}
@-o-keyframes show{
    0%{
        opacity: 0;
        transform: scale(0, 0);
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes show{
    0%{
        opacity: 0;
        transform: scale(0, 0);
    }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }}
	
	.modal{
		position: relative;
		background: #fff;
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
		padding:20px;
        border-radius: 8px;
	}
    .QABox{
    position: relative;
    height: 100%;
    min-height: 76px;
    padding: 15px 15px 27px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    text-wrap: pretty;
    }
    
    .shadow{
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);

    }
	.QBox{
        position: relative !important;      
		background:rgba(220, 239, 246, 1);
		color: rgba(83, 84, 88, 1);
        right: 8px;
        border-radius: 20px;
        padding: 8px 19px;
        left: 100%;
        transform: translate(-100%, 0);
        width: fit-content;
        max-width: 70%;
        font-weight: 600;
	}
    .QBox::before{
        content: "";
        position: absolute;
        width: 12px;
        height: 11px;
        background-image: url(../img/blue.png);
        background-size: contain;
        bottom: -9px;
        padding: 0 11px;
        background-repeat: no-repeat;
        right: 12px;

    
    }
    .AnsBox{
        position: relative !important;      
		background:rgba(29, 130, 168, 1);
		color: rgba(255, 255, 255, 1);
        right: 8px;
        border-radius: 20px;
        padding: 8px 19px;
        margin-top: 24px;
        width: 90%;
        font-weight: 600;
    }
    .AnsBox::before{
        content: "";
        position: absolute;
        width: 12px;
        height: 11px;
        background-image: url(../img/A.png);
        background-size: contain;
        bottom: -7px;
        padding: 0 11px;
        background-repeat: no-repeat;
        left: 12px;

    
    }
    .gotoSwiper {
    position: relative;
    color: rgba(255, 255, 255, 1);
    background: rgba(65, 162, 198, 1);
    padding:4px 8px;
    left: 100%;
    transform: translate(-100%, 0);
    width: fit-content;
    border:1px solid #fff;
    margin-top: 8px;
    font-weight: 600;
    }
    .gotoSwiper >a {
    position: relative;
    color: rgba(255, 255, 255, 1);
    background: rgba(65, 162, 198, 1);

    }
    .highlight{
        color: rgba(29, 130, 168, 1);
    }
    .greyBox{
    background: rgba(248, 248, 248, 1);
    color:rgba(169, 169, 169, 1);
    padding:8px;
    border-radius: 8px;
    text-align: center;
    text-wrap: balance;
    }
    .contentBox{
    margin-top: 10px;
    }
    .rotate {
        transform: rotate(90) !important;
        transition: all 0.1S;
    }
    .hide{
        display: none;
    }
    .swiperHeading{
    text-align: center;
    }
    footer{
    margin-top: 48px;
    padding:0 26px;
    }
    .bold{
        font-weight: 900;
    }