.join-form {
    margin-top: 17px;
}

.join-form .wrap {
    margin-bottom: 28px;
}

.join-form .input-box {
    border: 1px solid #dadada;
}

.join-form .input-box span.name {
    font-size: 13px;
    color: #676767;
    width: 100px;
    line-height: 37px;
    text-indent: 10px;
}

.join-form .input-box input.basic-input.large {
    width: calc(100% - 100px);
    height: 37px;
    border: none;
}

.join-form .wrap p.comment {
    color: #ee3124;
    font-size: 12px;
    margin-top: 8px;
}

.join-form .input-box input.basic-input::-webkit-input-placeholder {
    font-size: 13px;
    color: #979797;
}

.join-form .input-box input.basic-input::-moz-placeholder {
    font-size: 13px;
    color: #979797;
}

.join-form .input-box input.basic-input:-ms-input-placeholder {
    font-size: 13px;
    color: #979797;
}

.join-form .input-box input.basic-input:-moz-placeholder {
    font-size: 13px;
    color: #979797;
}

.join-form .wrap.mail {
    margin-bottom: 34px;
}

.join-form .wrap.mail .input-box {
    border: none;
}

.join-form .wrap.mail input.basic-input {
    width: 44.61971830985916%;
    height: 39px;
    text-indent: 10px;
}

.join-form .wrap.mail input.basic-input::-webkit-input-placeholder {
    font-size: 13px;
    color: #676767;
}

.join-form .wrap.mail input.basic-input::-moz-placeholder {
    font-size: 13px;
    color: #676767;
}

.join-form .wrap.mail input.basic-input:-ms-input-placeholder {
    font-size: 13px;
    color: #676767;
}

.join-form .wrap.mail input.basic-input:-moz-placeholder {
    font-size: 13px;
    color: #676767;
}

.join-form .wrap.mail ul.basic-select {
    width: 46.61971830985916%;
    height: 39px;
    line-height: 39px;
}

.join-form .wrap.mail span.between {
    width: 6.76056338028169%;
    line-height: 39px;
    font-size: 13px;
    color: #979797;
    text-align: center;
}

.join-form .wrap.mail ul.basic-select a {
    line-height: 39px;
    font-size: 14px;
    color: #676767;
}

.join-form .wrap.mail ul.basic-select ul.option {
    top: 38px;
}

.join-form .certification {
    padding-bottom: 25px;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 25px;
}

.join-form .certification p {
    font-size: 14px;
    color: #222;
    margin-bottom: 7px;
    line-height: 1;
    text-align: left;
    display: block;
}

.join-form .certification a {
    width: calc(50% - 2.5px);
    height: 49px;
    line-height: 47px;
    text-align: center;
    font-size: 14px;
    color: #222;
    border: 1px solid #5f5f5f;
    box-sizing: border-box;
}

.join-form .certification a:last-child {
    margin-left: 5px;
}

.join-form .agree-box a.agree-btn {
    display: block;
    width: 100%;
    border: none;
    background: #313131;
    line-height: 54px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 25px;
}

.join-form .agree-box a.agree-btn.disabled {
    background: #dfdfdf;
}

.join-form .agree-box p {
    color: #383838;
    font-size: 12px;
    line-height: 1.7;
}

.join-form .agree-box p a {
    border-bottom: 1px solid #9b9b9b;
}

.join-form .agree-box p.copyright {
    margin-top: 15px;
}

.agree-content {
    margin-top: 25px;
}

.agree-content .content-box {
    display: none;
}

.agree-content .content-box.on {
    display: block;
}

.agree-content .scroll-wrapper {
    height: 196px;
    padding: 0 !important;
    border: none !important;
}

.agree-content .scroll-wrapper .scroll-inner {
    border: 1px solid #ededed !important;
    padding: 20px 10px;
    box-sizing: border-box !important;
    width: calc(100% - 10px) !important;
}

.agree-content .scroll-inner p {
    color: #676767;
    font-size: 12px;
    line-height: 1.5;
}

.agree-content .scroll-inner p.margin {
    margin-bottom: 16px;
}

.agree-content .scroll-inner .scroll-y {
    width: 2px;
    height: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.agree-content .scroll-inner .scroll-y.scroll-scrolly_visible {
    display: block;
}

.agree-content .scroll-inner .scroll-y div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
}

.agree-content .scroll-inner .scroll-y .scroll-element_track {
    background: #e1e1e1;
}

.agree-content .scroll-inner .scroll-y .scroll-bar {
    position: absolute;
    background: #373737;
}

.agree-content table.agree-table {
    border: 1px solid #ededed;
}

.agree-content table.agree-table th {
    background: #f9f9f9;
    color: #676767;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.agree-content table.agree-table td {
    color: #676767;
    font-size: 13px;
    vertical-align: middle;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 10px;
}

.agree-content table.agree-table td.non-padding {
    padding: 20px 10px;
}

/* 이용약관 디자인변경 */
.agree_wrap {
    border: 1px solid #9b9b9b;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.agree_wrap .agree_allchk {
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    position: relative;
}
.agree_wrap .agree_allchk input {
    margin-right: 5px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: relative;
    top: 3px;
}
.agree_wrap .agree_allchk label {
    font-size: 13px;
    color: #ee3124;
}
.agree_wrap .agree_allchk .btn-toggle {
    position: absolute;
    right: 20px;
    width: 28px;
    height: 30px;
    background: url(//img-coffeeban.bizhost.kr/coffebanWeb20200128/img/icon/icon-select-up.jpg) no-repeat right center;
    cursor: pointer;
}
.agree_wrap .agree_allchk .btn-toggle.on {
    background: url(//img-coffeeban.bizhost.kr/coffebanWeb20200128/img/icon/icon-select-down.jpg) no-repeat right center;
    opacity: 0.3;
}

.agree_wrap .under_agree_wrap {
    
}
.agree_wrap .under_agree_wrap .inline {
    height: 30px;
    line-height: 30px;
    position: relative;
}
.agree_wrap .under_agree_wrap .inline input {
    margin-right: 5px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    position: relative;
    top: 3px;
}
.agree_wrap .under_agree_wrap .inline label {
    font-size: 12px;
    color: #676767;
}
.agree_wrap .under_agree_wrap .inline .more_view {
    position: absolute;
    color: #979797;
    right: 10px;
    top: 3px;
    font-size: 10px;
    border: 1px solid #979797;
    padding: 7px 5px;
    box-sizing: border-box;
    line-height: 3px;
    height: 20px;
    display: inline-block;
}

.join-form .agree-box p a {
    border-bottom: none;
    cursor: default;
}

/* 팝업공통 */
.popup.basic.on {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.popup.basic .inner {
    padding: 0px;
}
.popup.basic .title-area a.btn-close {
    right: 15px;
    top: 17px;
}
.title-area.relative.text-center{
    position:relative;
    height:50px;
    line-height:50px;
    font-weight:bold;
    text-align:center;
}
.popup-content {
    position:absolute;
    top:50px;
    right:0;
    bottom:0;
    left:0;
}
.inner {
  height:100%;
  border-radius:0 0 5px 5px;
}
.content-box {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:20px 10px;
    overflow:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
}
.popup.basic {
    transition: none;
}
.easing-one {
    -khtml-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.

/* 마케팅수신동의 팝업 */

.popup.basic.marketing_pop .title-area {
    margin: 0;
}

.popup.basic.marketing_pop .content-box {
    padding-bottom: 10px;
}

.popup.basic.marketing_pop .content-box:last-child {
    border-bottom: 0;
}

.popup.basic.marketing_pop .content-box p {
    padding: 18px 0px 15px;
    color: #222;
}

.popup.basic.marketing_pop .content-box ul li {
    line-height: 1;
    margin-bottom: 10px;
    color: #979797;
    font-size: 12px;    
}

/* 개인정보 위탁에 대한 동의 */
.agree-content_pop {
    height: 500px;
}

.agree-content_pop .content-box.on {
    display: block;
}

.agree-content_pop .scroll-inner {
    box-sizing: border-box !important;
}

.agree-content_pop .scroll-wrapper {
    width: 100%;
    height: 297px;
    padding: 0 !important;
    border: none !important;
}

.agree-content_pop .scroll-inner p {
    color: #676767;
    font-size: 13px;
    line-height: 1.5;
}

.agree-content_pop .scroll-inner p.margin {
    margin-bottom: 16px;
}

.agree-content_pop .scroll-inner .scroll-y {
    width: 2px;
    height: 100%;
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.agree-content_pop .scroll-inner .scroll-y.scroll-scrolly_visible {
    display: block;
}

.agree-content_pop .scroll-inner .scroll-y div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;    
}

.agree-content_pop .scroll-inner .scroll-y .scroll-element_track {
    background: #e1e1e1;
}

.agree-content_pop .scroll-inner .scroll-y .scroll-bar {
    position: absolute;
    background: #373737;
}

.agree-content_pop table.agree-table {
    border: 1px solid #ededed;
}

.agree-content_pop table.agree-table th {
    background: #f9f9f9;
    color: #676767;
    text-align: center;
    height: 56px;
    vertical-align: middle;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.agree-content_pop table.agree-table td {
    color: #676767;
    font-size: 13px;
    vertical-align: middle;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 20px;
}

.agree-content_pop table.agree-table td.non-padding {
    padding: 20px 10px;
}

/* 개인정보 수집 및 이용동의 */
.popup.basic.agree-content_pop3 .title-area {
    margin: 0;
}

.popup.basic.agree-content_pop3 .content-box {
    padding-bottom: 10px;
}

.popup.basic.agree-content_pop3 .content-box:last-child {
    border-bottom: 0;
}

.popup.basic.agree-content_pop3 .content-box p {
    padding: 18px 0px 15px;
    color: #222;
}

.popup.basic.agree-content_pop3 .content-box ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #979797;
    font-size: 12px;    
}
.agree-content_pop3 table.agree-table {
    border: 1px solid #ededed;
    width: 100%;
}

/* 전자금융거래 이용약관 */
.popup.basic.agree-content_pop2 .content-box ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #979797;
    font-size: 12px;    
}

/* LF 스퀘어 이용 약관 */
.popup.basic.agree-content_pop1 .content-box ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #979797;
    font-size: 12px;    
}
.popup.basic.agree-content_pop1 .content-box p {
    padding: 18px 0px 15px;
    color: #222;
}

.pointcheck {
    color: #cc0000;
    font-size:10px;
    display:inline-block;
}
.join-form .input-box span.name .pointcheck { text-indent:0; }

.join-form a.cp-check-bn {
    display: block;
    width: 100%;
    border: 1px solid #dadada;
    line-height: 35px;
    font-size: 15px;
    vertical-align: middle;
    background: #303e47;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}