
.input {
    height:45px;
    font-size: 0.8em;
}

.wrap {
    max-width: 500px;
    padding:0 10px;
    padding-top: 20px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.step .privacyBox .fwb > input[type='checkbox'] + label {
    font-weight: bold;
    font-size: 17px !important;
}

.member_cont {
    width: 480px;
    margin: 0 auto;
}
.logo {
    margin-top: 40px;
    margin-bottom: 20px;
}
.logo a {
    display: block;
    width: 120px;
}
.logo a img {
    width: 100%;
}
.progress_bar {
    margin-bottom: 20px;
    background-color: #e6e6e6;
}
.progress_bar > span {
    display: block;
    height: 5px;
    background-color: #e01820;
    transition: all .5s;
}
.title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}

.privacyBox {
    background-color: #fff;
}

.privacyBox .top {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}

.privacyBox .input_Style.circle > input[type='checkbox'] + label {
    padding-left: 35px;
    font-size: 16px;
}

#allchk > input[type='checkbox'] + label {
    padding-left: 35px;
    font-size: 20px;
}

.privacyBox .input_Style.circle > input[type='checkbox'] + label:before {
    width: 25px;
    height: 25px;
}

.privacy_Box {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
}

.privacy_Box .top {
    padding: 15px;
    border-bottom: 1px solid #dadada;
}

.input_Style.circle input[type='checkbox']:checked + label:before {
    background-image: url(../images/join_img/input_radio_on.png);
    background-size: 100%;
}

.input_Style.circle input[type='checkbox'] + label:before {
    background-image: url(../images/join_img/input_radio.png);
    border: none;
}

.input_Style input[type='checkbox'] + label:before {
    width: 28px;
    background-color: #fff;
    border: 2px solid #a7a7a7;
    border-radius: 4px;
}

.input_Style input[type='checkbox'] + label:before,
.input_Style input[type='radio'] + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
}

.chk_module {
    position: relative;
}

.input_Style input[type='checkbox'] + label {
    display: inline-block;
    color: #272727;
    letter-spacing: -0.4px;
    position: relative;
    cursor: pointer;
}

.privacy_Area dt {
    padding: 12.5px 0;
    position: relative;
}

.red {
    color: #e01820;
}

.privacy_Area dt .open_btn {
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    color: #999;
    text-decoration: underline;
    transform: translateY(-50%);
}

button {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.input_Style.icon_White input[type='checkbox']:checked + label:before {
    background-image: url(../images/join_img/icon_check_on.png);
}

.input_Style input[type='checkbox']:checked + label:before {
    background-image: url(../images/join_img/icon_check_on.png);
}

.input_Style input[type='checkbox'] + label:before {
    background-image: url(../images/join_img/icon_check_grey.png);
    border: none;
}

.input_Style input[type='checkbox'] + label {
    height: 28px;
    line-height: 28px;
    padding-left: 36px;
}

.alarm_set > .input_Style {
    margin-bottom: 10px;
}
.alarm_set {
    display: flex;
    padding-left: 35px;
}
.p_Style.dangu.fs14_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.p_Style.dangu:before {
    content: '\203B';
    font-size: 15px;
    font-family: 'Noto Sans KR', sans-serif;
}

.p_Style.dangu.fs14_icon {
    font-size: 13px;
    line-height: 20px !important;
    padding-left: 20px;
    position: relative;
}
.mr25 {
    margin-right: 25px;
}
.mt20 {
    margin-top: 20px;
}

.step_btn_Box {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.btn-Style.r6 {
    border-radius: 6px;
}

a.btn-Style.full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
a.btn-Style.half {
    padding-left: 10px;
    padding-right: 10px;
    width: 48%;
}
a.btn-Style.grey02 {
    color: #fff;
    background-color: #8990a0;
}
a.btn-Style.red02 {
    color: #fff;
    background-color: #e01820;
}
a.btn-Style.fs_20 {
    font-size: 20px;
    line-height: 30px;
}
a.btn-Style {
    display: inline-block;
    padding: 14px 20px;
    text-align: center;
    vertical-align: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
}
a:hover {
    text-decoration: underline;
}


button.btn-Style.r6 {
    border-radius: 6px;
}

button.btn-Style.full {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
button.btn-Style.half {
    padding-left: 10px;
    padding-right: 10px;
    width: 45%;
}
button.btn-Style.grey02 {
    color: #fff;
    background-color: #8990a0;
}
button.btn-Style.fs_20 {
    font-size: 20px;
    line-height: 30px;
}
button.btn-Style {
    display: inline-block;
    padding: 14px 20px;
    text-align: center;
    vertical-align: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
}
button:hover {
    text-decoration: underline;
}

/* ÀÌ¿ë¾à°üÀÔ´Ï´Ù */
.terms_box {
    max-width: 445px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #c6c6c6;
    margin: 9px 0 0 32px;
    overflow: auto;
    padding: 15px;
}
.article_top_title {
    letter-spacing: -0.38px;
    color: #303038;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.article_title {
    letter-spacing: -0.38px;
    color: #303038;
    font-size: 15px;
    font-weight: bold;
}
.article_text {
    margin-top: 5px;
}
.article {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.43px;
    color: #767678;
}
.article:first-child {
    margin-top: 0;
}
.noto {
    font-family: 'Noto Sans KR', sans-serif;
}

/* ³»¿ëÆË¾÷Ã¢ÀÔ´Ï´Ù */
.layerPopup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
}
.layerPopup > .inWrap * {
    letter-spacing: -0.04em;
}

.layerPopup.dimm {
    background-color: rgba(0, 0, 0, 0.65);
}

.layerPopup.fixed:before {
    /* content: '';
    display: inline-block;
    width: 0.1px;
    height: 100%;
    vertical-align: middle; */
}
.layerPopup.fade.is_show {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.layerPopup.fixed {
    position: fixed;
    bottom: 0;
    text-align: center;
}

.layerPopup.fixed > .inWrap {
    position: relative;
    /* top: auto; */
    left: auto;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
.layerPopup.w600 .inWrap {
    width: 600px;
}
.layerPopup > .inWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 50px 20px 40px 20px;
    text-align: left;
    border: 1px solid #272727;
    background-color: #fff;
}
.cont_scroll {
    overflow: hidden;
    overflow-y: auto;
}
.mt10 {
    margin-top: 10px;
}
.layerPopup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}
.layerPopup .close button {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url(../images/join_img/close.png);
    background-size: 100%;
}
.layerPopup .close button span {
    font-size: 0px;
    color: #fff;
}

/* join2ÀÔ´Ï´Ù */
.form_list {
    position: relative;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 18px;
}

.form_item.user::before {
    background: url(../images/join_img/user.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.form_item::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    content: '';
}
.form_item {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    max-width: 480px;
    min-height: 65px;
    padding: 0 10px 0px 55px;
}
.form_list::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid #c6c6c6;
    pointer-events: none;
    content: '';
}
.form_item.lock::before {
    background: url(../images/join_img/lock.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.form_item.phone::before {
    background: url(../images/join_img/phone.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.form_item span {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    height: 100%;
}
.form_item .btnSubmit {
    margin: 1px 0;
    margin-right: 1px;
    width: 100px;
    height: calc(100% - 2px);
    font-size: 16px;
    color: #272727;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-left: 1px solid #dcdcdc;
}

/* ¼ºº°Ã¼Å©¶õÀÔ´Ï´Ù */

.genderSelect_Area {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
    border-radius: 6px;
}
.genderSelect_Area .input_Style:nth-child(1),
.genderSelect_Area .input_Style:nth-child(2),
.genderSelect_Area .input_Style:nth-child(3) {
    /* border-top: 1px solid #c6c6c6; */
}

.genderSelect_Area.input_Style input[type='radio'] {
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
}

.genderSelect_Area .input_Style.border input[type='radio'] + label {
    padding: 15px 0;
    font-size: 16px;
    line-height: 25px !important;
    border-top: none;
    border-left: 1px solid #c6c6c6;
}
.genderSelect_Area.input_Style.border input[type='radio'] + label:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    content: '';
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
}

.genderSelect_Area .input_Style {
    float: left;
    width: 50%;
}
.genderSelect_Area:after {
    content: '';
    display: block;
    clear: both;
}

.genderSelect_Area .input_Style.border input[type='radio'] + label {
    display: block;
    /* padding: 5px 10px; */
    height: auto;
    text-align: center;
    border: 1px solid transparent;
}
.genderSelect_Area .input_Style:nth-child(3n + 1) label {
    /* border-left: 1px solid #c6c6c6 !important; */
}
.genderSelect_Area .input_Style.border input[type='radio']:checked + label:after {
    border: 2px solid #e01820;
    border-radius: 6px 0 0 6px;
    box-sizing: border-box;
    width: 101%;
}

.genderSelect_Area .input_Style.border.bor1 input[type='radio']:checked + label:after {
    border: 2px solid #e01820;
    border-radius: 0 6px 6px 0;
    box-sizing: border-box;
    width: 101%;
}
.genderSelect_Area.input_Style.border input[type='radio']:checked + label {
    color: #e01820;
}
.genderSelect_Area.input_Style input[type='radio'] + label {
    display: inline-block;
    color: #272727;
    letter-spacing: -0.4px;
    position: relative;
    cursor: pointer;
}
.bor1{
border-left: 1px solid #c6c6c6;
}


/* join3ÀÔ´Ï´Ù */
.ul_txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #999;
}

/* join4ÀÔ´Ï´Ù */
.form_item.school::before {
    background: url(../images/join_img/school.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}
.school .btnSubmit {
    margin: 1px 0;
    margin-right: 1px;
    width: 130px;
    height: calc(100% - 2px);
    font-size: 16px;
    color: #272727;
    background-color: #f5f5f5;
    border: 1px solid transparent;
    border-left: 1px solid #dcdcdc;
}
.gradeSelect_Area {
    background-color: #fff;
    margin-bottom: 10px;
}
.gradeSelect_Area .input_Style:nth-child(1),
.gradeSelect_Area .input_Style:nth-child(2),
.gradeSelect_Area .input_Style:nth-child(3) {
    border-top: 1px solid #ddd;
}

.input_Style input[type='radio'] {
    overflow: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border: 0;
    font-size: 0;
    line-height: 0;
}

.gradeSelect_Area .input_Style.border input[type='radio'] + label {
    padding: 15px 0;
    font-size: 16px !important;
    line-height: 25px !important;
    border-top: none;
    border-left: none;
}
.input_Style.border input[type='radio'] + label:after {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    content: '';
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
}
.gradeSelect_Area .input_Style {
    float: left;
    width: 33%;
}
.gradeSelect_Area:after {
    content: '';
    display: block;
    clear: both;
}

.input_Style.border input[type='radio'] + label {
    display: block;
    padding: 5px 10px;
    height: auto;
    text-align: center;
    border: 1px solid #ddd;
}
.gradeSelect_Area .input_Style:nth-child(3n + 1) label {
    border-left: 1px solid #ddd !important;
}

.input_Style.border input[type='radio']:checked + label:after {
    border: 2px solid #e01820;
    box-sizing: border-box;
    width: 101%;
}
.input_Style.border input[type='radio']:checked + label {
    color: #e01820;
}
.input_Style input[type='radio'] + label {
    display: inline-block;
    color: #272727;
    letter-spacing: -0.4px;
    position: relative;
    cursor: pointer;
}
.top_txt {
    font-size: 15px;
    color: #929294;
    margin-bottom: 4px;
}
.form_wrap {
    margin-top: 20px;
}

.join_totalBox {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.join_boxes {
    display:flex;
    /* transition: all .5s;
    height:680px; */
}

/* .join2_box,.join3_box,.join4_box {
    display:none;
} */

.searchSchoolBox {
    border:1px solid #c6c6c6; 
    border-radius:6px; 
    padding: 3px;
    display:none;
}

.searchSchoolBox_con {
    display:flex; 
    justify-content:space-around;
}

.searchSchoolKeyword {
    width:75%; 
    height:22px; 
    border:1px solid #c6c6c6; 
    border-radius:5px; 
    padding-left:6px;
}

.searchResultBox {
    max-height:80px; 
    overflow-y:auto;
}

.selSchool {
    display:flex; 
    justify-content:space-between; 
    font-size:14px;
    cursor:pointer;
}
.selSchool:hover {
    background:#ddd;
}

.selSchool_child1 {
    width:60%; 
    text-align:center;
}

.selSchool_child2 {
    width:40%; 
    text-align:center;
}

#txtMemAddr {
    width:90%;
}

.openSearchSchool:hover {
    background:#cdd;
}

.graduate-select {box-sizing: border-box; border: 2px solid #ffffff; height: 45px; max-width: 100%; color: #929294; font-size: 13px; padding-left: 15px; cursor: pointer;}
.grad-info {font-size: 14px; color: #929294; margin-top: 1%;}
.top-import {color: #e01820;}

/* °¡ÀÔ¿Ï·áÆäÀÌÁö ÀÔ´Ï´Ù */
.join_complete_img {
    max-width: 477px;
    margin: 0 auto;
}
.join_complete_img img{
    width: 100%;
}
.wing_info{
    background: #F9F9F9;
    border-radius: 6px;
    padding: 20px 30px 25px;
    margin-bottom: 20px;
}
.wing_info_top{
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.wing_icon{
    margin-right: 10px;
    width: 28px;
}
.wing_icon img{
    width: 100%;
}
.wing_info_top_txt{
    font-size: 22px;
}
.wing_info_top_txt:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 2px;
    background-color: #ddd;
}
.wing_info_content_top{
    color: #444;
    font-size: 15px;
    margin-bottom: 3px;

}
.nesin_beginning{
    margin-bottom: 20px;
}
.nesin_beginning_top{
    color: #444;
    font-size: 15px;
    margin-bottom: 5px;
}
.nesin_beginning_box{
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #e3e5e8, 0 1px 2px 0 rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
}
.nesin_beginning_box:hover{
    text-decoration: underline;
}
.join_complete_nesin_guide_icon{
    margin-right: 10px;
    width: 26px;
}
.join_complete_nesin_guide_icon img{
    width: 100%;
}

/* ¸ð¹ÙÀÏ */
@media only screen and (max-width: 767px) {
    .logo a{
        width: 100px;
    }
    .title {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 25px;
    }
    .join_totalBox {
        width: 95%;
    }
    .wrap {
        max-width: 100%;
        padding-top: 0;
        margin-bottom: 100px;
        /* transition: none; */
    }
    .member_cont{
        max-width: 100%;
        /* width: 100%; */
        margin: 0 auto;
    }
    .wing_info {
        background: #F9F9F9;
        border-radius: 6px;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .wing_info_top{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .wing_info_top_txt:after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 2px;
        background-color: #ddd;
    }
    .wing_icon{
        margin-right: 10px;
        width: 23px;
    }
    .wing_info_content_top{
        font-size: 13px;
    }
    .ing_info_content_txt p{
        font-size: 13px;
        letter-spacing: -0.4px;
    }
    .nesin_beginning_txt{
        font-size: 14px;
    }
    .join_complete_nesin_guide_icon{
        width: 22px;
    }
    .wing_info_top_txt {
        font-size: 18px;
    }

    /* È¸¿ø°¡ÀÔ */
    .join_totalBox{
        max-width: 500px;
    }
    .privacyBox .input_Style.circle > input[type='checkbox'] + label {
        padding-left: 30px;
        font-size: 14px;
    }
    .layerPopup.w600 .inWrap {
        max-width: 600px;
        width: 100%;
    }
    .join_boxes {
        display: flex;
        /* flex-direction: column; */
    }
    .join1_box{
        width: 100%;
    }
    .join2_box{
        width: 100%;
    }
    .join3_box{
        width: 100%;
    }
    .join4_box{
        width: 100%;
    }
    .terms_box {
        /* max-width: 445px; */
        /* width: 93%; */
        padding: 10px 15px;
        margin: 3px 0 0 20px;
    }
    .privacyBox .input_Style.circle > input[type='checkbox'] + label:before {
        width: 20px;
        height: 20px;
    }
    .input_Style.circle input[type='checkbox'] + label:before {
        background-image: url(../images/join_img/input_radio.png);
        border: none;
        background-size: 20px;
    }
    .input_Style input[type='checkbox'] + label {
        height: 28px;
        line-height: 20px;
        padding-left: 30px;
    }
    .input_Style input[type='checkbox'] + label:before {
        background-image: url(../images/join_img/icon_check_grey.png);
        border: none;
        background-size: 20px;
    }
    .article {
        font-size: 13px;
    }
    .article_top_title {
        color: #303038;
        font-size: 15px;
        margin-bottom: 7px;
    }
    .article_title {
        font-size: 14px;
    }

    .step .privacyBox .fwb > input[type='checkbox'] + label {
        font-weight: bold;
        font-size: 16px;
    }

    .alarm_set {
        font-size: 14px;
    }
    .privacyBox .top {
        margin-bottom: 0px;
        padding-bottom: 15px;
    }
    .step_btn_Box{
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #fff;
        padding: 15px;
        margin: 0;
    }
    a.btn-Style.grey02 {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 0;
        color: #fff;
        background-color: #8990a0;
    }
    .p_Style.dangu.fs14_icon{
        font-size: 12px;
    }

    /* ¼ºº°¶õ */
    .genderSelect_Area .input_Style.border input[type='radio'] + label {
        font-size: 16px;
    }



    
  

}

@media only screen and (max-width: 530px) {

    


}

