/* 
.titleBtype,
.inputBtype{
    display: none;
} */

.overlay_E{
    display: block;
}


.titleBtype{
    display: none;
}



.inputBtype.hidden {
    opacity: 0;
    transform: scale(0.95);
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.inputBtype.visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
    height: auto;
}

.TOSWrap.hidden {
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.TOSWrap.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    height: auto;
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 약관동의 */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.authCompanyTOSWrap {
    margin-bottom: 20px;
}

/*  약관 전체 동의 위치*/
.TOSAllCheckWrap {
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}

/* 기존 input 체크박스 숨기기 */
.TOSWrap input {
    visibility: hidden;
}

label {
    display: block;
    line-height: 23px;
}

.checkAll {
    line-height: 27px;
}

/*  이용약관 체크 아이콘  */
.check_icon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: bottom;
}

/*  이용약관 전체 체크 아이콘  */
.checkAllIcon {
    font-size: 30px !important;
}

/*  이용약관 체크 아이콘  */
.check_icon i {
    font-size: 25px;
    vertical-align: bottom;
}

/*  이용약관 체크 아이콘  */
.check_icon i:first-of-type {
    opacity: 0.2;
}

/*  이용약관 체크 아이콘  */
.check_icon i:last-child {
    display: none;
}

/*  이용약관 체크 아이콘  체크 전 아이콘*/
.TOSAllCheckWrap input:checked+h4 i:first-of-type {
    display: none;
}

/*  이용약관 체크 아이콘  체크 후 아이콘*/
.TOSAllCheckWrap input:checked+h4 i:last-child {
    display: inline-block;
    /* color: #00563B; */
}


/*  이용약관 체크 아이콘  체크 전 아이콘*/
.TOSWrap input:checked+h4 i:first-of-type {
    display: none;
}

/*  이용약관 체크 아이콘  체크 후 아이콘*/
.TOSWrap input:checked+h4 i:last-child {
    display: inline-block;
    /* color: #00563B; */
}

/*  이용약관 레이아웃  */
.TOSWrap li {
    border: 1px solid #e7e7e7;
    margin-bottom: 7px;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    overflow: hidden;
    position: relative;
}


/* 이용약관 활성화 시 우측 화살표 로테이션 */
.TOSWrap li.active .toggle_btn {
    transform: translateY(-50%) rotate(180deg);
}

/*  이용약관 레이아웃  */
.TOSWrap .head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
    background: #ffffff;
    position: relative;
    padding-left: 10px;
}

/* 아이폰으로 접속 시 padding-left 값 변경 */
.iphone {
    display: flex;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
    background: #ffffff;
    position: relative;
    padding-left: 0px;
}

/*  이용약관 레이아웃  */
.TOSWrap h4 {
    color: #7d7d7d;
}

/*  이용약관 레이아웃  */
.TOSWrap .toggle_btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

/*  이용약관 레이아웃 아이폰 정렬  */
.date {
    display: -webkit-inline-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}


/*  이용약관 레이아웃  */
.TOSWrap .detail_btns {
    background-color: rgb(255, 255, 255);
    letter-spacing: 0.5px;
    word-spacing: 2px;
    line-height: 20px;
    font-size: 12px;
    height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    text-indent: 5px;
    white-space: pre-wrap;
    padding: 10px;
    text-align: justify;
    display: none;
    flex-direction: column;
}

/*  이용약관 레이아웃  */
.TOSWrap .active .detail_btns {
    display: flex;
}

.TOSWrap .detail_btns span{
    font-size: 14px;
}












/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 팝업 내 테이블 */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.titleNameWrap{
    text-align: left;
}

table{
    width: 100%;
    /* margin-bottom: 20px;    */
}

tr{
    display: block;
}

.firstRow{
    background-color: #f1f1f1;
    padding: 5px;
    padding-top: 15px;
    padding-left: 15px;
}

.tableWrap{
    display: flex;
    background-color: #f8f8f8;
}

.borderStyle{
    border-top:  0.7px solid rgb(218, 218, 218);
    border-bottom:  0.7px solid rgb(218, 218, 218);
}

.tableTitle{
    display: block;
    border-right: 0.7px solid rgb(218, 218, 218);
    width: 35%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    color: #5b5b5b;
}

.tableInfo{
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
}

.tableInfoB{
    padding: 10px;
    line-height: 25px;
    font-size: 15px;
}


.textGuide em{
    font-size: 14px;
    padding-top: 20px;
}

.loginInforWrap {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    justify-content: center;
}

.widthA {
    width: 50%;
    text-align: right;
}

.widthB {
    width: 50%;
    text-align: left;
    padding-left: 5px;
}


.addCommentWrap{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 20px;
    /* color: rgb(204, 16, 16); */
}


.addCommentWrap div{
    text-decoration: none;
    display: inline-block;
    box-shadow: inset 0 -10px 0 hsla(53, 90%, 83%, 0.93); 
}














.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
}

.flex .app-btn {
    width: 50%;
    height: 40px;
    color: #fff;
    /* margin: 10px 5px; */
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

.flex .app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
}

.flex .app-btn.blu:hover {
    background-color: #454545;
}

.flex .app-btn i {
    width: 20%;
    text-align: center;
    font-size: 26px;
    margin-right: 7px;
}

.flex .app-btn .big-txt {
    font-size: 15px;
    text-transform: capitalize;
}

.buttonA {
    margin-right: 5px;
}

.buttonB {
    margin-left: 5px;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* 팝업 (동명이인 주민번호) */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.overlayFullWrapForm{

    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 50%;
}
.juminFront {
    width: 40%;
}

.juminBack{
    width: 55%;
}

.inputFormWrap{
    margin-bottom: 50px;
}
.pageDescriptionB{
    font-size: 22px;
    margin-top: 10px;
}

.pageDescriptionB:nth-child(2) {
    margin-bottom: 0px;
}

.pageDescriptionB:nth-child(3) {
    margin-bottom: 20px;
}