.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    font-weight: 600;
}
.content1 .point3{
    font-size: 19px;
    border-radius: 10px;
    line-height: 1.3;
    color: #636165;
}
.sub_title_box{
    background-color: #ff5105;
}
.sub_title {
    font-size: 26px;
    color: #fff;
    padding: 35px 0;
    font-family: '6SemiBold' !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.content1 .box  {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #5b5b5b;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    line-height: 1.3;
    color: #ff5c14;
    font-family: '6SemiBold' !important;
    margin-bottom: 5px;
}
.content1 .img {
    width: 100%;
}

.content1 .button {
    width: 50%;
    margin: 25px 0;
    padding: 30px;
}
.content1 .button .icon {
    width: 13%;
}
.content1 .button .arrow {
    width:6%;
}
.content1 a .left {
    display: flex;
    align-items: center;
    gap: 30px;
}
.content1 a .left span {
    color: #fff;
    font-size: 23px;
}
.content1 .icon {
    width: 15%;
}
.content1 .arrow {
    width:3%;
}
.btn_wrap_pc{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 60px;
}
.btn_wrap_pc a{
    width: calc(33% - 15px);
    background-color: #f3efec;
    border-radius: 15px;
    padding: 25px;
    height: 170px;
    font-size: 23px;
    font-family: '7Bold' !important;
    line-height: 1.3;
    position: relative;
}
.btn_wrap_pc a:nth-child(1) {
    background-image: url('../img/mani-btn-2.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 18%;
}

.btn_wrap_pc a:nth-child(2) {
    background-image: url('../img/mani-btn-3.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 20%;
}

.btn_wrap_pc a:nth-child(3) {
    background-image: url('../img/mani-btn-4.png');
    background-position: right 25px bottom 25px;
    background-repeat: no-repeat;
    background-size: 23%;
}

.btn_wrap_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .btn_wrap {
        display: flex;
        gap: 25px;
        margin-top: 30px;
    }
    .content1 a {
        width: 100%;
    }
    .content1 .region {
        top: 50%;
        bottom: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }
    .content1 {
        width:90%;
        padding: 20px 0 30px;
        max-width: 100%;
    }
 
    .content1 .box .bold {
        font-size: 18px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 16px;
    }
    .content1 .point3 {
        font-size: 16px;
    }
    
    .sub_title {
        font-size: 19px;
        padding: 20px;
    }
  
    .content1 a .left {
        gap: 10px;
    }
    .content1 .icon {
        width: 10%;
    }
    .content1 a .left span {
        color: #fff;
        font-size: 17px;
    }
    .content1 .arrow {
        width: 7%;
    }
    .content1 .button {
        width: 100%;
        margin: 25px 0;
        padding: 20px;
    }
    .content1 .button .icon {
        width: 9%;
    }
    .btn_wrap_pc {
        display: none !important;
    }
    .btn_wrap_mo {
        display: flex !important;
        flex-direction: column;
        gap: 15px;
    }
    .btn_wrap_mo a{
        width: 100%;
        background-color: #f3efec;
        border-radius: 10px;
        padding: 15px;
        height: 80px;
        font-size: 19px;
        align-items: center;
        justify-content: space-between;
        display: flex;
        font-family: '7Bold' !important;
    }
    .btn_wrap_mo a img{
        width:18%;
        height: 45px;
        object-fit: contain;
    }
}