.member-form {
    margin-top: 25px;
}

.member-form .tab-menu {
    border-bottom: 1px solid #222;
    border-left: 1px solid #dadada;
    margin-bottom: 25px;
}

.member-form .tab-menu li {
    width: 50%;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    box-sizing: border-box;
    position: relative;
}

.member-form .tab-menu li.on {
    border-color: #222;
}

.member-form .tab-menu li.on:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 1px);
    background: #222;
    position: absolute;
    top: -1px;
    left: -1px;
}

.member-form .tab-menu li.on:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.member-form .tab-menu li a {
    font-size: 14px;
    color: #979797;
    display: block;
    line-height: 45px;
}

.member-form .tab-menu li.on a {
    color: #222;
}

.member-form .find-select .select-menu {
    background: #f9f9f9;
    margin-bottom: 15px;
}

.member-form .find-select .radio-btn {
    line-height: 59px;
    margin: 0px 25px;
}

.member-form .find-select .radio-btn span {
    vertical-align: middle;
}

.member-form .find-select .radio-btn input[type="radio"] + label {
    line-height: 60px;
}

.member-form .select-content .content-box {
    display: none;
}

.member-form .select-content .content-box.on {
    display: block;
}

.member-form .select-content .input-box {
    margin-bottom: 10px;
}

.member-form .select-content .input-box input.basic-input {
    color: #676767;
    font-size: 12px;
    height: 39px;
}

.member-form .select-content .input-box input.basic-input.large {
    width: 100%;
}

.member-form .select-content .input-box.cell-phone input.basic-input.medium {
    width: 31.45539906103287%;
    text-indent: 10px;
}

.member-form .select-content .input-box.email input.basic-input.medium {
    width: 46.5915495%;
}

.member-form .select-content .input-box span.between {
    width: 2.8169014084507%;
    line-height: 39px;
    text-align: center;
    color: #b1b1b1;
    font-size: 20px;
}

.member-form .select-content .input-box.email span.between {
    width: 6.816901%;
    font-size: 14px;
}

.member-form .select-content .input-box ul.basic-select {
    height: 39px;
}

.member-form .select-content .input-box ul.basic-select a {
    line-height: 39px;
    font-size: 12px;
    color: #676767;
}

.member-form .select-content .input-box ul.basic-select ul.option {
    top: 38px;
}

.member-form .select-content .input-box.cell-phone ul.basic-select {
    width: 31.45539906103287%;
}

.member-form .select-content .input-box.email ul.basic-select {
    width: 46.5915495%;
}


.btn-wrap a {
    display: block;
    width: 100%;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #313131;
    margin-top: 15px;
}

/* select box */
ul.basic-select.border-none {
	border: none;
}
ul.basic-select select {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 39px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background: url(//img-coffeeban.bizhost.kr/cofeebanMo20200128/img/icon/icon-arrow-down-m.png) no-repeat calc(100% - 10px) center;
    background-size: 14px auto;
    display: inline-block;
	background-color:#fff;
	line-height: 39px;
    font-size: 12px;
    color: #676767;
	-moz-appearance:none; 
	-webkit-appearance:none;
	appearance:none;
	text-indent: 10px;
	border-radius: 0px;
}

ul.basic-select.on select {
    background: url(//img-coffeeban.bizhost.kr/cofeebanMo20200128/img/icon/icon-arrow-up-m.png) no-repeat calc(100% - 10px) center;
    background-size: 14px auto;
}