@charset "utf-8";


/*--- join-step-1 ---*/

.join-area {
    text-align: center;
    overflow: hidden;
}
.join-area h2 {
    padding: 20px;
}
.join-step-box, .join-content {
    width: 70% !important;
    margin: 0 auto;
}
.join-step-box i {
    font-size: 1.3rem;
}
.join-step-box ul {
    display: flex;
    padding-left: 0;
}
.join-step-box ul li {
    position: relative;
    flex: 1;
    margin-right: -1px;
    text-align: center;
    line-height: 54px;
    padding: 0 0 0 14px;
    background: #f5f5f5;
    font-size: 1rem;
    color: #999;
    border: 1px solid #ccc;
}
.join-step-box ul li.active {
    color:#fff;
    background:#333;
    border-color:#333;
}
.join-step-box ul li:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #f5f5f5;
    z-index: 1;
}
.join-step-box ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #ccc;
    z-index: 0;
}
.join-step-box ul li.active + li:before {
    content:"";
    position:absolute;
    left:-1px;
    top:-1px;
    width:0;
    height:0;
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #333;
    z-index:1;
}
.join-step-box ul li.active + li:after{
    content:"";
    position:absolute;
    left:0;
    top:-1px;
    width:0;
    height:0;
    border-style: solid;
    border-width: 28px 0 28px 20px;
    border-color: transparent transparent transparent #333;
    z-index:0;
}

.join-step-box ul li.active:before, .join-step-box ul li.active:after {
    border-color: transparent transparent transparent #f5f5f5;
}
.join-step-box ul li:first-child:before,
.join-step-box ul li:first-child:after,
.join-step-box ul li.active:first-child:before,
.join-step-box ul li.active:first-child:after {
    display:none;
}
.join-step-box ul li.active .num {
    font-weight:500;
}

.join-step-1, .join-step-2, .join-step-3 {
    /* display: none; */
}
.join-step-1.step-view, .join-step-2.step-view, .join-step-3.step-view {
    /* display: block; */
}

.join-certify {
    padding: 20px 0 20px 55px;
    text-align: center;
}
.join-certify button {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 13px 0;
    width: 100%;
}
.join-certify button i {
    display: block;
    font-size: 100px;
    margin: 0 auto 30px;
}
.join-certify button span {
    font-size: 1.125rem;
    color: #555;
}



.join-input-area {
    position: relative;
}
.join-input-area .join-bi {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 1.4rem;
    color: #cbcbcb;
}
.join-input-area input[type="text"] {
    width: 100%;
    /* height: 48px;
    background: rgba(242, 242, 242, 0.3);
    box-sizing: border-box;
    font-size: 18px;
    line-height: 48px; */
    font-weight: 400;
    color: #666666;
    padding: 0 35px 0 45px;
    border: 1px solid #e2e2e2;
    letter-spacing: 1px;
}
.join-input-area input[type="text"]:focus {
    background: #fff;
    border: 1px solid #333333;
    color: #333333;
}
button.join-hp-confirm {
    /* width: 100%;
    height: 48px;
    line-height: 48px; */
    font-weight: normal;
    margin: 0;
    background: #cd001a;
    color: #fff;
    font-size: 1.1rem;
    vertical-align: middle;
}
#jointimer { 
    font-size: 18px; 
    color: red; 
    padding-left: 15px; 
}

.join-step .eyes { 
    position: absolute;
    top: -2px;
    /* left: 10rem; */
    right: 10px;
    bottom: 0;
    font-size: 22px;
    padding: 8px 5px;
    color: #cbcbcb;
    cursor: pointer;
    z-index: 100;
}



@media (max-width: 1200px) {
    .join-step-box, .join-content {
        width: 80% !important;
        margin: 0 auto;
    }
}
@media (max-width: 992px) {
    .join-step-box, .join-content {
        width: 100% !important;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .join-step-box, .join-content {
        width: 100% !important;
    }
}

/*--- join-step-2 ---*/

.tbljoin .card-body {
    border-top: 1px solid #666;
    padding: 20px;
    padding-bottom: 2rem;
}
.tbljoin .form-group {
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0px;
}
.tbljoin .col-form-label::before {
    content: '\2022' !important;
    margin-right: 5px;
}
.tbljoin .col-form-label.none::before {
    content: none !important;
    margin-right: 10px;
}
.tbljoin .trans-inline input { 
    display: inline; 
}
.tbljoin .col-form-label.none::before {
    content: none !important;
    margin-right: 10px;
}

.sm-msg {
    font-size: 0.9375rem;
    color: #afafaf;
    margin-left: 0.5rem;
}

@media (max-width: 767px) {
    /* Member */
    .tbljoin .card-body { padding: 0px; } 
}

/* 약관 */
.terms-area {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.terms-box {
    padding: 0 0 10px;
}
.terms-box .terms-item .terms-title {
    padding: 15px 10px 9px;
    border: 0;
}
.terms-box .terms-item .terms-title .terms-txt input[type=radio] + label, .terms-box .terms-item .terms-title .terms-txt input[type=checkbox] + label {
    padding-left: 33px;
    font-weight: 400;
    font-size: 15px;
    color: #777;
}
.terms-box .terms-title .btn-view .view {
    display: inline-block;
    color: #999;
    vertical-align: middle !important;
    transform: rotate(0);
    transition: .1s ease-in;
}
.terms-box .terms-item .terms-contains {
    display: none;
    border: 0;
    background: #f7f7f7;
}
.terms-box .terms-item .terms-contains .terms-cont {
    overflow-x: auto;
    min-height: 126px;
    max-height: 180px;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #888;
    text-align: left;
}
.terms-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px 23px;
    border-bottom: 1px solid #aaa;
}
.terms-txt {
    display: inline-block;
    vertical-align: top;
}
.terms-txt input[type="checkbox"] {
    display: none;
}
.terms-txt input[type="checkbox"] + label {
    position: relative;
    padding-left: 33px;
    font-weight: 400;
    cursor: pointer;
}
.terms-txt input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 25%;
}
.terms-txt input[type=checkbox]:checked + label:before {    
    content: "";
    background: #cd001a url(../images/common/chkbox.png) 50% 50% no-repeat;
    border-color: #cd001a;
}
.terms-title .btn-view {
    display: inline-block;
    line-height: 1.1;
    background-color: #fff;
    text-align: right;
    vertical-align: top;
}

.terms-contains {
    display: none;
}


.terms-tbl thead {
    background-color: #edf5f7;
}
.terms-tbl tr {
    border: 1px solid #e8e8e8;
}
.terms-tbl th {
    text-align: center;
    padding: 10px 0;
    border-left: 1px solid #e8e8e8;
}
.terms-tbl td {
    border-left: 1px solid #e8e8e8;
}
.terms-tbl td {
    text-align: left;
    padding: 5px;
}
.terms-tbl td:first-child {
    text-align: center;
}



@media (max-width: 767px) {
    .tbljoin .form-group.radio-wrap { flex-wrap: nowrap; align-items: center; }
    .tbljoin .form-group.radio-wrap label.col-form-label { width: 100%; padding-top: 0px; }
    .tbljoin .form-group .trans-inline {
        display: block !important;
        width: 100% !important;
        /* line-height: normal !important; */
        /* padding-top: calc(0.375rem + 1px); */
    }
    .join-area .tbljoin .form-group .trans-inline { /* padding-top: calc(0.275rem + 1px); */ }
    .join-area .tbljoin .form-group .trans-inline select { width: 100% !important; }
    .join-area .tbljoin .form-group .trans-inline input#member_id { width: 60% !important; }
    .join-area .tbljoin .form-group input#home_postNo { width: 30% !important; }
    .tbljoin .form-group .trans-inline input.form-control { width: 100% !important; }
    .tbljoin .form-group .trans-inline .join-tel-box { width: 33.33% !important; }
    .tbljoin .form-group .trans-inline input.postclass { width: 30% !important; }
    .tbljoin .form-group .wd-type-1 { width: 28% !important; }
    .tbljoin .form-group .wd-type-2 { width: 35% !important; }
    .join-area .join-step .eyes { position: absolute; top: -3px; }

    .terms-box .terms-item .terms-title .terms-txt input[type=checkbox] + label { font-size: 13px; }
    .terms-box .terms-title .btn-view .view { font-size: 13px; }
}
@media (max-width: 576px) {
    .join-area .join-step .eyes { top: -3px; }
}

/*--- join-step-3 ---*/


/* ---------------------------------------------------------- */
/* --- my page tab                                            */
/* ---------------------------------------------------------- */
.mypage_tab {
    position: relative;
    width: 70% !important;
    margin: 0 auto;
}  
.mypage_tab::after {
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.mypage_tab ul {
    width: 100%;
    display: inline-flex;
    margin: 0 auto;
}  
.mypage_tab ul li {
    width: calc(100% / 4);
    text-align: center;
    border: 1px solid #ddd;
}
.mypage_tab ul li:hover {
  background-color: #e9ecef;
}
.mypage_tab ul li.on {
    border-bottom: 2px solid #132f3d;
    background-color: #e9ecef;
}
.mypage_tab ul li a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: -1px;
    color: rgba(0,0,0,0.5); 
    padding: 15px 0;
    display: block;
}
.mypage_tab ul li.on a {
    font-weight: bold;
    color: #143343;
}


