/* BASIC css start */
/*기본 예외*/
#SMS_join_simple #join .join{
    background:#fff;
    padding:0;
}
#SMS_join_simple .join .tableBox{
    border:none;
    border-radius:none;
}
#SMS_join_simple .join .tableBox table th{
    line-height: 15px;
    color: #4e4e4e;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    letter-spacing: -0.25px;
    width:100%;   
}
#SMS_join_simple .join .tableBox table tr{
    border-bottom:none;
}
#SMS_join_simple .join .tableBox table td{
    padding:0 !important;
}
#join .join .tableBox table td p{
    margin-top:0px;
}
/* */
.SMS_all_header{
    display:none !important;
}
.join-simple-container{
    padding-top:35px;
}
.join-simple-container .hello-moco-wrap{
    font-size:0px;
    padding-left:30px;
    padding-bottom:50px;
}
.join-simple-container .hello-moco-wrap h2{
    display:inline-block;
    width:77px;
    height:77px;
    line-height:77px;
    vertical-align:middle;
}
.join-simple-container .hello-moco-wrap h2 > img{
    width:100%;
    height:auto;
    vertical-align:top;
}
.join-simple-container .hello-moco-wrap .text-wrap{
    display:inline-block;
    vertical-align:middle;
    padding-left:14px;
}
.join-simple-container .hello-moco-wrap .text-wrap p{
    line-height:19px;
    font-size:15px;
    font-weight:300;
    color:#4e4e4e;
    font-family:'Heebo';
    letter-spacing:-0.3px;
}
.join-simple-container .hello-moco-wrap .text-wrap p span{
    padding-left:2px;
}
.join-simple-container .hello-moco-wrap .text-wrap p.btext{
    font-size:14px;
    font-family:'Noto Sans KR';
}



#SMS_join_simple .join .tableBox table td{
    padding:0 30px !important;
}
#SMS_join_simple .join .tableBox table td .input-holder{
    line-height: 15px;
    color: #4e4e4e;
    font-size: 10px;
    font-family: 'Noto Sans KR';
    font-weight: 300;
    letter-spacing: -0.25px;
}
#SMS_join_simple .join .tableBox table td .input-holder{
    margin-top:27px;
}
#SMS_join_simple .join .tableBox table tr:first-child td .input-holder{
    margin-top:0;
}
#SMS_join_simple .join .tableBox table td .input-row input:focus,
#SMS_join_simple .join .tableBox table td .input-row input:hover,
#SMS_join_simple .join .tableBox table td .input-row input:active
{
    background-color: rgba(255,255,255,0.2) !important;  
    color: #4e4e4e !important;
    outline:none !important;
}
#SMS_join_simple .join .tableBox table td .input-row input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0px;

    margin: 0px;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(78,78,78,0.35) !important;
    font-size: 13px;
    text-align: center;
    text-align: left;
    color: #4e4e4e;
    border-radius:0 !important;
}
#SMS_join_simple .join .tableBox table td .input-row .input-msg{
    padding-top:10px;
    line-height:17px;
    color:#888888;
    font-size:12px;
    font-family:'Noto Sans KR';
    font-weight:300;
    letter-spacing:-0.3px;
}
#SMS_join_simple ul.join-msg{

    border-radius:0;
    margin:0;
    padding:0 30px;
    padding-bottom:47px;
}
#SMS_join_simple ul.join-msg label{
    line-height:20px;
    padding-bottom:10px;
}
#SMS_join_simple ul.join-msg label{
    font-size:13px;
    letter-spacing:-0.55px;
    color:#ff6753;
}

#SMS_join_simple ul.join-msg label input {
   display:none;
}

#SMS_join_simple ul.join-msg label input + span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color:#d5c7bc;
    background-repeat:no-repeat;
    background-position:center center;
    vertical-align: top;
    margin-right:4px;
    transition:background 0.3s ease-in-out;
    border-radius:4px;
}
#SMS_join_simple ul.join-msg label input:checked + span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color:#d5c7bc;
    background-image: url('/design/ooo1069/2020_m_renew/check_on2.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 8px;
    vertical-align: top;
    border-radius:4px;
    transition:background 0.3s ease-in-out;
}
#SMS_join_simple ul.join-msg label input:checked {
    background-color:black !important;
    border:1px double black !important;
}
#SMS_join_simple ul.join-msg label input {
    display:none;
}
#SMS_join_simple ul.join-msg li > p{
    line-height:17px;
    color:#4e4e4e;
    font-family:'Noto Sans KR';
    font-size:12px;
    font-weight;300;
    letter-spacing:-0.3px;
}
#terms_agree input[type="checkbox"]{
    margin-top:0 !important;
}
#SMS_join_simple .terms-agree{
    background:#f8f8f8;
    border:none;
    border-radius:0px;
    padding:0 30px;
    padding-top:30px;
    padding-bottom:30px;
}
#terms_agree .terms-agree dt {
    margin-top: 0;
    height:30px !important;
    line-height:30px !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    color: #4e4e4e;
    font-weight: bold;
    letter-spacing: -1px;
    border-bottom:0px !important;
    margin-bottom:20px !important;
}
#terms_agree .terms-agree dt label{
    height:30px;
    line-height:30px;
    font-size:13px;
    font-family:'Noto Sans KR';
    color:#4e4e4e !important;
    letter-spacing:0.3px;
}

.join-simple-container label input[type=checkbox]{
    -webkit-appearance: none !important;
    color: #333 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 20px !important;
    height: 20px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    background-image: url('/design/ooo1069/2020_m_renew/img_check_off.png') !important;
    background-size: 100% !important;
    background-color: transparent !important;
    border: 0px !important;
    transition: .4s !important;
}
.join-simple-container label input[type=checkbox]:checked{
    border-radius: 0px!important;
    color: #333!important;
    background-image: url('/design/ooo1069/2020_m_renew/img_check_on.png')!important;
    background-position: center!important;
    background-size: 100%!important;
    background-color: transparent!important;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border: 0px!important;
}

#terms_agree .terms-agree dd{
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: none !important;

}
#terms_agree .terms-agree dd ul{
    padding-left:10px;
    padding-bottom:30px;
    border-bottom:1px solid #e3e3e3;
}
#terms_agree .terms-agree dd  li{
    width:100% !important;
    padding:0 !important;
    height:30px !important;
    line-height:30px !important;
}
#terms_agree .terms-agree dd li > label{
    height:30px;
    line-height:30px;
    font-size:13px;
    font-family:'Noto Sans KR';
    color:#4e4e4e;
    letter-spacing:0.3px;
}
#terms_agree .terms-agree dd li > label a{
    text-decoration:none !important;
}
#terms_agree .terms-agree dd:last-child{
    padding-top:20px !important;
    padding-bottom:;
}
#SMS_join_simple #terms_agree .terms-agree dd .txt{
    margin-top: 10px;
    color: #999;
    font-size: 1em;
    letter-spacing: 0;
    white-space: initial;
    overflow: hidden;
    padding:0 !important;
}
.join-bottom-btn-wrap{
    background:#fff;
    padding:25px 25px;
    
}
.join-bottom-btn-wrap a{
    display:block;
    height:43px;
    line-height:43px;
    text-align:center;
    font-size:14px;
    font-family:'Noto Sans KR';
    letter-spacing:-0.4px;
    color:#fff;
    background:#cfb7a5;
    border-radius:21px;
}
#SMS_join_simple #terms_desc{
    padding:0 30px;
    padding-top:9px;
    padding-bottom:40px;
}
#SMS_join_simple #terms_desc .terms-desc dt{
    border-left:0px !important;
    border-right:0px !important;
    border-top:0px !important;
    border-bottom:0px !important;
    height:33px !important;
    line-height:33px !important;
    font-size:13px;
    padding-left: 0px;
    font-weight:300;
    font-family:'Noto Sans KR';
    letter-spacing:-0.3px;
    color:#4e4e4e;
}
#SMS_join_simple #terms_desc .terms-desc dt .btn-down{
    background-size: 10px;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border: none !important;
    background: url(/design/ooo1069/2020_m_renew/arr_s.png)no-repeat center center;
    background-size: 12px;
    margin-top: 0 !important;
    background-position: center;
    margin-top: -6px !important;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
#SMS_join_simple #terms_desc .terms-desc dt .btn-up {
    background-size: 10px;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border: none !important;
    background: url(/design/ooo1069/2020_m_renew/arr_s.png)no-repeat center center;
    background-size: 12px;
    margin-top: 0 !important;
    background-position: center;
    margin-top: -6px !important;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;

}
#terms_desc .terms-desc dd{
    padding: 0 !important;
    border-top: 1px solid #f1f1f1 !important;
    border-bottom: 1px solid #f1f1f1 !important;
    background: none !important;
}
/* BASIC css end */

