@charset "utf-8";

.uxcsection {
    position: relative;
    width: 900px;
    min-height: 860px;
    margin: 0 auto;
    padding: 28px 0 100px;
    text-align: left;
}
.hxtit {
    margin-bottom: 70px;
    font-size: 32px;
    text-align: center;
}
.hxmtit.bdrpb {
    padding-bottom: 20px;
    border-bottom: 2px solid;
    border-color: #222;
}
.hxmtit, .hxtit {
    font-weight: 600;
    letter-spacing: -1px;
}
.est, .opt {
    margin-left: 5px;
    font-size: 15px;
}
.est {
    color: #ca4a4c;
}
.joinform {
    width: 880px;
    margin: 0 auto 80px;
    padding: 20px 0 0;
    border-color: #222;
}
.tblrow {
    display: table-row;
    margin: 0;
    padding: 0;
}
.joinform .tblrow:first-child .tbltd, .joinform .tblrow:first-child .tblth {
    padding-top: 0;
}
.tblth {
    display: table-cell;
    float: none;
    width: 160px;
    padding: 10px 0;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    vertical-align: top;
}
.tblth span {
    display: inline-block;
    position: relative;
    top: 11px;
    line-height: 1;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
.tbltd {
    display: table-cell;
    position: relative;
    width: 720px;
    margin-left: 160px;
    padding: 10px 0;
    line-height: 40px;
    font-size: 15px;
}
.uxinp {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid;
    background-image: none;
    line-height: 40px;
    font-size: inherit;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #dadada;
    background-color: #fff;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bar {
    display: inline-block;
    height: 40px;
    margin: -1px 5px 0;
    line-height: 37px;
    color: #222;
    font-size: 16px;
    vertical-align: middle;
}
.joinform .tblrow .tbltd .btn-custum.w90px {
    width: 89px;
    padding-right: 5px;
    padding-left: 5px;
}
.m-0 {
    margin: 0;
}
.btn-custum {
    display: inline-block;
    position: relative;
    top: 0;
    min-height: 40px;
    margin: 0 5px;
    padding: 12px 12px;
    border-radius: 3px;
    border: 0;
    background-color: #444;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    transition: .1s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .1s;
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
}
.btn-custum:hover { color: #fff; background-color: #5BA429;}
.inpbox:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.cmt, .errmsg {
    font-size: 13px;
}
.errmsg {
    margin: 10px 0 0;
    padding: 0 15px;
    color: #ca4a4c;
}
.msgbox {
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #f8f8f8;
    color: #888;
    font-size: 13px;
}
.msgbox ul, .msgbox ul li {
    color: inherit;
    font-size: inherit;
}
.msgbox ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 10px;
}
.msgbox ul, .msgbox ul li {
    color: inherit;
    font-size: inherit;
}
.msgbox ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #888;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.btn-txtarr, .btn-txtarr:after {
    display: inline-block;
    color: #222;
}
.btn-txtarr {
    text-align: right;
}
.btnarea.w100p {
    width: 100%;
}
.text-right {
    text-align: right !important;
}
.w100p {
    width: 100%;
}
.btnarea {
    display: inline-block;
}
.uxinp.disabled, .uxinp:disabled {
    border-color: #dadada;
    color: #ccc;
    background-color: #f4f4f4;
    opacity: 1;
}
.el-main.uxcwrap .el-button span {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}
.joinform .tblrow .tbltd .btn-custum.w90px.le2 { letter-spacing: -2px; margin: 0 0 0 5px;}

.uxselect.selected .selectinp {
    color: #222;
}
.uxselect .selectinp {
    min-width: 150px;
    height: 40px;
    margin: 0;
    padding: 12px 30px 12px 15px;
    border: 1px solid;
    border-color: #dadada;
    color: #222;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
}
.uxselect .option, .uxselect .selectinp:after {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.uxselect .selectinp:after {
    content: "";
    display: inline-block;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/member/select_icon.png);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.uxselect .option {
    overflow-y: auto;
    display: none;
    top: 40px;
    left: 0;
    z-index: 100;
    width: 100%;
    max-height: 202px;
    border: 1px solid;
    border-color: #888;
    border-top: 0;
    background-color: #fff;
    font-size: 15px;
}
.uxselect .option li {
    padding: 5px 5px;
    font-size: inherit;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.joinform .tblrow.email .tbltd .uxselect, .joinform .uxselect {
    top: 0;
}
.uxselect {
    outline: none;
}
.uxselect, .uxselect .selectinp {
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.uxselect {
    position: relative;
    top: -2px;
    margin: 0 5px;
    text-align: left;
    vertical-align: middle;
}
.dot, .uxsearch {
    display: inline-block;
    height: 40px;
}
.dot {
    margin: -1px 5px 0;
    line-height: 33px;
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}
.ico_email_warning {
    position: relative;
    margin: 10px 0;
    padding:0 0 5px 24px;
    font-size: 13px;
}
.ico_email_warning:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -1px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/member/icon_txt.gif) 0 0 no-repeat;
    background-size: 18px 18px;
}
.join-wrap .terms-wrap, .joinin-wrap .terms-wrap {
    margin-bottom: 80px;
}
.hxmtit {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 24px;
}
.join-wrap .terms-wrap .terms-agree-section, .joinin-wrap .terms-wrap .terms-agree-section {
    margin-top: 20px;
    border: 1px solid #dadada;
}
.join-wrap .terms-wrap .terms-agree-section .agree:not(:last-child), .joinin-wrap .terms-wrap .terms-agree-section .agree:not(:last-child) {
    border-bottom: 1px solid #dadada;
}
.join-wrap .terms-wrap .terms-agree-section .agree .agree-title, .joinin-wrap .terms-wrap .terms-agree-section .agree .agree-title {
    position: relative;
    height: 48px;
    padding: 0 15px;
    line-height: 48px;
    color: #222;
    border-color: #dadada;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.join-wrap .terms-wrap .terms-agree-section .agree .agree-title:before, .joinin-wrap .terms-wrap .terms-agree-section .agree .agree-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 9px;
    background: url(../images/member/down_arr.gif) 50% 50% no-repeat;
    background-size: 16px 9px;
    transition: transform .3s,-webkit-transform .3s;
}
.join-wrap .terms-wrap .terms-agree-section .agree .agree-title .chkbox-label, .joinin-wrap .terms-wrap .terms-agree-section .agree .agree-title .chkbox-label {
    cursor: pointer;
    padding: 14px 0;
}
.uxcheck:first-child, .uxradio:first-child {
    margin-left: 0;
}
.uxcheck, .uxradio {
    display: inline-block;
    position: relative;
    margin: 0;
    margin-left: 30px;
    padding: 0 0 0 0;
    line-height: 1;
    color: #222;
    font-weight: 400;
    font-size: 15px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.join-wrap .terms-wrap .terms-agree-section .agree .agree-title .chkbox-label .chk-txt, .joinin-wrap .terms-wrap .terms-agree-section .agree .agree-title .chkbox-label .chk-txt {
    font-weight: 700;
}
.uxcheck span, .uxradio span {
    display: inline-block;
    height: 20px;
    line-height: 19px;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.join-wrap .terms-wrap .terms-agree-section .agree.on .agree-content, .joinin-wrap .terms-wrap .terms-agree-section .agree.on .agree-content {
    display: block;
}
.join-wrap .terms-wrap .terms-agree-section .agree .agree-content, .joinin-wrap .terms-wrap .terms-agree-section .agree .agree-content {
    display: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 0;
}
.agree-style .agree-content {
    height: 250px;
    overflow-y: auto;
    margin-top: 20px;
    padding: 40px;
    border: 1px solid #dadada;
    line-height: 1.4em;
    letter-spacing: -1px;
    background-color: #f9f9f9;
}
.editorcnt.editorcnt-title>p:first-child>strong {
    font-size: 19px;
}
.editorcnt p strong {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.6px;
}
.editorcnt p {
    margin: 1em 0;
    line-height: 1.4em;
}
.opt {
    color: #888;
}
.mgr { margin: 0 20px;}
.btnarea {
    width: 100%;
    text-align: center;
}
.btn-custum.confirm {
    min-width: 200px;
    min-height: 50px;
    background-color: #5BA429;
    color: #fff;
    font-weight: 600;
}

.btn-custum.confirm span {color: #fff;}
.btn-custum.confirm:hover{
    background-color: #444;
}
.btn-custum.cancel {
    min-width: 200px;
    min-height: 50px;
    border: 1px solid;
    border-color: #dadada;
    background-color: #fff;
    color: #222;
    font-weight: 600;
}
.btn-custum.cancel:hover {background-color: #444; }
.btn-custum.cancel:hover span { color: #fff;}

.join-wrap .terms-wrap .terms-agree-section .agree.on .agree-title:before, .joinin-wrap .terms-wrap .terms-agree-section .agree.on .agree-title:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-image: url(../images/member/up_arr.gif);
}
.msgbox ul li span {
    font-size: inherit;
    font-weight: inherit;
}
.fontC_5BA429{
    color: #5BA429;
}
.fontC_000000{
    color: #000000;
}
.uxfile .uxlabel {
    top: 0;
    width: 90px;
    margin: 0 0 0 5px;
    vertical-align: middle;
    cursor: pointer;
}
.uxlabel:last-child {
    margin-right: 5px;
}
.uxlabel {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.uxfile .uxlabel .uxinp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.uxinp {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    border: 1px solid;
    background-image: none;
    line-height: 40px;
    font-size: inherit;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #dadada;
    background-color: #fff;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.uxfile .uxlabel span {
    display: inline-block;
    position: relative;
    top: 0;
    width: 90px;
    height: 40px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px solid;
    border-color: #dadada;
    background-color: #f9f9f9;
    font-size: 15px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.terms-agree-section .agree .agree-title.pd { padding: 0 15px 0 40px !important;}