@charset "UTF-8"; /* 탑(헤더) */
.top { position: fixed; top: 0; width: 100%; z-index: 10; background: #fff; } 
.top .top_con { display: flex; justify-content: space-between; align-items: center; width: 98%; margin: 0 auto; height: 50px; } 
.top_inner { display: flex; align-items: center; } 
.logo_box { margin-right: 20px; } 
.top_center_box { } 
.top_searchbox { max-width: 380px; display: flex; justify-content: space-between; border: 1px solid #ddd; border-radius: 50px; padding: 5px; position: relative; } 
.top_searchbox_inner { display: flex; } 
.top_searchbox_icon { width: 24px; margin: 0 10px; z-index: 1; } 
/* .top_searchbox_icon .search_icon { background-image: url(../img/mininesin-search.png); width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; } */
.top_searchbox_icon .nesin_main_icon { /* display: none; */ } 
.top_searchbox_icon .nesin_main_icon { background-image: url(../img/nesin_main_icon.png); width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; } 
.searchKeyword_top { width: 100%; z-index: 1; font-size: 0.9rem; } 
.searchButton_top { width: 50px; padding: 3px; cursor: pointer; text-align: center; background: #333; color: #fff; border-radius: 30px; font-size: 13px; text-align: center; z-index: 1; } 
.search_res_sel_top { display:none; width: 100%; background: #fff; color: #333; position: absolute; top: -30%; left: 50%; transform: translate(-50%, 10px); border: 1px solid #ddd; border-radius: 20px; z-index: 0; padding: 35px 0 15px; overflow: hidden; } 
.search_res_sel_top .search_res_sel_inner { max-height: 245px; overflow: hidden; overflow-y: scroll; } 
.search_res_sel_top .daehak_sel_item { padding: 7px 50px; } 
.search_res_sel_top .daehak_sel_item:hover { background: #eaeaea; } 
.search_res_sel_top .search_res_sel_inner .daehak_sel_item { padding: 7px 35px; font-size: 0.9rem; } 
.top .top_con .top_menu { display: flex; margin-left: 15px; } 
.top .top_con .top_menu .menu_icon_my_nesin { width: 32px; height: 32px; background-image: url('../img/my-page_my_nesin_icon.png'); background-repeat: no-repeat; cursor: pointer; margin-right: 15px; } 
.top .top_con .top_menu .menu_icon { cursor: pointer; width: 32px; height: 32px; background-image: url('../img/my-page_user_icon.png'); background-repeat: no-repeat; margin-right: 5px; } 
.top .current_shows { width: 100%; position: absolute; top: 104%; left: 0; color: #fff; } 
.top .current_shows .current_shows_box { border-bottom: 2px solid #ddd; } 
.top .current_shows .current_shows_box .current_shows_top { width: 100%; font-size: 1.05rem; font-weight: bold; border-bottom: 1px solid #ddd; text-align: center; padding: 1.5%; } 
.top .current_shows .current_shows_box .current_shows_bottom { display: flex; justify-content: space-around; } 
.top .current_shows .current_shows_box .current_shows_bottom .current_shows_bottom_item { font-size: 0.75rem; padding: 1.5%; } 

/* 메인 */
.main_box { width: 100%; height: auto; } 
.main_box .main_center_box { margin: 130px auto 0; max-width: 747px; position: relative; } 
.main_logo { width: 85%; margin: 0 auto 10px; max-width: 358px; cursor: pointer; } 
.main_logo img { width: 100%; } 
.main_logo_txt { text-align: center; width: 90%; margin: 0 auto 40px; } 
.main_logo_txt p { word-break: keep-all; } 
.main_box .main_center_box .main_searchbox { width: 90%; height: 50px; display: flex; align-items: center; border-radius: 50px; padding: 5px 10px; margin: 0 auto; box-shadow: 0 1px 5px 2px rgb(220 220 220); } 
.main_box .main_center_box .main_searchbox .main_searchbox_icon { width: 24px; margin: 0 10px; position: relative; } 
.main_box .main_center_box .main_searchbox .main_searchbox_icon .search_icon { background-image: url(../img/mininesin-search.png); width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; } 
.main_box .main_center_box .main_searchbox .searchKeyword { width: 85%; font-size: 1rem; z-index: 1; } 
.main_box .main_center_box .searchButton { width: 70px; padding: 5px; background: #333; color: #fff; border-radius: 30px; cursor: pointer; text-align: center; font-size: 1rem; font-weight: bold; z-index: 1; } 
.main_box .main_center_box .search_res_sel { width: 90%; background: #fff; color: #333; position: absolute; top: 71%; left: 50%; transform: translate(-50%, 10px); box-shadow: 0 1px 5px 2px rgb(220 220 220); border-radius: 30px; z-index: 0; padding: 48px 0 30px; overflow: hidden; } 
.main_box .main_center_box .search_res_sel .search_res_sel_inner { max-height: 220px; overflow: hidden; overflow-y: scroll; } 
.search_res_sel_inner::-webkit-scrollbar { width: 10px; } 
.search_res_sel_inner::-webkit-scrollbar-thumb { background: #333; } 
.search_res_sel_inner::-webkit-scrollbar-track { background: #e0e0e0; } 
.search_res_sel_inner .daehak_sel_item { padding: 7px 50px; font-size: 1rem; cursor: pointer; } 
.search_res_sel_inner .daehak_sel_item:hover { background: #eaeaea; } 

.main_box .search_result_box { padding-top: 70px; background: #f4f4f7; height: 100%; } 
.main_box .search_result_box .search_res_sel_inner { overflow: auto; overflow-y: hidden; text-align: center; } 

.main_box .search_result_box .resText { padding: 10px 15px; } 

.main_box .search_result_box .daehak_item { padding: 0 20px; background: #fff; margin-bottom: 10px; width: 95%; max-width: 747px; height: 70%; overflow-y: scroll; margin: 0 auto; border-radius: 10px; } 

.main_box .search_result_box .daehak_item::-webkit-scrollbar { width: 10px; } 
.main_box .search_result_box .daehak_item::-webkit-scrollbar-thumb { background: #333; } 
.main_box .search_result_box .daehak_item::-webkit-scrollbar-track { background: #e0e0e0; } 
.main_box .search_result_box .daehak_item_name_box { display: flex; justify-content: space-between; align-items: center; max-width: 747px; width: 95%; text-align: left; font-weight: bold; font-size: 1rem; margin: 30px auto 5px; } 
.main_box .search_result_box .daehak_item_name { margin-right: 10px; font-size: 1.1rem; } 
.main_box .search_result_box .daehak_item_year { text-align: center; background: #333; color: #fff; border-radius: 30px; font-size: 0.8rem; width: 150px; font-weight: normal; } 
.main_box .search_result_box .daehak_item .hakgwa_item { border-bottom: 1px solid #bbb; } 
.main_box .search_result_box .daehak_item .hakgwa_item:last-child { border-bottom: 0; } 
.main_box .search_result_box .daehak_item .hakgwa_item .hakgwa_item_name { padding: 20px 0; font-weight: bold; position: relative; cursor: pointer; text-align: left; } 
.main_box .search_result_box .daehak_item .hakgwa_item .hakgwa_item_name::after { content: ''; background-image: url('../img/arrow.png'); background-repeat: no-repeat; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } 


.main_box .search_result_box .daehak_item .hakgwa_item .predict_btn { display: flex; justify-content: space-between; align-items: center; padding: 8px 20px; box-shadow: 0 1px 5px 2px rgb(220 220 220); border-radius: 10px; margin-bottom: 15px; cursor: pointer; } 
.main_box .search_result_box .daehak_item .hakgwa_item .jeon_item { } 
.main_box .search_result_box .daehak_item .hakgwa_item .jeon_item .jeon_item_name { text-align: left; line-height: 1.5; font-weight: bold; } 
.main_box .search_result_box .daehak_item .hakgwa_item .jeon_item .jeon_item_baechi { text-align-last: left; } 
.jeon_item_info { display: flex; justify-content: space-between; align-items: center; } 
.jeon_item_watch { margin-right: 10px; font-weight: bold; } 

.jeon_item_wings_box { display: flex; background: #333; border-radius: 30px; color: #fff; width: 80px; height: 35px; align-items: center; justify-content: center; } 
.predict_btn .jeon_item_wings { display: flex; width: 30px; margin-right: 10px; } 
.predict_btn .jeon_item_wings > img { width: 100%; } 

/* 메인-내신닷컴 홈페이지 바로가기 */
.nesindotcom_banner_wrap { position: fixed; bottom: 1%; left: 50%; transform: translateX(-50%); border: 1px solid #ccc; border-radius: 10px; padding-left: 50px; margin-bottom: 10px; cursor: pointer; padding-right: 15px; height: 40px; display: flex; align-items: center; } 
.nesindotcom_banner { } 
.nesindotcom_txt::before { content: ''; background-image: url(../img/nesin_id.png); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; } 



/* details 삼각형 지우기 */
summary::-webkit-details-marker { /* Safari 브라우저용 사용자 정의 스타일 */
 display: none; } 
summary { list-style-type: none; /* 그 외의 브라우저용 사용자 정의 스타일 */ } 

/* 합격예측 팝업창 */
.overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.3); z-index: 1000; transition: opacity 0.3s ease-in-out; } 

.mini_predict_popup { display:none; position: fixed; width: 100%; height: auto; border-radius: 30px 30px 0 0; background: #fff; z-index: 1001; bottom: -100%; transition: bottom 0.5s ease-in-out; } 

.mini_predict_popup_inner { max-width: 747px; margin: 0 auto; width: 90%; } 
.popup-title { display: flex; justify-content: space-between; margin: 25px 0 10px; position: relative; } 
.popup-title h2 { font-weight: bold; font-size: 18px; } 
.popup-title button { content: ""; background-image: url('../img/close.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } 
.popup-daehak-item { font-weight: bold; margin-bottom: 10px; padding: 0 8px; word-break: keep-all; } 
.popup-redInfo { background: #F04B55; color: #fff; padding: 1px 17px; border-radius: 10px; display: inline-block; font-size: 14px; margin-bottom: 10px; } 
.bold { font-weight: bold; } 
.wing-text { border: 1px solid #333; background-color: #F4F4F7; padding: 15px 8px; border-radius: 10px; margin-bottom: 30px; } 
.wing-text-inner { display: flex; align-items: center; justify-content: space-between; max-width: 430px; width: 75%; margin: 0 auto; word-break: keep-all; font-size: 15px; } 
.wing-1 { font-weight: bold; margin-bottom: 5px; } 
.info-arrow-icon { margin: 0 10px; } 
.wing-2 { border: 1px solid #333; border-radius: 15px; text-align: center; background: #fff; position: relative; padding-left: 10px; width: 100px; } 
.wing-2::before { content: ''; background-image: url('../img/wing_icon\(black\).png'); background-repeat: no-repeat; background-size: contain; width: 20px; height: 20px; position: absolute; top: 50%; transform: translateY(-50%); left: 5px; } 
.wing-question { font-weight: bold; margin-bottom: 10px; position: relative; padding-left: 35px; } 
.wing-question::before { content: ''; background-image: url('../img/wing_icon\(black\).png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; } 
.wing-popup-btn2 { text-align: center; display: flex; justify-content: space-between; align-items: center; font-weight: bold; margin-bottom: 50px; } 
.wing-cancle { padding: 7px 0; background: #fff; border: 1px solid #333; border-radius: 15px; width: 49%; cursor: pointer; } 
.wing-cancle:hover { background: #333; color: #fff; } 
.wing-success { padding: 7px 0; background: #333; border: 1px solid #333; border-radius: 15px; color: #fff; width: 49%; cursor: pointer; } 
.wing-success:hover { background: #F04B55; border: 1px solid #F04B55; } 
.wing-popup-infotextbox { background-color: #F5F5F5; } 
.wing-popup-infotextbox-inner { max-width: 747px; margin: 0 auto; width: 90%; display: flex; flex-direction: column; padding: 15px 0; font-size: 14px; } 
.wing-popup-infotextbox-inner { background-color: #f8f9fa; padding: 15px 0; border-radius: 8px; } 

.wing-popup-infotextbox-inner div { display: flex; align-items: flex-start; position: relative; padding-left: 5px; } 

.wing-popup-infotextbox-inner p { margin: 0; padding-left: 5px; flex: 1; color: #555555; } 

.wing-popup-infotextbox-inner p::before { content: ""; width: 4px; height: 4px; background-color: #333; border-radius: 50%; position: absolute; left: 0; top: 9px; } 

/* 배치점 미제공 안내 팝업창 */
.predict_NoCal_1 { display:none; position: fixed; width: 100%; height: auto; border-radius: 30px 30px 0 0; background: #fff; z-index: 1001; bottom: -100%; transition: bottom 0.5s ease-in-out; overflow: hidden; /* 초기 ?��?��?��?�� ?��?���?? ?���?? */
 -webkit-overflow-scrolling: touch; } 





.red { color: #F04B55; } 
.predict_NoCal_1 { display:none; position: fixed; width: 100%; height: auto; border-radius: 30px 30px 0 0; background: #fff; z-index: 1001; bottom: -100%; transition: bottom 0.5s ease-in-out; overflow-y: scroll; } 

.predict_NoCal_inner { max-width: 747px; margin: 0 auto; width: 90%; } 
.popup-title { display: flex; justify-content: space-between; margin: 25px 0 10px; position: relative; } 
.popup-title h2 { font-weight: bold; font-size: 18px; } 
.popup-title button { content: ""; background-image: url('../img/close.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; } 

.predict_NoCal_info { padding: 10px; } 
.predict_NoCal_info_1 { position: relative; padding-left: 25px; margin-bottom: 10px; } 
.predict_NoCal_info_1::before { content: ''; background-image: url('../img/predict_NoCal_error.png'); background-repeat: no-repeat; background-size: contain; width: 21px; height: 21px; position: absolute; left: 0; top: 1px; } 

.predict_NoCal_info_inner { background: #F4F4F7; padding: 15px; } 

.predict_NoCal_info_2 { margin-bottom: 10px; } 
.predict_NoCal_info_2_title { padding-left: 29px; position: relative; background: #1CAD43; color: #fff; width: 153px; border-radius: 20px; font-size:14px } 
.predict_NoCal_info_2_title::before { content: ''; background-image: url('../img/predict_NoCal_check.png'); background-repeat: no-repeat; background-size: contain; width: 21px; height: 21px; position: absolute; left: 3px; top: 1px; } 
.predict_NoCal_info_2_txt { padding-left: 8px; font-size: 15px; } 

.predict_NoCal_info_3 { margin-bottom: 10px; } 
.predict_NoCal_info_3_title { padding-left: 29px; position: relative; background: #333; color: #fff; width: 65px; border-radius: 20px; font-size:14px } 
.predict_NoCal_info_3_title::before { content: ''; background-image: url('../img/predict_NoCal_bolb.png'); background-repeat: no-repeat; background-size: contain; width: 19px; height: 19px; position: absolute; top: 49%; transform: translateY(-50%); left: 5px; } 
.predict_NoCal_info_3_txt { padding-left: 8px; font-size: 15px; } 

.predict_NoCal_info_4 { position: relative; } 
.predict_NoCal_info_4_title { padding-left: 15px; background: #333; color: #fff; width: 171px; border-radius: 20px; font-size:14px; margin-bottom: 3px; } 
.predict_NoCal_info_4_txt { font-size: 15px; padding: 5px 0 0 10px; } 

.popup-redInfo { background: #F04B55; color: #fff; padding: 1px 17px; border-radius: 10px; display: inline-block; font-size: 14px; margin-bottom: 5px; word-break: keep-all; } 



/* 진단분석이 불가능한 이유- 전체보기 */
.predict_NoCal_1 .open_btn { position: absolute; top:2px; right: 5px; display: block; color: #999; text-decoration: underline; font-size: 13px; } 



.predict_NoCal { display: none; } 

/* 내 성적 페이지 */
/* 회원정보(내 성적페이지) */
.my_info_box { width: 95%; margin: 0 auto; max-width: 747px; } 
.my_info_item { margin: 15px 0 30px; background: #fff; border-radius: 10px; box-shadow: 0 1px 5px 2px rgb(220 220 220); } 
.grade_body .my_info_box .my_info_item .my_info_item_line { display: flex; align-items: center; } 
.my_info_item_line > div { padding: 0 20px; text-align: center; font-size: 14px; } 
.my_info_item_line { position: relative; } 
summary.my_info_item_line { padding: 15px 5px; } 
div.my_info_item_line { padding: 8px 15px; border-top: 1px solid #eee; justify-content: space-between; } 
summary.my_info_item_line::after { content: ''; background-image: url('../img/arrow.png'); background-repeat: no-repeat; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; } 
.my_info_item.open { background: #eee; } 
div.my_info_wing { position: relative; padding-left: 40px; } 
.my_info_wing::before { content: ''; background-image: url('../img/wing_icon\(black\).png'); background-repeat: no-repeat; background-size: contain; width: 20px; height: 20px; position: absolute; top: 49%; transform: translateY(-50%); left: 10px; } 
div.log_out_btn { border: 1px solid #ccc; border-radius: 20px; padding: 5px 20px; cursor: pointer; } 





/* 내 성적정보 */
.grade_body { padding-top: 70px; background: #f4f4f7; min-height: 100vh; overflow: hidden; } 
.grade_title { width: 95%; margin: 0 auto; font-weight: bold; font-size: 1.2rem; max-width: 747px; } 
.grade_body .grade_box { width: 95%; margin: 0 auto; max-width: 747px; } 
.grade_body .grade_box .grade_item { margin: 15px 0; background: #fff; border-radius: 10px; box-shadow: 0 1px 5px 2px rgb(220 220 220); } 

.grade_body .grade_box .grade_item .item_line { display: flex; } 
.grade_body .grade_box .grade_item .item_line > div { padding: 5px; text-align: center; font-size: 14px; } 


.grade_body .grade_box .grade_item .item_line { position: relative; } 
.grade_body .grade_box .grade_item summary.item_line { padding: 10px 5px; } 
.grade_body .grade_box .grade_item summary.item_line::after { content: ''; background-image: url('../img/arrow.png'); background-repeat: no-repeat; width: 24px; height: 24px; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; } 
.grade_body .grade_box .grade_item.open { background: #eee; } 
.grade_hakyear { text-align: left; font-weight: bold; background: #333; color: #fff; width: 100px; padding: 0px 0 3px 13px; border-radius: 10px; font-size: 0.9rem; margin-top: 20px; } 

.border-top { border-top: 1px solid #eee; } 
.border-bottom { border-bottom: 1px solid #eee; } 
.border-left { border-left: 1px solid #eee; } 
.border-right { border-right: 1px solid #eee; } 
.font-bold { font-weight: bold; } 

/* 로그인 */
.login_body { width: 100%; height: auto; } 
.login_body .login_box { margin: 150px auto 0; max-width: 747px; width: 95%; } 
.login_body .login_box .login_title { text-align: center; font-size: 24px; font-weight: bold; margin: 20px 0; } 
.login_body .login_box .login_input_box { max-width: 405px; margin: 0 auto; width: 95%; } 
.login_body .login_box .login_input_item { border: 1px solid #ccc; border-radius: 10px; padding-left: 50px; margin-bottom: 10px; cursor: pointer; height: 52px; display: flex; align-items: center; } 
.login_body .login_box .login_input_box .login_code { position: relative; } 

.login_body .login_box .login_input_box .login_code::before { content: ''; background-image: url('../img/code_id.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; } 
.login_body .login_box .login_input_box .login_idpw { position: relative; } 
.login_body .login_box .login_input_box .login_idpw::before { content: ''; background-image: url('../img/nesin_id.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; } 

.login_body .login_box .login_input_box .code_input { font-size: 0.9rem; } 
.login_body .login_box .login_input_box .code_input_btn { cursor: pointer; } 

.login_body .login_box .login_input_box .id_input { width: 100%; font-size: 0.9rem; } 
.login_body .login_box .login_input_box .pw_input { width: 100%; font-size: 0.9rem; } 
.login_body .login_box .login_input_box .idpw_input_btn { background: #F04B55; padding: 13px; text-align: center; width: 100%; color: #fff; border-radius: 5px; height: 52px; font-weight: bold; } 
.head_txt { border-radius: 10px; padding: 11px 9px 11px 50px; position: relative; } 
.unique_code.head_txt::before { content: ''; background-image: url('../img/code_id.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; } 
.nesin_id.head_txt::before { content: ''; background-image: url('../img/nesin_id.png'); background-repeat: no-repeat; width: 32px; height: 32px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px; } 
.input_box { border: 1px solid #ccc; border-radius: 10px; padding: 0px 17px; margin-bottom: 10px; width: 100%; display: flex; justify-content: space-between; align-items: center; height: 52px; font-size: 0.9rem;} 
.shadow_top { box-shadow: 0 1px 5px 2px rgb(220 220 220); } 
.logo_mobile { display: none; } 
.login_body .login_box .login_input_box .find_idpw { font-size: 14px; margin-top:6px; display:flex; justify-content:flex-end; } 


body[data-page="main"] #hiddenDiv { display: none; } 
body[data-page="login"] #hiddenDiv { display: none; } 
body[data-page="set_account"] #hiddenDiv { display: none; } 



/* 내신닷컴 계정 설정 */
.set_acount_body { width: 100%; height: auto; } 
.set_acount_body .set_acount_box { margin: 150px auto 0; max-width: 747px; width: 95%; } 
.set_acount_body .set_acount_box .set_acount_input_box { max-width: 405px; margin: 0 auto; width: 95%; } 

.set_acount_body .set_acount_box .set_acount_input_box .set_acount_code { background:#444; padding:6px; text-align:center; margin-bottom:20px; } 
.set_acount_body .set_acount_box .set_acount_input_box .set_acount_idpw { background:#444; padding:6px; text-align:center; } 

.set_acount_body .set_acount_box .set_acount_input_box .code_input { background:#444; padding:6px; text-align:center; width:100%; color:#fff; } 
.set_acount_body .set_acount_box .set_acount_input_box .code_input_btn { background: #F04B55; padding: 13px; text-align: center; width: 100%; color: #fff; border-radius: 5px; height: 52px; font-weight: bold; } 

.set_acount_body .set_acount_box .set_acount_input_box .id_set { width: 100%; font-size: 0.9rem; } 
.set_acount_body .set_acount_box .set_acount_input_box .pw_set { width: 100%; font-size: 0.9rem; } 
.set_acount_body .set_acount_box .set_acount_input_box .pw_chk_set { width: 100%; font-size: 0.9rem; } 
.set_acount_body .set_acount_box .set_acount_input_box .idpw_input_btn { background: #F04B55; padding: 13px; text-align: center; width: 100%; color: #fff; border-radius: 5px; height: 52px; font-weight: bold; } 


/* 고유코드 찾기 */
.form_item.search_uCode { display: flex; align-items: center; position: relative; box-sizing: border-box; max-width: 480px; min-height: 65px; padding: 0; } 
.form_item.search_uCode .btnSubmit { margin: 2px 0; margin-right: 1px; width: 100px; height: calc(100% - 15px); font-size: 14px; color: #272727; background-color: #f5f5f5; border: 1px solid transparent; border-left: 1px solid #dcdcdc; border-radius: 0 10px 10px 0; } 


/* 태블릿 */
@media only screen and (max-width: 1024px){
 .main_box .main_center_box .search_res_sel .search_res_sel_inner { max-height: 180px; } 
 }

/* 모바일 */
@media only screen and (max-width: 767px){
 .logo { display: none; } 
 .logo_mobile { display: block; } 

 .main_logo { width: 250px; } 
 .top_searchbox_icon .search_icon { display: none; } 
 /* .top_searchbox_icon .nesin_main_icon { display: block; } */
 .main_box .main_center_box .search_res_sel { top: 63%; } 
 .main_logo_txt { text-align: center; width: 90%; margin: 0px auto 20px; } 

/* 메인-내신닷컴 홈페이지 바로가기 */
 .nesindotcom_banner { font-size: 13px; width: 140px; } 


 .jeon_item_wings_box { width: 60px; height: 30px; font-size: 16px; } 
 .predict_btn .jeon_item_wings { width: 20px; margin-right: 7px; } 
 
 .predict_NoCal_info { padding: 0px; margin-bottom: 10px; } 
 .predict_NoCal_info_1 { line-height: 1.4; } 
 .predict_NoCal_info_2_txt { line-height: 1.4; } 
 .predict_NoCal_info_3_txt { line-height: 1.4; } 
 .predict_NoCal_info_4_txt { line-height: 1.4; } 

 /* 고유코드 찾기 */
.form_item.search_uCode { display: flex; align-items: center; position: relative; box-sizing: border-box; max-width: 480px; min-height: 65px; padding: 0; } 
.form_item.search_uCode .btnSubmit { margin: 3px 0; height: calc(100% - 15px); margin-right: 1px; } 

 }

 

/* 모바일 */
@media only screen and (max-width: 480px){
 .main_logo { width: 230px; } 
 .main_logo_txt { font-size: 14px; margin-bottom: 20px; } 
 .main_box .main_center_box .main_searchbox .searchKeyword { font-size: 0.8rem; } 
 .main_box .main_center_box .searchButton { font-size: 0.9rem; } 
 .main_box .main_center_box .search_res_sel .search_res_sel_inner { max-height: 180px; overflow: hidden; overflow-y: scroll; } 
 .main_box .search_result_box .daehak_item { height: 80%; } 
 .main_box .search_result_box .daehak_item .hakgwa_item .predict_btn { font-size: 14px; } 
 
 .main_box .search_result_box .daehak_item .hakgwa_item .predict_btn { padding: 8px 8px 8px 12px; } 
 .jeon_item_watch { font-size: 13px; } 
 .predict_btn .jeon_item_wings { width: 18px; } 
 .jeon_item_wings_box { width: 50px; height: 28px; } 
 .jeon_item_watch { margin-right: 5px; min-width: 40px; } 
 .predict_btn .jeon_item_wings { margin-right: 5px; } 





 .login_body .login_box .login_input_box { max-width: 300px; } 
 .login_body .login_box .login_input_box .code_input { font-size: 0.8rem; } 
 .login_body .login_box .login_input_box .id_input { font-size: 0.8rem; } 
 .login_body .login_box .login_input_box .pw_input { font-size: 0.8rem; } 
 .login_body .login_box .login_input_box .find_idpw { font-size: 0.8rem; } 

 .set_acount_body .set_acount_box .set_acount_input_box { max-width: 300px; } 
 .set_acount_body .set_acount_box .set_acount_input_box .id_set { font-size: 0.8rem; } 
 .set_acount_body .set_acount_box .set_acount_input_box .pw_set { font-size: 0.8rem; } 
 .set_acount_body .set_acount_box .set_acount_input_box .pw_chk_set { font-size: 0.8rem; } 

 .wing-popup-infotextbox-inner p { font-size: 13px; padding-left: 3px; } 
 .wing-popup-infotextbox-inner p::before { content: ""; width: 3px; height: 3px; background-color: #555; border-radius: 50%; position: absolute; left: 0; top: 9px; } 
 

 .predict_NoCal_info_1 { margin-bottom: 5px; font-size: 14px; } 
 .predict_NoCal_1 { display:none; position: fixed; width: 100%; height: auto; min-height: 85vh; max-height: 85vh; border-radius: 30px 30px 0 0; background: #fff; z-index: 1001; bottom: -100%; transition: bottom 0.5s ease-in-out; overflow: hidden; /* 초기 ?��?��?��?�� ?��?���?? ?���?? */
 -webkit-overflow-scrolling: touch; } 

 .predict_NoCal_info_inner { padding: 10px; } 
 
 .predict_NoCal_info_2_title { margin-bottom: 2px; font-size: 13.5; } 
 .predict_NoCal_info_3_title { margin-bottom: 2px; font-size: 13.5; } 
 .predict_NoCal_info_4_title { margin-bottom: 2px; font-size: 13.5; } 

 .predict_NoCal_info_2_txt { line-height: 1.25; font-size: 13px; } 
 .predict_NoCal_info_3_txt { line-height: 1.25; font-size: 13px; } 
 .predict_NoCal_info_4_txt { line-height: 1.25; font-size: 13px; } 
 .popup-redInfo { line-height: 1.4; } 

 .predict_NoCal_1 .wing-cancle { padding: 5px 0; } 
 .predict_NoCal_1 .wing-success { padding: 5px 0; } 
 
 
 .predict_NoCal_1 .wing-popup-infotextbox { background-color: #F5F5F5; } 
 .predict_NoCal_1 .wing-popup-infotextbox-inner { max-width: 747px; margin: 0 auto; width: 90%; display: flex; flex-direction: column; padding: 10px 0; font-size: 14px; } 
 .predict_NoCal_1 .wing-popup-infotextbox-inner { background-color: #f8f9fa; padding: 15px 0; border-radius: 8px; } 
 
 .predict_NoCal_1 .wing-popup-infotextbox-inner div { display: flex; align-items: flex-start; position: relative; padding-left: 5px; } 
 
 .predict_NoCal_1 .wing-popup-infotextbox-inner p { margin: 0; padding-left: 5px; flex: 1; color: #555555; line-height: 1.25; } 
 
 .predict_NoCal_1 .wing-popup-infotextbox-inner p::before { content: ""; width: 3px; height: 3px; background-color: #333; border-radius: 50%; position: absolute; left: 0; top: 5px; } 
 
 
 /* 고유코드 찾기 */
.form_item.search_uCode { display: flex; align-items: center; position: relative; box-sizing: border-box; max-width: 480px; min-height: 65px; padding: 0; } 
.form_item.search_uCode .btnSubmit { margin: 2px 0; height: calc(100% - 15px);  margin-right: 1px; } 



.input_box{font-size: 0.8rem;}


}



 
