#wrap { background-color: unset;}
.content_A header{
    padding: 15px;
    background-color: #5c73ff;
    margin-bottom: 1px solid #fff;
    border-bottom: 1px solid #98a5f5;
}

.content_A header .header_btn{
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content_A .section1 {
    position: relative;
    /* background-color: #5c73ff; */
    /* height: 300px; */
    text-align: left;
    padding: 40px 60px;
}
.content_A .section1:before {
    content: '';
    width:100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #5c73ff;
    z-index: -1;
} 
.content_A .qna { 
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 20px 15px;
    width: 740px;
    margin: 0 auto 30px;
}
.content_A .qna .q { 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    color: #504a58;
    padding-right: 8px;
}

.content_A .qna.on .q { 
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    color: #5068ff;
}

.content_A .qna .q::after { 
    content: '';
    background-image: url('../img/arrow-down-nv.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top:65%;
    transform: translateY(-50%);
}

.content_A .qna.on .q::after { 
    background-image: url('../img/arrow-up-vt.png');
    top:25%;
}

.content_A .qna.on .a { 
    font-size: 16px;
    display: block;
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.5;
    padding-top: 15px;
}

.content_A .qna .a { 
    display: none;
}
.content_B header{
    padding: 15px;
    background-color: #f7faff;
    margin-bottom: 1px solid #fff;
    border-bottom: 1px solid #f0f2f5;
}

.content_B header .header_btn{
   width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content_B .section1 {
    background-color: #f7faff;
    text-align: center;
    padding: 40px 0;
    width: 740px;
    margin: 0 auto;
}
.banner {
    width: 100%;
}
.content_B .section1 .box{
    text-align: left;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 30px;
}
.content_B .section1 .box .con{
    font-size: 16px;
    line-height: 1.3;
}
.content_B .section1 .box .con span{
    font-size: 18px;
    line-height: 1.3;
    color: #5068ff;
    font-weight: 500;
}
.content_B .btn_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.content_B .btn_wrap a{
    padding: 20px 60px;
    display: inline-flex;
    background-color: #5c73ff;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}
.content_B .btn_wrap a img{
    width: 8%;
    margin-left: 10px;
}
.content_C header{
    padding: 15px;
    background-color: #f7faff;
    margin-bottom: 1px solid #fff;
    border-bottom: 1px solid #f0f2f5;
}

.content_C header .header_btn{
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content_C .qna { 
    background-color: #ffffff;
    margin:0 auto 30px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 20px 15px;
    width: 740px;
}
.content_C .qna .q { 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    color: #504a58;
    padding-right: 8px;
}

.content_C .qna.on .q { 
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    color: #5068ff;
 
}

.content_C .qna .q::after { 
    content: '';
    background-image: url('../img/arrow-down-nv.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    right: 0;
    top:70%;
    transform: translateY(-50%);
}

.content_C .qna.on .q::after { 
    background-image: url('../img/arrow-up-vt.png');
    top:30%;
}

.content_C .qna.on .a { 
    font-size: 16px;
    display: block;
    background-color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.5;
    padding-top: 15px;
}

.content_C .qna .a { 
    display: none;
}
.content_C  {
    background-color: #f7faff !important;
}
.content_C .section1 {
    padding: 40px 60px;
}
.content_C .section1 .a span {
    font-size: 18px;
    font-weight: 600;
    color: #5068ff;
}
.content_D header{
    padding: 15px;
    background-color: #f7faff;
    margin-bottom: 1px solid #fff;
    border-bottom: 1px solid #f0f2f5;
}

.content_D header .header_btn{
    width: 740px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content_D .section1 {
    background-color: #f7faff;
    text-align: center;
    padding: 40px 0;
    width: 740px;
    margin: 0 auto;
}
.content_D .box_wrap {
    margin-top:  40px;
}
.content_D .box {
    padding: 20px;
    text-align: left;
    border: 1px solid #e4e2f7;
    box-shadow: rgba(0, 0, 0, 0.15) 3px 2px 8px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}
.content_D .box h3{
    font-size: 18px;
    font-weight: 600;
    color: #534e5b;
    border-bottom: 1px solid #ebe9fa;
    padding-bottom: 15px;
}
.content_D .box p{
    font-size: 16px;
    color: #534e5b;
    padding-top: 15px;
    line-height: 1.5;
}
.content_D .box a{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #e6e6e6;
    color: #454545;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {
.content_A header .header_btn {
    width: 100%;
 }   
.content_A .section1 {
    padding: 20px 0;
}
.content_A .qna  {
    width: 90%;
}
.content_A .qna .q {
    line-height: 1.3;
}
.content_B header .header_btn {
    width: 100%;
}
.banner {
    margin: 0 auto;
}
.content_B .section1 {
    padding: 20px 0;
    width: 90%;
}
.content_B .section1 .box .con {
    line-height: 1.5;
}
.content_B .btn_wrap {
    margin-top: 30px;
    gap: 15px;
}
.content_B .btn_wrap a {
    padding: 15px;
    font-size: 15px;
    width: 45%;
   line-height: 1.3;
}
.content_B .section1 .box {
    width: 100%;
}
.content_C header .header_btn {
    width: 100%;
}
.content_C .section1 {
    padding: 20px 0;
}
.content_C .qna {
    width: 90%;
}
.content_D header .header_btn {
    width: 100%;
}
.content_D .section1 {
    padding: 20px 0;
    width: 90%;
}
.content_D .box h3 {
    font-size: 18px;
    line-height: 1.3;
}
.content_D .box a {
    padding: 15px;
}
.content_C .qna .q {
    line-height: 1.3;
    font-size: 16px;
}
.content_C .qna .q::after {
    top: 60%;
}

.content_C .qna.on .q::after {
    background-image: url(../img/arrow-up-vt.png);
    top: 35%;
}
.ads_wrap_m {
    width: 90%;
}
}