/* BASIC css start */
/* button */
.cbtn {
    display: inline-flex;
    font-size: 14px;
    color: #fff;
    min-width: 91px;
    height: 62px;
    line-height: 62px;
    border: 1px solid #000;
    text-align: center;
    font-weight: 500;
    background: #000;
    border-radius: 10px;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
}

.btnArea {}

.btnArea:after {
    content: "";
    display: block;
    clear: both;
}

.btnArea .left {
    float: left;
    width: 50%;
}

.btnArea .right {
    float: right;
    width: 50%;
}

.btnArea .center {
    text-align: center;
}

#join_test .join-form {}

#join_test .join-form li:not(.caution) {
    position: relative;
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #000;
    border-radius: 10px;
    /* overflow: hidden; */
    box-sizing: border-box;
}

#join_test .join-form li+li {
    margin-top: 30px;
}

#join_test .join-form li.caution {
    color: #7e7e7e;
    font-size: 12px;
    margin-top: 10px;
}

#join_test .join-form li.confirmPassword {
    margin-top: 10px;
}

#join_test .join-form li.mobile {
    width: calc(100% - 103px);
}

#join_test .join-form li label {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
}

#join_test .join-form li .txt-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    line-height: 62px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

#join_test .join-form li .input-radio {
    width: 14px;
    height: 14px;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    vertical-align: middle;
}

#join_test .join-form li .btn {
    display: block;
    position: absolute;
    top: 6px;
    right: 8px;
    width: 83px;
    height: 34px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#join_test .join-form li.birth:after {
    clear: both;
    display: block;
    content: '';
}

#join_test .join-form li.birth { 
    padding: 0;
    border: 0;
    background: transparent;
}
#join_test .join-form li.birth dl {
    display: flex;
}

#join_test .join-form li.birth dl dd select {
    width: 100%;
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    box-sizing: border-box;
    outline: 0;
    background: #fff url(/design/offik/images/select_arrow.svg) no-repeat center right 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    color: #828282;
    border-radius: 10px;
}
#join_test .join-form li.birth .birth_txt {
    width: 150px;
    margin-left: 0px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #0549bb;
    padding-bottom: 5px;
}

#join_test .join-form li.birth dl dd {
    position: relative;
    float: left;
    width: 100px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    flex: 1;
}

#join_test .join-form li.birth dl dd:first-child {
    width: 100px;
    margin-left: 0;
}

#join_test .join-form li.birth dl.type2 ul li {
    margin: 0;
    padding: 0;
    border: 0;
}

#join_test .join-form li.birth dl.type2 ul li .txt-input {
    left: 0;
    width: 90%;
}

#join_test .join-form li.gender {}

#join_test .join-form li.gender label {
    margin-right: 30px;
}

#join_test .join-msg li label {
    font-size: 14px;
    font-weight: 500;
    color: #7e7e7e;
}

#join_test .join-msg li label strong {
    color: #000;
    font-weight: 400;
}

#join_test .join-msg li {}

#join_test .bottom-btn {
    padding: 40px 0;
    text-align: center;
}

#join_test .bottom-btn a {
    display: block;
    height: 58px;
    line-height: 62px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
}

#sms_btn, .sms_num, #resms_btn {
    position: absolute;
    top: -2px;
    right: -103px;
}

/* 약관 동의 */
#join_test .tb-l {
    text-align: left;
}

#join_test .tb-c {
    text-align: center;
}

#join_test .pl-30 {
    padding-left: 15px;
}

#join_test .pl-6 {
    padding-left: 6px;
}

#join_test .pt-10 {
    padding-top: 10px;
}

#join_test .pb-10 {
    padding-bottom: 10px;
}

#join_test .ml-30 {
    margin-left: 0px !important;
}

#join_test .p10 {
    padding: 10px;
}

#join_test .input-cbox {
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    *margin-top: 1px;
    vertical-align: middle;
    *vertical-align: top;
}

#join_test .new-btn-area {
    text-align: center;
    margin: 20px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

#join_test .new-btn-area a {
    display: block;
    width: 234px;
    height: 64px;
    line-height: 66px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background: #0549bb;
    border: 1px solid #053688;
}

#chkwrap {
    border: 1px solid #dedede;
}

#chkwrap .all-chk {
    height: 43px;
    line-height: 45px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #dedede;
}

#chkwrap .all-chk .input-cbox {
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0;
    margin-top: -3px;
    *margin-top: 0;
    vertical-align: middle;
    *vertical-align: top;
}

#chkwrap .cont ul:after {
    clear: both;
    content: "";
    display: block;
}

#chkwrap .cont ul {
    width: 500px;
    padding-left: 30px !important;
    padding-bottom: 15px;
}

#chkwrap .cont ul li {
    float: left;
    width: 220px !important;
    padding-left: 0px;
    line-height: 18px;
    letter-spacing: -1px;
}

#chkwrap .cont ul li.w240 {
    width: 240px;
    padding-left: 0;
}

#chkwrap .cont ul li a {
    display: inline-block;
    width: 50px !important;
    height: 16px;
    line-height: 20px;
    *line-height: 18px;
    font-weight: normal;
    font-size: 11px;
    border: 1px solid #bdbec7;
    background: #fafafa;
    text-align: center;
}

#chkwrap .cont strong {
    color: #000;
}

#chkwrap .cont label {
    font-weight: bold;
}

#chkwrap .cont .marketing {
    padding-left: 30px;
    border-top: 1px dashed #dadada;
    line-height: 18px;
    position: repative;
}

#chkwrap .cont .marketing .mk-wrap {
    height: 44px;
    line-height: 46px;
}

h4.tit {
    position: relative; 
    margin-top: 30px;
    /*margin-bottom: 13px;*/
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #000; 
    cursor: pointer;
}

h4.tit::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%; 
    transform: translateY(-50%);     
    width: 12px;   
    height: 12px;      
    background: url(/design/offik/images/toggle-Icon.svg) no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease; 
}
h4.tit.on::after {
    transform: translateY(-50%) rotate(180deg);
}

h4.tit#chk_cont1 {
    margin-top: 30px;
}
.toggle-view{display:none; margin-bottom: 40px;}
 


/* 이용 약관 */
#join_test .privercy-contract textarea {
    background: #eeeeee !important;
    border-radius: 10px !important;
    color: #7e7e7e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    width: 100% !important;
    line-height: 24px;
    padding: 20px !important;
    box-sizing: border-box;
    border: 0;


    /* --- 스크롤바 스타일링 시작 --- */

    /* 스크롤바 전체 영역 */
    &::-webkit-scrollbar {
        height: 3px;
        width: 3px;
        /* 스크롤바의 높이 */
    }

    /* 스크롤바 막대 */
    &::-webkit-scrollbar-thumb {
        background-color: #888;
        /* 스크롤바 막대의 색상 */
        border-radius: 4px;
        /* 스크롤바 막대의 모서리 둥글게 */
    }

    /* 스크롤바 막대에 마우스를 올렸을 때 */
    &::-webkit-scrollbar-thumb:hover {
        background-color: #555;
        /* 호버 시 색상 변경 */
    }

    /* 스크롤바 트랙(경로) */
    &::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        /* 스크롤바 트랙의 색상 */
        border-radius: 5px;
    }
}

/* 개인정보 수집이용, 제3제공, 취급위탁 테이블 */
#join_test .contract-tbl {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#join_test .contract-tbl th,
#join_test .contract-tbl td {
    border: 1px solid #e0e0e0;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #7e7e7e !important;
}

#join_test .contract-tbl th {
    background: #eee;
}

#join_test .contract-tbl th div {
    height: 41px;
    line-height: 43px;
}

#join_test .contract-tbl tbody th {
    font-weight: normal;
}

#join_test .btm-msg {
    padding-top: 30px;
    line-height: 18px;
}

.join-footer {
    text-align: center;
    padding-top: 15px;
}

.join-footer .cbtn.form {
    width: 288px;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    margin: 0 5px;
}


.form-wrap {
    width: 620px;
    margin-top: 30px;
    border: 1px solid #aaa;
    border-radius: 8px;
    padding-bottom: 21px;
    text-align: left;
}

.form-wrap h3.form-title {
    margin: 0;
    padding: 21px 25px 0;
    font-size: 18px;
    font-family: 'Malgun Gothic';
    cursor: pointer;
}

.form-wrap h3.form-title strong {
    display: block;
    background: url(/images/common/ico_arrow_up.png) no-repeat right center;
    letter-spacing: -1px;
}

.form-wrap h3.form-title.off strong {
    background: url(/images/common/ico_arrow_down.png) no-repeat right center;
}

.new-privercy-contract {
    width: 100%;
    margin: 0 auto;
}

.new-privercy-contract h3 {
    position: relative;
    font-weight: bold;
    margin: 30px 0 5px 0;
    text-align: left;
}

.new-privercy-contract h3 span {
    color: #0f6efc;
}

.new-privercy-contract h3 .check {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
}

.new-privercy-contract h3 .check input {
    width: 12px;
    height: 12px;
    vertical-align: top;
}

.new-privercy-contract h3.w-normal {
    font-weight: normal
}

.new-privercy-contract .p10 {
    padding: 10px;
}

.new-privercy-contract .period {
    font-size: 13px;
    font-weight: 700;
}

.new-privercy-contract .privacy-noti {
    margin-top: 10px;
    color: #666;
    font-weight: normal;
}

.new-privercy-contract input {
    vertical-align: middle;
}

/* 220802 추가 */
.new-privercy-contract .privercy-chk {
    margin-top: 10px;
    margin-bottom: 13px;
}

/* 220802 추가 */
.new-privercy-contract .privercy-chk label {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
}

/* 220802 추가 */
.new-privercy-contract .privercy-chk label strong {
    color: #000;
    font-weight: 400;
}

.privercy-contract-tap {
    height: 35px;
}

.privercy-contract textarea {
    width: 600px;
    height: 150px;
    color: #666;
}

.btn-agree {
    margin-top: 30px;
}

.btn-agree a {
    width: 100%;
    height: 64px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center; 
    text-decoration: none;
    font-size: 18px;
    background-color: var(--maincolor);
    color: #fff;
}

/* 로그인 컨테이너 */
.login-container {
    width: 100%;
    max-width: 490px;
    padding: 130px 0 0;
    box-sizing: border-box;
    margin: 0 auto;
}

/* 헤더 및 로고 */
.login-header {
    text-align: center;
    margin-bottom: 50px;
}

.login-header .logo {
    width: 112px;
}

.allAgree {
    margin-top: 25px;
}

.allAgree h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
}

.allAgree label {
    font-size: 14px;
    font-weight: 500;
}

.join-msg {
    margin-top: 15px;
}

#join_test .allAgree label input[type='checkbox'],
#join_test .join-msg li label input[type='checkbox'],
.new-privercy-contract .privercy-chk label input[type='checkbox'] {
    margin-right: 5px;
}
#join_test .contract-tbl colgroup col {
    width: auto;
}
/* 태블릿/모바일용 */
@media (max-width: 1024px) {
    .login-container {
        padding: 85px 0 0;
    }

.login-header .logo {
        width: 154px;
    }

    .login-header {
        margin-bottom: 55px;
    }
    
    
    
    
    #join .join .tableBox table td {
    padding: 5px 0;
}

#join_test .join-form li+li {
    margin-top: 15px;
}





}

@media (max-width: 768px) {
    .login-container {
        padding: 125px 0 0;
    }

}
 

/* BASIC css end */

