/* 회원가입 */
a.btn_admin{
    display: none;
}
.autoW{
    width: 100%;
}
#wrap.subVer #header,
#wrap #footer{
    display: none;
}


.fs14 {
    font-size: 14px;
}
.mart6 {
    margin-top: 6px;
}
.mart8 {
    margin-top: 8px;
}
.marb20 {
    margin-bottom: 20px;
}
.marr10 {
    margin-right: 10px;
}
.w_20 {
    width: 20%;
}
.w_34 {
    width: 34%;
}
.w_100 {
    width: 100%;
}
.block {
    display: block;
}
.red {
    color: #ff3d44 !important;
}
.c_gray{
    color: #9b9b9b !important;
}
.w_766{width: 76.6%;}

input {
    display: inline-block;
    box-sizing: border-box;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    outline: none;

    /* 아이폰 reset */
    -webkit-border-radius:4px;
    -webkit-appearance: none; /* 인풋내 그림자 제거 */
    color: #222; /* 아이폰은 가끔 파란색으로 나옴*/
    box-shadow: none;
}

select{
    /* 아이폰 reset */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    color: #222; /* 아이폰은 가끔 파란색으로 나옴*/
}

input, textarea, select:focus {
    /* 아이폰 reset */
    outline: none;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


i{
    /* 아이폰 reset */
    color: #222; /* 아이폰은 가끔 파란색으로 나옴*/
}

.golbang {
    display: inline-block;
    padding: 0 5px;
    color: #222;
    font-size: 14px;
}

.select_box {
    display: inline-block;
    box-sizing: border-box;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
    background: url(../img/common/select_opt_btn.svg) no-repeat right 8px center;
}

.select_box select {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 0 10px 0 14px;
    border: none;
    background: none;
    outline: none;
    font-size: 15px;
    appearance: none;
    /* select 화살표 없애기 */
}

.agree_checkbox,
.radio {
    position: absolute;
    left: -1000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}

.agree_checkbox+label,
.radio+label {
    display: inline-block;
    background: url(../img/common/join_input_off.svg) no-repeat 0 center;
    height: 40px;
    line-height: 40px;
    background-size: 20px;
    font-size: 16px;
    padding-left: 28px;
    margin-right: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.agree_checkbox+label {
    margin-right: 0;
}

.agree_checkbox:checked+label,
.radio:checked+label {
    background: url(../img/common/select_opt_btn.svg) no-repeat 0 center;
}

.radio+label {
    background-image: url(../img/common/join_input_off.svg);
}

.radio:checked+label {
    background-image: url(../img/common/select_opt_btn.svg);
}




.tiny_inner {
    width: 400px;
    margin: 80px auto;
}
.join{

}
.join .tiny_inner{
    /* border: 1px solid #efefef; */
    padding: 20px;
    box-sizing: border-box;
}

.logo {
    text-align: center;
}
.logo img{
    width: 200px;
    width: 240px;
    max-width: 100%;
}
.joinTit{
    text-align: center;
    margin: 30px 0;
}
.joinTit h2{
    font-size: 22px;
}
.joinTit span{
    font-size: 15px;
    display: block;
    margin-top: 6px;
}

.emLogin{}
.emLogin > div{
    position: relative;
}

/* ì ì„  */
.el{
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.el:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    border: dotted #dadada;
    border-width: 2px 0 0;
    z-index: 1;
    opacity: .84;
}


/* agreeBox */
.agreeBox{
    font-size: 15px;
    color: #9a9a9a;
}
.agreeBox em{font-style: normal; margin-right: 4px;}
.agreeBox .agreeAll{
    color: #222;
    font-weight: 600;
}
.agreeBox .agreeAll label{
    font-size: 18px;
}
.agreeBox .agree{
    position: relative;
}
.agreeBox .agree img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px;
    width: 7px;
    box-sizing: unset;
    padding-right: 0;
    cursor: pointer;
}



/* ìž‘ì€ í…ìŠ¤íŠ¸ */
.txts{}
.txts li{
    line-height: 1.5;
    color: #9a9a9a;
}
.txts .star{display: flex;}
.star:before {
    content: '*';
    display: inline-block;
    vertical-align: -5px;
    color: #ff4800;
    padding-right: 4px;
}
.txts .star:before{
    color: #9a9a9a;
}
.join .buttonArea{
    margin-top: 50px;
}
.join .button{
    width: 100%;
    border-radius: 4px;
    background: #3668CC;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    font-size: 15px;
    border: 0;
    height: 52px;
}
.inputButton {
    height: 45px;
    width: 80px;
    background: #3668CC;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
}
.join .buttonArea.tt{
    margin-top: 10px !important;
}
.join .buttonArea.tt button{
    background: #e5e5e5;
    color: #333;
}















/* ===============================================================================================================ë°˜ì‘í˜•===============================
=========================================================================== */
@media(max-width:1220px){}
@media(max-width:1024px){}
@media(max-width:960px){
    /* íŒì—… */
    #agree01Pop>div{width: 90%;}
    #agree01Pop .tbBox table{width: 100%;}
}
@media(max-width:768px){}
@media(max-width:425px){
    .tiny_inner {
        width: 100%;
    }
    .w_766 {
        width: 72%;
    }
}