@charset "utf-8";

/* ---- 공통 ---- */
.mw-100 { max-width: 100%; }

/*input 체크박스*/
input[type=checkbox] {
	width: 18px; height: 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	transform: translateY(2px);
}

	@media (max-width: 550px) {
		input[type=checkbox] {
			width: 16px; height: 16px;
			border: 1px solid #ccc;
			border-radius: 5px;
			transform: translateY(2px);
		}
	}

/*레이아웃*/
section.subContBox{padding: 160px 0 180px;}
div.myContBox{padding: 80px 0 180px; overflow: hidden;}
.inner_style1{width: 480px; position: relative; overflow: hidden; margin: 0 auto;}
.inner_style2{width: 700px; position: relative; overflow: hidden; margin: 0 auto;}
.inner_style3{width: 1020px; position: relative; overflow: hidden; float: right; margin-right: calc((100% - 1480px) /2);  margin-bottom: 60px;}
.inner_style3:last-of-type{margin-bottom: 0;}
	@media (max-width: 1600px) {
		.inner_style3{width: 900px; margin-right: calc((100% - 1300px) /2);}
	}
	@media (max-width: 1400px) {
		.inner_style3{width: calc(100% - 100px - 400px); margin-right: 50px;}
	}
	@media (max-width: 1200px) {
		section.subContBox{padding: 160px 0 180px;}
		.inner_style3{width: calc(100% - 100px); margin: 0 auto; float: none;}
	}
	@media (max-width: 920px) {
		.inner_style2{width: calc(100% - 60px);}
		.inner_style3{width: calc(100% - 60px);}
	}
	@media (max-width: 720px) {
		.inner_style2{width: calc(100% - 40px);}
		.inner_style3{width: calc(100% - 40px);}
	}

	@media (max-width: 550px) {
		section.subContBox{padding: 100px 0 80px;}
		div.myContBox{padding: 90px 0 80px;}
		.inner_style1{width: calc(100% - 40px);}
		.inner_style3{margin-bottom: 0;}
	}

/*구분선*/
.division{width: 100%; height: 60px;}
	@media (max-width: 550px) {
		.division{height: 10px; background: #eee; margin: 50px 0;}
	}

/*타이틀 스타일*/
.main_tit{font-size: 34px; line-height: 70px; margin: 0 auto 40px; text-align: center; font-family: 'SCoreDream'; font-weight: 600; }
.sub_tit{font-size: 20px; line-height: 2.5; font-weight: 700; width: 100%; border-bottom: 1px solid #222; margin-bottom: 25px; font-family: 'SCoreDream';}
.sub_tit.color_blue{font-size: 22px; color: #0C4DA2;}
	@media (max-width: 550px) {
		.main_tit{font-size: 24px; margin: 0 auto 20px;}
		.sub_tit{font-size: 16px; line-height: 45px; margin-bottom: 20px;}
	}

/* br */
.mbr{display: none;}

	@media (max-width: 550px) {
		.mbr{display:block;}
		.pcbr{display: none;}
	}

/*버튼스타일*/
.btn_style1{width: 100%; height: 60px; background: #0C4DA2; border-radius: 10px; text-align: center; line-height: 60px; color: #fff; font-size: 18px; font-weight: 500; cursor: pointer; font-family: 'SCoreDream';}
.btn_style2{border: none; background: #555; color: #fff; font-weight: 500; width: 150px; height: 45px; line-height: 45px; cursor: pointer; padding: 0 !important;}
.btn_style3{width: 70px; height: 35px; background: #888; border-radius: 5px; text-align: center; line-height: 35px; color: #fff; font-size: 16px; font-weight: 500; cursor: pointer;}

	@media (max-width: 550px) {    
		.btn_style1{height: 55px;line-height: 55px; font-size: 14px;}
		.btn_style2{width: 100%; line-height: 40px; height: 40px;}
		.btn_style3{width: 55px; height: 30px; line-height: 30px; font-size: 14px;}
	}

/*기타 스타일*/
span.kakao{background: url(../../_ZRS/images/content/icon_kakao.png) no-repeat center / 100% auto; width: 20px; height: 20px; display: inline-block; transform: translateY(3px); margin-right: 5px;}
span.bcheck{background: url(../../_ZRS/images/common/logo.png) no-repeat center / 100% auto; width: 200px; height: 70px; display: inline-block; transform: translateY(22px); margin-right: 20px;}
span.color_blue{color: #0C4DA2;}
span.color_red{color: #C04E3E;}
span.strong {font-weight: bold;}

	@media (max-width: 550px) {
		span.bcheck{width: 150px; height: 50px; transform: translateY(16px); margin-right: 15px;}
		span.kako{width: 15px; height: 15px; transform: translateY(3px); margin-right: 5px;}
	}

/* ---- 로그인 페이지 login.html ---- */
.input_login input, .input_password input{width: 100%; height: 60px; padding: 10px 20px; border-radius: 10px; border: 1px solid #ccc; box-sizing: border-box;}
.input_login, .input_password{margin-bottom: 20px;}
.login_btn{margin-bottom: 15px;}
.login_option{overflow: hidden; padding-bottom: 30px; border-bottom: 1px solid #ccc; color: #555;}
.login_option .saveid {float: left;}
.login_option .search_btn{overflow: hidden; float: right;}
.login_option .search_btn>div{float: left; cursor: pointer;}
.login_option .search_btn .search_id::after{content: '|'; margin: 0 10px; font-size: 13px;}
.login_kakao{background: #FEE500; color: #222;margin: 30px 0 20px;}
#login .join_btn, #login .hosptial_join_btn{width: calc((100% - 10px)/2); float: left; border: 1px solid #ccc; line-height: 63px; box-sizing: border-box; color: #555; background: #fff;}
#login .join_btn{margin-right: 10px;}

	@media (max-width: 550px) {
		/* ---- 로그인 페이지 login.html ---- */    
		.input_login, .input_password{margin-bottom: 15px;}
		.input_login input, .input_password input{height: 50px;}
		.login_option{padding-bottom: 25px;}
		.login_kakao{margin: 25px 0 15px;}
		#login .join_btn, #login .hosptial_join_btn{line-height: 52px;}
	}

/* ---- 회원가입 페이지 join.html ---- */
.join_nomal{line-height: 63px;margin-bottom: 15px; border: 1px solid #ccc; margin-bottom: 20px; background: #fff; color: #555; box-sizing: border-box;}
.join_kakao{background: #FEE500; color: #222; margin-bottom: 30px;}
.login_txt{padding-top: 30px; border-top: 1px solid #ccc; }
.login_txt div{float: left;}
.login_txt .member_txt{margin-right: 10px; color: #555;}
.login_txt .login{font-weight: 700; text-decoration: underline; color: #0C4DA2; cursor: pointer;}

	@media (max-width: 550px) {
		/* ---- 회원가입 페이지 join.html ---- */   
		.join_nomal{line-height: 53px; margin-bottom: 15px;}
		.join_kakao{margin-bottom: 25px;}
		.login_txt{padding-top: 20px;}
	}

/* ---- 회원가입 페이지 join_form.html join_hospital_form.html---- */
/* 동의 */
.sub_txt{font-size: 14px; color: #555; float: right; font-weight: 500;}
.sub_txt .essential{margin-left: 3px; transform: translateY(-5px)}
.essential{width: 5px; height: 5px; border-radius: 50%; background: #C04E3E; display: inline-block; transform: translateY(-9px); margin-left: 7px;}
.agree1{margin-right: 20px;}
.agree1, .agree2{width: calc((100% - 20px) / 2); float: left;}
.agree_txtbox{width: 100%; height: 160px; overflow-y: scroll; padding: 15px 20px; box-sizing: border-box; border: 1px solid #ccc; color: #555; font-size: 14px; margin-bottom: 15px;}
.agree_txtbox span{font-weight: 700; line-height: 2;}
.agree1_check, .agree2_check{color: #555; font-size: 14px;}
.agree1_check span, .agree2_check span{color: #0C4DA2; font-weight: 700;}
label.error { color:#C04E3E; }

/* 회원 정보 입력 */ /* 병원 정보 입력 */
form#infoform table{width: 100%;}
.memberCols1{width: 140px; padding-top: 10px; vertical-align: text-top;}
.memberCols2 {font-size: 14px;padding-bottom: 30px;position: relative;}
/* .memberCols2.email, .memberCols2.phone{padding-bottom: 10px;} */
.memberCols2 input{height: 50px;padding: 10px;border: 1px solid #ccc;box-sizing: border-box;border-radius: 5px;font-size: 14px;}
.memberCols2 input+label.error{position: absolute;left: 0;bottom: 8px;z-index: 11;}
.memberCols2 input.w100{width: 100%;}
.memberCols2 input.w50{width: 50%;}
.memberCols2 input[type=radio]{width: 15px; height: 15px; transform: translateY(3px); margin-right: 8px;}
/*.memberCols2 input[type='email'], .memberCols2 input#mail2{width: calc((100% - 20.5px) / 2); display: inline-block;}*/
.required{font-size: 14px; color: #0C4DA2; margin-top: 5px;}
.memberCols2 select.phone1{width: calc((100% - 183px) / 3); height: 50px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;}
.memberCols2 input.phone2, .memberCols2 input.phone3{width: calc((100% - 183px) / 3); display: inline-block;}
.phone_change_box input:nth-of-type(1)+label.error{left: 24%;}
.phone_change_box input:nth-of-type(2)+label.error{left: 47%;}

.phone.full select.phone1,.phone.full input.phone2, .phone.full input.phone3 {width: calc((100% - 23px) / 3);margin-bottom: 0;}
.phone.full input:nth-of-type(1)+label.error{left: 35%;}
.phone.full input:nth-of-type(2)+label.error{left: 70%;}
.memberCols2 input[type=button]{float: right; border: none;}
.memberCols2 input#m_id, .memberCols2 input#b_m_id, .memberCols2 input[type='email'], .memberCols2 input#checkmail, .memberCols2 input#checknum, .memberCols2 input#checkcaptcha, .memberCols2 input#b_checkmail, .memberCols2 input#b_checknum {width: calc(100% - 160px);}
.memberCols2 input#h_number1, .memberCols2 input#h_number2, .memberCols2 input#h_number3{width: calc((100% - 26px) / 3); height: 50px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;}
@media (max-width: 720px) {
	.memberCols2 input[type='file'] {width: calc(100% - 82px);}
}
@media (max-width: 550px) {
	.memberCols2 input[type='file'] {width: calc(100% - 68px);}
	label.error { font-size:0.9em; white-space:nowrap;}
}

#req_checknum_btn, #checknum_tr, #checknum, #checknum_confirm { display:none;}
#checknum_tr.on {display:table-row}
#checknum.on { display:inline-block; }
#req_checknum_btn.on, #checknum_confirm.on { display:block;}

#req_checkmail_btn, #checkmail_tr, #checkmail, #checkmail_confirm { display:none;}
#checkmail_tr.on {display:table-row}
#checkmail.on { display:inline-block; }
#req_checkmail_btn.on, #checkmail_confirm.on { display:block;}

#checkcaptcha_tr, #checkcaptcha_confirm { display:none;}
#checkcaptcha_tr.on {display:table-row}
#checkcaptcha_confirm.on { display:block;}

#b_req_checknum_btn, #b_checknum, #b_checknum_confirm { display:none;}
#b_checknum.on { display:inline-block; }
#b_req_checknum_btn.on, #b_checknum_confirm.on { display:block;}

#b_req_checkmail_btn, #b_checkmail, #b_checkmail_confirm { display:none;}
#b_checkmail.on { display:inline-block; }
#b_req_checkmail_btn.on, #b_checkmail_confirm.on { display:block;}

.checkmail_wrap { display:none; }
.checkmail_wrap.on { display:block; }

.checknum_wrap { display:none; }
.checknum_wrap.on { display:block; }

/* 버튼 */
.join_ok_btn{ display:block; width: 380px; margin: 50px auto 0;}

	@media (max-width: 550px) {
		/* 동의 */
		.sub_txt{font-size: 12px;}
		.essential{width: 4px; height: 4px; transform: translateY(-8px); margin-left: 4px;}
		.agree1, .agree2{width: 100%; float: none; }
		.agree1{margin-bottom: 50px;}
		.agree_txtbox{height: 150px;padding: 10px 15px; font-size: 12px;}

		/* 회원 정보 입력 */ /* 병원 정보 입력 */
		.memberCols1{width: 100px; font-weight: 500;}
		.memberCols2 input{height: 45px;}
		.required{font-size:12px;}
		.memberCols2 input.w50{width: 100%;}        
		.memberCols2 select.phone1{width: calc((100% - 24px) / 3); height: 45px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;}
		.memberCols2 input.phone2, .memberCols2 input.phone3{width: calc((100% - 24px) / 3); margin-bottom: 20px;}
		.memberCols2 input#checknum{width: 100%; margin-bottom: 20px; margin-top: 25px;}
		.memberCols2 input#h_number1, .memberCols2 input#h_number2, .memberCols2 input#h_number3{height: 45px;}

		/* 버튼 */
		.join_ok_btn{width: 100%; margin: 20px auto 0;}
	}

/* ---- 아이디/비밀번호 찾기 페이지 search_id.html search_pw.html search_id_result.html ---- */
/* 탭 */
.idpw_tab{overflow: hidden;}
.idpw_tab li{font-size: 18px; line-height: 50px; font-weight: 700; width: calc((100% - 20px)/2); border-bottom: 3px solid #bbb; color: #bbb; margin-bottom: 25px; float: left;text-align: center; cursor: pointer;}
.idpw_tab li.active{border-bottom: 3px solid #0C4DA2; color: #0C4DA2;}
.id_tab{margin-right: 20px;}

/* 내용 */
.id_box label, .pw_box label, .id_result_box label{line-height: 3; font-weight: 500;}
.id_box input, .pw_box input, .id_result_box input{height:55px; border: 1px solid #ccc; border-radius: 5px; width: 100%; padding: 0 20px; box-sizing: border-box; margin-bottom: 20px;}
.id_result_box input::placeholder{color: #222;}
.id_box select.phone1, .pw_box select.phone1{height:55px; width: calc((100% - 30px)/3);border: 1px solid #ccc; border-radius: 5px;padding: 0 20px; box-sizing: border-box; display: inline-block;}
.id_box input.phone2,.id_box input.phone3,.pw_box input.phone2,.pw_box input.phone3{width: calc((100% - 30px)/3); display: inline-block;}
.id_result_box .result_txt{ font-size: 20px; font-weight: 700; text-align: center; margin: 30px 0;}
.id_result_box input#id{margin-bottom: 80px; background: #fafafa;}
.id_result_box input#id::placeholder{color: #222;}

/* 버튼 */
.id_search_btn, .pw_search_btn{width: 100%; margin-top: 40px;}
.idp_pw_btn, .idp_login_btn{width: calc((100% - 20px) / 2); float: left;}
.idp_pw_btn{margin-right: 20px; border: 1px solid #ccc; background: #fff; color: #555; box-sizing: border-box;}

	@media (max-width: 550px) {
		.idpw_tab li{font-size: 16px; margin-bottom: 20px;}
		.id_result_box .result_txt{ font-size: 18px; margin: 20px 0;}
		.id_result_box input#id{margin-bottom: 50px;}
		/* 버튼 */
		.id_search_btn, .pw_search_btn{margin-top: 30px;}

	}
/* ---- 병원 회원가입 완료 페이지 join_hosptial.html ---- */
.sub_cont_txt{text-align: center; font-size: 18px; line-height: 1.7; padding: 50px 0 80px; border-bottom: 1px solid #222; margin-bottom: 80px;}
.sub_cont_txt span{color: #0C4DA2; font-weight: 500;}
.join_h_ok_btn{width: 300px; margin: 0 auto;}

	@media (max-width: 550px) {
		.sub_cont_txt{font-size: 16px; padding: 30px 0 60px;margin-bottom: 50px;}
	}





/* -------------------- 10.17 추가 css -------------------- */
/*타이틀 스타일*/
	@media (max-width: 550px) {
		.sub_tit.color_blue{font-size: 18px;}
	}
	/*버튼스타일*/
	@media (max-width: 550px) {    
		.btn_style3{width: 52px; height: 27px; line-height: 27px; font-size: 12px;}
	}
/* ---- 마이페이지 공통---- */
/* 서브비주얼 */
.subp_visual{width: 100%; height: 220px; margin-top: 71px;}
.sv1{background: url(../../_ZRS/images/content/sub_visual_1.png) center / 100% 100%;}
.subp_side{position: absolute; top:200px; left: calc((100% - 1480px)/2);}
.subp_title{width: 320px; background:#0C4DA2; height: 170px; border-radius: 10px; color: #fff; text-align: center; line-height: 170px; font-size: 20px; margin-bottom: 30px; font-weight: 700; font-family: 'SCoreDream';}
.subp_lnb li{background: url(../../_ZRS/images/common/icon_plus.png) no-repeat center right 20px / 10px 10px; padding: 15px 20px; border-bottom: 1px solid #ccc; font-weight: 500; font-size: 18px; cursor: pointer;}
.subp_lnb li.active{font-weight: 700; color: #0C4DA2;}
.subp_lnb li:first-of-type{border-top: 1px solid #ccc;}
	@media (max-width: 1600px) {
		.sv1{background: url(../../_ZRS/images/content/sub_visual_1.png) center / auto 100% ;}
		.subp_side{left: calc((100% - 1300px)/2);}
		.subp_title{width: 300px;}
	}
	@media (max-width: 1400px) {
		.subp_side{left: 50px;}
	}
	@media (max-width: 1200px) {
		.subp_side{top:80px; left: 0;  width: 100%; height: 180px;}
		.subp_title{width: 100%; height: 180px; line-height: 180px; background:none; border-radius: 0; color: #222; font-size: 26px; margin-bottom: 0;}
		.subp_lnb{border-bottom: 1px solid #ccc; box-sizing: border-box; overflow: hidden;}
		.subp_lnb li{background: #fff; border-bottom: 0; float: left; width: calc(100% / 3 ); box-sizing: border-box; text-align: center; padding: 15px 0; position: relative;}
		.subp_lnb li::after{content: ''; width: 1px; height: 20px; background: #ccc; position: absolute; right:0; top:50%; transform: translateY(-50%);}
		.subp_lnb li.active{border-bottom: 5px solid #0C4DA2;}
		.subp_lnb li:first-of-type{border-top: 0}
		.subp_lnb li:last-of-type::after{display: none;}
	}
	@media (max-width: 720px){
		.subp_visual{margin-top: 69px;}
	}
	@media (max-width: 550px){
		.subp_visual{height: 130px; margin-top: 64px;}
		.subp_side{top:65px; height: 130px;}
		.subp_title{height: 130px; line-height: 130px;font-size: 20px;}
		.subp_lnb li{padding: 10px 0; font-size: 14px;}
		.subp_lnb li::after{height: 14px;}
		.subp_lnb li.active{border-bottom: 4px solid #0C4DA2;}
	}
/* ---- 보험정보 mypage_1.html ---- */
/* 데이터 연동하기 */
.mypage_tit{font-size: 20px; font-family: 'SCoreDream'; font-weight: 600; margin-bottom: 20px;}
.my_cont{border-radius: 20px; border: 1px solid #ccc; padding: 40px;}
.my_cont.m1-1{margin-bottom: 20px; background: #fafafa;}
.my_cont_txt{text-align: center; font-size: 18px; line-height: 1.7; margin-bottom: 30px;}
.my_cont_txt span{font-weight: 500;}
.my_cont_txt span.color_blue{color: #0C4DA2;}
form#data_importform{margin-bottom: 20px;}
.data_link_btn{background: #00AEEF; width: 500px; margin: 0 auto;}
form#data_importform table{width: 500px; margin: 0 auto;}
form#data_importform table .memberCols1{width: 100px;}
form#data_importform table .memberCols2{padding-bottom: 25px;}
.data_import_btn{background: #0C4DA2; width: 500px; margin: 0 auto;}

form#data_importform + .login_option{border-bottom: none;padding-bottom: 15px;text-align: center;}
form#data_importform + .login_option .search_btn{overflow: hidden;float: none;text-align: center;display: inline-block;}
form#data_importform + .login_option .search_btn>div{float: left; cursor: pointer;}
form#data_importform + .login_option .search_btn .search_id::after{content: '|'; margin: 0 10px; font-size: 13px;}

/* 내보험증권 */
form#ins_form table{width: 500px; margin: 0 auto;}
form#ins_form table .memberCols1{width: 100px;}
.ifile_list{width: 500px; margin: 0 auto;}
.ifile_list li{overflow: hidden; padding: 10px 0; border-bottom: 1px solid #ccc; cursor: pointer; line-height: 35px;}
.ifile_list li:last-of-type{border-bottom: 0;}
.ifile_name{text-decoration: underline; float: left;}
.ifile_delete_btn{float: right;}

/* 내치과보험 */
.mypage_sub3{overflow: hidden;}
.insurance_cont{width: calc((100% - 20px) /2); border: 1px solid #ccc; padding: 35px; box-sizing: border-box; border-radius: 20px; float: left; margin-bottom: 20px; height: 580px; position: relative;}
.insurance_cont:nth-of-type(2n){margin-right: 20px;}
.import_icon1, .import_icon2{padding: 5px 10px; border-radius: 20px; font-size: 14px; margin-bottom: 15px; text-align: center;}
.import_icon1{color: #0C4DA2; border: 1px solid #0C4DA2; width: 65px;}
.import_icon2{color: #00AEEF; border: 1px solid #00AEEF; width: 85px;}
.idesc { text-align: center; }
.ilogo{height: 50px; width: auto;}
.ilogo img{height: 100%; width: auto;}
.itit{font-size: 22px;font-weight: 700;margin-bottom: 10px;}
.idate{font-size: 14px; color: #555; margin-bottom: 15px;}
.isubtit{font-weight: 700; line-height: 2;}
.iinfo{margin-bottom: 10px;}
.iinfo ul{color: #555; overflow: hidden; line-height: 1.6; width: 100%;}
.itxt{float: left; width: calc(100% - 90px);}
.iprice{float: right; width: 90px; text-align: right;}
.iimg{position: absolute; top:35px; right: 35px; font-weight: 500; cursor: pointer;}
.iimg::before{content: ''; background: url(../../_ZRS/images/content/icon_iimg.png) no-repeat center / 100% auto; width: 50px; height: 50px; display: block; margin: 0 auto 5px;} 
.idelete_btn{position: absolute; right: 35px; bottom: 35px;}

/* 내치과보험-증권 모달 */
.modal_box{position: fixed; top:30px; left:50%; transform: translateX(-50%); width: 950px; height: calc(100vh - 60px); z-index: 500; display: none; background: #fff; border: 1px solid #ccc; border-radius: 20px; overflow: hidden; min-width:320px;} 
.modal_tit{position: fixed; top:0; width: 100%;  height: 70px; line-height: 70px; color: #fff; font-weight: 700; font-size: 20px; background: #0C4DA2; text-align: center; border-top-left-radius: 20px; border-top-right-radius: 20px;}
span.icon_modal{background: url(../../_ZRS/images/content/icon_modal_tit.png) no-repeat center / 100% auto; width: 20px; height: 20px; display: inline-block; transform: translateY(3px); margin-right: 10px;}
.modal_close{position: absolute; top:18px; right: 25px; width: 28px; height: auto; cursor: pointer;}
.modal_close img{width: 100%; height: auto;}
.modal_inner{padding: 40px; height: calc(100vh - 220px); overflow-x: hidden; overflow-y: scroll; background: #fff; margin-top: 70px;}
.include_btn{ width: 130px; background: #555; float: right; margin-left: calc(100% - 130px); margin-bottom: 20px;}
.modal_ifile_list{margin-bottom: 50px;}
.modal_ifile_list>p{width: 100%; padding: 15px 0; border-bottom: 1px solid #ccc; text-decoration: underline; cursor: pointer;}
.modal_ifile_list input{ margin-right: 15px;}
.iimg_delete_btn {margin: 0 0 20px;}
.iimg_list{overflow: hidden;}
.iimg_cont{margin-bottom: 20px;}
.iimg_cont .iimg_delete_btn{float: right;}
.iimg_cont img{width: 100%; height: auto;  border: 1px solid #ccc; box-sizing: border-box;}
.modal_bg{background: rgba(0,0,0,.2); height: 100%; width: 100%; position: absolute; top:0; left: 0; display: none;}

	@media (max-width: 1200px){
		/* 내치과보험-증권 모달 */
		.modal_box{width: 800px;}
	}
	@media (max-width: 900px){
		/* 내치과보험 */
		.ilogo{height: 40px; width: auto;}
		.iimg{font-size: 14px;}
		.iimg::before{ width: 40px; height: 40px;} 
		.itit{font-size: 20px;}

		/* 내치과보험-증권 모달 */
		.modal_box{width: calc(100% - 60px); top:40px;height: calc(100vh - 80px);}
	}
	@media (max-width: 800px){
		/* 내치과보험 */
		.insurance_cont{width: 100%;} 
		.insurance_cont:nth-of-type(2n){margin-right: 0;}
		.insurance_cont{height: auto;} 
		.idelete_btn{display: block; position: initial; float: right; margin-top: 20px;}
	}
	@media (max-width: 720px){
		/* 데이터 연동하기 */
		.mypage_tit{font-size: 18px;}
		.data_link_btn{width: 420px; font-size: 15px;}
		form#data_importform table{width: 420px;}
		.data_import_btn{width: 420px; font-size: 15px;}

		/* 내보험증권 */
		form#ins_form table{width: 420px;}
		.ifile_list{width: 420px;}

		/* 내치과보험-증권 모달 */        
		.modal_box{top:60px;height: calc(100vh - 120px);}  
		.modal_tit{height: 60px; line-height: 60px; font-size: 18px;}
		.modal_close{position: absolute; top:16px; right: 23px; width: 26px;}
		.modal_box{width: calc(100% - 40px);}
		.modal_inner{margin-top: 60px; height: calc(100vh - 280px);}

	}

	@media (max-width: 550px){
		/* 데이터 연동하기 */
		.mypage_tit{font-size: 16px;}
		.my_cont{border-radius: 15px; padding: 20px;}
		.my_cont_txt{font-size: 15px; margin-bottom: 20px; line-height: 1.5;}
		.data_link_btn{height: auto; line-height: 1.5; padding: 10px 0; width: calc(100% - 40px); font-size: 14px;}
		form#data_importform table{width: calc(100% - 10px);}
		form#data_importform table .memberCols1{width: 70px;}
		form#data_importform table .memberCols2{padding-bottom: 0;}
		form#data_importform table .memberCols2.id{padding-bottom: 15px;}
		.data_import_btn{width: calc(100% - 40px); height: auto; line-height: 1.5; padding: 12px 0; font-size: 14px;}

		/* 내보험증권 */
		form#ins_form table{width: calc(100% - 10px);}
		form#ins_form table .memberCols1{width: 70px; padding-top: 0;}
		.ifile_list{width: calc(100% - 10px);} 
		.ifile_list li{line-height: 26px;}

		/* 내치과보험 */
		.insurance_cont{padding:20px;}
		.ilogo{height: 35px; width: auto;}    
		.import_icon1, .import_icon2{padding: 3px 5px; font-size: 12px;}
		.import_icon1{width: 55px;}
		.import_icon2{width: 75px;}
		.itit{font-size: 18px;}
		.iimg{top:20px; right: 20px;} 
		.idelete_btn{right: 20px; bottom: 20px;}
		
		/* 내치과보험-증권 모달 */    
		.modal_box{top:80px; height: calc(100vh - 160px);}   
		.modal_tit{height: 50px; line-height: 50px; font-size: 16px;}
		.modal_inner{padding: 30px; margin-top: 50px;}        
		.modal_close{top:14px; right: 20px; width: 20px;}
		.include_btn{ width: 90px; margin-left: calc(100% - 90px); margin-bottom: 10px;}
		.modal_ifile_list{margin-bottom: 30px;}
		.modal_ifile_list>p{padding: 10px 0;}
		.iimg_delete_btn {margin: 0 0 10px;}
	}

/* ---- 병원매칭 mypage_2.html ---- */
.read_ok_icon{padding: 3px 10px; border-radius: 20px; font-size: 14px; margin-bottom: 10px; text-align: center; color: #0C4DA2; border: 1px solid #0C4DA2; width: 60px;}
.myh_cont{width: 100%; border: 1px solid #ccc; padding: 35px; box-sizing: border-box; border-radius: 20px; float: left; margin-bottom: 20px; height: auto; position: relative;}
.mhtit{font-size: 22px; font-weight: 700; margin-bottom: 10px;}
.mhaddress{font-size: 14px; color: #555; margin-bottom: 15px; width: calc(100% - 120px);}
.mhtel{font-weight: 700; font-size: 16px;}
.unmatch_btn{position: absolute; right: 35px; bottom: 35px; width: 110px;}

	@media (max-width: 550px){
		.read_ok_icon{padding: 2px 5px; font-size: 12px; width: 55px;}
		.myh_cont{padding:20px;}
		.mhtit{font-size: 18px;}
		.mhaddress{width: 100%;}
		.unmatch_btn{right: 20px; bottom: 20px; width: 90px;}
	}

/* ---- 회원정보 mypage_3.html ---- */
form#info_changeform .button_wrap,
form#leave_form .button_wrap,
form#info_changeform table {width: 700px;}
form#info_changeform table .memberCols2 input.disabled{-webkit-text-fill-color: #222; opacity: 1; /* required on iOS */ background: #fafafa;}
form#info_changeform table .memberCols2 select.disabled{-webkit-text-fill-color: #222; opacity: 1; /* required on iOS */ background: #fafafa url('../../_ZRS/images/common/icon_select.png') no-repeat calc(100% - 5px) 50% / 10px auto;}
form#info_changeform table .memberCols2 input#id_fix{border: 0; background: none; padding-left: 0;}
form#info_changeform table .memberCols2.phone{padding-bottom: 0;}
input#phone_change_btn{background: #888;}
.phone_change_box{padding: 25px 30px; background: #fafafa; border: 1px solid #ccc; border-radius: 15px; box-sizing: border-box; display: none; margin-top: 25px; overflow: hidden;}
.phone_change_box .memberCols2.phone{padding-bottom: 15px !important;}
.phone_change_box select.phone1{background: #fff url('../../_ZRS/images/common/icon_select.png') no-repeat calc(100% - 5px) 50% / 10px auto;}
.phone_change_box .memberCols2.checknum{padding-bottom: 0;}
.phone_change_box.open{display: block;}

	@media (max-width: 800px){
		form#info_changeform .button_wrap,
		form#leave_form .button_wrap,
		form#info_changeform table{width: 100%;}
	}
	@media (max-width: 720px){
		input#phone_change_btn, .phone_change_box input#req_checknum_btn, .phone_change_box input#checknum_confirm{width: 100px;}
		form#info_changeform table .memberCols2 select.phone1,
		form#info_changeform table .memberCols2 input.phone2, form#info_changeform table .memberCols2 input.phone3{width: calc((100% - 130px) / 3);}
		form#info_changeform table .memberCols2 input#checknum{width: calc(100% - 112px);}

		.phone_change_box select.phone1, .phone_change_box input.phone2, .phone_change_box input.phone3{width: calc((100% - 128px) / 3) !important;}
		.phone_change_box .btn_style2 { width:100px;}

	}
	@media (max-width: 550px) {
		input#phone_change_btn, .phone_change_box input#req_checknum_btn, .phone_change_box input#checknum_confirm{width: 100%;}
		.phone_change_box .btn_style2 { width:100%;}
		.phone_change_box input#req_checknum_btn, .phone_change_box input#checknum_confirm{height: 40px;}
		.phone_change_box{padding: 18px 20px;}
		form#info_changeform table .memberCols2 select.phone1{width: calc((100% - 24px) / 3);}
		form#info_changeform table .memberCols2 input.phone2, form#info_changeform table .memberCols2 input.phone3{width: calc((100% - 24px) / 3); margin-bottom: 15px;}
		.phone_change_box select.phone1, .phone_change_box input.phone2, .phone_change_box input.phone3{width: calc((100% - 23px) / 3) !important;}
		form#info_changeform table .memberCols2 input#checknum{width: 100%; margin-bottom: 15px;}
	}





/* -------------------- 11.01 추가 css -------------------- */
/* ---- 마이페이지 공통---- */
/* 서브비주얼 */
.sv2{background: url(../../_ZRS/images/content/sub_visual_2.png) center / 100% 100%;}

@media (max-width: 1600px) {
	.sv2{background: url(../../_ZRS/images/content/sub_visual_1.png) center / auto 100% ;}
}
@media (max-width: 1200px) {
	#mypage_h_1 .subp_lnb li, #mypage_h_1_detail .subp_lnb li, #mypage_h_2 .subp_lnb li{width: 50%;}
}

/* ---- 고객관리1 mypage_h_1.html ---- */
.mypage_h_sub1{background: #fafafa; border-radius: 10px; border: 1px solid #ccc; padding: 30px; margin-bottom: 30px;}

/* 고객관리-검색박스 */
form#searchbox_clientform{ margin: 0 auto; width:635px;}
form#searchbox_clientform select{width: 140px; height: 45px; background: #fff url('../../_ZRS/images/common/icon_select.png') no-repeat calc(100% - 5px) 50% / 10px auto; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; color: #555;}

.searchbox_top{overflow: hidden; margin-bottom: 15px;}
.searchbox_top>select{float: left;margin-right: 30px;}
.searchbox_top>div{float: left;}

.searchbox_bottom{overflow: hidden;}
.searchbox_bottom>select{float: left; margin-right: 30px;}
.searchbox_bottom>div{float: left;}

.matchdate label{color: #555; margin-right: 10px;}
.matchdate input.match_date{width: 180px; height: 45px; background: #fff url('../../_ZRS/images/common/icon_calender.png') no-repeat calc(100% - 5px) 50% / 18px auto; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; color: #555;}

.client_search input#search{width: 340px; height: 45px; border: 1px solid #ccc; padding: 10px;  box-sizing: border-box; border-radius: 5px; color: #555; margin-right: 10px;}
.client_search input#search.searched{width: 260px;}
.client_search input#search_btn{border-radius: 5px; width: 106px;}

/* 고객관리-표 */
.mypage_h_sub1_form{position: relative;}
p#data_clientform_total{margin-bottom: 15px;}
p#data_clientform_total span.color_blue{font-weight: 500;}
form#data_clientform table{width: 100%; text-align: center; border-bottom: 1px solid #ccc;}
form#data_clientform tr:first-of-type{background: #0C4DA2; color: #fff; font-weight: 500;}
form#data_clientform th{padding: 10px 20px;}
form#data_clientform tr:nth-of-type(2) td{padding-top: 20px;}
form#data_clientform td{padding-bottom: 20px;}
.clientCols5.link{color: #0C4DA2;}
.clientCols5.unlink{color: #888;}
.clientCols6 input#ok_btn{padding: 6px 25px 8px; background: #555; border-radius: 5px; color: #fff;}

/* 고객관리-페이징 */
.page{text-align: center; margin-top: 50px; }
.pageination{margin: 0 auto; width: 480px;}
.pageination li{float: left; text-align: center; color: #555; width: 20px; height: 20px; margin-right: 10px; cursor: pointer; line-height: 1.2; padding: 2px;}
.pageination li:last-of-type{margin-right: 0;}
.pageination li.num.active{background: #0C4DA2; border: 1px solid #0C4DA2;  color: #fff;}
.pageination li.first, .pageination li.arrow_left, .pageination li.arrow_right, .pageination li.last{border: 1px solid #ccc;}

@media (max-width: 900px){
	form#searchbox_clientform{width:488px;}
	form#searchbox_clientform select{width: 120px;}
	.searchbox_top>select{margin-right: 20px;}
	.searchbox_bottom>select{margin-right: 20px;}
	.matchdate input.match_date{width: 121px;}
	.client_search input#search{width: 240px;}
	.client_search input#search.searched{width: 165px;}
	.client_search input#search_btn{ width: 90px;}
}
@media (max-width: 720px){
.pageination{width: 308px;}
.pageination li.num{display: none;}
.pageination li.num.mobile{display: block;}
}
@media (max-width: 550px){
	form#searchbox_clientform{width: 100%;}
	form#data_clientform{overflow-x:scroll;}
	form#data_clientform table{min-width:650px; }
	form#searchbox_clientform select{width: 100%; height: 40px;}

	.searchbox_top>select{float: none; margin-bottom: 10px; margin-right: 0;}
	.searchbox_top>div{float: none;}

	.searchbox_bottom>select{float: none; margin-bottom: 10px; margin-right: 0;}
	.searchbox_bottom>div{float: none;}
	
	.matchdate input.match_date{width: calc((100% - 40px) / 2);height: 40px;}

	.client_search input#search{width: calc(100% - 100px);float: left;height: 40px;}
	.client_search input#search.searched{width: calc(100% - 175px);}
	.client_search input#search_btn{width: 90px;float: left;margin-right: 0;}
	.mbtb_guide{background: url(../../_ZRS/images/common/bg_touch.png) no-repeat center/ 100%; width: 80px; height: 80px; position: absolute; top:calc(50% + 20px); left: 50%; transform: translate(-50%, -50%);}
}

/* ---- 고객관리2 mypage_h_1_detail.html ---- */
.mypage_h_sub2 .my_cont{margin-bottom: 30px;}
/* 보험증권 */
.mh1-1_top{overflow: hidden; border-bottom: 1px solid #ccc; padding-bottom: 15px;}
.mh1-1_top .mh1-1_tit{float: left; font-size: 20px; font-weight: 600;}
.mh1-1_top input.ins_regist{float: right; background: #0C4DA2; width: 150px; border-radius: 5px;}
.regist_ifile_list p{padding-bottom: 20px; text-decoration: underline;}
.regist_ifile_list p span{cursor: pointer;}
.regist_ifile_list p:first-of-type{padding-top: 20px;}
.regist_ifile_list p:last-of-type{padding-bottom: 0;}
.regist_ifile_list input{margin-right: 15px;}

/* 보험증권 리스트 */
.regist_insurance_list .insurance_cont{width: 100%; margin-right: 0; margin-bottom: 30px; height: auto; float: none;}

.regist_insurance_list .iinfo_wrap{overflow: hidden;}
.regist_insurance_list .iinfo{width: calc((100% - 80px)/2); float: left;}
.regist_insurance_list .iinfo:first-of-type{margin-right: 80px;}
.iicon_btn{position: absolute; top:35px; right: 35px; overflow: hidden; }
.iicon_btn>div{float: left; margin-right: 20px;}
.iicon_btn .iterms,.iicon_btn .iimg,.iicon_btn .ireport{font-weight: 500;cursor: pointer;position: initial;}
.iicon_btn .ireport{color: #0C4DA2; margin-right: 0;}
.iicon_btn .iterms::before{content: ''; background: url(../../_ZRS/images/content/icon_iterms.png) no-repeat center / 100% auto; width: 50px; height: 50px; display: block; margin: 0 auto 5px;} 
.iicon_btn .ireport::before{content: ''; background: url(../../_ZRS/images/content/icon_ireport.png) no-repeat center / 100% auto; width: 50px; height: 50px; display: block; margin: 0 auto 5px;}
.isub_btn{overflow: hidden; margin-top: 50px;}
.isub_btn>div{float: right;}
.isub_btn .imatch_btn{background: #0C4DA2; width: 180px;}
.isub_btn .icorrect_btn{background: #555; margin-right: 15px;}
.isub_btn .idelete_btn{position: initial;}

.prelist_btn{float: right; background: #555; width: 110px;}

@media (max-width: 900px){
	.regist_insurance_list .iinfo{width: 100%; float: none;}
	.regist_insurance_list .iinfo:first-of-type{margin-right: 0;}
	.iicon_btn>div{font-size: 14px;}
	.iicon_btn .iterms::before, .iicon_btn .ireport::before{ width: 40px; height: 40px;} 
}
@media (max-width: 800px){
	.isub_btn .idelete_btn{margin-top: 0;}
}
@media (max-width: 550px){
	.mh1-1_top input.ins_regist{width: 100px;}
	.mh1-1_top .mh1-1_tit{font-size: 16px;}
	.iicon_btn{position: initial;/* width: 280px; */max-width: 280px;margin: 20px auto 0;}
	.isub_btn{margin-top: 30px;}
	.isub_btn .imatch_btn{ width: 130px;}
	.prelist_btn{width: 70px;}
}

/*-- 보험등록 모달 --*/ /*-- 보험정보 매칭 모달 --*/
/* 보험사,상품명,가입일 */
form#iregist_form table, form#match_form table{width: 100%; margin-bottom: 20px;}
.registCols1{width: 100px; padding-top: 5px; vertical-align: text-top; font-weight: 600;}
.registCols2 {font-size: 14px; padding-bottom: 15px; width: calc(100% - 100px);}
.registCols2 input{height: 40px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; font-size: 14px;}
select#icompany{width: 100%; height: 40px; padding: 0 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;}
select#match_icompany{width: 100%; height: 40px; padding: 0 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;}

#regist_modal .modal_box{width: 500px;}
#match_modal .modal_box{width: 500px; height: 400px; top:50%;transform: translate(-50%, -50%); }
#regist_modal .modal_inner, #match_modal .modal_inner{overflow-y: auto;}
.isearch_frame1, .isearch_frame2{position: relative;}
.isearch_frame1 input,.isearch_frame2 input {width: 100%;}
.recommend{position: absolute; top:40px; background: white; height:150px; overflow-y:scroll; padding: 10px; border: 1px solid #ccc; border-top: 0; display: none; width: calc(100% - 22px);}
.recommend .item{padding-bottom: 10px;}
.recommend .item:last-of-type{padding-bottom: 0;}
.recommend .item:hover {color: #0C4DA2;}
.recommend.on {display: block;}

/* input#startdate{width: 100%; height: 40px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px;} */

/* 세부보장내용, 특약 */
.idetail_info, .idetail_special{margin-bottom: 30px;}
.idetail_top{overflow: hidden; margin-bottom: 15px;}
.idetail_tit{font-weight: 600; float: left;}
.idetail_btn{float: right; font-size: 14px; height: 30px; line-height: 30px;}
.idtail_cont{overflow: hidden; margin-bottom: 10px;}
.idtail_cont:last-of-type{margin-bottom: 10px;}
.idtail_cont input{width: calc((100% - 15px)/2); height: 40px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; float: left;}
input#coverage_name{margin-right: 15px;}

/* 버튼 */
.isave_btn, .match_btn{width: 200px; height: 45px; font-size: 16px; line-height: 45px; margin: 0 auto;}
@media (max-width: 900px){
	#regist_modal .modal_box, #match_modal .modal_box{width: calc(100% - 60px);}        
}
@media (max-width: 720px){
	#regist_modal .modal_box, #match_modal .modal_box{width: calc(100% - 40px);}
}
@media (max-width: 550px){
	form#iregist_form table{margin-bottom: 8px;}
	.registCols2 {padding-bottom: 10px;}
	.idetail_info, .idetail_special{margin-bottom: 20px;}
	.idetail_top{margin-bottom: 10px;}
	.isave_btn{width: 150px; height: 40px; line-height: 40px; font-size: 14px;}
	#match_modal .modal_box{height: 330px; }
}

/*-- 보험리포트 모달 --*/
#ireport_modal .modal_inner{overflow-y: auto;}
#ireport_modal .ilogo{width: 150px; height: auto; margin: 0 auto 10px;}
#ireport_modal .ilogo img{width: 100%; height: auto; }
#ireport_modal .itit, #ireport_modal .idate{text-align: center;}
#ireport_modal .iinfo_wrap{overflow: hidden; margin:40px 0}
#ireport_modal .iinfo{width: calc((100% - 80px)/2); float: left;}
#ireport_modal .iinfo:first-of-type{margin-right: 80px;}

/* 표 */
.report_form{position: relative;}
form#data_reportform table{width: 100%; text-align: center;}
form#data_reportform tr:first-of-type{background: #0C4DA2; color: #fff; font-weight: 500;}
form#data_reportform th{padding: 10px 20px;}
form#data_reportform td{padding: 15px;width: 25%;border-bottom: 1px solid #ccc;word-break: keep-all;}

@media (max-width: 900px){
#ireport_modal .iinfo{width: 100%; float: none;}
#ireport_modal .iinfo:first-of-type{margin-right: 0;}
}

@media (max-width: 550px){
#ireport_modal .ilogo{width: 100px; margin: 0 auto 5px;}
#ireport_modal .iinfo_wrap{margin:20px 0}    
form#data_reportform{overflow-x:scroll;}
form#data_reportform table{min-width:650px;}
}

/* ---- 회원정보 mypage_h_2.html ---- */
form#info_h_changeform table{width: 700px;}
form#info_h_changeform table .memberCols2 input.disabled{-webkit-text-fill-color: #222; opacity: 1; /* required on iOS */ background: #fafafa;}
form#info_h_changeform table .memberCols2 select.disabled{-webkit-text-fill-color: #222; opacity: 1; /* required on iOS */ background: #fafafa url('../../_ZRS/images/common/icon_select.png') no-repeat calc(100% - 5px) 50% / 10px auto;}
form#info_h_changeform table .memberCols2 input#id_fix{border: 0; background: none; padding-left: 0;}
form#info_h_changeform table .memberCols2.phone{padding-bottom: 0;}

.h_info_message{border: 1px solid #0C4DA2; border-radius: 10px; font-weight: 500; padding: 20px; margin-bottom: 30px; text-align: center; width: 700px; box-sizing: border-box;}
.h_info_message .color_blue{font-weight: 600;}

/* 버튼 */
.change_h_ok_btn{width: 380px; margin: 50px auto 0;}

@media (max-width: 800px){
form#info_h_changeform table{width: 100%;}
.h_info_message{width: 100%;}
}
@media (max-width: 720px){
form#info_h_changeform table .memberCols2 select.phone1{width: calc((100% - 135px) / 3);}
form#info_h_changeform table .memberCols2 input.phone2, form#info_h_changeform table .memberCols2 input.phone3{width: calc((100% - 135px) / 3);}
form#info_h_changeform table .memberCols2 input#checknum{width: calc(100% - 112px);}

}
@media (max-width: 550px) {
form#info_h_changeform table .memberCols2 select.phone1{width: calc((100% - 24px) / 3);}
form#info_h_changeform table .memberCols2 input.phone2, form#info_h_changeform table .memberCols2 input.phone3{width: calc((100% - 24px) / 3); margin-bottom: 15px;}
form#info_h_changeform table .memberCols2 input#checknum{width: 100%; margin-bottom: 15px;}
/* 버튼 */
.change_h_ok_btn{width: 100%; margin: 20px auto 0;}
}

/* 231107 CSS 추가 */
/* ---- 회원가입 페이지 join_form1.php---- */
tr.step1, tr.step2, tr.step3, tr.step4 { display:none }
tr.step1.on, tr.step2.on, tr.step3.on, tr.step4.on { display:table-row; }

/* 동의 */
.agree1{margin-right: 0; margin-top: 30px;}
.agree1, .agree2{width: 100%; float:inherit; margin-bottom: 30px;}
.agree3_check{color: #555; font-size: 14px;}
.agree3_check span{color: #0C4DA2; font-weight: 700;}
.agree_checkBox .mnone{font-weight: 400;}
.agree_checkBox{border-radius: 5px; display: flex; justify-content: space-between; font-size: 1em; margin-bottom: 10px;}
.agree_totalCheck{font-size: 1.2em; font-weight: 600; padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.agree_checkBox .agree_viewBtn{border: 1px solid #0C4DA2; padding: 4px 10px; color: #0C4DA2; border-radius: 5px; background: none; font-size: .95em;}
.agree_txt{display: none; width: 100%; height: 150px; overflow-y: scroll; padding: 15px 20px; box-sizing: border-box; border: 1px solid #ccc; color: #555; font-size: .95em; margin-bottom: 15px;}
.agree_txt.active{display: block;}
.agree_txtbox{margin-bottom: 30px;}
.agree3 .agree_txtbox{margin-bottom: 0;}
.agreeBox{background: #fafafa; border-radius: 5px; padding: 10px;}
.agree_txt .info {font-size: .95em;}
.agree_txt .info h5 {margin: 25px 0 5px; font-weight: bold; font-size: 1em;}
.agree_txt .info span {display: block; color: #555;}
.agree_txt .info .ibox {background: #f9f9f9; padding: 10px 25px; margin: 10px 0 20px; border-radius: 12px;}
.agree_txt .info .ibox p {color: #666; margin: 10px 0;}
.agree_txt .info .ibox p strong {display: block; color: #3c3838;}
.agree_txt .info .ibox1 {text-align:center;}
.agree_txt .info .ibox1 p strong {margin:10px 25px 25px; font-size:16px;}
.agree_txt .info .ibox_end{margin: 20px 0 0 0;}
.agree2_txt .info h5:first-of-type{margin: 0 0 5px;}

@media (max-width: 550px){
	.agree_checkBox .mnone{display: none;}
}
/* 내보험다보여 가입정보 확인 */
.joinInfo_wrap{margin-top: 40px;}
.joinInfo_box{display: flex; margin-bottom: 25px; background: #fafafa; padding: 20px; border-radius: 10px;}
.joinInfo_box .joinInfo_chkBtn{background: #00AEEF; border-radius: 5px; padding-top: 17px; color: #fff; cursor: pointer; text-align: center; line-height: 1.4; font-weight: 600; width: 180px; box-sizing: border-box; height: 78px; font-family: 'SCoreDream'; font-size: 0.98em;}
.joinInfo_box .joinInfo_txt{margin-left: 30px; width: calc(100% - 200px);}
.joinAgree_box{border: 1px solid #ccc; padding: 20px; border-radius: 10px; text-align: center;}
.joinAgree_Input{margin-top: 15px;}
.joinInfo_box .mtxt{display: none;}

@media (max-width: 550px){    
	.joinInfo_box{flex-direction: column;}
	.joinInfo_box .joinInfo_chkBtn{width: 100%; height: auto; padding: 10px; margin-bottom: 15px;}
	.joinInfo_box .joinInfo_txt{margin-left: 0; width: 100%; text-align: center;}
	.joinInfo_box .pctxt{display: none;}
	.joinInfo_box .mtxt{display: inline-block;}
}

/* 회원정보 입력 */
.info_form table{width: 100%;}
/* #req_checknum_btn, #checknum, #checknum_confirm{ display:inline-block; } */
.info_form { display: none;}
.info_form.on { display:block;}

@media (max-width: 550px){
	.memberCols2 input#m_id{width: 100% !important; margin-bottom: 10px;}
}

/* 자동입력방지문자 */
.captcha_wrap .captcha_box{display: flex;}
.captcha_wrap .captcha_btn{display:flex; flex-direction: column; justify-content: space-between; margin-left: 5px;}
.captcha_wrap .captcha_btn li{width: 28px; height: 28px; border-radius: 2px; cursor: pointer;}
.captcha_wrap .captcha_btn .soundBtn{background: #ddd url(../../_ZRS/images/content/icon_sound.png) no-repeat center / 60%;}
.captcha_wrap .captcha_btn .refreshBtn{background: #ddd url(../../_ZRS/images/content/icon_refresh.png) no-repeat center / 60%;}
.captcha_wrap .captcha_img_con{width: 190px;}
.captcha_wrap .captcha_img_con img{width: 100%; height: auto;}
.captcha_wrap input{margin-top: 10px;}

@media (max-width: 550px){
	.captcha_wrap .captcha_img_con{width: 180px;}    
}
/* ---- 모달 modal_join.php ---- */
#modal_join .modal_box{height: auto; top:50%; transform: translate(-50%,-50%); border-radius: 10px; width: 600px; display: none;}
#modal_join .modal_box .modal_tit{border-top-right-radius: 10px; border-top-left-radius: 10px; height: 60px; line-height: 60px; background: none;}
#modal_join .modal_box .modal_close{width: 24px; top:15px;}
#modal_join .modal_inner{height: auto; overflow: hidden; margin-top: 30px;}
.modalJoin_txt{text-align: center;}
.modalJoin_btnWrap{background: #fafafa; border-radius: 10px; padding: 20px; margin: 30px 0;}
.modalJoin_btnWrap li{display: flex; justify-content: center; margin-bottom: 10px;}
.modalJoin_btnWrap li:last-of-type{margin-bottom: 0;}
.modalJoin_btnWrap .platform_tit{width: 120px; font-weight: 600; line-height: 40px;}
.modalJoin_btnWrap button{border-radius: 5px;}
.modal_bg{z-index: 10;}
#modal_join .modalTit{text-align: center; margin-bottom: 20px; font-size: 1.5em; font-weight: 600; font-family: 'SCoreDream';}
#modal_join .login_option{border-bottom: none; padding-bottom: 15px;}
#modal_join .modal_box3 .modalJoin_txt{word-break: keep-all;}
#modal_join .modal_box3 .modal_chk{margin: 40px 0 20px; color: #0C4DA2;}

@media (max-width: 720px){
	#modal_join .modal_box{width: 90%;}
}

/* ---- 회원가입 페이지 join_form2.php---- */
.identity input{width: calc((100% - 20px)/2) !important; box-sizing: border-box;}
.identity input:nth-of-type(2)+label.error{left: 53%;}
.identity .hypen{width: 15px;}
.hypen{width: 5px; display: inline-block; text-align: center;}
.memberCols2 input[type='email']{/* width: calc(100% - 160px); */}
.memberCols2 select.phone_company{height: 50px; padding: 10px; border: 1px solid #ccc; box-sizing: border-box; border-radius: 5px; width: 160px;}

@media (max-width: 720px){
	.memberCols2 input[type='email']{width: calc(100% - 108px);}
}
@media (max-width: 550px){
	.memberCols2 input[type='email']{width: 100%;  margin-bottom: 15px;}   
	.memberCols2 input#checknum_email_btn{margin-bottom: 5px;}
	.memberCols2 input#checkmail{width: 100%;  margin-bottom: 15px;}   
	.memberCols2 select.phone_company{height: 45px; width: 100%;}
}
/* ---- 병원 회원가입 페이지 join_hospital_form.php---- */
.h_info_form1 .memberCols2 input[type='email']{width: 100%;}

/* ---- 회원정보 mypage_3.php---- */
.memberCols1 small{color: #0C4DA2; border: 1px solid #0C4DA2; border-radius: 20px; padding: 1px 7px; margin-top: 5px; font-size: .75em;}
input#mail_change_btn{background: #888;}
.mail_change_box{padding: 25px 30px; background: #fafafa; border: 1px solid #ccc; border-radius: 15px; box-sizing: border-box; display: none; overflow: hidden; margin-bottom: 25px;}
.mail_change_box .memberCols2.mail{padding-bottom: 0;}
.mail_change_box .memberCols2.checknum{padding-bottom: 0; margin-top: 10px;}
.mail_change_box.open{display: block;}

.secessionBtn{text-align: right;color: #aaa;text-decoration: underline;margin-top: 20px;cursor: pointer;float: right;background: transparent;}

@media (max-width: 720px){
	input#mail_change_btn, .mail_change_box input#checknum_email_btn, .mail_change_box input#checkmail_confirm{width: 100px;}
	.mail_change_box input[type='email'] {}
	.mail_change_box .btn_style2 { width:100px;}
}
@media (max-width: 550px) {
	input#mail_change_btn, .mail_change_box input#checknum_email_btn, .mail_change_box input#checkmail_confirm{width: 100%;}
	.mail_change_box input#checknum_email_btn, .mail_change_box input#checkmail_confirm{height: 40px;}
	.mail_change_box{padding: 18px 20px;}
	.mail_change_box .btn_style2 { width:100%;}
}

/* ---- 약관 모달 footer.php---- */
#modal_agree .fModal_box{position: fixed; left:50%; width: 950px; height: calc(100vh - 60px); z-index: 500; display: none; background: #fff; border: 1px solid #ccc; border-radius: 20px; overflow: hidden; min-width:320px; display: none; height: 50%; top: 50%; transform: translate(-50%, -50%);} 
#modal_agree .modal_inner{height: calc(100% - 50px); box-sizing: border-box; overflow: auto;}
#modal_agree .agree_txt{display: block; height: auto; padding: 0; border: none; overflow: hidden;}
@media (max-width: 1200px){
	#modal_agree .fModal_box{width: 800px;}
}
@media (max-width: 900px){
	#modal_agree .fModal_box{width: 85%;}
}
@media (max-width: 720px){
	#modal_agree .fModal_box{width: 90%;}
}
/* ---- 마이페이지 mypage_1.php ---- */
.link_message{padding: 20px 30px;background: #f7fdff;border: 1px solid #0C4DA2;color: #0C4DA2;border-radius: 10px;text-align: center;font-size: 1.1em;font-weight: 600;font-family: 'SCoreDream';word-break: keep-all;margin-bottom: 25px;}
.link_message .icon{width: 20px; height: 20px; background: url(../../_ZRS/images/content/icon_notice.png) no-repeat center/ 90%; display: inline-block; transform: translateY(3px); margin-right: 5px;}
.link_message p {font-size: 0.875em;color: #222;}

/* ---- 마이페이지 mypage_h_1_detail.php ---- */
.modalTopBtn{position: fixed; top:20px; right: 80px; display: flex;}
.modalTopBtn>div{padding: 2px 10px; border: 1px solid #fff; border-radius: 3px; color: #fff; cursor: pointer; font-size: .9em;}
.modalTopBtn>div.downBtn{margin-right: 10px;}
.checkName { font-weight: bold; font-size:1.1em;}
.checkInfo { display: flex; justify-content: space-between; transform: translateY(-10px); align-items: start;}
.checkDate{text-align: right; color: #888; font-size: .9em; /* transform: translateY(-10px); */}
@media (max-width: 1200px){
	.modalTopBtn{right: 75px;}
}
@media (max-width: 900px){
	.modalTopBtn>div .mnone{display: none;}
}
@media (max-width: 720px){
	#ireport_modal .modal_tit{text-align: left; padding-left: 30px;}
	.modalTopBtn{top:16px; right: 70px;}
	.modalTopBtn>div{padding: 1px 8px;}
	.modalTopBtn>div.downBtn{margin-right: 5px;}
}
@media (max-width: 550px){
	.modalTopBtn{top:14px; right: 55px;}
}
span.icon_modal{width: 18px; height: 18px; transform: translateY(2px);}
@media (max-width: 550px){
	span.icon_modal{width: 14px; height: 14px; transform: translateY(1px); margin-right: 8px;}
}
::-webkit-scrollbar { height: 6px;}

/* 231124 CSS 추가 */
/* ---- 마이페이지 mypage_1.php ---- */
/* 마지막 연동일 추가 */
#mypage_1 .last_linkDate{ font-size: .9em; color: #0C4DA2; float: right; font-family:'Noto Sans KR'; font-size: .7em; font-weight: 400; margin-top: 4px;}
@media (max-width: 900px){
    #mypage_1 .last_linkDate{float: inherit;}
}
/* 아이디/비밀번호 찾기 추가 */
#mypage_1 .search_btn{display: flex; justify-content: center; margin-top: 25px; font-size: .9em; color: #555;}
#mypage_1 .search_btn>div{cursor: pointer;}
#mypage_1 .search_btn .search_id::after{content: '|'; margin: 0 10px; font-size: .9em;}

/* ---- 마이페이지 mypage_h_1_detail.php ---- */
/* 경과일 추가 */
.idate span{border: 1px solid #0C4DA2; border-radius: 30px; padding: 0 8px; margin-left: 10px; color: #0C4DA2; font-size: .85em; padding-bottom: 2px;}

/* 조회하기 버튼 삭제에 대한 css 수정 */
.modalTopBtn>div.downBtn{margin-right: 0;}
