#recent_naver{
	transform: translateX(-65%);
}

.hide{
	display: none!important;
}

.show{
	display: block!important;
}

.alert_pop .pop_select{
    margin-top: 30px;
    position: initial;
    right: auto; top: auto;
}

.pop_select{
    position: absolute;
    top: 15px; right: 15px;
}

/*margin: 0 -16px; -> 변경(220102) */
.company_search_btn_whole{
    width: 100%;
    height: auto;
    margin: 0 -16px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% + 32px);
    height: 106px;
    padding: 30px 16px 20px 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white) 30%, var(--white));
    max-width: 480px;
    margin-top: 0!important;
}
/*230106 main페이지 수정*/
.search_wrap{
    position: relative;
    min-height: 50px;
    background-color: transparent;
    border-radius: 30px;
    overflow: hidden;
}
.input{
    border: 1px solid var(--borderGrey);
    background-color: transparent;
    color: var(--defaultText);
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    width: 100%;
    outline: none!important;
}
.main_search_wrap{
    max-width: 480px;
    margin: 0 auto;
    padding: 5px 16px 0 16px;
}
.main_search_wrap .bnn_wrap{
    padding: 0 0 20px 0;
    margin-bottom: 15px;
}
.content_main{
    max-width: 480px;
    margin: 0 auto;
    padding: 0 16px 40px;
}
.index_bg_whole{
    width: calc(100% + 32px);
    height: auto;
    padding: 20px 16px 25px 16px;
    margin: 0 -16px;
    background-color: var(--bgBlue);
}
/*230106 월구독 페이지 수정*/
.content_monthPay{
	max-width: 480px;
    margin: 0 auto;
    padding: 0 16px 40px;
}

.text_ellipsis{
	display: block;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.tooltip_title{
 	max-width: 480px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative;
     justify-content: center;
    margin-bottom: 5px;
}

.tooltip_img{
	width:20px;
	hegith: 20px;
	margin-left: 5px;
	margin-right: 5px;

}
.tooltip_title h1{
 	position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    margin-left: 12px;
}


.tooltip_title .tooltip_title_hover{
    position: absolute;
    width: calc(100% - 30px);
    max-width: 448px;
    height: auto;
    padding: 15px;
    border-radius: 10px;
    background-color: #f0f4ff;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 40;
}

.tooltip_title. tooltip_title_hover p{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #1f2933;
}

.popup_center_pop{
    display: none;
    position: fixed;
    left: 50%; top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    background-color: var(--popbg);
    box-shadow: 0 0 20px rgba(0,0,0,0.16);
    z-index: 116;
    width: calc(100% - 32px);
    max-height: 100%;
    max-width: 448px;
    overflow: hidden;
}

.popup_center_pop .btn_wrap{
    display: flex;
    align-items: center;
}
.popup_center_pop .btn_wrap button{width: calc(50% - 5px);}
.popup_center_pop .btn_wrap button:first-child{
    margin-right: 10px;
    position: inherit;
}

.popup_checked{
	width: 100%;
    text-align: right;
    padding: 7px 7px 7px 7px;
}

.popupHtml{
	overflow: scroll;
	height: 500px;
	min-height: 500px;
	max-height: 500px;
	padding: 5px 5px 5px 5px;
}

.main_popup{
    padding: 10px 10px 20px;
}
.main_popup p{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.main_popup .pop_close{
    margin-top: 30px;
    position: initial;
    right: auto; top: auto;
}
.main_popup_colse{
	height: 28px;
    width: 28px;
    vertical-align: middle;
}
.main_popup_box{
	text-align: end;
    padding: 5px 0px 5px;
}

.popupImg{
	width: 100%!important;
}

/********/
.main{
	max-width: 480px;
    margin: 0 auto;
    padding: 0px 0px 40px 0px;
}

.tab_fix{
    margin-bottom: 15px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 100;
    background-color: var(--white);
    padding: 10px 10px 10px 10px;
}

#twoPopText{
text-align: center;
}

.twoPop .pop_cont {
    padding: 0 16px 100px!important;
}
