.content_A .section1 {
    background-color: #f4dc24;
    padding: 20px 0 50px;
    margin-bottom: 20px; 
}

.content_A .sub_title {
    width: 600px; 
    margin: 0 auto; 
    position: relative; 
}

.content_A .sub_title h3 {
    font-size: 20px;
    font-weight: 800;
    border-bottom: 1.5px solid #615d4a;
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem; 
    cursor: pointer; 
}

.content_A .sub_title h3::after {
    content: '';
    background-image: url('../img/down-arrow-bn.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.content_A .sub_title.on h3::after {
    background-image: url('../img/up-arrow-bn.png'); 
}

.content_A .sub_title .list {
    display: none; 
    line-height: 1.5;
    background-color: #f9f6e8; 
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; 
    z-index: 100;
}

.content_A .sub_title.on .list {
    display: flex; 
    flex-direction: column;
    margin-top: 15px;
    border: 1.5px solid #615d4a;
    border-radius: 15px;
}
.content_A .sub_title.on .list a{
    font-size: 18px;
}
.content_A .sub_title.on .list a:nth-child(1){
    border-bottom: 1.5px solid #615d4a;
    padding: 15px;

}
.content_A .sub_title.on .list a:nth-child(2){
    padding: 15px;
    
}
.content_A .section2 {
    width: 600px;
    margin: 0 auto;
   
}
.content_A .section2 pre{
    font-size: 16px;
    line-height: 1.5;
    padding-top: 10px;
}
.content_A .section2 h3{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #f28a36;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
}
.content_A .section2 .box{
    margin-top: 40px;
    
}
.content_B .section2 {
    width: 600px;
    margin: 0 auto;
    padding: 25px 0 50px;
}

#wrap .content_B .toggle { 
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
}

#wrap .content_B .toggle .bank { 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; /* Add cursor pointer */
}

#wrap .content_B .toggle.on .bank { 
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

#wrap .content_B .toggle .bank::after { 
    content: '';
    background-image: url('../img/down-arrow-og.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 1rem;
    top: 55%;
    transform: translateY(-50%);
}

#wrap .content_B .toggle.on .bank::after { 
    background-image: url('../img/up-arrow-og.png');
    top: 40%;
}

#wrap .content_B .toggle.on .con { 
    font-size: 16px;
    display: block;
    background-color: #f5f7f2;
    padding-top: 15px;
}

#wrap .content_B .toggle .con { 
    display: none;
    line-height: 1.5;
}
#wrap .content_B h3, .content_C h3 , .content_E .section2 h3, .content_F .section2 h3 { 
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #f28a36;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 15px 0 30px;
}
.content_C .section2,.content_E .section2,.content_F .section2,.content_qna .section2  {
    width: 600px;
    margin: 0 auto;
    padding: 25px 0 50px;
}
.content_C .section2 .box .con, .content_D .section2 .box .con, .content_E .section2 .box .con, .content_F .section2 .box .con{
    font-size: 16px;
    line-height: 1.5;
}
.content_C .section2 .box2 {
    margin: 30px 0;
}

.content_C .section2 .box2 .order {
    position: relative;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border: 2px solid #f7ea84 ;
}

.content_C .section2 .box2 .order::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    transform: translateX(-50%);
    width: 1px;
    height: 26px;
    border-left: 1px dashed #333; /* Use dotted border instead of background-color */
}

.content_C .section2 .box2 .order:last-child::after {
    display: none; /* Hide the dotted line after the last order element */
}


.content_C .section2 .box2 .order img{
    margin-right: 10px;
}
.content_D .section1 {
    margin: 0 auto;
    width: 600px;
    margin-top: 40px;
}

.content_D .section2 .box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.content_D .section2 .subtitle {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 800;
    color: #adadad;
}

.content_D .section2 .subtitle.active {
    border: 1px solid #f8e874;
    background-color: #fff;
    color: #333;
}

.content_D .section2 .box{
    margin-top: 50px;
}
.content_D .section2 .box h3{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 800;
    color: #f28a36;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
    margin: 15px 0;
}
.content_D .section2 {
    width: 600px;
    margin: 0 auto;
    padding: 40px 0 50px;
}
.content_E span,.content_F span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 800;
    color: #f28a36;
}

.content_G .section1{
    width: 600px;
    margin: 0 auto;
    padding: 40px 0 50px;
}
.content_G .section1 .box{
    display: flex;
    align-items: center;
    border: 1px solid #97979e;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}
.content_G .section1 .box .left{
    margin-right: 10px;
}
.content_G .section1 .box img{
    width: 180px;
    height: auto;
    border-radius: 15px;
}
.content_G .section1 .box .right p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 800;
}
.content_G .section1 .box .right span{
    font-size: 15px;
}
.btn2 {
    display: flex;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 20px 20px 0 20px;
    background-color: #f7f7f7;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden; 
    align-items: center;
}
.btn2 .p1{
    font-size: 20px;
    font-family: 'GmarketSansBold' !important;
}
.btn2 .p2{
    font-size:18px;
    line-height: 1.5;
    margin-top: 10px;
}
.btn2 img{
    width: 30%;
}
.content_qna .qna { 
    background-color: #f9f6e8;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #cccccc;
}
.content_qna .qna .q { 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    font-size: 16px;
    font-weight: 800;
}

.content_qna .qna.on .q { 
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.content_qna .qna .q::after { 
    content: '';
    background-image: url('../img/down-arrow-og.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
}

.content_qna .qna.on .q::after { 
    background-image: url('../img/up-arrow-og.png');
}

.content_qna .qna.on .a { 
    font-size: 16px;
    display: block;
    background-color: #f5f7f2;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    line-height: 1.5;
}

.content_qna .qna .a { 
    display: none;

}
.section1_mo {
    display: none;
}

@media screen and (max-width: 900px) {

    .content_A .sub_title {
    width: 90%;
    }
    .content_A .sub_title h3 {
        font-size: 18px;
    }
    .content_A .section2 {
        width: 90%;
    }
    .content_A .section2 pre {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 10px;
    }
    .content_A .section2 h3 {
        font-size: 18px;
    }
    .content_B .section2 {
        width: 90%;
    }
    #wrap .content_B h3, .content_C h3, .content_E .section2 h3, .content_F .section2 h3 {
        font-size: 18px;
    }
    .content_C .section2, .content_E .section2, .content_F .section2, .content_qna .section2 {
        width: 90%;
    }
    .content_C .section2 .box2 .order {
        line-height: 1.3;
    }
    .content_E span, .content_F span {
        font-size: 16px;
    }
    .content_G .section1 {
        display: none;
    }
    .content_G .section1_mo {
        width: 90%;
        display: block;
        margin: 0 auto;
        padding: 40px 0 50px;
    }
    .content_G .section1_mo .box  {
        display: flex;
        align-items: center;
        border: 1px solid #97979e;
        padding: 20px 15px;
        border-radius: 15px;
        margin-bottom: 20px;
    }
    .content_G .section1_mo .box img {
        width: 130px;
        margin-right: 10px;
    }
    .content_G .section1_mo .box .right p{
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.3;
        font-weight: 800;
    }
    .content_G .section1_mo .box .right span{
        font-size: 15px;
    }
    .btn2 {
        display: flex;
        width: 90%;
        margin: 0 auto;
        margin: 0 20px;
        justify-content: space-between;
        padding: 20px;
        background-color: #f7f7f7;
        border-radius: 15px;
        margin-top: 30px;
        align-items: center;
    }
    .btn2 .p1 {
        font-size: 18px;
    }
    .btn2 .p2 {
        font-size: 15px;
        margin-top: 5px;
    }
    .content_qna .qna .q {
        line-height: 1.3;
    }
    .content_D2 {

    }
    .content_D2 .section2 .box .con{
        font-size: 16px;
        line-height: 1.5;
    }
    .content_D2 .section1 {
        margin: 0 auto;
        width: 90%;
        margin-top: 40px;
    }
    .content_D2 .section1 img{
        width: 100%;
    }
    .content_D2 .section2 .box-row {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
    .content_D2 .section2 .box-row::-webkit-scrollbar {
        display: none;  /* Chrome, Safari, and Opera */
    }
    
    .content_D2 .section2 .subtitle {
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 15px;
        background-color: #f7f7f7;
        font-size: 16px;
        font-weight: 800;
        color: #adadad;
    }
    
    .content_D2 .section2 .subtitle.active {
        border: 1px solid #f8e874;
        background-color: #fff;
        color: #333;
    }
    
    .content_D2 .section2 .box{
        margin-top: 50px;
    }
    .content_D2 .section2 .box h3{
        font-size: 18px;
        line-height: 1.5;
        font-weight: 800;
        color: #f28a36;
        border-bottom: 2px solid #e8e8e8;
        padding-bottom: 10px;
        margin: 15px 0;
    }
    .content_D2 .section2 {
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 50px;
    }
  }