.img_box {
    margin-top: -6rem;
    position: relative;
}
.img_box img{
    width: 100%;
    position: relative;
}
h1 {
    z-index: 40;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    padding: 1.5rem;
    
}
.text-overlay .title{
    font-size: 2rem;
    font-family: 'GmarketSansMedium' !important;
    line-height: 1.2;
}
.text-overlay .title .point2{
    font-size: 2rem;
    font-family: 'GmarketSansBold'!important;
    font-weight: 800;
    color:#d1053b;
}
.section_A .content1, .section_B .content1, .section_CA .content1, .section_CB .content1, .section_D .content1, .section_E .content1 {
    padding: 1.5rem 1.5rem 4rem;
}
.content1 .box{
    border-bottom: 2px solid #ffe5ed;
}
.content1 .box:nth-last-of-type(1) {
    border-bottom: none;
}

.icon-container {
    display: inline-block;
    width: 40px; 
    height: 40px; 
    background-color: #f4f1ee; 
    border-radius: 50%; 
    text-align: center;
    line-height: 40px; 
    margin-right: 1rem;
}

.icon {
    max-width: 65%;
    max-height: 90%;
    vertical-align: middle;
}
.sub_title{
    font-size: 1.8rem;
    font-weight: 600;
    color: #d1053b;
    margin-top: 2rem;
}
.box .con{ 
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 1.5rem 0 2rem;
}
.box .con .point3{ 
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 600;

}
.btn {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    margin-top: 8rem;
    background-color: #d1053b;
    border-radius: .5rem;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'GmarketSansMedium' !important;
}
.text-overlay2 {
    position: relative;
}

.text-overlay2 img {
    position: absolute;
    top: 20px;
    left: 40px; 
    transform: translateX(-50%);
    width: 30px; 
    height: auto;
    
}
.section_A .text, .section_B .text, .section_CA .text, .section_CB .text, .section_E .text {
    margin: 4rem 1.5rem 0;
    padding: 1.5rem;
    background-color: #f4f1ee;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
}
.btn_wrap {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    margin: 4rem 1.5rem 3rem;
    gap: 1.5rem;
}


.btn_wrap a {
    padding: 1rem 0;
    font-size: 1.6rem;
    width: 50%;
    border-radius: 1rem;
    font-weight: 600;
    background-color: #f4f1ee;
    border: 1px solid #f1b8c7;
}

.section_CA .btn_wrap a:nth-child(1) {
    border-radius: 1rem;
    font-weight: 600;
    background-color: #d31145;
    border: 1px solid #f1b8c7;
    color: #fff;
}

.section_CB .btn_wrap a:nth-child(2) {
    border-radius: 1rem;
    font-weight: 600;
    background-color:#d31145;
    border: 1px solid #f1b8c7;
    color: #fff;
}
.img_container {
    margin: 1.5rem;
}
.capture {
    width: 100%;
}
.btn2 {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    background-color: #4c4794;
    border-radius: .5rem;
    font-size: 1.8rem;
    color: #fff;
    font-family: 'GmarketSansMedium' !important;
}
.section_D  .text{
    background-color: #f4f1ee;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 600;
    padding: 1.5rem;
    margin: 4rem 0;
}
.text-overlay2 {
    position: relative;
}

.text-overlay2 img {
    position: absolute;
    top: 20px;
    left: 40px; 
    transform: translateX(-50%);
    width: 30px; 
    height: auto;
    
}
.qna {
    margin-bottom: 2rem;
}
.qna .q {
    padding: 1.5rem;
    background-color: #ed91a3;
    color: #fff;
    font-size: 1.6rem;
    position: relative;
    border-radius: 1rem;
}

.qna.on .q {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.qna .q::after {
    content: '';
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 1rem;
    top: 55%; 
    transform: translateY(-50%);
    margin-left: 1rem;
}

.qna.on .q::after {
    background-image: url('../img/arrow-up.png');
    top: 50%; 
}

.qna.on .a {
    display: block;
}

.qna .a {
    padding: 1.5rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    background-color: #f4f1ee;
    font-size: 1.6rem;
    line-height: 1.3;
    display: none;
}
.section_F .content1 {
    padding: 4rem 1.5rem 4rem;
}