.content1 {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
}
.content1 .title{
    font-size: 22px;
    font-weight: 800;
    color: #f36523;
}
.content1 .box{
    margin-top: 30px;
}
.content1 .con{
    font-size: 18px;
    line-height: 1.3;
}
.content1 .con .point3{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.content1 .sub_title{
    font-size: 20px;
    line-height: 1.3;
    color: #6c5759;
    font-weight: 800;
    margin-bottom: 20px;
}
.content1 .con_wrap, .con_wrap2{
    display: flex;
    margin: 20px 0 40px;
    gap: 15px;
}
.content1 .con_wrap .con_box{
    width: 33%;
    border: 1px solid #ddd;
}
.content1 .con_wrap2 .con_box{
    width: 50%;
    border: 1px solid #ddd;
}
.content1 .con_wrap2:nth-of-type(1){
    margin-bottom: 0;
}
.content1  .bold1{
    font-size: 18px;
    line-height: 1.3;
    background-color: #f36523;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}
.content1  .bold{
    font-size: 18px;
    line-height: 1.3;
    background-color: #4d3437;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}
.content1  .con_box .box_text{
    padding: 15px;
    font-size: 18px;
    line-height: 1.3;
}
.content1 .banner-link {
    display: block;
    position: relative;
    text-decoration: none;
    margin-top: 80px;
}

.content1 .banner-link .btn_img {
    width: 100%;
    height: auto;
}

.content1 .text-overlay {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}

.content1 .text-overlay span{
    color: #fff;
    font-family: 'GmarketSansLight' !important;
    font-size: 22px;
    font-weight: 600;
}
.content1 .text-overlay .arrow {
    vertical-align: middle;
    margin-left: 30px;
    width: 30px;
}

.section_F .box, .section_J .box, .section_M .box {
    border: 1px solid #ddd;
    text-align: center;
}
.section_F .box .title, .section_J .box .title, .section_M .box .title{
    background-color: #f36523;
    color: #fff;
    padding: 15px;
}
.section_F .box .con_box, .section_J .box .con_box, .section_M .box .con_box{
    margin: 50px 0;
    padding: 0 10px;
}
.section_F .box .con, .section_J .box .con, .section_M .box .con{
    font-size: 18px;
    margin: 30px 0;
}
.qna .q{ 
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1.5px solid #e6e6e6;
    padding: 20px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
    background-color: #e8e8e8;
}
.qna .q::after{ 
    content: '';
    background-image: url('../img/arrow-5.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.qna.on .q::after{ 
    background-image: url('../img/arrow-6.png');

}
.qna.on .a { 
    font-size: 18px;
    display: block;
    padding: 20px 40px;
    border-bottom: 1.5px solid #e6e6e6;
}
.qna .a { 
    display: none;
    line-height: 1.5;
}
.qna .point3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.section_L .con_box {
    margin-top: 30px;
}
@media screen and (max-width: 767px) { 
.content1 {
    max-width: 100%;
    width: 90%;
    margin: 30px auto;
}
.content1 .title {
    font-size: 18px;
}
.content1 .box {
    margin-top: 20px;
}
.content1 .con {
    font-size: 16px;
    line-height: 1.3;
}
.content1 .con .point3 {
    font-size: 16px;

}
.content1 .sub_title {
    font-size: 18px;
    margin-bottom: 15px;
}
.content1 .con_wrap, .con_wrap2 {
    gap: 5px;
}
.content1 .bold1 {
    font-size: 14px !important;
    padding: 5px;
}
.content1 .bold {
    font-size: 14px !important;
    padding: 5px;
}
.content1 .con_box .box_text {
    padding: 5px;
    font-size: 13px;
    line-height: 1.3;
}
.content1 .banner-link {
    margin-top: 35px;
}
.content1 .text-overlay {
    top: 50%;
    left: 35%;
    padding: 10px;
}
.content1 .text-overlay span {
    font-size: 16px;
    display: flex;
}.section_F .box .con, .section_J .box .con, .section_M .box .con {
    font-size: 16px;
    margin: 20px 0;
}
.qna .q {
    font-size: 16px;
    padding: 20px 30px;
    padding-right: 3rem;
}
.qna .q::after {
    right: 30px;
}
.qna.on .a {
    font-size: 16px;
    padding: 20px 30px;
}
.qna .point3 {
    font-size: 16px;
}
}