input {
    border-radius: 0;
}

input:disabled {
    background-color: #FFF;
    color: #DFDFDF;
}

input:disabled::placeholder {
    color: #DFDFDF;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.rectangle_sequare {
    width: 4px;
    height: 4px;
    background-color: #4c4c4c;
    margin: 0;
}

body {
    font-family: 'Noto Sans KR', dotum, sans-serif;
}


.bg_mobile {
    width: 100%;
    background-color: white;
}

.ie-error {
    position: fixed;
    background-color: rgb(110, 9, 188);
    color: #fff;
    width: 100vw;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    display: none;
    text-align: center;
    box-sizing: border-box;
}


.bg_mobile img {
    display: flex;
    width: 100%;
    max-width: 1024px;
    justify-content: center;
    align-items: center;
}

.join_title {
    /*width: 118px;*/
    padding-top: 24px;
    text-align: center;
    height: 48px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
}

.join_sub_title {
    width: 251px;
    height: 32px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #6c6c6c;
}

.table_agree {
    margin-top: 24px;
    /*margin-bottom: 8px;*/
    border: 1px solid #878787;
    width: 328px;
    height: calc(56px + 201px);
    font-weight: bold;
}

.table_agree label {
    font-weight: 500;
    color: #4C4C4C;
    letter-spacing: normal;
}

.table_agree thead {
    border-bottom: 1px solid #878787;
    width: 96px;
    height: 24px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c4c4c;
}

.table_agree thead td:first-child {
    padding: 8px 8px 16px 8px;
}

.table_agree thead tr:first-child td:first-child {
    padding: 16px 8px;
}

.table_agree thead td:last-child {
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #4c4c4c;
}

.table_agree tbody td:first-child {
    /*padding: 8px 8px 8px 16px;*/
    padding: 8px;
}

.table_agree tbody tr:last-child td:last-child {
    padding-bottom: 20px;
    padding-top: 8px;
}

.table_agree tbody td:last-child {
    padding-right: 8px;
    text-align: right;
}

.table_agree tbody td:nth-child(n+1) {
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #4c4c4c;
}

.table_agree tbody tr td a {
    text-decoration: underline;
    width: 23px;
}

.table_agree tr td:first-child {
    text-align: center;
}

.table_agree input[type='checkbox'] {
    display: none;
}

.img_allcheck_circle_default + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url("/img/cooper/join/img-allcheck-circle-default.svg") no-repeat;
}

.img_allcheck_circle_default:checked + label {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url("/img/cooper/join/img-checkbox-circle-active.svg") no-repeat;
}

.img_checkbox_circle_default + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url("/img/cooper/join/img-checkbox-circle-default.svg") no-repeat;
}

.img_checkbox_circle_default:checked + label {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url("/img/cooper/join/img-checkbox-circle-active.svg") no-repeat;
}

.btn_checkbox_default + label {
    padding-bottom: 2px;
    width: 20px;
    height: 20px;
    padding-left: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    background: url("/img/cooper/join/btn-checkbox-default.svg") no-repeat;
}

.btn_checkbox_default:checked + label {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    background: url("/img/cooper/join/btn-checkbox-active.svg") no-repeat;
}

.btn_checkbox_default + label:last-child {
    margin-left: 32px;
}

.area_notice_1 {
    padding: 8px;
    width: 312px;
    height: 64px;
    background-color: #f5f5f6;
    overflow-y: scroll;
}

.area_agree_content strong {
    font-weight: bold;
}

.area_notice_1 span {
    width: 312px;
    height: 48px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
}

.notice_title {
    display: flex;
    align-items: center;
    width: 328px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #4c4c4c;
    /*margin: 16px auto 8px;*/
    /*padding: 16px;*/
    padding: 16px 0 8px 0;
}


.notice_title:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #4c4c4c;
}

.table_info_choice {
    margin-bottom: 16px;
    background-color: #fff;
}

.table_info_required, .table_info_choice {
    width: 328px;
    background-color: #FFF;
    margin-bottom: 8px;
}

.table_info_required input[type="text"], .table_info_required input[type="number"] {
    height: 64px;
    width: 100%;
    border: none;
    font-size: 1em;
    display: inline;
    outline: none;
    box-sizing: border-box;
    color: black;
    padding: 0;
}

.table_info_required div {
    border: 1px solid #878787;
    border-bottom: none;
    padding: 0 16px;
}

.table_info_required div:last-child {
    border-bottom: 1px solid #878787;
}

.table_info_required div span {
    color: #dd7365;
    display: none;
    position: relative;
    font-size: 12px;
    top: -10px;
}

.table_info_required #cust_opt_code {
    width: calc(100% - 109px);
}

.table_info_required #cust_opt_confirm_btn {
    /*font-size: 12px;*/
    /*letter-spacing: 0.03em;*/
    /*color: #878787;*/
    width: 104px;
    height: 40px;
    /*background-color: #FFF;*/
    border: none;
    border-radius: 2px;
    background-image: url("/img/cooper/join/btn-search-shop.svg");
    background-color: transparent;
    /*background-repeat: no-repeat;*/
    background-position: center center;

}
.table_info_required #cust_opt_confirm_btn.active {
    /*background-color: #4B5DE4;*/
    /*font-weight: 700;*/
    /*color: #FFF;*/
    /*border: none;*/
    background-image: url("/img/cooper/join/btn-search-shop-active.svg");
}

.table_info_required #cust_opt_confirm_btn.active:active {
    /*box-shadow: inset -3px 3px 10px 0 rgba(0, 0, 0, 0.5);*/
    background-image: url("/img/cooper/join/btn-search-shop-press.svg");
}

.input_need_button {
    width: 184px !important;
    border: none !important;
}

/*.input_need_button:disabled {*/
/*    background-color: white;*/
/*}*/

.table_info_required input[type=button] {
    width: 80px;
    height: 40px;
    vertical-align: middle;
    justify-content: center; /* align horizontal */
    align-items: center;
    border: none;
    background-color: white;
    font-size: 1em;
    color: #042AaC;
    outline: none;
    display: inline;
    margin-left: -10px;
    box-sizing: border-box;
}

.btn_confirm_sms_default {
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #878787;

    width: 104px;
    height: 40px;

    background-color: #FFF;
    border: 1px solid #BDBDBD;

    padding: 0;
}

.btn_confirm_sms_default.active {
    background-color: #4B5DE4;
    font-weight: 700;
    color: #FFF;
    border: none;
}

.btn_confirm_sms_default.active:active {
    box-shadow: inset -3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.btn_confirm_check_default {
    width: 104px;
    height: 40px;
    background-color: #FFF;
    color: #878787;
    font-size: 12px;
    letter-spacing: 0.03em;
    border: 1px solid #BDBDBD;
}

.btn_confirm_check_default.active {
    background-color: #4B5DE4;
    font-weight: 700;
    color: #FFF;
    border: none;
}

.btn_confirm_check_default.active:active {
    box-shadow: inset -3px 3px 10px 0 rgba(0, 0, 0, 0.5);
    color: #FFF;
    border: none;
}

.btn_join_complete_default {
    /*width: 328px;*/
    width: 96%;
    max-width: 950px;
    height: 72px;
    border: none;
    border-radius: 36px;
    font-size: 20px;
    letter-spacing: 0.24em;
    color: #A3A3A3;
    background-color: #DADADA;
    display: block;
    margin: 0 auto;
}

.btn_join_complete_default.active {
    /*background-image: url("/img/cooper/join/btn-join-complete-active.svg");*/
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background-color: #4B5DE4;

}

.btn_join_complete_default.active:active {
    box-shadow: inset -3px 3px 10px 0 rgba(0, 0, 0, 0.5);
}

.div_birth {
    vertical-align: middle;
    border: 1px solid #878787;
    border-right: none;
    width: 42%;
    height: 54px;
    padding-left: 16px;
    display: inline-block;
}

.div_birth span {
    vertical-align: middle;
    position: relative;
    top: 16px;
}

.table_info_choice select {
    vertical-align: middle;
    justify-content: center; /* align horizontal */
    align-items: center;

    /*background-color: white;*/
    /*height: 54px;*/
    height: 56px;
    width: 50%;
    /*width: 0%;*/
    padding-left: 16px;
    font-size: 16px;


    background: url('/img/cooper/join/arrow-down-active.svg') no-repeat 95% 50%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;


    /*float: right;*/
    /* margin-left: 55px;*/
    /*border: none;*/
    /*border-right: 1px solid #878787;*/
}

.table_info_choice select option {
    vertical-align: middle;
    justify-content: center; /* align horizontal */
    align-items: center;
}

.table_info_choice select::-ms-expand {
    display: none;
}

.radio_need_label {
    display: inline-block;
    width: 50%;
    height: 54px;
    border: 1px solid #878787;
    border-left: none;
    vertical-align: middle;
}

.table_info_choice input[type="text"] {
    height: 64px;
    width: 100%;
    font-size: 1em;
    padding-left: 16px;
    display: inline;
    outline: none;
    box-sizing: border-box;
    color: black;
    border: 1px solid #878787;
    border-top: none;
}

.table_info_choice #cust_birth_year {
    border: 1px solid #878787;
}


div.radio-wrap {
    display: inline-flex;
    align-items: center;
}

input[type="radio"] {
    background: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="radio"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding-top: 3px;
    color: #878787;
}

input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    /*top: -4px;*/
    width: 24px;
    height: 24px;
    text-align: center;
    background: #FFF;
    border: 1px solid #cacece;
    border-radius: 100%;
    /*box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
}

input[type="radio"] + label:active:before,
input[type="radio"]: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);*/
}

input[type="radio"]:checked + label:before {
    background: #FFF;
    border-color: #4b5de4;
}

input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 14px;
    height: 14px;
    background: #4b5de4;
    border-radius: 100%;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.radio-wrap label {
    width: 30px;
    height: 24px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;
    vertical-align: middle;
    justify-content: center; /* align horizontal */
    align-items: center;
}

.radio-wrap table {
    width: 100%;
    height: 100%;
}

.radio-wrap table tr td {
    text-align: center;
    vertical-align: middle;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

footer {
    box-sizing: border-box;
    color: white;
    background-color: #4c4c4c;
    height: 120px;
    /*width: 100%;*/
    padding: 20px 16px;
    min-width: 0 !important;
}

.footer_top {
    margin-bottom: 20px;
}

.footer_top a {
    float: right;
    margin-left: 16px;
}

.footer_top img {
    vertical-align: middle;
    justify-content: center; /* align horizontal */
    align-items: center;
}

.footer_middle_text {
    font-family: NotoSansCJKkr;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #bdbdbd;
}

.footer_small_text {
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #bdbdbd;
}

footer ul li {
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}

footer a {
    text-decoration: none;
    color: #BDBDBD;
}

ol {
    list-style-type: decimal;
}

ol li {
    margin-bottom: 10px;
}

ol li ol {
    list-style-type: lower-alpha;
    padding-left: 20px;
}


/* Modal */
.modal {
    display: none;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 16px !important;
}

.area_agree_title_header {
    padding-bottom: 15px;
    border-bottom: 1px solid #BDBDBD;
}

.area_agree_content {
    font-family: 'Noto Sans KR', dotum, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
    margin-top: 16px;
}

.clearfix::after {
    display: block;
    content: '';
    clear: both;
}

