.content1 {
    padding: 1.5rem 0 2.5rem;
}
.title {
    font-size: 1.9rem;
    color:#fff ;
    background-color: #ff5757;
    display: flex;
    padding: 1.5rem;
    border-radius: 1rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin: 0 0 1rem;
    font-family: 'ONE-Mobile-Title' !important;
}

.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.bold_wrap {
    display: flex;
    gap: .5rem;
}
.content1 .box {
    margin-bottom: 2rem;
}
.section_A .content1 .box {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1.5rem;
}
.section_A .content1 .box:last-child {
    border-bottom: none;
}
.section_A .content1 .box.no-border {
    border-bottom: none;
}
.section_B .content1 .box:nth-child(1) {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1.5rem;
}
.section_B1 .content1 .box.y-border {
    margin-bottom: 2rem;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1.5rem;
}

.content1 .bold {
    font-size: 1.7rem;
    font-weight: 600;
    color: #ff4d4d;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.content1 .con {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #7e7e7e;
}
.content1 .con .point1{
    font-size: 1.6rem;
    color: #5a63fc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #ff5454;
    font-weight: 600;
}
.content1 .con .point3 {
    font-size: 1.6rem;
    font-weight: 600;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}
.btn2{
    display: flex;
    padding: 1.5rem;
    border: 1px solid #f4f4f4;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.btn2 .left{
    display: flex;
    align-items: center;
    gap: 2rem;
}
.btn2 .left h2{
    font-family: 'ONE-Mobile-Title' !important;
    font-size: 1.7rem;
}
.btn2 .icon{
    width: 35px;
    height: auto;
}
.btn2 .arrow{
    width: 11%;
}

.overlay {
    position: absolute;
    top: 50%;
    left:8%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.overlay span {
    font-size: 1.8rem;
    color: white;
}

.overlay p {
    font-size:2rem;
    color: white;
}
.link {
    border-radius: 1rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: 
    linear-gradient(to right, #fe5959, #fc8b8b);  /* 그라디언트 배경 */
}
.link img{
    width: 30%;
    padding: 5px 15px 0;
}
.link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem;
    width: 100%;
    text-align: center;
    gap: 1rem; /* 간격 설정 */
}
.link p {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
}
.link a .arrow {
    width: 12%;
    padding: 0;
}
.link span{ 
    font-size: 1.4rem;
    color: #868686;
}
.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.btn_wrap a{
    display: flex;
    flex-direction: column;
    width: calc(50% - 0.8rem);
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    background: #fff;
}
.btn_wrap a img{
    width: auto;
    height:40%;
    margin-bottom: 1.5rem;
}
.section_E .box{ 
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}
.section_E .box .bold{ 
    font-size: 1.6rem;
    padding: 2rem 1.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
    position: relative;
    border-bottom: none;
    width: 100%;
    margin: 0 !important;
    color: unset;
    background-color: #f0f0f0;
    border-radius: 1rem;
}
.section_E .box.on .bold{ 
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.section_E .box .bold::after{ 
    content: '';
    background-image: url('../img/sub5_arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
    top: 55%;
    transform: translateY(-50%);

}
.section_E .box.on .bold::after{ 
    background-image: url('../img/sub5_arrow.png');
    transform: scaleY(-1);
    top: 35%;

}
.section_E .box.on .con{ 
    display: block;
    padding: 1.5rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
    border: 2px solid #f7f7f7;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.section_E .box .con{ 
    display: none;
    line-height: 1.5;
}