.faq_page{
    margin: 0rem 0px 10rem;
}
.faq_page h1{
	text-transform: uppercase;
	text-align: center;
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}
.faq_page .contents{
	margin-bottom: 1rem;
}
.faq_page .box{
	margin-bottom: 2rem;
}

.faq_page
{
    padding: 40px 0px;
    position: relative;
}
.faq_page::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, #C8E1FF 0%, rgba(206, 224, 245, 0.192708) 61.35%);
    border-radius: 0px;
    transform: rotate(-180deg);
    z-index: -1;
    opacity: 0.5;
}
.faq_page h2.title
{
    font-weight: 700;
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.faq_page .box img 
{
    max-width: 100%;
}
.faq_page .box .item
{
    padding: 15px;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    filter: drop-shadow(1px 0px 4px rgba(0 0 0 / 15%));
    margin-bottom: 15px;
}
.faq_page .box .item .title 
{
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
}
.faq_page .box .linetop .title .text
{
    color: #0061C1 ;
}
.faq_page .box .item .icon
{
    color: #A3A8AF;
}
.faq_page .box .item .content
{
    margin-top: 12px;
    line-height: 28px;
    display: none;
}
