/**
 * /* ---------------------------
 * 	login
 * ------------------------------
 *
 * @format
 */

.login_wrap {
    margin: 0 auto 40px;
    border: 1px solid #ddd;
    text-align: center;
}

.login_wrap > p {
    font-size: 20px;
    letter-spacing: -0.045em;
    line-height: 1;
}

.login_wrap > p.login {
    margin-bottom: 15px;
    font-size: 42px;
    margin: 0;
    padding: 40px 0 20px;
    font-weight: 600;
    color: #333;
}

.login_wrap > p.login span {
    color: #d5a10e;
}

.login_wrap fieldset {
    margin: 0;
}

.login_insert {
    margin: 40px 0 60px;
}

.login_insert div {
    display: inline-block;
}

.login_insert div .inser_a {
    margin-bottom: 10px;
    display: block;
}

.login_insert div .inser_b {
    text-align: left;
}

.login_insert div .inser_a label {
    display: inline-block;
    width: 66px;
    margin-right: 30px;
    font-size: 16px;
    text-align: left;
    letter-spacing: -0.045em;
    font-weight: 500;
}

.login_insert div .inser_b input {
    width: 250px;
    height: 48px;
    padding: 14px 15px 13px;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
}

.login_insert .login_btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.login_insert .login_btn input {
    width: 106px;
    height: 106px;
    background-color: #d5a10e;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.login_insert .login_btn input:disabled {
    opacity: 0.5;
}

/*.login_insert div p{margin-bottom:10px;}
.login_insert div p label{display:inline-block; width:66px; margin-right:30px; font-size:16px; text-align:left; letter-spacing:-0.045em;}
.login_insert div p input{width:250px; height:48px; padding:14px 15px 13px; border:1px solid #ccc;display: inline-block;font-size: 14px;}
.login_insert .login_btn{display:inline-block; vertical-align:top;}
.login_insert .login_btn input{width:106px; height:106px; background-color:#d5a10e; border:none;font-size:18px; color:#fff; cursor:pointer;    font-weight: 600;}*/

.id_check {
    float: left;
    padding-right: 15px;
}

.id_check label {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
}

.id_check label i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -15px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    background-color: #d5a10e;
}

.id_check label i:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 4px;
}

.id_check p {
    margin-bottom: 0;
}

.id_check label input[type='checkbox'],
.id_check label input[type='radio'] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0;
}

.id_check label input[type='checkbox']:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.id_check label input[type='checkbox']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 5px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

.id_check label input[type='radio'] + i,
.id_check label input[type='radio'] + i:before {
    border-radius: 50%;
}

.id_check label input[type='radio']:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.id_check label input[type='radio']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 5px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

.id_check01 {
    float: none;
    padding: 0;
}

.id_check01 label {
    margin-right: 10px;
}

.id_check02 {
    float: none;
    padding: 0;
}

.id_check02 ul li {
    float: left;
}

.id_check02 label {
    margin-right: 10px;
}

.id_check02 p {
    margin: 0;
}

.id_check02 label i:before {
    margin-top: 2px;
}

.id_check02 label input[type='checkbox']:checked + i:after {
    top: 3px;
}

.login_insert .id_check {
    width: 100%;
    text-align: right;
    float: none;
    padding: 0;
}

.login_insert .id_check label {
    margin: 0;
    font-weight: 600;
    padding-right: 30px;
}

.login_insert .id_check a {
}

.join_link {
    padding: 20px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}

.join_link div {
    display: inline-block;
    margin-right: 70px;
    width: 70%;
}

.join_link div p {
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin: 0;
}

.join_link div p:first-child {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

.join_link a {
    display: inline-block;
    width: 120px;
    padding: 14px 0;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-weight: 600;
}

.login_infor {
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.login_infor ul {
    overflow: hidden;
}

.login_infor ul li {
    float: left;
    border-left: 1px solid #e1e1e1;
    text-align: center;
}

.login_infor ul li:first-child {
    border-left: none;
}

.login_infor ul li a {
    display: block;
    width: 274px;
    color: #555;
    cursor: default;
}

.login_infor ul li a p {
    margin: 15px 0 10px;
    font-size: 16px;
}

.login_infor ul li a span {
    line-height: 20px;
}

.login_event {
    text-align: center;
}

.login_event a {
    display: block;
}

.login_event a img {
    max-width: 100%;
}

.login_event .pc {
}

.login_event .mobile {
    display: none;
}

/* ---------------------------
	login//////
------------------------------ */

/* ---------------------------
	join
------------------------------ */

.join_wrap {
    width: 100%;
    margin: 0 auto;
}

.mem_level {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 25px 20px;
}

.mem_level ul {
    overflow: hidden;
    float: right;
}

.mem_level li {
    float: left;
    padding: 0 20px 0 15px;
    background: url(../../common/images/mem_arrow.png) right center no-repeat;
    text-align: center;
    font-size: 15px;
}

.mem_level li:last-child {
    background: none !important;
    padding-right: 0;
}

.mem_level li span {
}

.mem_level li.hover {
    color: #d5a10e;
    background: url(../../common/images/mem_arrow_up.png) right center no-repeat;
    text-align: center;
    font-weight: 600;
}

.mem_level li.hover span {
    font-weight: 600;
}

.join_member {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.join_member .mem_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 3%;
    border: 10px solid #f2f2f2;
    text-align: center;
}

/*.join_member .mem_box:last-child {float:right;}*/

.join_member p {
    width: 100%;
    font-size: 18px;
    padding-top: 170px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.join_member .mem_box:first-child p {
    background: url(../../common/images/join_m01.png) no-repeat center top;
}

/*.join_member .mem_box:last-child p {background:url(../../common/images/join_m02.png) no-repeat center top;}*/

.join_member a {
    padding: 5px 40px;
    margin: 0;
    font-weight: 600;
    display: inline-block;
}

.join_member .mem_box:first-child a {
    color: #d5a10e;
    border: 1px solid #d5a10e;
}

.join_member .mem_box:last-child a {
    color: #d5a10e;
    border: 1px solid #d5a10e;
}

#joinAgree .id_check {
    padding: 0;
    float: none;
}

#joinAgree .agreeAll.id_check {
    padding-bottom: 20px;
}

#joinAgree .agreeAll.id_check label {
    font-weight: 600;
}

#joinAgree .table-write {
    padding: 10px 0 30px 0;
}

#joinAgree .table-write > table tbody tr th {
    text-align: left;
}

#joinAgree .table-write input {
    padding: 8px 16px;
    box-shadow: none;
}

#joinAgree td .btn-black-s {
    font-size: 13px;
    height: 38px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    float: none;
    margin-left: 5px;
}

#joinAgree .small-input {
    display: inline-block;
}

.agreePolicy textarea,
.agreePrivacy textarea {
    height: 200px;
    resize: none;
    line-height: 1.4 !important;
    margin-bottom: 30px;
    border-radius: 0;
    border-top: 1px solid #000;
    width: 100%;
}

#joinAgree.pwtable .table-write > table tbody tr th {
    width: 25%;
}

#joinAgree.pwtable .table-write > table tbody tr td span {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    padding: 0 15px;
}

#joinAgree .id_check.id_check-sev {
    float: left;
    width: 100%;
    padding: 0 15px;
    font-size: 13px;
    line-height: 2;
    margin-top: 3px;
}

.id_check label.form-check-label {
}

label.error {
    color: red;
    font-weight: 500;
    font-size: 13px;
    margin: 0;
}

.sub_tit h2 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.mypage_table td .btn-black-s {
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    float: none;
    margin-left: 5px;
}

.filter-list .filter-list-in li {
    float: left;
    padding-right: 15px;
}

.filter-list .filter-list-in li label {
    cursor: pointer;
    padding-left: 1.25rem;
    margin: 0;
    display: inline-block;
    position: relative;
    font-weight: normal;
}

.filter-list .filter-list-in li label i {
    width: 0;
    height: 18px;
    line-height: 1;
    margin-left: -15px;
    margin-top: 1px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    background-color: #d5a10e;
}

.filter-list .filter-list-in li label i:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 100%;
    border: 2px solid #9e9e9e;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 0;
}

.filter-list .filter-list-in li p {
    margin-bottom: 0;
}

.filter-list .filter-list-in li label input[type='checkbox'],
.filter-list .filter-list-in li label input[type='radio'] {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    margin-left: -1.25rem;
    box-sizing: border-box;
    padding: 0;
}

.filter-list
    .filter-list-in
    li
    label
    input[type='checkbox']:checked
    + i:before {
    border-width: 0;
    background-color: inherit;
}

.filter-list .filter-list-in li label input[type='checkbox']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 5px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

.filter-list .filter-list-in li label input[type='radio'] + i,
.filter-list .filter-list-in li label input[type='radio'] + i:before {
    border-radius: 50%;
}

.filter-list .filter-list-in li label input[type='radio']:checked + i:before {
    border-width: 0;
    background-color: inherit;
}

.filter-list .filter-list-in li label input[type='radio']:checked + i:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 1px;
    display: table;
    color: #fff;
    width: 6px;
    height: 12px;
    border: 2px solid;
    border-top: 0;
    border-left: 0;
    content: ' ';
}

/* 가입완료 */
.finish {
    padding: 50px 0;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.finish p.tit {
    margin-bottom: 18px;
    color: #000;
    /*    background: url(../../common/images/joinFinish_ico.png) center 0 no-repeat;*/
    font-size: 30px;
}

.finish p.type1 {
    background: url(../../common/images/withdrawal_ico.png) center 0 no-repeat;
    font-size: 30px;
}

/* 회원탈퇴 완료 */
.finish p.tit span {
    color: #d5a10e;
    font-weight: 600;
}

.finish p.txt {
    font-size: 16px;
    line-height: 26px;
}

.finish p.txt2 {
    font-size: 18px;
}

.finish p.txt2 span {
    color: #f13004;
    font-weight: 600;
}

.finish ul {
    margin-top: 20px;
}

.finish ul li {
    margin-bottom: 5px;
}

.finish ul li:last-child {
    margin-bottom: 0;
}

/* ---------------------------
	join//////
------------------------------ */

/* 아이디,비밀번호 찾기 */
.reset_pwd_wrap {
    border: 1px solid #e1e1e1;
    padding: 40px 0 0 0;
}

.reset_pwd_template {
    padding: auto;
    margin: auto;
    width: 80%;
    text-align: center;
}
.reset_pwd_wrap .title h2 {
    font-size: 22px;
}

.reset_row {
    margin: 10px;
}

.reset_first_row {
    display: flex;
    flex-wrap: nowrap;
}

.reset_first_row .left {
    flex: 1;
}

.reset_first_row .left input {
    min-width: 210px;
}

.reset_first_row .right button {
    width: 120px;
    height: 35px;
    background-color: #d5a10e;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
}

.reset_second_row {
    text-align: left;
}
/* ------------------------ */

.idpw_sch {
    overflow: hidden;
    padding: 40px 0;
    border: 1px solid #e1e1e1;
}

.idpw_sch > div {
    padding: 0 30px;
}

.idpw_sch > div > p {
    line-height: 1.3;
    margin: 10px 0;
}

.idpw_sch > div > p.tit {
    margin-bottom: 12px;
    font-size: 22px;
    letter-spacing: -0.045em;
}

.idpw_sch > div.id_sch {
}

.idpw_sch > div.id_sch p {
    line-height: 1.4;
    margin-bottom: 15px;
}

.idpw_sch > div.id_sch div {
    margin: 0;
    display: initial;
}

.idpw_sch > div.id_sch div.login_insert {
    display: table;
    vertical-align: middle;
    height: 135px;
    width: 100%;
}

.idpw_sch > div.id_sch div.login_insert > div {
    display: table-cell;
    vertical-align: middle;
}

.idpw_sch > div.id_sch div p {
    display: table;
    width: 100%;
}

.idpw_sch > div.id_sch div p:last-child {
    margin-bottom: 0;
}

.idpw_sch > div.id_sch div button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    margin: 0 auto;
    background-color: #000;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    border: 5px;
}

.idpw_sch > div.id_sch div button:disabled {
    opacity: 0.5;
}

.idpw_sch > div.id_sch > div div.id_sch_txt {
    text-align: center;
    display: block;
    margin-top: 10px;
    position: relative;
}

.idpw_sch > div.id_sch > div div a {
    padding: 0 10px;
    position: relative;
    font-size: 13px;
    color: #000;
}

.idpw_sch > div.id_sch > div div a:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: -2px;
    width: 1px;
    height: 13px;
    background-color: #333;
}

.idpw_sch > div.id_sch > div div a:first-child:after {
    display: none;
}

.idpw_sch > div.pw_sch {
    border-left: 1px solid #e1e1e1;
}

.idpw_sch > div.pw_sch p {
    line-height: 1.4;
    margin-bottom: 15px;
}

.idpw_sch > div.pw_sch div {
    margin: 0;
    display: initial;
}

.idpw_sch > div.pw_sch div.login_insert {
    display: table;
    vertical-align: middle;
    height: 135px;
    width: 100%;
}

.idpw_sch > div.pw_sch div.login_insert > div {
    display: table-cell;
    vertical-align: middle;
}

.idpw_sch > div.pw_sch div p {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

.idpw_sch > div.pw_sch div p:last-child {
    margin-bottom: 0;
}

.idpw_sch > div.pw_sch div p span {
    display: inline-block;
    width: 147px;
    font-size: 16px;
}

.idpw_sch > div.pw_sch div > span {
    display: block;
    margin-top: 20px;
}

.idpw_sch > div.pw_sch div > span:after {
    display: block;
    content: '';
    clear: both;
}

.idpw_sch > div.pw_sch div > a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.idpw_sch > div.pw_sch div > button {
    display: block;
    width: 100%;
    padding: 7px 0;
    background-color: #000;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border: 5px;
}

.idpw_sch > div.pw_sch div > button {
    opacity: 0.5;
}

.idpw_sch > div.id_sch .login_insert div p label,
.idpw_sch > div.pw_sch .login_insert div p label {
    margin: 0;
    width: 20%;
    float: left;
    line-height: 35px;
}

.idpw_sch > div.id_sch .login_insert div p span,
.idpw_sch > div.pw_sch .login_insert div p span {
    width: 80%;
    float: left;
}

.idpw_sch > div.id_sch .login_insert div p span input,
.idpw_sch > div.pw_sch .login_insert div p span input {
    width: 100%;
}

.idpw_sch > div.id_sch .login_insert div p span label,
.idpw_sch > div.pw_sch .login_insert div p span label {
    margin: 0 !important;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    color: red;
    padding-top: 0;
    padding-left: 5px;
}

.idpw_result {
    margin-bottom: 60px;
    padding: 50px 60px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.idpw_result p.tit {
    font-size: 22px;
}

.idpw_result .box {
    margin-top: 35px;
    padding: 30px 0;
    background-color: #f7f7f7;
    font-size: 16px;
}

.idpw_result .box strong {
    font-family: 'NBGB';
    color: #d5a10e;
}

/* 본인인증, 가입여부 */
.certification {
    margin: 0 auto;
    padding: 0 60px;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
}

.certification > div {
    overflow: hidden;
    padding: 40px 0 40px 140px;
    border-bottom: 1px solid #e1e1e1;
}

.certification > div.ipin {
    background: url(/images/sub/ipin_ico.png) 0 30px no-repeat;
}

.certification > div.mobile {
    background: url(/images/sub/sms_ico.png) 0 30px no-repeat;
    border-bottom: none;
}

.certification > div div {
    float: left;
}

.certification > div div h5 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: -0.045em;
}

.certification > div div p {
    font-size: 15px;
    line-height: 24px;
}

.certification > div a {
    float: right;
    width: 200px;
    margin-top: 10px;
    padding: 18px 0;
    background-color: #33363c;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

/* 약관동의 */
.agree_txt {
    margin-bottom: 40px;
}

.agree_txt div:first-child {
    overflow: hidden;
    margin-bottom: 12px;
}

.agree_txt > div:first-child p {
    float: left;
    padding-left: 30px;
    background: url(/images/sub/infor_dot.gif) 0 0 no-repeat;
    font-family: 'NSB';
    font-size: 18px;
    letter-spacing: -0.045em;
}

.agree_txt div:first-child span {
    float: right;
    margin-top: 3px;
}

.agree_txt div:first-child span label {
    margin-left: 8px;
}

.agree_txt div.con {
    overflow-y: scroll;
    padding: 20px;
    height: 180px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.agree_txt div.con ul {
}

.agree_txt div.con ul li {
    margin-bottom: 10px;
}

.all_chk {
    margin-bottom: 60px;
    padding: 20px 0;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    text-align: center;
}

.all_chk > span {
    margin: 0 10px;
}

.all_chk label {
    margin-left: 8px;
}

.all_chk label span {
    color: #9a1824;
}

.join_box1 {
    position: relative;
    margin-bottom: 45px;
    padding: 40px 38px;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
}

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

.join_box1 .left {
    text-align: left;
}

.join_box1 p {
    margin-bottom: 30px;
    font-size: 15px;
}

.join_box1 p.tit1 {
    margin-bottom: 15px;
    font-family: 'NSB';
    font-size: 26px;
    letter-spacing: -0.045em;
}

.join_box1 p.tit1 span {
    color: #9a1824;
}

.join_box1 p.tit2 {
    margin-bottom: 15px;
    font-family: 'NSB';
    font-size: 20px;
    letter-spacing: -0.045em;
}

.join_box1 p.tit2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    width: 26px;
    height: 4px;
    background-color: #9a1824;
}

.join_box1 ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    background: url(/images/sub/join_dot.gif) 0 5px no-repeat;
}

.join_box1 ul li.lst {
    margin-bottom: 0;
}

.join_box1 a {
    display: inline-block;
    position: relative;
    width: 200px;
    padding: 17px 23px 17px 0;
    background-color: #404580;
    font-size: 16px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.join_box1 a::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 170px;
    width: 13px;
    height: 10px;
    background: url(/images/sub/join_btn.png) no-repeat 0px 0px;
}

.join_box1 a.below {
    margin-left: 20px;
    background-color: #535780;
}

/* 회원정보 입력 */
.join_tit {
    overflow: hidden;
    margin-bottom: 12px;
}

.join_tit p {
    float: left;
    padding-left: 30px;
    background: url(/images/sub/infor_dot.gif) 0 0 no-repeat;
    font-family: 'NSB';
    font-size: 18px;
    letter-spacing: -0.045em;
}

.join_tit p b {
    color: #9a1824;
}

.join_tit span {
    float: right;
    margin-top: 4px;
    padding-right: 10px;
    background: url(/images/sub/essential_dot.gif) right 3px no-repeat;
    color: #9a1824;
}

.join_insert {
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #000;
}

.join_insert th {
    padding: 30px 0 30px 25px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'NBGB';
    font-weight: normal;
    font-size: 16px;
    text-align: left;
}

.join_insert th.essential label {
    padding-right: 10px;
    background: url(/images/sub/essential_dot.gif) right 3px no-repeat;
}

.join_insert td {
    padding: 14px 0;
    border-bottom: 1px solid #e1e1e1;
}

.join_insert td.readonly {
    color: #787878;
    font-size: 15px;
}

.join_insert td.readonly b {
    color: #333;
    font-family: 'NBGB';
    font-weight: normal;
}

.join_insert td input[type='text'],
.join_insert td input[type='password'] {
    width: 183px;
    height: 48px;
    padding: 14px 0 13px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.join_insert td input.calendar + label {
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 48px;
    background: url(/images/article/calendar_btn.gif) no-repeat 0px 0px;
    cursor: pointer;
}

.join_insert td input.readonly {
    background: #f7f7f7;
}

.join_insert td select {
    width: 100px;
    height: 48px;
    border: 1px solid #ccc;
    vertical-align: bottom;
}

.join_insert td div {
    margin-bottom: 10px;
}

.join_insert td p {
    margin-top: 10px;
    font-size: 13px;
}

.join_insert td a {
    vertical-align: middle;
}

.join_insert td a.confirm {
    display: inline-block;
    width: 100px;
    padding: 16px 0;
    margin-left: 10px;
    background-color: #555b65;
    color: #fff;
    text-align: center;
}

.join_insert td a.postal_number {
    display: inline-block;
    width: 100px;
    padding: 16px 0;
    margin-left: 8px;
    background-color: #555b65;
    color: #fff;
    text-align: center;
}

.join_insert td span.blank {
    margin: 0 7px;
}

.join_insert td .select:after {
    display: block;
    content: '';
    clear: both;
}

.join_insert td .select a {
    display: block;
    float: left;
    width: 198px;
    padding: 14px 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #ccc;
    text-align: center;
}

.join_insert td .select a.on {
    background-color: #33363c;
    border: 1px solid #000;
    color: #fff;
}

.join_insert td .select input {
    opacity: 0;
}

.join_insert td .select label {
    display: block;
    float: left;
    width: 198px;
    padding: 14px 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #ccc;
    text-align: center;
    cursor: pointer;
}

.join_insert td .select input:checked + label {
    background-color: #33363c;
    border: 1px solid #000;
    color: #fff;
}

.join_insert td .choose:after {
    display: block;
    content: '';
    clear: both;
}

.join_insert td .choose a {
    display: block;
    float: left;
    width: 198px;
    padding: 14px 0;
    border: 1px solid #ccc;
    font-size: 15px;
    color: #ccc;
    text-align: center;
}

.join_insert td .choose a.on {
    background-color: #33363c;
    border: 1px solid #000;
    color: #fff;
}

.join_insert td .chk {
    margin: 10px 0 0;
}

.join_insert td .chk span {
    margin-right: 17px;
}

.join_insert td .chk span label {
    margin-left: 5px;
    font-size: 13px;
}

.j_sign1 {
    margin: 16px 0 37px;
    padding-left: 26px;
    background: url(/images/sub/joinSign_ico.gif) 0 2px no-repeat;
    line-height: 24px;
}

/*아이디/비밀번호찾기*/
.idpw {
    text-align: left !important;
}

.idpw dl {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.idpw dl dt {
    float: left;
    width: 25%;
    color: #333;
    padding-top: 3px;
}

.idpw dl dd input {
    width: 260px;
    border: 1px solid #ddd;
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
}

.idpw dl dd input.wd1 {
    width: 75px;
}

.idpw dl dd select {
    width: 140px;
    border: 1px solid #e5e5e5;
    padding: 4px 5px;
}

.idpw dl dd select.wd01 {
    width: 90px;
}

.idpw .btn-con .btn-sky {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.idpw .btn-con .btn-white {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

@media only screen and (max-width: 1280px) {
    .sub_tit h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 992px) {
    .idpw dl dt {
        width: 20%;
    }

    .idpw dl dd input {
        width: 243px;
    }

    .idpw dl dd input.wd1 {
        width: 69px;
    }
}

@media only screen and (max-width: 890px) {
    .idpw_sch > div.pw_sch form > p,
    .idpw_sch > div.id_sch form > p {
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .idpw dl dt {
        width: 20%;
    }

    .idpw dl dd input {
        width: 75%;
    }

    .idpw dl dd input.wd1 {
        width: 23%;
    }

    .idpw_sch > div.pw_sch form > p,
    .idpw_sch > div.id_sch form > p {
        height: auto;
        margin-bottom: 10px;
    }

    .idpw_sch > div.id_sch div.login_insert,
    .idpw_sch > div.pw_sch div.login_insert {
        height: auto;
    }
    .idpw_sch > div.id_sch .login_insert div p label,
    .idpw_sch > div.pw_sch .login_insert div p label {
        line-height: 1;
    }
    .idpw_sch > div.id_sch p {
        margin-bottom: 10px;
    }
    /*로그인*/
    .login_wrap > p.login {
        font-size: 28px;
        padding: 20px 0;
    }

    .login_wrap > p {
        font-size: 16px;
    }

    .login_insert {
        margin: 20px 10px;
    }

    .login_insert .login_btn input {
        font-size: 16px;
        width: 90px;
        height: 95px;
    }

    .join_link {
        padding: 20px;
    }

    .join_link div {
        width: 100%;
        margin: 0;
        display: block;
        margin-bottom: 20px;
    }

    .join_link div p:first-child {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .join_link div p {
        font-size: 13px;
        line-height: 1.3;
    }

    .join_link a {
        font-size: 14px;
        padding: 5px 10px;
    }

    /*회원가입*/
    .mem_level {
        padding: 15px;
    }

    .mem_level li {
        font-size: 13px;
    }

    .join_member p {
        font-size: 16px;
        padding-top: 150px;
    }

    .join_member a {
        font-size: 13px;
    }

    #joinAgree .table-write > table tbody tr:first-child td .btn-black-s {
        margin: 5px 15px 0;
    }

    #joinAgree td .btn-black-s {
        /*margin:0 15px 5px;*/
        box-sizing: border-box;
    }

    #joinAgree td.norbtn .btn-black-s {
        margin: 0 15px 5px;
    }

    #joinAgree td.etpbtn .btn-black-s {
        margin: 0 15px 5px;
    }

    .finish p.tit {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .finish p.txt {
        font-size: 15px;
        margin-bottom: 0;
        line-height: 1.3;
    }

    /*아이디/비번찾기*/
    .idpw_sch {
        padding: 20px 0;
    }

    .idpw_sch > div.pw_sch {
        margin-top: 30px;
    }

    .idpw_sch > div {
        width: 100%;
        float: none;
        padding: 0 15px;
    }

    .idpw_sch > div.id_sch div button,
    .idpw_sch > div.pw_sch div > button {
        font-size: 14px;
        padding: 5px 0;
        margin-top: 10px;
    }

    .idpw_sch > div.id_sch > div div.id_sch_txt {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    /*회원가입*/
    #joinAgree .table-write > table tbody tr th {
        font-size: 14px;
    }

    #joinAgree td .btn-black-s {
        font-size: 12px;
    }

    #joinAgree.pwtable .table-write > table tbody tr th {
        width: 100%;
    }

    #joinAgree .id_check.id_check-sev {
        float: none;
    }

    #joinAgree td.norbtn .btn-black-s {
        width: 100%;
        margin: 0 0 5px;
    }

    /*아이디/비번찾기*/
    #joinAgree.pwtable .table-write > table tbody tr td span {
        line-height: 1.3;
        margin-top: 5px;
        padding: 0;
    }

    #joinAgree .table-write {
        padding: 10px 0;
    }

    .table-write > table tbody tr td > div {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 500px) {
    .idpw dl dt {
        width: 100%;
    }

    .idpw dl dd input {
        width: 100%;
    }

    .idpw dl dd input.wd1 {
        width: 26%;
    }

    /*로그인*/
    .login_insert {
        margin: 20px;
    }

    .login_insert div {
        display: block;
        margin-right: 0;
    }

    .login_insert div .inser_a {
        text-align: left;
    }

    .login_insert div .inser_a label {
        width: auto;
        margin: 0;
    }

    .login_insert div .inser_b input {
        width: 100%;
    }

    .login_insert .id_check {
        text-align: left;
    }

    .login_insert .id_check a {
        float: right;
    }

    .login_insert .login_btn {
        display: block;
        margin-top: 10px;
        margin-left: 0;
    }

    .login_insert .login_btn input {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        border-radius: 5px;
    }

    .join_link div {
        margin-right: 0;
        word-break: break-all;
    }

    .join_link a {
        margin-top: 10px;
    }

    /*아이디/비번찾기*/
    .idpw_sch > div.id_sch .login_insert div p label,
    .idpw_sch > div.pw_sch .login_insert div p label {
        width: auto;
        margin: 0;
        float: none;
    }

    .idpw_sch > div.id_sch .login_insert div p span,
    .idpw_sch > div.pw_sch .login_insert div p span {
        width: 100%;
        float: none;
    }
}
