#sub_content {
    width: 100%;
    margin-top: 150px;
}

.h03{
    display:block;
}



/* join1 - 약관동의 */
.join_content {
    width: 100%;
    padding-top: 80px;
}

.join_content h1 {
    text-align: center;
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.join_step {
    width: 100%;
    margin-top: 75px;
}

.join_step ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join_step ul li {
    width: 135px;
    height: 135px;
    background-color: #a7a9ac;
    border-radius: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 60px;
}

.join_step ul li:last-child {
    margin-right: 0;
}

.join_step ul li i {
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    font-size: 30px;
    color: #a7a9ac;
    top: 50%;
    right: -20px;
}

.join_step ul li p {
    text-align: center;
    font-size: 24px;
    color: #e6e6e6;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join_step ul li p span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
}

.join_step ul li.on {
    background-color: #81aee5;
}

.join_step ul li.on i {
    color: #81aee5;
}

.join_step ul li.on p {
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.join_step ul li.on p span {
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join1_box1 {
    width: 100%;
    margin-top: 60px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join1_box1 p {
    font-size: 24px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.join1_box1 ul {
    display: flex;
}

.join1_box1 ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.join1_box1 ul li:first-child {
    margin-right: 10px;
    background-color: #1fc800;
}

.join1_box1 ul li:last-child {
    background-color: #ffeb00;
}

.join1_box2 {
    width: 100%;
    margin-top: 50px;
}

.all_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.all_agree i {
    font-size: 30px;
    color: #b7b7b7;
    cursor: pointer;
}

.all_agree.on i {
    color: #111;
}

.all_agree span {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 5px;
    cursor: pointer;
}

.join1_box2_inner1 {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.j1_b2_top {
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.j1_b2_top p {
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.join_agree {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.join_agree i {
    font-size: 30px;
    color: #b7b7b7;
}

.join_agree.on i {
    color: #111;
}

.join_agree span {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 5px;
}

.j1_b2_con1 {
    width: 100%;
    height: 200px;
    overflow: auto;
    padding: 25px 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    line-height: 28px;
}

.j1_b2_con1 .center{
    width: 100%;
}

.join1_box2_inner2 {
    width: 100%;
    margin-top: 70px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.j1_b2_con2 {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.j1_b2_con2 table {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}

.j1_b2_con2 table th {
    width: 33.33%;
    font-size: 20px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: normal;
    background-color: #ebebeb;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px 0;
}

.j1_b2_con2 table td {
    width: 33.33%;
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    line-height: 28px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.next_btn {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.next_btn a {
    width: 145px;
    height: 45px;
    background-color: #363636;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

/* // join1 - 약관동의 */


/* join2 - 정보입력 */
.join2_box1 {
    width: 100%;
    margin-top: 55px;
}

.join2_box1>p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    color: #222;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join2_box1>p span {
    color: #ff0000;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-right: 3px;
}

.join2_box1 ul {
    width: 100%;
    margin-top: 5px;
    border-top: 1px solid #111;
}

.join2_box1 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 75px;
    box-sizing: border-box;
    border-bottom: 1px solid #d7d7d7;
}

.join2_box1 ul li p {
    width: 25%;
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.join2_box1 ul li p span {
    color: #ff0000;
    font-family: 'Pretendard-Medium', sans-serif;
}

.join_input1 {
    width: 75%;
    display: flex;
}

.join_input1 input[type='text'],
.join_input2 input[type='password'] {
    width: 550px;
    height: 45px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join_input1 input[type='text']::placeholder,
.join_input2 input[type='password']::placeholder {
    font-size: 16px;
    color: #ccc;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join_input1 input[type='button'] {
    width: 125px;
    height: 45px;
    background-color: #363636;
    border: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-left: 10px;
}

.join_input2 span {
    display: block;
    font-size: 14px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 13px;
}

.join2_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.join2_btn a {
    width: 145px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #363636;
}

.join2_btn a:first-child {
    margin-right: 10px;
    background-color: #b7b7b7;
}

/* // join2 - 정보입력 */


/* join3 - 가입완료 */
.join3_box1 {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.join3_box1 p {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    font-family: 'Pretendard-Regular', sans-serif;
}

.join3_box1 p span {
    font-size: 40px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: block;
    margin-bottom: 25px;
}

/* // join3 - 가입완료 */


/* info_amend - 회원정보 수정 */
.amend_box {
    width: 550px;
    height: 45px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.amend_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.amend_btn button {
    width: 145px;
    height: 45px;
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    background-color: #363636;
}

.amend_btn button:first-child {
    margin-right: 10px;
    background-color: #b7b7b7;
}

/* // info_amend - 회원정보 수정 */


/* footer_2 - 회원약관 */
.f_2_section1 h1 {
    font-size: 43px;
    color: #111;
    font-weight: normal;
    font-family: 'S-CoreDream-6Bold', sans-serif;
}

.footer_2_content {
    width: 100%;
    padding-bottom: 50px;
}

.footer_2_content .center {
    font-size: 14px;
    line-height: 26px;
    color: #111;
    font-family: 'Noto Sans KR', sans-serif;
}

.footer_2_content .center strong {
    font-size: 15px;
    display: block;
}

.footer_2_content .center p{
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 0 10px;
}

.footer_2_content .center p.indet{
    padding-left: 10px;
    box-sizing: border-box;
}

/* // footer_2 - 회원약관 */

/* 서브 공통배너*/
.sub_top_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub_top_banner h1 {
    font-size: 60px;
    color: #000;
    font-family: 'S-CoreDream-6Bold', sans-serif;
    margin-top: 10px;
    text-align: center;
    letter-spacing: -2px;
}

.sub_top_banner h1 span {
    display: inline-block;
    background-color: #ddefff;
    line-height: 0.35;
}

.sub_top_banner2 {
    position: relative;
    margin-top: 5px;
}

.sub_top_banner2 p {
    font-size: 16px;
    color: #333;
    font-family: 'S-CoreDream-4Regular', sans-serif;
    position: relative;
    z-index: 1;
    text-align: center;
}

.bracket {
    display: flex;
    align-items: end;
}

.l_bracket {
    font-size: 0;
    margin-right: 30px;
}

.r_bracket {
    font-size: 0;
    margin-left: 30px;
}

/* 서브 공통배너*/

#subPagingPC{
    display: flex;
}

#subPagingM{
    display: none;
}











































/* mobile */
@media screen and (max-width: 767px) {

    #subPagingPC{
        display: none !important;
    }

    #subPagingM{
        display: flex !important;
    }


    #sub_content {
        margin-top: 45px;
    }

    
    /* join1 - 약관동의 */
    .join_content {
        padding-top: 45px;
    }

    .join_content h1 {
        font-size: 20px;
    }

    .join_step {
        margin-top: 40px;
    }

    .join_step ul li {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }

    .join_step ul li i {
        font-size: 20px;
        right: -13px;
    }

    .join_step ul li p {
        font-size: 16px;
    }

    .join_step ul li p span {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .join1_box1 {
        margin-top: 50px;
        padding: 5px 10px;
    }

    .join1_box1 p {
        font-size: 16px;
    }

    .join1_box1 ul li {
        width: 30px;
        height: 30px;
        cursor: inherit;
    }

    .join1_box1 ul li img {
        width: 60%;
    }

    .join1_box1 ul li:first-child {
        margin-right: 5px;
    }

    .join1_box2 {
        margin-top: 40px;
    }

    .all_agree i {
        font-size: 20px;
        cursor: inherit;
    }

    .all_agree span {
        font-size: 14px;
        cursor: inherit;
    }

    .join1_box2_inner1 {
        margin-top: 10px;
    }

    .j1_b2_top {
        padding: 10px;
    }

    .j1_b2_top p {
        font-size: 16px;
    }

    .join_agree {
        cursor: inherit;
    }

    .join_agree i {
        font-size: 20px;
    }

    .join_agree span {
        font-size: 14px;
    }

    .j1_b2_con1 {
        height: 150px;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .join1_box2_inner2 {
        margin-top: 40px;
    }

    .j1_b2_con2 {
        padding: 10px;
    }

    .j1_b2_con2 table th {
        font-size: 12px;
        padding: 5px 0;
    }

    .j1_b2_con2 table td {
        font-size: 10px;
        padding: 5px;
        line-height: 15px;
        word-break: keep-all;
    }

    .j1_b2_con2 table td br {
        display: none;
    }

    .next_btn {
        margin-top: 30px;
    }

    .next_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // join1 - 약관동의 */


    /* join2 - 정보입력 */
    .join2_box1 {
        margin-top: 40px;
    }

    .join2_box1>p {
        font-size: 10px;
    }

    .join2_box1 ul li {
        display: block;
        padding: 10px;
    }

    .join2_box1 ul li p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .join_input1 {
        width: 100%;
        justify-content: space-between;
    }

    .join_input1 input[type='text'],
    .join_input2 input[type='password'] {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .join_input1 input[type='text']::placeholder,
    .join_input2 input[type='password']::placeholder {
        font-size: 12px;
    }

    .join2_box1 ul li:first-child .join_input1 input[type='text'] {
        width: 73%;
        height: 35px;
        font-size: 12px;
    }

    .join_input1 input[type='button'] {
        width: 25%;
        height: 35px;
        font-size: 12px;
        margin-left: 0;
    }

    .join_input2 span {
        font-size: 10px;
        margin-top: 7px;
    }

    .join2_btn {
        margin-top: 30px;
    }

    .join2_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // join2 - 정보입력 */


    /* join3 - 가입완료 */
    .join3_box1 {
        margin-top: 50px;
    }

    .join3_box1 img {
        width: 30px;
    }

    .join3_box1 p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .join3_box1 p span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* // join3 - 가입완료 */


    /* info_amend - 회원정보 수정 */
    .amend_box {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .amend_btn {
        margin-top: 30px;
    }

    .amend_btn button {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .amend_btn button:first-child {
        margin-right: 5px;
    }

    /* // info_amend - 회원정보 수정 */


    /* footer_2 - 회원약관 */
    .f_2_section1 h1 {
        font-size: 20px;
    }

    .footer_2_content {
        padding-bottom: 0;
    }

    .footer_2_content .center {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_2_content .center strong {
        font-size: 13px;
    }

    /* // footer_2 - 회원약관 */
}








































/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    #subPagingPC{
        display: none !important;
    }

    #subPagingM{
        display: flex !important;
    }

    #sub_content {
        margin-top: 45px;
    }


    /* join1 - 약관동의 */
    .join_content {
        padding-top: 45px;
    }

    .join_content h1 {
        font-size: 20px;
    }

    .join_step {
        margin-top: 40px;
    }

    .join_step ul li {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }

    .join_step ul li i {
        font-size: 20px;
        right: -13px;
    }

    .join_step ul li p {
        font-size: 16px;
    }

    .join_step ul li p span {
        font-size: 12px;
        margin-bottom: 3px;
    }

    .join1_box1 {
        margin-top: 50px;
        padding: 5px 10px;
    }

    .join1_box1 p {
        font-size: 16px;
    }

    .join1_box1 ul li {
        width: 30px;
        height: 30px;
        cursor: inherit;
    }

    .join1_box1 ul li img {
        width: 60%;
    }

    .join1_box1 ul li:first-child {
        margin-right: 5px;
    }

    .join1_box2 {
        margin-top: 40px;
    }

    .all_agree i {
        font-size: 20px;
        cursor: inherit;
    }

    .all_agree span {
        font-size: 14px;
        cursor: inherit;
    }

    .join1_box2_inner1 {
        margin-top: 10px;
    }

    .j1_b2_top {
        padding: 10px;
    }

    .j1_b2_top p {
        font-size: 16px;
    }

    .join_agree {
        cursor: inherit;
    }

    .join_agree i {
        font-size: 20px;
    }

    .join_agree span {
        font-size: 14px;
    }

    .j1_b2_con1 {
        height: 150px;
        padding: 10px;
        font-size: 12px;
        line-height: 18px;
    }

    .join1_box2_inner2 {
        margin-top: 40px;
    }

    .j1_b2_con2 {
        padding: 10px;
    }

    .j1_b2_con2 table th {
        font-size: 12px;
        padding: 5px 0;
    }

    .j1_b2_con2 table td {
        font-size: 10px;
        padding: 5px;
        line-height: 15px;
        word-break: keep-all;
    }

    .j1_b2_con2 table td br {
        display: none;
    }

    .next_btn {
        margin-top: 30px;
    }

    .next_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // join1 - 약관동의 */


    /* join2 - 정보입력 */
    .join2_box1 {
        margin-top: 40px;
    }

    .join2_box1>p {
        font-size: 10px;
    }

    .join2_box1 ul li {
        display: block;
        padding: 10px;
    }

    .join2_box1 ul li p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .join_input1 {
        width: 100%;
        justify-content: space-between;
    }

    .join_input1 input[type='text'],
    .join_input2 input[type='password'] {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .join_input1 input[type='text']::placeholder,
    .join_input2 input[type='password']::placeholder {
        font-size: 12px;
    }

    .join2_box1 ul li:first-child .join_input1 input[type='text'] {
        width: 73%;
        height: 35px;
        font-size: 12px;
    }

    .join_input1 input[type='button'] {
        width: 25%;
        height: 35px;
        font-size: 12px;
        margin-left: 0;
    }

    .join_input2 span {
        font-size: 10px;
        margin-top: 7px;
    }

    .join2_btn {
        margin-top: 30px;
    }

    .join2_btn a {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    /* // join2 - 정보입력 */


    /* join3 - 가입완료 */
    .join3_box1 {
        margin-top: 50px;
    }

    .join3_box1 img {
        width: 30px;
    }

    .join3_box1 p {
        margin-top: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    .join3_box1 p span {
        font-size: 18px;
        margin-bottom: 10px;
    }

    /* // join3 - 가입완료 */


    /* info_amend - 회원정보 수정 */
    .amend_box {
        width: 100%;
        height: 35px;
        font-size: 12px;
    }

    .amend_btn {
        margin-top: 30px;
    }

    .amend_btn button {
        width: 100px;
        height: 35px;
        font-size: 14px;
    }

    .amend_btn button:first-child {
        margin-right: 5px;
    }

    /* // info_amend - 회원정보 수정 */


    /* footer_2 - 회원약관 */
    .f_2_section1 h1 {
        font-size: 20px;
    }

    .footer_2_content {
        padding-bottom: 0;
    }

    .footer_2_content .center {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_2_content .center strong {
        font-size: 13px;
    }

    /* // footer_2 - 회원약관 */

}