.main{
    width: 100%;
    height: 76rem;
    background: url(/img/500/main/sec1_1test.png) no-repeat;
    background-size: cover;
    background-position: 34%;
    color: #fff;
    display: flex;
    align-items: center;
}
.pc_none{display: none;}
.main h2{
    font-size: 5rem;
    letter-spacing: -2px;
    font-weight: 800;
}
.main p{
    font-size: 2rem;
    margin: 4rem 0 4rem;
}

.line_btn{
    border: 2px solid #fff;
    padding: 1rem 3.2rem;
    border-radius: 5rem;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 300;
}

.sec {
    padding: 10rem 0;
}
.tit_wrap.w{
    color: #fff;
}
.tit_wrap h3{
    font-size: 4.2rem;
    letter-spacing: -2px;
    font-weight: 800;
}
.tit_wrap p{
    font-size: 2rem;
    margin-top: 2rem;
    letter-spacing: -1px;
    line-height: 1.5;
}
.con_top.row{
    justify-content: space-between;
    align-items: flex-end;
}
.con_bottom {
    margin-top: 4rem;
    gap: 2rem;
}

.text h6{
    font-size: 3rem;
    letter-spacing: -2px;
    margin-top: 2.6rem;
    font-weight: 800;
}

.text p{
    margin-top: 2rem;
    font-size: 1.8rem;
    word-break: keep-all;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: 500;
}
.sec2 .text p{
    margin-top: 2rem;
    font-size: 1.8rem;
    word-break: keep-all;
    line-height: 1.5;
    letter-spacing: -1px;
    font-weight: 500;
    width: 80%;
}
.sec4 .text p{
    font-weight: 400;
}

.sec2 .con{
    width: 100%;
}

.sec3{
    background: url(/img/500/main/sec3_1.png) no-repeat;
    background-size: cover;
    background-position: 60%;
    height: 50rem;
    display: flex;
    align-items: center;
}
.sticky .tit_wrap{
    width: 33.333%;
    height: fit-content;
    position: sticky;
    top: 14rem;
}
.sec4 .inner{
    gap: 4rem;
}

.sec4 .con{
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
}
.sec4 .con:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.sec4 .text{
    position: relative;
    margin: 3rem;
    
}
.sec4 .pos {
    position: absolute;
    top: 0;
    right: 0;
}

.sec5 {
    background: url(/img/500/main/sec5_1.png) no-repeat;
    background-size: cover;
    background-position: left;
}
.sec5 .inner{
    gap: 4rem;
    position: relative;
}

.sec5 .tit_wrap{
    width: 33.333%;
}

.chg_wrap{
    width: 100%;
}
.tab_wrap{
    position: absolute;
    left: 0;
    top: 14rem;
}

.tab_wrap li{
    padding: 1rem;
    width: 20rem;
    text-align: center;
    border-radius: 5rem;
    margin-bottom: 1rem;
    background: #cecece;
}
.tab_wrap li.active{
    background: var(--m-blue);
    color: #fff;
}

.form_wrap form{
    padding: 3rem;
    background: #fff;
    border-radius: 1.6rem;
}

.form_wrap form .con{
    margin-bottom: 1rem;
    width: 100%;
}
.form_wrap form .con.row{
    gap: 2rem;
}
.form_wrap form .con>p{
    margin-bottom: .5rem;
    font-weight: 600;
}
.full_wrap label{
    width: 100%;
    display: flex;
}

.full_wrap label input{
    padding: 1rem;
    width: 100%;
    border: 0;
    background: #f8f8f8;
    border-radius: 8px;
}
.full_wrap textarea{
    width: 100%;
    height: 20rem;
    border: 0;
    background: #f8f8f8;
    border-radius: 8px;
}
.ess{
    font-size: 1.4rem;
    color: #ff5c5c;
    font-weight: 600;  
}
.full_wrap p{
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #f8f8f8;
    border-radius: 8px;
    color: #888;
    height: 10.9rem;
    overflow: auto;
    letter-spacing: -1px;
}

.radio_wrap{gap: 1rem;}

.radio_wrap input{
    display: none;
}

.radio_wrap label{
    width: auto;
}
.radio_wrap span{
    padding: 1rem;
    background: #f8f8f8;
    border-radius: 8px;
}

.radio_wrap input:checked ~ span{
    background: var(--m-blue);
    color: #fff;
}

.tab_chg .chg{
    display: none;
}
.tab_chg .chg.active{
    display: block;
}
.chk_box_wrap{
    font-size: 1.4rem;
    margin-left: 2rem;
    margin-top: 1rem;
}

.g_counsel{
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    background: var(--m-green);
    color: #fff;
    border-radius: 8px;
    border: 0;
    margin-top: 4rem;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
}

@media all and (max-width: 860px){
    .main h2 {
        font-size: 4rem;
    }
    .tit_wrap h3 {
        font-size: 3rem;
    }
    .text h6 {
        font-size: 2.2rem;
    }
    .text p{
        font-size: 1.6rem;
    }
}

@media all and (max-width: 720px){
    .sec {
        padding: 6rem 0;
    }

    .pc_none{display: block;}
    .app_down{display: none;}
    .m_top_img{width: 68%; margin: 15px auto;}
    .con_top.row{
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
    }
    .con_bottom{
        flex-direction: column;
    }
    .con_bottom .img{
        height: 30rem;
        overflow: hidden;
    }
    .sec3 .tit_wrap p br{
        display: none;
    }
    .sticky .tit_wrap{
        position: unset;
        width: 100%;
    }
    .sticky .inner{
        flex-direction: column;
    }
    .sec4 .text{
        margin: 2rem 0rem;
    }

    .sec4 .text p br{
        display: none;
    }
    .sec4 .pos{
        top: -.7rem;
    }
    .sec5 .inner{
        flex-direction: column;
    }
    .sec5 .tit_wrap{
        width: 100%;
    }
    .tab_wrap {
        position: unset;
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-bottom: 2rem;
    }
 
}
@media all and (max-width: 499px){
    .main .btn_wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .line_btn{
        font-size: 1.6rem;
        line-height: 1.6rem;
        font-weight: 300;
        padding: 1rem 1.5rem;
    }
}