﻿

/* .sign_step 1번 */
.sign_step li:nth-child(1){
    background: var(--normal-red);
}

/* 회원가입 상단 스텝 공통*/
.sign_step{
    display: flex;
    justify-content: space-between;
    margin: 0 0.5% 50px 0.5%;
}
.sign_step h2{
    font-size: 30px;
    font-weight: 700;
    color: var(--normal-red);
}
.sign_step ul{
    display: flex;
}
.sign_step li{
    background: #d9d9d9;
    padding: 5px 10px;
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    text-align: center;
    width: 30px;
    height: 30px;
    flex: 1;
    font-size: 16px;
}
.sign_step li:not(:last-child){
    margin-right: 15px;
}





/*옵션선택박스*/
 .option{
    width:100%;
    height:auto;
    min-height: 250px;
    margin:auto;
    text-align:center;
}
.term_t{
    width:100%;
    min-height:62px;
    text-align:start;
    border-bottom:1px solid #cdcdcd;
    padding:15px 0;
}
.term_t .chk_box{
    width: 40%;
}
.chobox{
    width:100%;
    border-radius:20px;
    height:60px;
    background:#F4F4F4;
    color:#5b5b5b;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
   padding: 0 20px;
    margin-top: 14px;
}







/* 이용약관 */
.m_tit>div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.m_tit>div p{
    width: 11%;
    color: #757575;
    cursor: pointer;
}

.m_gnb img {
    position: absolute;
    left: 90%;
    margin-top: 5px;
    transition: all 0.5s ease;
}
.wrap .m_gnb>li {
    font-size: 16px;
    font-weight: 500;
}

.chk_box {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    /*align-items: center;*/
    width: 67%;
    text-align: left;
}
.m1{
    border: 1px solid #d9d9d9;
    padding: 1.5%;
    height: 200px;
    overflow-y: scroll;
}
.m1 h3{
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #757575;
    margin: 10px 0;
    text-align: left;
}
.m1 p{
    text-align: left;
    margin-bottom: 10px;
    line-height: 155%;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
}
.m_gnb .m2{
    font-weight: 500;
    font-size: 16px;
    margin-left: 20px;
    list-style: disc;
    color: #4d4d4d;
}
.wrap .m_gnb>li:last-child {
    margin-bottom: 30px;
}
.wrap .m_gnb>li{
    margin-bottom: 40px;
}
.wrap .m_gnb li ul {
    padding: 2% 0;
}

.m_tex5 li:nth-child(2){
    background: #F5F5F5;
    border-radius: 10px;
    padding: 1.5%;
    line-height: 150%;
     margin-top: 10px;
}

.m_gnb img {
    left: 98%;
}

.notice_text{
    text-align: left;
    margin-top: 25px;
    line-height: 155%;
    font-size: 15px;
    font-weight: 500;
    color: #757575;
    margin-left: 15px;
}



@media (max-width:984px) {
    .m_tit > div p {
        width: 15%;
    }
}


@media (max-width:768px) {

    .m_tit > div p {
        font-size: 14px;
    }
    .m1 h3 {
        font-size: 15px;
    }
    .m1 p{
        font-size: 14px;
    }
    .notice_text{
        font-size: 15px;
    }
}

@media (max-width:580px) {
    /* 회원가입 상단 스텝 공통*/
    .sign_step li{
        width: 20px;
        height: 20px;
        font-size: 13px;
        padding: 2px 3px;
    }


    .m_tit > div p {
        width: 18%;
    }
    .chk_box {
        font-size: 14px;
    }
    .wrap .m_gnb>li {
        font-size: 14px;
    }
    .m1 h3 {
        font-size: 14px;
    }
    .m1 p{
        font-size: 13px;
    }

    .notice_text{
        font-size: 13px;
        margin-top: 30px;
        line-height: 145%;
    }

}


@media (max-width:480px) {

    
    .m_tit > div p {
        font-size: 12px;
    }

    .term_t {
         min-height: 0; 
        padding: 15px 0;
        margin: auto;
    }
    .m_tit > div p {
        width: 20%;
    }
    .chk_box {
        font-size: 12px;
        width: 100%;
    }
    .m_gnb {
        width: 100%;
        margin: auto;
    }
    .wrap .m_gnb>li {
        font-size: 12px;
    }
    .m_gnb img{
        width: 10px;
    }
    .wrap .m_gnb>li:last-child {
        margin-bottom: 20px;
    }
    .m1 h3 {
        font-size: 13px;
    }
    .m1 p{
        font-size: 12px;
    }

    .notice_text{
        font-size: 11px;
        margin-top: 20px;
        line-height: 145%;
    }

}


@media (max-width:360px) {
    
    .m_tit > div p {
        width: 25%;
        font-size: 11px;
    }
    .chk_box {
        font-size: 11px;
        width: 100%;
    }
    .wrap .m_gnb>li {
        font-size: 11px;
    }
    .m1 h3 {
        font-size: 12px;
    }
    .m1 p{
        font-size: 11px;
    }

    .notice_text{
        font-size: 10px;
    }
}