div#header_signup_wrap input {}



.sign_textbox {
    position: relative;
    margin-bottom: 5px;
}

.sign_textbox label {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 0 1.2em;
    line-height: 58px;
    color: #b8b8b8;
    cursor: text;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem;
}

.sign_textbox label .material-symbols-outlined {
    font-size: 2.4rem;
    font-variation-settings:
      'FILL' 0,
      'wght' 400,
      'GRAD' 0,
      'opsz' 56
  }

.sign_textbox input[type="text"],
.sign_textbox input[type="password"] {
    width: 100%;
    height: 60px;
    line-height: normal;
    padding: .8em 1.2em;
    font-family: inherit;
    border: 1px solid #999;
    border-radius: 6px;
    outline-style: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #111;
    font-size: 1.4rem;
}



.sign_checks {
    position: relative;
    text-align: left;
    color: #666;
    margin-top: 10px;
}

.sign_checks input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sign_checks input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 1rem;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.sign_checks input[type="checkbox"]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;

    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: none;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;

}

.sign_checks input[type="checkbox"]+label:active:before,
.sign_checks input[type="checkbox"]:checked+label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}



.sign_checks input[type="checkbox"]:checked+label:before {
    position: absolute;
    content: "";
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    background: transparent;
    border-color: transparent #db0226 #db0226 transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no-csstransforms .sign_checks input[type="checkbox"]:checked+label:before {

    content: "\2714";
    top: 0;
    left: 0;
    width: 18px;
    line-height: 18px;
    color: #db0226;
    text-align: center;
    border: 1px solid #fff;
}








div.log_box {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0px auto 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 100px 0 30px;
    border-radius: 8px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

div.log_ico_box {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    padding-top: 30px;
    border-radius: 120px;
    background: #d50225;
    color: #fff;
}

div.log_ico_box i {
    font-size: 4rem;
}

dl.log_input_box {
    padding: 0 10%;
}

dl.log_input_box>dt {
    font-family: 'GmarketSansMedium', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 35px;
}

dl.log_input_box>dd i {
    color: #444;
    font-size: 2rem !important;
}

dl.log_input_box>dd button {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: #db0226;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 1.375rem;
    font-weight: 600;
}

dl.log_input_box>dd button:hover {
    color: #db0226;
    background: #fff;
}

div.forget_box,
div.resist_box {
    position: relative;
    margin: 20px auto 0;
    font-weight: 500;
    font-size: 0.875rem;
}

div.forget_box a,
div.resist_box a {
    color: #666;
}

div.forget_box a:hover,
div.resist_box a:hover {
    color: #db0226;
}

div.forget_box {
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}




div.sign_memtype_wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

dl.sign_title_box {
    color: #fff;
    margin-bottom: 70px;
    padding: 20px;
}

dl.sign_title_box dt {
    font-size: 2.215rem;
    font-weight: 400;
    margin-bottom: 20px;
}

dl.sign_title_box dd {
    color: #7c7c7c;
    font-size: 1.25rem;
}


ul.memtypelist {
    margin-bottom: 20px;
    padding: 0 7px;
}

ul.memtypelist>li {
    display: inline-block;
    float: left;
    width: calc(25% - 14px);
    background: #fff;
    color: #9e9e9e;
    margin: 0 7px;
    font-size: 0.875rem;
    font-weight: 300;
    border-radius: 12px;
    padding: 2.5vw 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

ul.memtypelist>li:hover {
    background: #0d4099;
    color: #fff;
    cursor: pointer;
}

ul.memtypelist>li img {
    margin-bottom: 10px;
}

ul.memtypelist>li p {
    color: #0a1122;
    font-size: 1.25rem;
    font-weight: 500
}

ul.memtypelist>li:hover p {
    color: #fff;
}

@media (max-width: 767px) {
    ul.memtypelist>li {
        float: left;
        width: calc(50% - 4px);
        margin: 0 2px;
        margin-bottom: 4px;
    }
}

@media (max-width: 575px) {
    dl.sign_title_box {
        margin-bottom: 20px;
    }

    dl.sign_title_box dt {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    dl.sign_title_box dd {
        font-size: 1rem;
    }

    ul.memtypelist>li img {
        padding: 3vw 0;
    }

    ul.memtypelist>li img {
        width: 40%;
        max-width: 50%;
        height: auto;
    }


}



div.memregis_box {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0px auto 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

div.memregis_title_box {
    height: auto;
    border-bottom: 2px solid #d50225;
    padding: 20px 50px 15px;
    text-align: left;
    margin-bottom: 15px;
    color: #999;
}

div.memregis_title_box>p {
    font-family: 'GmarketSansMedium';
    font-size: 26px;
    margin-top: 5px;
    color: #000;
}

div.memregis_body_wrap {
    padding: 0px 50px 50px;
}

div.top_guidetext_box {
    text-align: left;
    padding: 0 0 30px;
}

div.top_guidetext_box ul {}

div.top_guidetext_box li {
    color: #666;
}

dl.memregis_rule_formbox {
    padding: 0 0 15px;
    text-align: left;
}

dl.memregis_rule_formbox>dt {
    font-family: 'GmarketSansMedium';
    font-size: 20px;
    color: #d50225;
}

dl.memregis_rule_formbox>dd {
    padding: 10px 0;
}

.regis_textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    padding: 15px;
}






div.mycounting {
    position: relative;
    margin-top: 5px;
}

span#MyTimer {
    position: absolute;
    left: 125px;
    top: 10px;
    color: #ff6600;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
}


div.line_bar {
    height: 1px;
    background: #000;
    margin-top: 50px;
    margin-bottom: 50px;
}


ul.parents_childlist_wrap {
    text-align: left;
    margin-bottom: 50px;
}

ul.parents_childlist_wrap li {
    background: #f5f5f5;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px 20px;
}

dl.parents_childlist_item {}

dl.parents_childlist_item>dt {
    float: left;
    width: 23%;
    font-weight: 400;
    color: #111;
}

dl.parents_childlist_item>dd {
    float: left;
    color: #111;
}

dl.parents_childlist_item>dd:nth-child(1) {}

dl.parents_childlist_item>dd:nth-child(2) {
    width: 15%
}

dl.parents_childlist_item>dd:nth-child(3) {
    width: 24%;
}

dl.parents_childlist_item>dd:nth-child(4) {
    width: 33%;
    text-align: right;
}

dl.parents_childlist_item>dd:nth-child(5) {
    width: 5%;
    text-align: right;
}

dl.parents_childlist_item>dd:nth-child(5) a {
    color: #000;
}




dl.regisend_message {
    padding-top: 100px;
}

dl.regisend_message>dt {
    font-size: 1.375rem;
    color: #111;
    line-height: 130%;
}

dl.regisend_message>dd {
    margin: 20px 0;
}

dl.regisend_message>dd>p {
    color: #999;
}


p.btn_alonetext {
    padding: 20px 0 0;
}

p.btn_alonetext a {}

p.btn_alonetext a:hover {
    color: #d50225;
}





div.find_box {
    position: relative;
    width: 90%;
    max-width: 620px;
    margin: 0px auto 50px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

div.find_message {
    padding: 50px 0 50px;
    font-size: 1.375rem;
    color: #111;
    line-height: 130%;
}

div.find_message strong {
    color: #db0226;
}





@media (max-width: 1439px) {}

@media (max-width: 1365px) {}

@media (max-width: 1279px) {}


@media (max-width: 1199px) {}

@media (max-width: 1023px) {}


@media (max-width: 991px) {
    div.memregis_box {
        width: 90%;
    }
}


@media (max-width: 767px) {
    div#header_signup_wrap {
        margin: 0 auto;
    }

    div#signup_content_nobg_wrap {
        padding-top: 130px;
    }


    div.signup_top_logo {
        float: none;
        max-width: 320px;
        margin: 20px 10px;
    }

    div.signup_top_sobasic {
        display: none;
    }

    div.log_box {
        width: 80%;
        padding-top: 60px;
    }

    div.log_ico_box {
        width: 80px;
        height: 80px;
        padding-top: 18px;
    }

    div.log_ico_box i {
        font-size: 2.7rem;
    }

    dl.log_input_box>dt {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }


    div.memregis_box {
        margin: 0px auto 50px;
    }

    div.memregis_title_box {
        padding: 20px 30px 15px;
    }

    div.memregis_title_box>p {
        font-size: 20px;
    }

    div.top_guidetext_box {
        font-size: 14px;
    }

    div.memregis_body_wrap {
        padding: 0px 30px 30px;
    }


    dl.parents_childlist_item>dt {
        float: none;
        width: 100%;
    }

    dl.parents_childlist_item>dd {
        float: none;
        font-size: 0.875rem;
    }

    dl.parents_childlist_item>dd:nth-child(2) {
        width: 100%
    }

    dl.parents_childlist_item>dd:nth-child(3) {
        width: 100%;
    }

    dl.parents_childlist_item>dd:nth-child(4) {
        width: 100%;
        text-align: left;
    }

    dl.parents_childlist_item>dd:nth-child(5) {
        width: 100%;
        text-align: left;
    }

    dl.parents_childlist_item>dd:nth-child(5) a {
        color: #000;
    }


    ul.footer_copyright>li:last-child {
        display: none;
    }
}


@media (max-width: 699px) {
    div.birthday select {
        width: 90%;
        margin-top: 5px;
    }

    div.email input {
        width: 100% !important;
    }

    div.email select {
        width: 100%;
        margin-top: 5px;
    }

    div.phone select {
        width: 100%;
    }

    div.phone input {
        width: 100% !important;
    }

    div.phone span.btn_alone {
        width: 100% !important;
        margin-left: 0;
        margin-top: 5px;
    }

    span#MyTimer {
        left: 85%;
        top: 15px
    }

    dl.input_item_row.phone select,
    dl.input_item_row.phone input,
    dl.input_item_row.phone span.btn_alone {
        width: 100% !important;
        margin: 5px 0 0;
    }

    dl.input_item_row.email select,
    dl.input_item_row.email input {
        width: 100% !important;
        margin: 5px 0 0;
    }



}


@media (max-width: 575px) {
    div.log_box {
        width: 90%;
    }

    div.memregis_box {
        margin: 0px auto 50px;
    }

    div.memregis_title_box {
        padding: 20px 15px 15px;
    }

    div.memregis_body_wrap {
        padding: 0px 15px 15px;
    }

}

@media (max-width: 320px) {}



@media (max-height: 720px) {
    div#signup_content_wrap {
        height: 100vh;
        height: -webkit-fill-available;
        height: fill-available;
    }
}










.nodisplay {
    display: none;
}









#dim_joindojang_master .matching_search_result_wrap,
#dim_joindojang_trainee .matching_search_result_wrap {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 20px;
}

.divSearchGymNm .searchResultGymNm dl.myinfo_matching_item>dd:nth-child(2) {
    width: 25%;
}

.divSearchGymNm .searchResultGymNm dl.myinfo_matching_item>dd:nth-child(3) {
    width: 20%;
}

.divSearchGymNm .searchResultGymNm dl.myinfo_matching_item>dd:nth-child(4) {
    width: 50%;
}

div.profile_img img {
    width: 120px;
    height: 120px;
}


div.profile_img img {
    width: 120px;
    height: 120px;
}


div.account_img img {
    width: 80px;
    height: 80px;
}


.btn_red {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff !important;
    background: #db0226;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 400;
}

.btn_red:hover {
    color: #ffba00;
    background: #333;
}

.time-wrap {
    color: #f00;
    font-weight: 700;
    padding: 0 10px;
    position: absolute;
    top: 9px;
    left: 23%;
}

#postCodeWrap {
	display:none;
	border:1px solid;
	width:500px;
	height:300px;
	margin:5px 0;
	position:fixed;
	z-index: 9999999;
	top: 30%;
	left: 35%;
}

@media (max-width: 575px) {
    .time-wrap {
        top: 13px;
        left: 35%;
    }
    
    #postCodeWrap {
		width: 100%;
		top: 20%;
		left: 0%;
	}
    
}