* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.fakea {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 101px;
    height: 44px;
    z-index: 9;
    top: 0;
    right: 0px;
    font-size: 0px;
}
#_time {
    position: absolute;
    left: 208px;
    font-weight: bold;
    top: 50%;
    margin: -9px 0 0 0;
    color: #f24f4f;
    line-height: 100%;
}

.sns-layer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #979797;
    /*  opacity: 0.8; */
    filter: alpha(opacity=50);
    z-index: 998;
    display: none;
}
.sns-layer-bg.kakao {
    background: rgba(0, 0, 0, 0.7);
}
.on-agree-section {
    position: absolute;
    max-width: 544px;
    width: 100%;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -250px;
    border: 8px solid #595959;
    background: #fff;
    text-align: center;
    z-index: 999;
    font-family: 'noto3';
}

.on-agree-section .on-agree-icon {
    position: relative;
    top: 30px;
}

.on-agree-section .agree-warning {
    position: relative;
    margin-top: 36px;
    text-align: center;
}

.on-agree-section .agree-warning h2 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    margin: 20px auto 0 auto;
}
.on-agree-section .agree-warning p {
    line-height: 130%;
    margin: 12px 0 0 0;
}

.on-agree-section .agree-warning {
    position: relative;
    margin-top: 95px;
    text-align: center;
    font-size: 19px;
}

.on-agree-section .agree-warning .num-section,
.on-agree-section .agree-warning .agree-num-section {
    position: relative;
    margin: 10px auto;
    text-align: left;
    width: 410px;
}

.on-agree-section .agree-warning .ph-center-box {
    padding: 10px 0;
}
.on-agree-section .agree-warning select {
    width: 72px;
    height: 44px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.on-agree-section .agree-warning .phone-num {
    width: 73px;
    height: 40px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.on-agree-section .agree-warning .set-number {
    width: 269px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.on-agree-section .agree-warning input[type='text']::-ms-clear {
    display: none;
}
.on-agree-section .agree-warning .agree-get,
.on-agree-section .agree-warning .agree-set {
    position: absolute;
    right: 0;
    width: 101px;
    height: 44px;
    border: none;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 13px;
}

.on-agree-section .agree-warning .agree-get {
    background: #000;
}

.on-agree-section .agree-warning .agree-set {
    background: #f24f50;
}

.confirm-btx-section {
    position: relative;
}

.confirm-btx-section a {
    position: relative;
    display: inline-block;
    width: 410px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.confirm-btx-section a.ok-btn {
    background: #b63d4b;
}

.confirm-btx-section a.cancel-btn {
    background: #595959;
}

.loading {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
}

.loading .loader-img {
    position: absolute;
    width: 240px;
    height: 90px;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -46px;
    background: #f1f2f2;
    border-radius: 10px;
    border: 2px solid #333;
}
.loading .loader-img .loader-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
}

/* 간편회원가입 절차 */
.sns_callback_section {
    max-width: 750px;
    margin: 0 auto;
    color: #333;
    font-family: 'noto3';
}

.sns_callback_section a {
    text-decoration: none;
    color: inherit;
}

.sns_callback_section button {
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
}

.sns_callback_section em {
    font-style: normal;
}

.sns_callback_section ul li {
    list-style: none;
}

.sns_callback_section .inner {
    width: calc(100% - 50px);
    margin: 0 auto;
    padding: 129px 0 100px;
}

.sns_callback_section .sns_logo {
    text-align: center;
}

.sns_callback_section .sns_note_wrap {
    margin-top: 42px;
    text-align: center;
}

.sns_callback_section .sns_note_wrap .note_title {
    letter-spacing: -0.065em;
    font-family: 'noto4';
    font-size: 40px;
}

.sns_callback_section .sns_note_wrap .note_noti {
    display: block;
    line-height: 1.22;
    margin-top: 22px;
    padding-bottom: 10px;
    letter-spacing: -0.065em;
    font-size: 42px;
    color: #3454cd;
}

.sns_callback_section .sns_note_wrap .note_noti span {
    font-family: 'noto6';
}

.sns_callback_section .sns_note_wrap .note_text {
    line-height: 1.4;
    margin-top: 7px;
    letter-spacing: -0.065em;
    font-size: 28px;
}

.sns_callback_section .sns_note_wrap .note_text em {
    color: #3454cd;
}

.sns_callback_section .sns_tab_wrap {
    margin-top: 47px;
}

.sns_callback_section .sns_tab_wrap .tab_list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c0c0c0;
}

.sns_callback_section .sns_tab_wrap .tab_list li {
    width: calc(100% / 2);
    border-right: 1px solid #c0c0c0;
}

.sns_callback_section .sns_tab_wrap .tab_list li:nth-child(2n) {
    border-right: none;
}

.sns_callback_section .sns_tab_wrap .tab_list li:nth-child(n + 3) {
    border-top: 1px solid #c0c0c0;
}

.sns_callback_section .sns_tab_wrap .tab_list button {
    display: block;
    width: 100%;
    height: 76px;
    letter-spacing: -0.065em;
    font-size: 27px;
}

.sns_callback_section .sns_tab_wrap .tab_list button.is_active {
    color: #fff;
    background: #3454cd;
}

.sns_callback_section .sns_tab_wrap .sub_tab_list {
    flex-wrap: nowrap;
    gap: 4px 7px;
    border: 0;
    margin-top: 35px;
}

.sns_callback_section .sns_tab_wrap .sub_tab_list li {
    width: calc(33.333% - 7px);
    border: 0;
}

.sns_callback_section .sns_tab_wrap .sub_tab_list li:nth-child(n + 4),
.sns_callback_section .sns_tab_wrap .sub_tab_list li:nth-child(n + 3) {
    border: 0;
}

.sns_callback_section .sns_tab_wrap .sub_tab_list button {
    height: 53px;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    background: #bcbcbc;
}

.sns_callback_section .sns_tab_wrap .sub_tab_list button.is_active {
    background: #3b3b3b;
}

.sns_callback_section .sns_tab_wrap .tab_content {
    display: none;
    margin-top: 21px;
}

.sns_callback_section .sns_tab_wrap .tab_content.is_active {
    display: block;
}

.sns_callback_section .sns_tab_wrap .content_list {
    border-top: 1px solid #bababa;
}

.sns_callback_section .sns_tab_wrap .content_list li {
    border-bottom: 1px solid #bababa;
}

.sns_callback_section .sns_tab_wrap .content_list label {
    display: flex;
    align-items: center;
    height: 83px;
    padding: 0 34px;
    font-size: 28px;
}

.sns_callback_section .sns_tab_wrap .content_list label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 21px;
    border: 2px solid #9d9d9d;
    border-radius: 50%;
}

.sns_callback_section .sns_tab_wrap .content_list input:checked + label::before {
    border-color: #333;
    background: #333;
}

.sns_callback_section .sns_tab_wrap .content_list input {
    display: none;
}

.sns_callback_section .sns_input_wrap {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 64px;
}

.sns_callback_section .sns_input_wrap label,
.sns_callback_section .sns_input_wrap input {
    width: 100%;
}

.sns_callback_section .sns_input_wrap input {
    height: 78px;
    padding: 0 37px;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    font-size: 26px;
    font-family: 'noto3';
}

.sns_callback_section .sns_input_wrap input::placeholder {
    color: #adadad;
}

.sns_callback_section .sns_btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.sns_callback_section .sns_btns_wrap {
    display: flex;
    gap: 10px;
}

.sns_callback_section .sns_btns_wrap a,
.sns_callback_section .sns_btns_wrap button {
    width: 100%;
    cursor: pointer;
}

.sns_callback_section .sns_btns_wrap .btn_cancel {
    color: #000;
    border: 1px solid #b2b2b2;
    background: transparent;
}

.sns_callback_section .btn_find {
    position: relative;
    padding: 6px 36px 5px 8px;
    border-bottom: 1px solid #333;
    letter-spacing: -0.065em;
    font-size: 25px;
}

.sns_callback_section .btn_find::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -36%);
    width: 15px;
    height: 16px;
    background: url('/_skin/sidae/images/join/pw_arrow.png') no-repeat right 2px center / 100% auto;
}

.sns_callback_section .btn_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 98px;
    margin-top: 50px;
    border-radius: 20px;
    text-align: center;
    letter-spacing: -0.065em;
    color: #fff;
    font-size: 36px;
    font-family: 'noto5';
    background: #3454cd;
}

/* 인증번호 : s */
.A-board-wrap .mo_br,
.A-board-brand-wrap .mo_br {
    display: none;
}
.ph_agree_box_wrap {
    padding: 30px 0;
    border-top: 1px solid #bdbdbd;
    box-sizing: border-box;
}

.ph_agree_box_wrap .ph_agree_tb {
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
}

.ph_agree_box_wrap .ph_agree_tb th,
.ph_agree_box_wrap .ph_agree_tb td {
    padding: 15px 22px;
    font-size: 14px;
    font-family: 'noto3';
    font-weight: 100;
    border: 1px solid #bbbbbb;
    height: auto;
    color: #000;
}

.ph_agree_box_wrap .ph_agree_tb td .ph_num_box {
    display: flex;
}

.ph_agree_box_wrap .ph_agree_tb input[type='text'] {
    font-size: 13px;
    border: 0;
    height: 34px;
    width: 350px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    background: #fff;
    background-image: none !important;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 !important;
    -moz-box-shadow: inset 0 !important;
    box-shadow: inset 0 !important;
    box-shadow: 0 !important;
}

.ph_agree_box_wrap .agree-get {
    background: rgba(0, 0, 0, 0.6);
    width: 120px;
    height: 34px;
    border: 0;
    margin-left: 10px;
    color: #fff;
}

.ph_agree_box_wrap .table_noti {
    margin: 20px 0 6px 50px;
    letter-spacing: 0.4px;
    color: #1b1b1b;
    line-height: 18px;
    font-size: 14px;
}

.ph_agree_box_wrap .table_noti:last-of-type {
    margin-top: 0;
}

.ph_agree_box_wrap .agree-set {
    display: block;
    background: #000;
    width: 100px;
    height: 34px;
    margin: 30px auto 0;
    border: 0;
    font-family: 'noto3';
    font-size: 14px;
    font-weight: 100;
    color: #fff;
}

.ph_agree_box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0 !important;
}

.ph-box_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ph-box_wrap .agree-get {
    background: rgba(0, 0, 0, 0.6);
    width: 80px;
    height: 34px;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.ph_agree_box .agree-num-section {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: fit-content;
}

.ph_agree_box .agree-set {
    background: rgba(0, 0, 0, 0.6);
    width: 60px;
    height: 34px;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.ph_agree_box .agree-num-section .set-number {
    width: 250px;
}

.ph_agree_box .agree-num-section .set-number[disabled] {
    background: #ededed;
}

.ph_agree_box .agree-num-section .time_wrap {
    position: absolute;
    right: 10px;
    font-size: 13px;
    color: #df1a23;
}

.ph_agree_box .agree-num-section .time_wrap #_time {
    position: static;
}
/* 인증번호 : e */

@media screen and (max-width: 960px) {
    /* 인증번호 : s - 960px */
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb {
        max-width: 900px;
        width: 100%;
    }
    /* 인증번호 : e - 960px */
}

@media screen and (max-width: 756px) {
    /* 인증번호 : s - 756px */
    .A-board-brand-wrap .mo_br,
    .A-board-wrap .mo_br {
        display: block;
    }
    .A-board-wrap.A-board-brand-wrap .A-board-title .title_banner em,
    .A-board-wrap.A-board-brand-wrap .A-board-title .title_banner div.spoqa4 {
        font-size: clamp(18px, 3.333vw, 24px);
        line-height: 1.4;
    }
    .A-board-brand-wrap .ph_agree_box_wrap {
        padding: 4.167vw 0;
    }
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb th,
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb td,
    .A-board-write-wrap .review-writing .review-writing-wrap td {
        padding: 2.083vw 1.389vw;
    }
    .A-board-write-wrap .ph_agree_box {
        gap: 1.389vw;
        gap: 0;
    }
    .A-board-brand-wrap .ph_agree_box .agree-num-section,
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb input[type='text'] {
        gap: 1.389vw;
        width: calc(100% - (19.444vw));
    }
    .ph_agree_box_wrap .ph_agree_tb input[type='text']::placeholder {
        color: transparent;
    }

    .A-board-write-wrap .ph-box {
        width: 250px;
    }
    .A-board-write-wrap .ph_agree_box .agree-num-section {
        width: fit-content;
    }
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb .agree-num-section input[type='text'] {
        width: 100%;
    }
    .A-board-brand-wrap .ph_agree_box_wrap .agree-get {
        width: 16.667vw;
        margin-left: 1.389vw;
        padding: 0 2.778vw;
        box-sizing: border-box;
    }
    .A-board-brand-wrap .ph_agree_box_wrap .table_noti {
        margin: 2.778vw 0 0.833vw 0;
        font-size: clamp(11px, 1.944vw, 14px);
    }
    .A-board-brand-wrap .ph_agree_box_wrap .agree-set {
        width: fit-content;
        padding: 0 5.556vw;
    }
    /* 인증번호 : e - 756px */
}

@media screen and (max-width: 750px) {
    /* 관심분야 선택 */
    .sns_callback_section .inner {
        width: calc(100% - 6.667vw);
        padding: 17.2vw 0 13.333vw;
    }

    .sns_callback_section .sns_logo img {
        width: 28.933vw;
        height: auto;
    }

    .sns_callback_section .sns_note_wrap {
        margin-top: 5.6vw;
    }

    .sns_callback_section .sns_note_wrap .note_title {
        font-size: clamp(12px, 5.333vw, 40px);
    }

    .sns_callback_section .sns_note_wrap .note_noti {
        margin-top: 2.933vw;
        padding-bottom: 1.333vw;
        font-size: clamp(12px, 5.6vw, 42px);
    }

    .sns_callback_section .sns_note_wrap .note_text {
        margin-top: 0.933vw;
        font-size: clamp(12px, 3.733vw, 28px);
    }

    .sns_callback_section .sns_tab_wrap {
        margin-top: 6.267vw;
    }

    .sns_callback_section .sns_tab_wrap .tab_list button {
        height: 10.133vw;
        font-size: clamp(12px, 3.6vw, 27px);
    }

    .sns_callback_section .sns_tab_wrap .sub_tab_list {
        gap: 0.533vw 0.933vw;
        margin-top: 4.667vw;
    }

    .sns_callback_section .sns_tab_wrap .sub_tab_list li {
        width: calc(33.333% - 0.933vw);
    }

    .sns_callback_section .sns_tab_wrap .sub_tab_list button {
        height: 7.067vw;
        border-radius: 0.8vw;
        font-size: clamp(12px, 3.2vw, 24px);
    }

    .sns_callback_section .sns_tab_wrap .tab_content {
        margin-top: 2.8vw;
    }

    .sns_callback_section .sns_tab_wrap .content_list label {
        height: 8.267vw;
        padding: 0 4.533vw;
        font-size: clamp(12px, 2.742vw, 28px);
    }

    .sns_callback_section .sns_tab_wrap .content_list label::before {
        width: 2.4vw;
        height: 2.4vw;
        margin-right: 2.8vw;
    }

    .sns_callback_section .sns_input_wrap {
        gap: 1.467vw;
        margin-top: 8.533vw;
    }

    .sns_callback_section .sns_input_wrap input {
        height: 10.4vw;
        padding: 0 4.933vw;
        font-size: clamp(12px, 3.467vw, 26px);
    }

    .sns_callback_section .sns_btn_wrap {
        margin-top: 3.733vw;
    }

    .sns_callback_section .btn_find {
        padding: 0.8vw 4.8vw 0.667vw 1.067vw;
        font-size: clamp(12px, 3.333vw, 25px);
    }

    .sns_callback_section .btn_find::after {
        right: 0.933vw;
        width: 2vw;
        height: 2.133vw;
    }

    .sns_callback_section .btn_submit {
        height: 13.067vw;
        margin-top: 6.667vw;
        border-radius: 2.667vw;
        font-size: clamp(12px, 4.8vw, 36px);
    }
}

@media screen and (max-width: 700px) {
    /* 인증번호 : s - 700px */
    .dhei .A-board-brand-wrap .A-board-title .notice li {
        font-size: 15px;
    }
    /* 인증번호 : e - 700px */
}

@media screen and (max-width: 600px) {
    /* 인증번호 : s - 400px */
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb th,
    .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb td {
        font-size: 12px;
    }
    /* 인증번호 : e - 400px */
    #_time {
        left: 55%;
    }
    .on-agree-section {
        max-width: initial;
        width: 94%;
        height: 420px;
        left: 50%;
        margin-left: -47%;
        margin-top: -210px;
        box-sizing: border-box;
        border: 4px solid #595959;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: start;
        align-content: center;
    }

    .on-agree-section .on-agree-icon {
        position: relative;
        top: 30px;
    }

    .on-agree-section .agree-warning {
        position: relative;
        margin-top: 36px;
        text-align: center;
    }

    .on-agree-section .agree-warning h2 {
        font-size: 24px;
        margin: 0 auto;
    }
    .on-agree-section .agree-warning p {
        margin: 10px 0 0 0;
        word-break: keep-all;
    }

    .on-agree-section .agree-warning {
        width: 100%;
        margin-top: 0;
        font-size: 15px;
    }
    .on-agree-section .agree-warning .num-section,
    .on-agree-section .agree-warning .agree-num-section {
        margin: 10px auto;
        width: 90%;
    }
    .on-agree-section .agree-warning .ph-center-box {
        padding: 5% 0;
    }
    .on-agree-section .agree-warning select {
        width: 20%;
        height: 44px;
        text-align: center;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .on-agree-section .agree-warning .phone-num {
        width: 19.2%;
        height: 40px;
        font-size: 13px;
    }
    .on-agree-section .agree-warning .set-number {
        width: 66.5%;
        height: 40px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .on-agree-section .agree-warning .agree-get,
    .on-agree-section .agree-warning .agree-set {
        position: absolute;
        right: 0;
        width: 101px;
        height: 44px;
        border: none;
        color: #fff;
        cursor: pointer;
        box-sizing: border-box;
        font-size: 13px;
    }
    .confirm-btx-section {
        position: relative;
        width: 100%;
    }

    .confirm-btx-section a {
        width: 90%;
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    /* 인증번호 : s - 500px */
    .A-board-write-wrap .ph-box_wrap {
        gap: 1.389vw;
        gap: 0;
    }
    .A-board-write-wrap .ph_agree_box .agree-num-section {
        width: calc(100% - (14.444vw));
    }
    .A-board-write-wrap .ph_agree_box .agree-num-section .set-number {
        max-width: 250px;
        width: 100%;
    }
    /* 인증번호 : e - 500px */
}

@media screen and (max-width: 400px) {
    /* 인증번호 : s - 400px */
    .dhei .A-board-brand-wrap .A-board-title .notice li {
        font-size: 13px;
    }
    .A-board-brand-wrap .ph_agree_box .agree-num-section, .A-board-brand-wrap .ph_agree_box_wrap .ph_agree_tb input[type='text'] {
        width: calc(100% - (1.389vw + 65px));
    }
    /* .A-board-brand-wrap .dhei .ph-box, */
    .A-board-brand-wrap .ph_agree_box .agree-num-section {
        width: calc(100% - (1.389vw + 40px));
    }
    .A-board-brand-wrap .ph_agree_box_wrap .agree-get {
        min-width: 65px;
    }
    /* 인증번호 : e - 400px */
    .fakea {
        background: rgba(255, 255, 255, 0.6);
        width: 100%;
        height: 40px;
        top: 55px;
        right: 0px;
        font-size: 0px;
    }
    .on-agree-section .agree-warning select {
        width: 20%;
        height: 44px;
        text-align: center;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .on-agree-section .agree-warning .phone-num {
        width: 29%;
        height: 40px;
        font-size: 13px;
    }
    .on-agree-section .agree-warning .set-number {
        width: 100%;
        height: 40px;
        font-size: 15px;
    }
    .on-agree-section .agree-warning .agree-get,
    .on-agree-section .agree-warning .agree-set {
        position: relative;
        display: block;
        width: 100%;
        height: 40px;
        margin: 15px 0 0 0;
    }
    #_time {
        left: initial;
        right: 2%;
        top: 12%;
        margin: 0;
    }
}
