@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin{font-size:1.15em;}
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {margin:30px 0 0;} /* 서식단계 진행 */
.mbskin .btn_submit {
	border-radius: 5px !important;
	background: #0c0cba;
	width: 240px;
	height: 60px;
	text-align: center;
	border: none;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	padding: 0px 20px;
	box-shadow: 0px;;}

.mbskin .btn_cancel{ display: block; background:#fff; max-width:640px; width: 100%; z-index:10; border-radius:5px !important; margin: 2px auto;
	box-shadow:none; font-size: 14px; text-align: center; border: 1px solid #eee;}

@media screen and (max-width: 768px)  {
	.mbskin .btn_cancel{/*margin: 0 15px; width: calc(100% - 30px);*/ border-radius: 0!important;}
}

.mbskin #mb_login_wrap .btn_submit{width:100%; margin:1px 0 12px; border-radius:0; background:#333; font-size:18px;}
.mbskin .ft_btn{/* position:fixed; bottom:55px; left:0px;*/ width:100%; z-index:10; border-radius:5px !important; border:0; margin:0;}
.mbskin .ft_btn.cancle{background:#555; margin:0 0 0 5px;}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {width:85px; display:none;}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */
#fregister section {margin:0 0 20px;padding:20px 0}
#fregister h2 {margin:0 0 20px;text-align:center}
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7}
#fregister .fregister_agree {padding:10px 0 0;text-align:right}
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {color:#e8180c;text-align:center}
#fregister .btn_confirm {margin-bottom:20px}
#fregister_private .tbl_head01 th{;text-align:center;border:1px solid #d1dee2;width:33%}
#fregister_private .tbl_head01 td {border:1px solid #e9e9e9}
#fregister_private .tbl_head01 caption{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 회원가입 입력 */
#fregisterform{margin-bottom:50px;}
#fregisterform textarea {height:50px}

#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}

#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}

#mem_chk{ border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; padding: 20px 10px; margin-bottom:20px;}
#mem_chk p{ font-weight:bold; color:#3e59a8;}
#mem_chk strong{ font-size:1.3em; font-weight:bold; color:#222;}
#mem_chk i{ color:#999;}
#mchk_Modal img{ width:100%;}
#mchk_Modal .modal-header{ border-bottom:0; padding:0; min-height:auto;}
#mchk_Modal .modal-header .close{ position:absolute; top:10px; right:10px; float:none; font-size:40px; opacity:0.5; z-index:10;}


/* 회원가입 완료 */
#reg_result { padding:150px 20px; text-align:center;}
#reg_result h1{margin:0 auto 20px; width:80px; height:80px; background:url(img/join_check.svg)no-repeat center; background-size:contain;}
#reg_result h2{display:block; margin:0 0 8px; font-size:22px; font-weight:bold; color:#222; line-height:1.5em; }
#reg_result h2 strong{text-decoration:underline; font-size:1.3em; font-weight:600;}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.6em; font-size:17px; color:#555;}
#reg_result .btn_confirm2 {  margin:30px auto; width:auto;}
#reg_result .btn_confirm2:after{ display:block; content:""; clear:both;}
#reg_result .btn_confirm2 a{margin:0 auto 10px; display:block; width:300px; line-height:60px; box-sizing:border-box; background:transparent; border:2px solid #ddd; display:block; font-size:17px; font-weight:600; color:#777; transition:all 0.3s ease;}
#reg_result .btn_confirm2 .wbtn1{ background:#0c0cba; border:2px solid #0c0cba; color:#fff;}
#reg_result .btn_confirm2 .wbtn2:hover{background:transparent; color:#0c0cba;}
#reg_result .btn_confirm2 a:hover{border:2px solid #333; background:#333;}
#reg_result .btn_confirm2 .wbtn2:hover{border:2px solid #0c0cba;}
@media screen and (max-width:550px) {
	#reg_result{padding:60px 20px;}
}
@media screen and (max-width:550px) {
	#reg_result h1{margin:0 auto 15px; width:65px; height:65px;}
	#reg_result h2{margin:0 0 4px; font-size:19px;}
	#reg_result p{font-size:15px; line-height:1.4em;}
	#reg_result .btn_confirm2{margin:20px auto;}
	#reg_result .btn_confirm2 a{width:90%;}
}
@media screen and (max-width:320px) {
	#reg_result .btn_confirm2 a{width:100%;}
}

/* 아이디/비밀번호 찾기 */
#find_info{ width:95%; margin:10px auto;overflow:auto;}
#find_info .tab-content{ width:100%; margin:0px auto; padding:30px 20px; background:#fff; border:1px solid #ddd;  border-top: 0;border-radius:0 0 7px 7px; overflow:auto;}
#find_info #win_title{ font-weight:bold; margin-bottom:20px;}
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs { margin:7px 0px;padding:0; font-size:14px;}
#find_info #info_fs label{ display:none;}
#find_info #info_fs .frm_input {width:100%; background:#fff !important; color:#252525; border-radius:5px; border:1px solid #ddd; height:54px;line-height:54px;text-indent:10px;margin-bottom:10px;padding:0; font-weight:500;}

#find_info p {margin:0 0 10px;line-height:1.8em}
#find_info #captcha {margin:0 0px 20px; width: 100%}
#find_info .win_btn { width: 100%; display: flex; align-items: center; justify-content: space-between}
#find_info .win_btn button {margin:0 }
#find_info .win_btn a {margin:0 }
#find_info .win_btn input {margin:0 }
.mbskin .win_btn{}
.mbskin .win_btn:after{ display:block; content:""; clear:both;}
.mbskin button.btn01{ float:left; width:48%;padding:10px 0;text-align:center;border-radius:5px!important; background:none; 
					 border:1px solid #ccc; color:#333; margin-bottom:3px; font-size:0.9em; letter-spacing:-1px; margin-left:5px;}
.mbskin .btn03{ float:left; width:50%; padding:10px 0;text-align:center;border-radius:5px!important; background:#1b5dd6; 
					 border:1px solid #1b5dd6; color:#fff; margin-bottom:3px; font-size:0.9em; letter-spacing:-1px;}
				
#find_info .nav-tabs{ margin-bottom:0px; display: flex}
#find_info .nav-tabs:after{display: none}
#find_info .nav-tabs:before{display: none}
#find_info .nav-tabs>li{ width:50%; text-align:center;}
#find_info .nav-tabs>li>a{ font-size:13px;margin: 0}
#find_info .nav-tabs>li.active>a{ font-weight:bold;}

#find_info .btn_submit{width: 100%;}
#id-result {margin: 20px 0;font-size:16px;}
#id-result .result-box {border-radius:7px;padding:20px;border:1px solid #ddd;background:#f9f9f9;display:inline-block;width: 100%}
#id-result .user-id {margin-top:10px;font-size:20px;color:#333;}

#pw-result {margin: 20px 0;font-size: 16px;}
#pw-result .result-box {border-radius:7px;padding: 25px;border: 1px solid #ddd;background: #f9f9f9;display: inline-block;text-align: left;max-width: 400px;width: 100%;}
#pw-result p {margin-bottom: 10px;line-height: 1.5; font-size: 13px; text-align: center}
#pw-result h6 { text-align:center}
#pw-result .pw-change-form .form-row {margin-bottom: 15px;}
#pw-result .pw-change-form label {display: block;margin-bottom: 5px;font-weight: bold;}
#pw-result .pw-change-form input {width: 100%;padding: 8px;border: 1px solid #ccc;}
#pw-result .btn-wrap {text-align: center;margin-top: 20px;}
#pw-result .btn03 {width: 100%;padding: 10px 20px;background: #333;color: #fff;border: none;cursor: pointer;}
#pw-result .frm_input {width: 100%;line-height: 40px;border-radius: 5px;padding: 0 10px;margin-bottom: 5px;font-size: 1em;height: 40px;}
#pw-result .frm_input  > {width: 100%;}
@media screen and (min-width:767px) {
#find_info{ width:400px; margin:50px auto;}
}





					 

/* 로그인 */

html:has(#mb_login){overflow: auto;scrollbar-width: none; -ms-overflow-style: none; }
body:has(#mb_login) #wrapper{overflow: auto;scrollbar-width: none; -ms-overflow-style: none; }
body:has(#mb_login) #wrapper::-webkit-scrollbar {display: none; }
#mb_login {position:fixed; top:50%; left:50%; background:rgba(255,255,255,1); border-radius:10px; font-size:1.1em; padding:30px 7%; transform:translate(-50%,-50%); box-sizing:border-box;}
#mb_login h1 {text-align:center; margin-bottom:30px; }
#mb_login h1 img{height:50px;}
#mb_login #login_fs{}
#mb_login #login_fs p.id{margin:5px 0 0; }
#mb_login #login_fs p.id a{display:block; font-size:15px; font-weight:400; color:#999;}
#mb_login #login_fs legend{border-bottom:0 !important}
#mb_login #login_fs .login_id,#mb_login #login_fs .login_pw {display:block; font-size:14px; color:#333; font-weight:500; margin-bottom:2px; }
#mb_login #login_fs .frm_input{width:100%; background:#fff !important; color:#252525; border-radius:5px; border:1px solid #ddd; height:54px;line-height:54px;text-indent:10px;margin-bottom:10px;padding:0; font-weight:500;}
#mb_login #login_fs .btn_submit {display:block; margin:8px 0 0; border-radius:5px; height:55px; background:#0c0cba; width:100%; border:1px solid #0c0cba !important; box-shadow:none !important; font-size:18px !important; font-weight:500;}
#mb_login #login_fs .btn_submit:hover{background:#333; border:1px solid #333 !important;}
#mb_login #login_info {margin:0 auto; text-align:center;}
#mb_login #login_info p{margin:10px 0 0 0; text-align:left; font-size:14px;}
#mb_login #login_info p a{color:#777; }
#mb_login #login_info p a:hover{color:#3568da;}
#mb_login #login_info h2{display:none;}
#mb_login #login_info .join {display:block; border-radius:5px; background:#F3F3F3; transition:all 0.3s ease;} 
#mb_login #login_info .join a{display:block; width:100%; padding:15px 4px; box-sizing:border-box; font-size:15px; color:#222; font-weight:400;}
#mb_login #login_info .join:hover{background:#333;}
#mb_login #login_info .join a:hover{color:#fff !important;}

.area_sns{display:block; text-align:Center; margin:35px 0 40px; }
.area_sns span{display:block; font-size:15px; font-weight:400; color:#777; line-height:1.2em; word-break:keep-all;}
#mb_login #sns_login {margin:15px auto 0; text-align:center;}
#mb_login #sns_login li{display:inline-block; width:60px; height:60px; margin:0 10px 0 0; transition: all 0.2s; border-radius:50px; text-align:center;}
#mb_login #sns_login li:last-child{margin:0;}
#mb_login #sns_login li.sns a{display:flex; flex-direction: column; justify-content: center; width:100%; height:100%; padding:10px; box-sizing:border-box;}
#mb_login #sns_login li.sns a img{width:auto; height:20px;}
#mb_login #sns_login li.sns.kakao {background:#ffdd00;}
#mb_login #sns_login li.sns.kakao a img{height:25px;}
#mb_login #sns_login li.sns.naver {background:#1fcc00;}
#mb_login #sns_login li.sns.naver a {color:#fff;}
#mb_login #sns_login li.sns.google{background:#F2F2F2;}
#mb_login #sns_login li.sns.google a img{height:27px;}
#mb_login #sns_login li.sns.face{background:#3a5898;}
#mb_login #sns_login li.sns.face a {color:#fff;}
#mb_login #sns_login li.sns .ico{display:inline-block; width:20px; height:20px; margin-right:10px; text-align:center;}
#mb_login #sns_login li.sns .ico img{width:auto; height:100%;}

#mb_login h2 {margin:0 0 5px;font-size:1.167em}
#mb_login .btn_confirm{width:100%;/*background:#f5f9fa;*/padding:24px 0 0 0;margin:0; font-size:1em; border:0!important;}
#mb_login .btn_confirm a{text-decoration:none;color:#252525;padding-right:10px;display:inline-block; font-size:1.15em;}
input[type=checkbox], input[type=radio]{margin:0 2px 3px 0 !important;width: 2rem !important; height: 2rem !important;}

@media (max-width: 992px) {
	#find_info{width:85%; max-height: 82.5vh;}
	#mb_login{width:85%;}
	#mb_login h1{font-size:15px;}
	#mb_login h1 img{ width:auto; height:30px}
	#mb_login #login_info a{padding:8px 0; font-size:12px;}
	#mb_login #login_fs label{font-size:0.9em !important;}
	#mb_confirm{width:70%;}
	#mb_login .btn_confirm a{font-size:15px;}
	#mb_confirm h1{font-size:1.5em;}
}
@media (max-width: 767px) {
	#mb_login h1{margin-bottom:20px;}
}
@media (max-width: 550px) {	
	#mb_login{border-radius:5px; width:100%; padding:0 5%;}
	#mb_login h1 img{height:25px;}
	#mb_login #login_fs .frm_input{height:50px; line-height:50px;}
	#mb_login #login_fs .btn_submit{margin:5px 0 0; height:52px; font-size:17px !important;}
	#mb_login #login_fs p.id a{font-size:14px;}
	#mb_login #login_info p{margin:7px 0 0;}
	#mb_login #sns_login{margin:10px 0 0;}
	#mb_login #sns_login li{width:50px; height:50px;}
	#mb_login #login_info .join a{padding:12px 7px; font-size:14px; line-height:1.5em;}
	.area_sns{margin:30px 0;}
}

@media (max-width: 400px) {	
	#mb_login #login_fs .frm_input{height:45px; line-height:45px; margin-bottom:8px;}
	#mb_login #login_fs .btn_submit{margin:5px 0 0; height:48px; font-size:16px !important;}
	.area_sns span{font-size:14px;}
	#mb_login #login_info .join a{padding:10px 7px;}
	.area_sns{margin:20px 0;}
}	

/* 회원가입유형 */


.mbskin.join_type {margin:150px auto 0; transition: all 0.5s;}
.mbskin.join_type .logo{ text-align:center; margin-bottom:50px;}
.mbskin.join_type .logo img{height:40px; width:auto;}
.mbskin.join_type .logo span{display:block; font-size:17px; font-weight:400; color:#777; line-height:1.4em; word-break:keep-all;}
.mbskin.join_type .title_top{ display:block; font-size:1.7em; letter-spacing:-1px; padding-top:18px;}
.mbskin.join_type .title_top .point{font-size:1.2em; font-weight:600; color:#7d75dc;}
.mbskin.join_type .join_type{ text-align:center;}
.mbskin.join_type .type{position:relative; display:inline-block; height:230px; vertical-align:top; background:#fff; border: 2px solid #cbcbcb; padding: 28px 30px 34px 22px; border-radius: 10px; margin: 0 13px; cursor: pointer; width: 360px; text-align: right; box-sizing: border-box; border-radius: 10px; box-shadow: 3px 3px 8px #ddd; transition: all 0.5s;}
.mbskin.join_type .type a{display:block; width:100%; height:100%; display:flex; flex-direction: column; align-items: flex-end; justify-content: center;}
.mbskin.join_type .type:hover{border: 2px solid #0c0cba;}
.mbskin.join_type .type.action{border: 2px solid #0c0cba;}
.mbskin.join_type .type .join_type_chk{position:absolute; top:20px; left:20px; width:34px; height: 34px; border-radius:50px; background:url('img/icon_ck01.svg')no-repeat center; background-size:contain; display: inline-block; float: left;}
.mbskin.join_type .type img{width:auto; height:70px;}
.mbskin.join_type #member2.type img{width:auto; height:60px;}
.mbskin.join_type .type.action .join_type_chk{background:url('img/icon_ck01_on.svg')no-repeat center; background-size:contain; }
.mbskin.join_type .type .title{color:#666; margin-top:20px;}
.mbskin.join_type .type .title h3{display:block; font-size:22px; font-weight:600; color:#222; line-height:1.2em; word-break:keep-all;}
.mbskin.join_type .type .title span{display:block; margin:5px 0 0; font-size:16px; font-weight:400; color:#555; line-height:1.3em; word-break:keep-all;}

/* 가입유형선택 */
.b_rdo{width:100%; margin:20px 0 10px}
.b_rdo .st{float:left; margin-right:0px; margin-bottom:4px;}
.b_rdo .st:nth-child(2){ margin-right:0;}
.b_rdo .st.spec{float:left; width:100%;}
.b_rdo .st.spec label{border:2px solid rgba(254,142,166,0.2);}
.b_rdo .st label{padding:0 20px 0 0;}
.b_rdo .st h2 {margin:3px 0 0px !important; text-align:left !important;}
.b_rdo .scon{ text-align:left !important; font-size:0.83em; font-weight:500; color:#fe8ea6; margin-left:30px; margin-top:8px;}
.b_rdo .bx{position:relative; width:80px}
.b_rdo .bx span{ font-size:1.10em}
.b_rdo p{position:absolute; right:0px; top:0px;}
.b_rdo p img{width:50px; height:auto;}

@media (max-width: 900px) {	
	.mbskin.join_type{margin:70px auto 0;}
	.mbskin.join_type .type{width:80%; margin:0 0 30px;}
}
@media (max-width: 768px) {	
	.mbskin.join_type .logo{margin-bottom:30px;}
	.mbskin.join_type .logo img{height:30px;}
	.mbskin.join_type .logo span{font-size:16px; padding-top:12px;}
	.mbskin.join_type .type{width:90%; margin:0 0 20px; height:200px;}
	.mbskin.join_type .type .join_type_chk{width:30px; height:30px; left:16px; top:16px;}
	.mbskin.join_type .type img{height:65px;}
	.mbskin.join_type #member2.type img{height:52px;}
	.mbskin.join_type .type .title{margin-top:15px;}
}
@media (max-width: 550px) {		
	.mbskin.join_type{margin:40px auto 0;}
	.mbskin.join_type .logo{margin-bottom:25px;}
	.mbskin.join_type .logo img{height:25px;}
	.mbskin.join_type .logo span{font-size:15px; padding-top:8px;}
	.mbskin.join_type .type{margin:0 0 15px; height:180px;}
	.mbskin.join_type .type .join_type_chk{width:25px; height:25px; left:12px; top:12px;}
	.mbskin.join_type .type img{height:60px;}
	.mbskin.join_type #member2.type img{height:50px;}
	.mbskin.join_type .type .title h3{font-size:19px;}
	.mbskin.join_type .type .title span{margin:2px 0 0; font-size:15px;}
}

@media (max-width: 400px) {	
	.mbskin.join_type .logo{margin-bottom:20px;}
	.mbskin.join_type .type{padding:15px; height:160px;}
	.mbskin.join_type .type img{height:55px;}
	.mbskin.join_type #member2.type img{height:45px;}
	.mbskin.join_type .type .title{margin-top:10px;}
	.mbskin.join_type .type .title h3{font-size:18px;}
	.mbskin.join_type .type .title span{font-size:14px;}
}
/*
@media (max-width: 1023px) {	
	.mbskin.join_type{padding:65px 0;}
	.join_type.cf > div{margin:0 30px 0 0;}
}
@media (max-width: 900px) {
	.join_type.cf > div{width:300px;}
}
@media (max-width: 768px) {
	.mbskin.join_type{padding:40px 0;}
	.mbskin.join_type h1 span{font-size:34px;}
	.join_type.cf{margin:20px auto 0;}
	.join_type.cf > div{margin:0 0 20px; width:90%; border:2px solid #eee;}
	.join_type.cf > div a{padding:30px 20px;}
	.join_type.cf > div a img{height:105px;}
}
@media (max-width: 550px) {
	.join_type.cf > div{margin:0 0 14px;}
	.mbskin.join_type{padding:20px 0;}
	.mbskin.join_type h1 img{height:26px;}
	.join_type.cf > div a img{height:85px;}
	.join_type.cf > div a .title{margin:15px 0;}
	.join_type.cf > div a .title span{line-height:1.3em;}
	.btn_join{padding:14px 10px; font-size:16px;}
	.mbskin.join_type h1 span{font-size:28px;}
}
@media (max-width: 400px) {
	.mbskin.join_type h1 span{font-size:24px;}
	.join_type.cf > div{width:92%;}
	.join_type.cf > div a{padding:25px 20px;}
	.join_type.cf > div a img{height:75px;}
}
*/

/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */
#mb_confirm {position:relative;left:50%; top:50%; transform:translate(-50%, -50%);background:none;overflow:hidden; font-size:1.1em;
	border-radius: 10px;margin:0; width:100%; padding:50px; box-sizing:border-box; background:#fff; border:1px solid #eee; max-width:640px; box-shadow:none; -webkit-box-shadow:none;}
#mb_confirm h1 {margin:0px;font-size:1.2em;text-align:center;padding:30px 0 20px;letter-spacing:-1px; font-weight:700;}
#mb_confirm p {padding:20px;border-bottom:0;text-align:center;}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {background:none;text-align:left; line-height:2em;}
#mb_confirm fieldset .frm_input {background:none!important; width:100%; line-height:40px; height:40px; border:0; border-bottom:1px solid #ddd;}
#mb_confirm label {display:none;}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

#mb_confirm .btn_submit{
	border-radius: 5px !important;
	background: #0c0cba;
	width: 100%;
	height: 60px;
	text-align: center;
	border: none!important;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin: 10px 0;
	padding: 0px 20px;
	box-shadow: 0px;}

#mb_confirm .btn_confirm{width:100%;background:none;padding:30px 0;margin:0; font-size:1em;}
#mb_confirm .btn_confirm a{text-decoration:none;color:#0c0cba;padding-right:10px;display:inline-block}
#mb_confirm a.btn_confirm{padding:0px 0;text-decoration:none;color:#0c0cba;padding-right:10px;display:inline-block; position: unset!important;}

#md_info p{}
#md_info{font-size:0.9em; color:#666;}
@media screen and (max-width:767px) {
	#mb_confirm {border: 0}
}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}
#profile h2 {margin:0}



	
/* 인풋 클래스*/
.regist-input { width:100%; background:#FFF !important; border:none; color:#333; padding:10px 5px 10px 0; font-size:1.25em; }
.regist-input3{padding:10px; width:100%; background:#FFF !important; border:none; color:#333; font-size:1.25em; }
.regist-input2{ width:100%; background:#FFF !important; border:1px solid #e6e6e6; color:#333; padding:10px; font-size:1.25em; border-radius:3px; }
.area_join select{margin:5px 0 0 !important; padding:10px; width:100%; background:#fff url(img/icon_arrow.svg) no-repeat center right 15px !important; background-size: 14px 9px !important; border:none; color:#333; font-size:1em;}
#join_info textarea{margin:5px 0 0 !important; padding:10px; width:100%; height:80px !important; border:none; outline:none; resize:none;}
.photo{margin:5px 0 0; padding:10px 10px 0px !important; box-sizing:border-box;}
.photo > span{display:inline-block; color:#333; font-size:1em;}
.btn_photo{margin:0 0 0 10px; padding:5px 10px; box-sizing:border-box; background:#0f74da; border-radius:5px; font-size:14px; color:#fff !important; outline:none;}
#bo_sch select, select#ca_name{border:1px solid #e6e6e6; }
.frm-input { background:#FAFAFA; border:1px solid #D6D6D6; color:#333; font-weight:bold; padding:10px; font-size:1.25em; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
::-webkit-input-placeholder { color: #858585; }
::-moz-placeholder { color: #858585; }
:-ms-input-placeholder { color: #858585; }
:-moz-placeholder { color: #858585; }
	
/* 회원가입 및 거의 모든 곳에 들어갈 박스 스타일 */	
.none { display:none; }
.box-article { width:100%; }
.box-article h2 {font-size:26px; padding-bottom:10px; color:#333; font-weight:500; text-align:center;}
.box-article span{font-size:14px; color:#777; line-height:1.4em; word-break:keep-all;}
.box-article .file span{display:inline-block; font-size:1em;}
.area_file{display:block; margin:0 auto; width:100%;}
.area_file .prev_area{margin:10px 0 0; width:100%; text-align:center;}
.area_file .prev_area img{display:block; max-width:50%; margin:0 auto;}
.area_file .prev_area .btn{margin:10px 0;}
.box-article h2 p{ display:inline-block;font-size:12px; color:#666; float:right;}
.box-article .box-body {margin:20px 0 0;}
.box-article .box-body:first-child { /*margin-top:5px;*/ }
.box-article .box-title { font-size:1.25em; font-weight:bold; margin-bottom:10px; }
.box-article .box-body dd input{ }
.box-article .box-body dd input.required{ background:#fff !important;}
#join_info .box-article .box-body .row {margin:0 0 10px; position:relative;}
.box-article .box-body .row dd { padding:0; }
.box-article .box-body .row dd.req{ padding:10px 0px 10px 10px; color:#fb2323;margin-top:5px;}
.box-article .box-body .row .error { font-size:0.85em; color:#858585; padding:0;}
.box-article .box-body .row .error.on{color:#FF0000;}
.box-article .box-body .row .pas.on{color:#40A040;}
.status_ico{position:absolute; right:0; top:7px; display:block; margin:8px; width:24px; height:24px; text-align:center; font-size:12px;}
.status_ico.err i{color:#FF0000;}
.status_ico.pas i{color:#1b5dd6;}
.box-article .box-body .row div { padding:0; }
.box-article .box-body .row label {position:relative;}
#join_info .box-article .box-body dl.agree-row {padding:5px 0; margin:0 0 8px; }
.box-article .box-body .agree-row dd:first-child { font-size:1.05em;}
.box-article .box-body .agree-row dd:nth-child(3) { padding-top:10px; display:none;}
#join_info #join_agr .box-body .agree-row .agr_textarea textarea{ width:100%; border:1px solid #DCDCDC; height:80px !important; font-size:13px; }
.box-article .agree-text { background:#FFF !important; width:100% !important; padding:10px !important; border-top-left-radius:4px; border-top-right-radius:4px; margin-bottom:0 !important; height:150px;border:1px solid #e9e9e9;}
.box-article .agree-label { background:#FFF !important; width:100% !important; padding:10px 10px 8px 10px !important; border-bottom-left-radius:4px; border-bottom-right-radius:4px; border: 1px solid #e9e9e9; border-top:0; color:#777; margin-top:-5px;}
.box-article .agree-label input[type=checkbox] { margin-top:-4px; }
.box-article .box-body .option{}
.box-article .box-body .option:after{display:block; content:""; clear:both;}
.box-article .box-body .option li{float:left; margin-right:4px; border:1px solid #e5e5e5; width:18%; padding:8px 5px; text-align:center; border-radius:4px;}
.box-article .box-body .option li.on{ border:1px solid #3d9fea;}
.box-article .box-body .option li img{width:22px; height:auto;} 
.box-article .box-body .option li p{font-size:0.75em; line-height:1em; color:#b3b3b3; margin-top:5px;}
.box-article .box-body .option li.on p{color:#5aaff0}
.bt_btn{padding:10px;}
.bt_btn .col-xs-6 a{display:block; background:#32adec; padding:10px 0; color:#fff; font-size:1.3em;}
.bt_btn .col-xs-6{padding-right:1px; padding-left:1px;  text-align:center;}


/*회원정보*/
#area_join{width:640px; margin:50px auto 0; padding:50px; box-sizing:border-box; background:#fff; border:1px solid #eee; border-radius:10px; text-align:center;}
#area_join:after{display:block;visibility:hidden;clear:both;content:""}
#join_info{margin-bottom:20px; text-align:left;}
#join_info dl{margin:0 0 20px;}
#join_info #join_agr dl{margin:0 0 10px;}
#join_info dl.row:last-child{margin:0;}
#join_info dt{font-size:15px; font-weight:500; color:#333;}
#join_info dd{margin-top:5px;}
#join_info dd:after{display:block; content:""; clear:both;}
#join_info dd p.error{display:block; margin:5px 0 0; font-size:12px; color:#ff0000;}
#join_info input[type=text], 
#join_info input[type=tel], 
#join_info input[type=password],
#join_info input[type=date]{outline:none; display:inline-block; position:relative; box-sizing: border-box; width:100%; height:55px; padding:0 15px; border:1px solid #e9e9e9; border-radius:5px; background:#fff !important;}
#join_info dl.password input{background:#f9f9f9 !important;}
#join_info .input{position:relative;}
#join_info .input select{outline:none;}
#join_info .input.pas:before{background:url(img/icon_check_pas.svg)no-repeat center;}
#join_info .input.err:before{background:url(img/icon_check_err.svg)no-repeat center;}
#join_info .input.year:before,
#join_info .input.subject:before,
#join_info .input.type:before{display:none;}
#join_info .input:before{content:''; position:absolute; top:50%; right:15px; width:20px; height:15px; background:url(img/icon_check.svg)no-repeat center; transform:translateY(-50%); z-index:2;}
#join_info .input:after{display:block; content:""; clear:both;}
#join_info .input.year .box{float:left; width:calc((100% / 3) - 7px); width:-webkit-calc((100% / 3) - 7px); margin:0 10px 0 0;}
#join_info .input.year .box:last-child{margin:0;}
#join_info .input.year .box input{padding:0 10px;}
#join_info .input.year select{padding:10px; border:1px solid #ddd; height:55px;}
#join_info .input label{vertical-align: -1px; cursor:pointer;}
#join_info .input label.selector{margin:0; float:left;position:relative; box-sizing:border-box; width:50%; height:50px; font-weight:500; border-width:1px 1px 1px 0; border-style: solid; border-color: #ddd; text-align:center;}
#join_info .input label.selector:first-child{border-width: 1px 1px 1px 1px; border-radius:5px 0 0 5px;}
#join_info .input label.selector:last-child{border-radius: 0  5px 5px 0;}
#join_info .input.subject select{background:#fff; padding:10px; width:100%; height:55px; border:1px solid #ddd; font-size:15px;}
#join_info .input label.selector input[type=radio]{ position: absolute; top: 0; left: -100px; width: 0; height: 0; opacity: 0; }
#join_info .input label.selector input[type=radio] + span{display: inline-block; position: absolute; top: 0; left:-1px; right:-1px; width:auto;  height: 50px; font-size: 16px; line-height: 50px; color: #a6a9ad; }
#join_info .input label.selector input[type=radio]:checked + span{margin:-1px 0 0 0; border: 1px solid #3568da; font-weight: 700; color:#3568da;}
#join_info .input label.selector:first-child input[type=radio]:checked + span{border-radius:5px 0 0 5px;}
#join_info .input label.selector:last-child input[type=radio]:checked + span{border-radius: 0 5px 5px 0;}
#join_info .input select{padding:0 15px; width:100%; height:55px; line-height:55px; background:#fff; border:1px solid #e9e9e9; box-sizing:border-box; border-radius:5px; font-size:16px; color:#999;}
#join_info label{}
#join_info .box-body,
#join_agr .box-body{}
#join_info .input select,
#join_info .input.year select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;  background:#fff url(img/icon_arrow.svg) no-repeat center right 15px !important; background-size:14px 9px !important; font-family:'Noto Sans KR',  sans-serif; color:#333; font-size:16px; cursor:pointer;}
#join_info select::-ms-expand{display:none;}
#join_info dl.row.hp .input{width:100%;}
#join_info dl.row.hp .input.v1{margin:0 0 7px;}
#join_info dl.row.hp .input.v1 input,
#auth_area input{}
#join_info dl.row.hp input,
#join_info #auth_area input{float:left; padding:0 15px; font-size:16px;}
#join_info dl.row.hp .input:before{display:none;}
#auth_area{width:100%; display:inline-block; margin:10px 0 0;}
#auth_area:after{display:block; content:""; clear:both;}
#auth_area.ultrasonic input{width:100%;}
#join_info dl.row.hp .btn,
#auth_area .btn{float:left; margin:0 0 0 10px; width:130px; height:55px; background:#216bd1; color:#fff; outline:none;}
#auth_area input[type="number"]::-webkit-outer-spin-button,
#auth_area input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
#join_info input::placeholder{font-size:16px; color:#999;}
.btn_hp{position:absolute; top:50%; right:20px; padding:2px 10px; font-size:14px; box-sizing:border-box; background:#eee; border:1px solid #ddd; font-weight:500; color:#222; border-radius:50px; outline:none; transform:translateY(-50%); }
#join_info .input.cert input.chk_err{border:1px solid red; color:red;}
#join_info .input.cert input.chk_pas{border:1px solid #0c66e2; color:#0c66e2;}

/*동의*/
#join_agr{ margin:50px 0 0;}
#join_agr .box-body{}
#join_agr .btn-agr{font-size:13px; height:auto; padding:3px 5px; background:#eee; color:#666; font-weight:400; outline:none; box-shadow:none;}
#join_agr .box-body .agree-row{}
#join_agr .chk_ico{font-size:14px; font-weight:500; text-align:left;}
#join_agr .chk_ico input{position:absolute;}
.chk_ico i{display:inline-block; vertical-align:middle; width:25px; height:25px; padding:0px; margin-right:5px; background:url('img/ico_check_on_off.png') no-repeat left top/25px auto;}
.chk_ico i.chk{background-position:left bottom;}
.chk_ico i.nochk{background-position:left top;}

/*체크박스 아이콘*/
.chk_ico{position:relative; margin:0; }
.chk_ico input[type="checkbox"] + label span{text-align:left; margin:0; position:absolute; left:0; height:23px; padding:0 0 0 30px; background:url('img/ico_check_on_off.png') no-repeat left top/23px auto; cursor:pointer; font-size:15px;}
.chk_ico input[type="checkbox"]{ visibility:hidden;}
.chk_ico input[type="checkbox"]:checked + label span{background-position:left bottom;}


.hp .btn_piz{padding: 0 10px; height: 55px;line-height: 55px;
	border: 1px solid #0c0cba;    background: #0c0cba;
	box-sizing: border-box;color: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.3s ease;}
#join_agr .cek_all{margin:20px 0 0; position:relative;}
#join_agr label.selector{width:100%; height:50px; background:#fff; border-radius:5px; text-align:center; }
#join_agr label.selector span{border:1px solid #ddd; border-radius:5px; font-weight:500; cursor:pointer;}
#join_agr label.selector input[type=checkbox]{position: absolute; top: 0; left: -100px; width: 0; height: 0; opacity: 0; }
#join_agr label.selector input[type=checkbox] + span{display: inline-block; margin:0; position: absolute; top: 0; left: -1px; right:-1px; width:auto; height: 50px; font-size: 16px; line-height: 50px; color: #a6a9ad; }
#join_agr label.selector input[type=checkbox]:checked + span{background:#e7f4fd; border: 1px solid #3568da; color: #3568da; border-radius:5px;}
#join_agr label.selector span i{position:relative; top:3px; display:inline-block; width:20px; height:20px; margin:0 5px 0 0; background:url(img/icon_profile_check.svg)no-repeat center; background-size:contain;}
#join_agr label.selector input[type=checkbox]:checked + span i{background:url(img/icon_profile_check_on.svg)no-repeat center; background-size:contain;}

.box-article .box-body .row.agree-row label em{float:left; padding:0 0 0 30px; text-align:left; font-size:16px;}
/*회원구분*/
#mb_part{padding:20px 0;}
#mb_part .part_box{ position:absolute; width:100%; top:20%; bottom:20%;}
#mb_part .mbp{width:90%; margin:25px auto; padding:20px 0; line-height:1.8em;}
#mb_part .mbp .part_ico{ width:auto; height:85px; margin-top:-5px;}
#mb_part .mbp p{font-size:2em; margin-bottom:10px;}
#mb_part .mbp .btn{ background:#FFF; color:#217C9F; margin-top:10px; font-weight:600;}
.logout_btn{ display:block; width:100%;height:50px; line-height:50px;background:#ddd;color:#fff; font-size:1.3em;font-weight:bold;margin:5px 0; text-align:center;}

/*회원등급*/
#box_mb_grade{margin:0 0 20px;}
#mb_grade{border:1px solid #DCDCDC; padding:11px 10px; box-sizing:border-box;     appearance: none;
    background: #fff url(img/icon_arrow.svg) no-repeat center right 15px !important; background-size: 14px 9px !important;}
#box_pay{margin:0 0 30px;}
.area_pay{margin:10px 0 0;}
.area_pay > li{margin:0 0 5px;}
.area_pay > li:last-child{margin:0;}
.area_pay > li label{margin:0;}
.area_pay > li label em{position:relative; top:-6px; font-size:17px; font-style:normal; font-weight:600; color:#333;}
#box_pay input[type="radio"]{display:none; width:22px; height:22px; outline:none; margin:0;}
#box_pay input[type="radio"] + label span{display:inline-block; margin-right:3px; width:22px; height:22px; background:url(img/icon_check02.svg) no-repeat center; cursor: pointer;}
#box_pay input[type="radio"]:checked + label span{background:url(img/icon_check02_on.svg) no-repeat center;}


/*포인트*/
#my_point{ border-top:1px solid #ddd;}
#my_point:after{content:""; display:block; clear:both; width:100%; height:8px; background:#f1f1f1;}
#my_point dl{padding:15px 15px; margin-bottom:0; border-bottom:1px dotted #EFEFEF;}
#my_point dl:after{content:""; display:block; clear:both;}
#my_point dl dt{ float:left;}
#my_point dl dd{ float:right; text-align:right; font-weight:600;}
#my_point dl.dl1{ font-size:1.2em;}
#my_point dl.dl1 dd strong{ color:#0cd2ad; font-weight:600;}
#my_point dl.dl1 dd p{ font-size:0.8em; margin-top:5px; color:#ccc;}
#my_point dl.dl2{}
#my_point dl.dl2 dd p{ font-variant:600;}
#my_point dl.dl2 dd span{ font-size:0.9em; margin-top:5px; color:#F00;}
#point .swiper-slide li{ padding:10px 15px; border-bottom:1px solid #f1f1f1;}
#point .swiper-slide li .price{display:inline-block; vertical-align:middle; text-align:right; width:90px;}
#point .swiper-slide li .txt{display:inline-block; vertical-align:middle; width:calc(100% - 100px); line-height:1.5em;}
#point .swiper-slide li .price span{display:inline-block; border-radius: 50px; border:1px solid #ddd; padding:0px 4px; font-size:0.9em; line-height:1.5em; margin-right:5px;}
#point .swiper-slide li .price strong{font-size:1.2em; font-weight:600;}
#point .swiper-slide li .txt .date{ opacity:0.7; font-size:0.9em;}
#point .swiper-slide li .txt .info{ font-size:1.2em; font-weight:600;}


/*마이페이지*/
#mypage{}
#mypage .my_hd{/*padding:15px 20px;*/ background:#fff;}
#mypage .my_hd .btn_close{position:fixed; right:19px; top:15px; font-size:3em; color:#fff;}
#mypage .my_box{margin:0 !important; position:relative; padding:0px 30px 25px 30px;/* border-bottom:15px solid #f5f5f5;*/}
#mypage .my_box p{ font-weight:600; color:#000; font-size:1.6em; line-height:1.3em; margin-bottom:5px;}
#mypage .my_box span{font-size:15px; display:inline-block; color:#888; margin-left:5px; font-weight:400;}
#mypage .my_box .no_login{ margin-bottom:15px; font-size:1.1em;}
#mypage .my_box a{font-size:1.1em; opacity:0.8; line-height:15px; display:block;}
#mypage .my_box .my_photo{display:inline-block; vertical-align:middle; width:70px; height:70px; border-radius:50%; overflow:hidden; margin-right:20px;}
#mypage .my_box .my_photo img{ width:100%; height:auto;}
#mypage .my_box .my_info{display:inline-block; vertical-align:middle; width:calc(100% - 95px); line-height:1.5em;}
#mypage .my_box a{}
#mypage .my_box a.btn{ position:absolute; top:5px; right:0px; font-size:2em;}
#mypage .my_box a.btn2{ border-bottom:1px solid #aaa; font-size:0.9em; margin-right:5px; display:inline-block; color:#666;}
.my_tpoint{ background:#1b5dd6; padding:35px 30px; height:95px;}
.my_tpoint .my_tp{ text-align:right; position:relative;}
.my_tpoint .my_tp #tp_t{ position:absolute; top:0px; left:0px; font-size:1.3em; color:rgba(250,250,250,0.8); }
.my_tpoint .my_tp #tp_t i{ font-size:1.3em; color:#fff; vertical-align:middle;}
.my_tpoint .my_tp #tpoint{ font-size:2em; color:#fff; font-weight:600;}

.point_list{ margin:30px 0; padding:0 30px;}
.point_list .plist_t{ font-size:1.3em; font-weight:600; color:#222; border-bottom:1px solid #ddd; padding-bottom:25px; margin-bottom:15px;}
.point_list .plist{}
.point_list .plist li{ position:relative; padding:3px 0; font-size:1.1em;}
.point_list .plist li:after{ display:block; content:""; clear:both;}
.point_list .plist #pdate{ float:left; color:#888;}
.point_list .plist #pnum{ float:right; color:#222;}
.point_list .plist .point_no{ text-align:center; font-size:13px; color:#999; padding:20px 0;}

#paging{ text-align:center; padding:20px 0 10px 0;}
.page_box{ display:inline-block; }
.page_box:after{ display:block; content:""; clear:both;}
.page_box li{ float:left; text-align:center; margin:0 2px;}
.page_box li span{ display:block; width:25px; height:25px; border-radius:50%; background:#fff; border:1px solid #ddd; color:#999; font-size:11px;
 line-height:25px; background:#f2f2f2;}
.page_box li span a{ color:#999;}
.page_box li .page_now{ border-color:#666; background:#fff;}
.page_box li .page_now a{ color:#555;}
.page_box li i{ font-size:1.2em;}

#top_back{ position:absolute; top:20px; left:20px; z-index:10;}
#top_back a{ font-size:2em;}
#top_back i{color:#fff;}


@media screen and (min-width:767px) {

/*로그인*/
#mb_login { padding:50px; overflow:hidden; font-size:1.1em;}
#mb_login .logo_box{ width:400px; margin:0 auto;}
#login_fs{ width:400px; margin:0 auto;}
#mb_login #login_info,
#mb_login #sns_login{ width:400px; }

#mb_sns .sns_bg{ border-radius:0 0 80px 0; }
#mb_sns .sns_tit:before{ width:100px; margin-left:-165px;}
#mb_sns .sns_tit:after{ width:100px; margin-left:65px;}


/*회원가입*/
#fregisterform{margin-bottom:0px;}
.mbskin{margin:0 auto; padding:0; }
#join_info #join_agr .box-body .agree-row .agr_textarea textarea{ height:150px !important; font-size:13px; padding:10px 10px;}

}

@media screen and (max-width:1023px) {
	.box-article h1.logo{margin:20px 0 0;}
}
@media screen and (max-width:950px) {
	#join_info{margin:0 0 20px; width:100%; height:auto;}
	#join_info.v1{min-height:auto;}
}
@media screen and (max-width:768px) {
	#area_join{width:100%; padding:0 15px; margin:0 auto; border:None;}
	.box-article h2{font-size:24px; padding:10px 0;}
	#join_info dl{margin:0 0 10px;}
	.mbskin .ft_btn{font-size:18px !important;}
	.box-article h2{display:none;}
	.btn_confirm{position:fixed; left:0; right:0; bottom:0;}
	.mbskin .ft_btn{width:100%; border-radius:0 !important;}
}
@media screen and (max-width:550px) {
	.box-article .box-body{margin:0;}
	.box-article #join_agr .box-body{margin:10px 0 0;}
	.box-article h1.logo{margin:10px 0 0;}
	.box-article h1.logo img{height:35px;}
	#area_join{}
	#join_info dt{font-size:14px;}
	#join_info dl.row.hp input, #join_info #auth_area input{padding:0 10px;}
	#join_info input{height:50px; font-size:14px; padding:0 10px;}
	.btn_hp{right:10px;}
	#join_info .input select, #join_info .input.year select{padding:0 10px; height:50px; line-height:50px; font-size:14px;}

	#join_info dl{margin:0 0 8px;}
	#area_join.profile #join_info dl{margin:0 0 18px;}
	.mbskin .btn_confirm{margin:30px 0 0;}
	.mbskin .ft_btn{width:100%; padding:0 15px; box-sizing:border-box; font-size:16px !important;}
	.mbskin .ft_btn.cancle{margin:0 0 0 2px;}
	#join_info input::placeholder{font-size:14px;}
	.box-article .box-body .row.agree-row label em{font-size:14px;}
	#join_info dl.row.hp .input.v1{margin:0 0 5px;}
	#join_agr{margin:30px 0 0;}
	#join_info #join_agr dl{margin:0 0 5px;}
	.chk_ico input[type="checkbox"] + label span{top:-2px;}
}
@media screen and (max-width:450px) {
	.box-article h2{font-size:22px;}
	.btn_hp{font-size:13px;}
}
@media screen and (max-width:400px) {
	.box-article h2{font-size:20px;}
	.chk_ico input[type="checkbox"] + label{font-size:13px;}
	#join_agr .cek_all{margin:10px 0 0;}
	#join_agr .btn-agr{font-size:12px; padding:2px;}
	#join_agr .box-body{margin:10px 0 0;}
	#join_agr .box-body .agree-row{margin:0;}
	#join_agr .box-body .row.agree-row label em{position:relative; top:2px; font-size:13px;}
}
.area_nonmember{margin:25px 0 0;}
.area_nonmember h3{display:block; margin:0 0 10px; text-align:center; font-size:20px; font-weight:600; color:#222;}





/* 프로필 업데이트 */
.mbskin .box-article > h3{text-align:center; font-size:30px; font-weight:bold; color:#111;}
.profile_content h3 em{position:relative; top:-1.5px; vertical-align:middle; display:inline-block; margin:0 0 0 5px; font-size:12px; border: 1px solid #ddd; padding:3px 7px; line-height:1.2em; font-weight:400; border-radius:20px; color:#777;}
#area_join.profile{padding:0;}
.profile_top{position:relative; display:block; padding:20px; box-sizing:border-box; border-bottom:1px solid #eee;}
.profile_top .list_step{display:flex; justify-content:flex-start;}
.profile_top .list_step:after{display:block; content:""; clear:both;}
.profile_top .list_step > li{float:right; margin:0 0 0 5px;}
.profile_top .list_step > li:before{content:''; display:block; position:absolute; left:0; bottom:-1px; height:1px; width:0; background:#3568da; transition:width .5s;}
.profile_top .list_step > li:nth-child(1){margin:0;}
.profile_top .list_step > li em{display:inline-block; background:#f2f4f7; color:#ccc; font-size:13px; font-weight:600; width:23px; height:23px; line-height:23px; text-align:center; border-radius:50px; box-sizing:border-box;}
.profile_top .list_step > li span{display:none; margin:0 0 0 3px; font-size:15px; font-weight:500; color:#111;}
.profile_top .list_step > li.active{margin-right:auto;}
.profile_top .list_step > li.active em{background:#3568da; color:#fff;}
.profile_top .list_step > li.active span{display:inline-block;}
.profile_content{padding:20px 40px; box-sizing:border-box;}
.profile_content h3{display:block; margin:10px 0 30px; font-size:22px; font-weight:400; color:#333; line-height:1.4em; word-break:keep-all; text-align:center;}
.profile_content h4{display:block; margin:0 0 10px; font-size:18px; font-weight:400; color:#333; line-height:1.4em; word-break:keep-all;}
.profile_box{display:flex; margin:20px 0 40px;}
.profile_box .area_photo{position:relative; margin:0 30px 0 0; width:80px; height:80px;}
.profile_box .area_photo img{max-width:100%; height:100%;}
.profile_box .area_photo img.basic{position:absolute; top:54%; left:50%; width:42%; height:auto; transform:translate(-50%, -50%);}
.profile_box .area_photo .upload{z-index:50; position:absolute; right:-2px; width:25px; height:25px; border-radius:50%; box-sizing:border-box; background:#555 url(img/icon_upload.svg)no-repeat 55% 49%; background-size:45% 45%;}
.profile_box .area_photo .p_box{position:relative; width:100%; height:100%; overflow:hidden; border:1px solid #eee; border-radius:50%; box-sizing:border-box; background:#f9f9f9;}
.profile_box .area_photo .p_box img{position:absolute; top:50%; left:50%; width:100%; height:100%; transform:translate(-50%,-50%);}
.profile_box .area_photo .p_box img.basic{position:absolute; top:54%; left:50%; width:42%; height:auto; transform:translate(-50%, -50%);}

.profile_box dl{flex:1 1 0;}
#join_info .profile_content dt{color:#333; font-weight:500;}
#join_info .profile_content dl dd textarea{width:100%; border:1px solid #eee; box-sizing:border-box; border-radius:5px; height:150px !important;}
#join_info .area_btn{display:inline-block; width:100%; margin:10px 0 0; text-align:left;}
.btn_next{display:block; padding:15px 10px; box-sizing:border-box; width:100%; background:#eee; border-radius:50px; font-size:17px; font-weight:500; color:#ccc !important; text-align:center;}
.btn_next.active{background:#3568da; color:#fff !important; box-shadow:0px 5px 9px 1px rgb(33 107 209 / 25%);}
#join_info .area_btn .btn_prev{display:inline-block; margin:0 0 15px;}
#join_info .area_btn .btn_prev span{position:relative; padding:0 0 0 12px; font-size:15px; font-weight:500; color:#3568da;}
#join_info .area_btn .btn_prev span:before{content:''; position:absolute; top:5px; left:0; width:10px; height:10px; background:url(img/icon_prev.svg)no-repeat center; background-size:contain;}
.area_check{position:relative; margin:0 0 20px; display:block; width:100%; padding:15px 30px; box-sizing:border-box; border:1px solid #f2f5f8; background:#f2f5f8; border-radius:5px; text-align:left; cursor:pointer;}
.area_check span{font-size:16px; font-weight:500; color:#becad5;}
.area_check i{position:absolute; top:50%; right:30px; display:inline-block; width:20px; height:20px; background:url(img/icon_profile_check.svg)no-repeat center; background-size:contain; border-radius:50px; transform:translateY(-50%);}
.area_check.checked{border:1px solid #3568da; background:#e7f4fd;}
.area_check.checked span{color:#3568da;}
.area_check.checked i{background:url(img/icon_profile_check_on.svg)no-repeat center; background-size:80% auto;}
#join_info .profile_content .input:after{display:block; content:""; clear:both;}
#join_info .profile_content .input .box{float:left; margin:0 10px 0 0; width:calc((100% / 2) - 5px);}
#join_info .profile_content .input .box:last-child{margin:0;}
#join_info .profile_content input[disabled]{background:#f3f3f3 !important;}
.area_alarm{margin:20px 0 30px;}
.area_alarm .box{background:#f9f9f9; border:1px solid #eee; padding:15px; box-sizing:border-box;}
.area_alarm .box h4{font-size:18px; color:#111; font-weight:500;}
.area_alarm em{display:block; margin:5px 0 0; font-size:14px; font-weight:400; color:#3568da;}
.area_alarm span{display:inline-block; margin:5px 0 10px; font-size:15px; line-height:1.3em; color:#555;}
#join_info .profile_content .area_alarm .input label{font-weight:500;}
#join_info .profile_content .area_alarm .input label.selector{width:100%; height:50px; background:#fff; border-radius:5px;}
#join_info .profile_content .area_alarm .input label.selector input[type=checkbox]{position: absolute; top: 0; left: -100px; width: 0; height: 0; opacity: 0; }
#join_info .profile_content .area_alarm .input label.selector input[type=checkbox] + span{display: inline-block; margin:0; position: absolute; top: 0; left: -1px; right:-1px; width:auto; height: 50px; font-size: 16px; line-height: 50px; color: #a6a9ad; }
#join_info .profile_content .area_alarm .input label.selector input[type=checkbox]:checked + span{margin: -1px 0 0 0; background:#e7f4fd; border: 1px solid #3568da; color: #3568da; border-radius:5px;}
#join_info .profile_content .area_alarm .input label.selector span i{position:relative; top:3px; display:inline-block; width:20px; height:20px; margin:0 5px 0 0; background:url(img/icon_profile_check.svg)no-repeat center; background-size:contain;}
#join_info .profile_content .area_alarm .input label.selector input[type=checkbox]:checked + span i{background:url(img/icon_profile_check_on.svg)no-repeat center; background-size:contain;}
#join_info input[type=button].calendar{z-index:90; position:absolute; top:50%; right:10px; width:20px; height:20px; background:url(img/icon_calendar.svg)no-repeat center !important; background-size:contain; border:none; transform:translateY(-50%);}

#join_info .btn_confirm{display:block; width:100%; margin:25px 0 0; border:0px solid #eee; padding:12px; box-sizing:border-box; text-align:center; border-radius:5px; font-size:16px; font-weight: 500; color:#ccc;}
#join_info .btn_confirm.active{border:3px solid #3568da; color:#3568da;}
#join_info .btn_confirm.home{border-radius:50px;}
.profile_info{margin:30px 0 20px;}
.profile_info > li{position:relative; display:block; margin:0 0 10px; width:100%; background:#f2f5f8; border-radius:6px; box-sizing:border-box; padding:12px 15px;}
.profile_info > li .info{width: calc(100% - 40px);}
.profile_info > li span{position:relative; font-size:15px; font-weight:400; color:#333; margin:0 10px; }
.profile_info > li span:first-child{margin:0 10px 0 0;}
.profile_info > li .btn_close{z-index:10; position:absolute; top:50%; right:10px; transform:translateY(-50%); background:#15306d url(img/icon_close.svg)no-repeat 50% 50%; background-size:7px 7px; width:20px; height:20px; border-radius:50px; border:none;}

/* 기업 프로필 업데이트 */
#join_info .input em{display:block; font-size:14px; font-weight:400; color:#555; line-height:1.3em;}
#join_info .profile_content dt button{position:relative; top:-3.5px; padding:4px 10px; float:right; font-size:14px; background:#742ed3; color: #fff; outline: none; border: none; border-radius: 5px; }
#join_info dl.add dd{margin-top:13px;}
#join_info dl.add .input input{margin:0 0 10px;}
#join_info .profile_content dt em{display:inline-block; margin:0 0 0 5px; font-size:12px; font-weight:500; color:#3568da;}
#join_info .profile_content .area_logo{position:relative; display:block;}
#join_info .profile_content .area_logo img{position:absolute; top:50%; left:50%; box-sizing:border-box; transform:translate(-50%,-50%); width:auto; height:auto; max-height:100%; max-width:100%;}
#join_info .profile_content .area_logo img.no_img{opacity:0.1; height:auto;}
#join_info .profile_content .area_logo .p_box{position:relative; display:block; margin:0 0 10px; border:1px solid #eee; background:#f9f9f9; width:100%; height:150px;}

#join_info .profile_content .btn_upload{display:block; padding:14px 10px; width:100%; font-size:15px; font-weight:400; color:#fff; background:#555; border-radius:5px; box-sizing:border-box; text-align:center;}
#join_info .profile_content .btn_upload i{display:inline-block; position:relative; top:1px; margin:0 5px 0 0; width:14px; height:14px; background:#555 url(img/icon_upload.svg)no-repeat center; background-size:contain;}
.profile_content .area_tag input{margin:0 0 10px;}
.tag_word{background:#eaf1f8; border-radius:50px; padding:3px 7px; box-sizing:border-box; font-size:13px; color:#1c50c2;}
.profile_content .area_tag .tag_word .btn_close{ position:relative; top:-1px; background:#15306d url(img/icon_close.svg)no-repeat 50% 50%; background-size:5px 5px; width:15px; height:15px; border-radius:50px; border:none;}
.profile_content .area_tag em{margin:5px 0 0;}

.catalog_list{}
.catalog_list > li{position:relative; display:block; width:100%; border:1px solid #eee; box-sizing:border-box; margin:0 0 6px; border-radius:5px; transition:all 0.3s ease;}
.catalog_list > li > span{display:block; width:calc(100% - 40px);}
.catalog_list > li > span a{display:block; padding:15px 10px; font-size:15px; font-weight:400; color:#333;}
.catalog_list > li > .btn_close{z-index:10; position:absolute; top:50%; right:10px; transform:translateY(-50%); background:#15306d url(img/icon_close.svg)no-repeat 50% 50%; background-size:7px 7px; width:20px; height:20px; border-radius:50px; border:none;}
.catalog_list > li:hover{border:1px solid #3568da; background:#e7f4fd;}
.catalog_list > li:hover > span a{color:#3568da;}


.catalog_list.v2{margin:10px 0 20px;}
.catalog_list.v2 > li{position:relative; display:block; width:100%; border:none; border-radius:none; margin:0 0 13px; transition:all 0.3s ease;}
.catalog_list.v2 > li:last-child{margin:0;}
.catalog_list.v2 > li span{position:relative; display:block;  border:1px solid #eee; box-sizing:border-box; border-radius:5px;}
.catalog_list.v2 > li span a{display:block; padding:15px 10px; width:calc(100% - 40px); font-size:15px; font-weight:400; color:#333;}
.catalog_list.v2 > li .btn_close{z-index:10; position:absolute; top:50%; right:10px; transform:translateY(-50%); background:#15306d url(img/icon_close.svg)no-repeat 50% 50%; background-size:7px 7px; width:20px; height:20px; border-radius:50px; border:none;}
.catalog_list.v2 > li .btn_img_close{position:absolute; top:0; right:0; width:auto; font-size:12px; padding:1px 2px; border:none; border-radius:0 0 0 2px;color:#fff; background:rgba(0,0,0,0.6);}
.catalog_list > li:after{content:''; display:block; clear:both;}
/*.catalog_list > li:hover{background:none; border:none;}*/
.catalog_list > li .area_img{position:relative; float:left; width:80px; height:80px; border:1px solid #eee; border-radius:5px; box-sizing:border-box; overflow:hidden;}
.catalog_list > li .area_img img{width:100%; height:100%;}
.catalog_list > li .upload{cursor: pointer; background: #f9f9f9 url(img/icon_plus.svg)no-repeat center !important; background-size: 40% auto !important; }

.catalog_list > li .area_input{float:left; margin:0 0 0 10px; width:calc(100% - 90px);}
#join_info .catalog_list.v2 > li .area_input em{display:block; margin:3px 0 5px; font-size:14px; font-weight:500; color:#333}


#join_info .check_list{margin:15px 0 0; }
#join_info .check_list > li{position:relative; border:1px solid #eee; padding:12px 10px; margin:0 0 5px; border-radius:5px;}
#join_info .check_list > li label{ margin:0;}
#join_info .check_list > li span{vertical-align:sub;}
#join_info .check_list > li em{font-weight:500;}
#join_info .check_list input[type="radio"]{display:none; width:18px; height:18px; outline:none; margin:0;}
.check_list input[type="radio"] + label span{display:inline-block; margin-right:2px; width:18px; height:18px; background:url(img/icon_select02_gray.svg) 0 0 no-repeat; background-size:cover; cursor: pointer;}
.check_list input[type="radio"]:checked + label span{background:url(img/icon_select02_blue.svg) no-repeat center;  background-position:left bottom;}

#join_info .check_list input[type="checkbox"]{display:none; width:18px; height:18px; outline:none; margin:0;}
.check_list input[type="checkbox"] + label span{display:inline-block; margin-right:2px; width:18px; height:18px; background:url(img/icon_select02_gray.svg) 0 0 no-repeat; background-size:cover; cursor: pointer;}
.check_list input[type="checkbox"]:checked + label span{background:url(img/icon_select02_blue.svg) no-repeat center; background-position:left bottom;}


/* 공개 비공개설정 */
.box_private{position:relative; display:inline-block; width:100%; margin:20px 0 15px;padding:15px 30px; background:#f9f9f9; border:1px solid #e9e9e9; border-radius:10px; box-sizing:border-box;}
.box_private h5{display:block; font-size:16px; font-weight:600; color:#333;}
.box_private .btn_switch{position:absolute; right:20px;}
.switch-button { position: relative; display: inline-block; width: 44px; height:24px; margin:0;} 
.switch-button input { opacity: 0; width: 0; height: 0; } 
.onoff-switch { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; border-radius:20px; background-color: #d8dfe6 !important; -webkit-transition: .4s; transition: .4s; }
.onoff-switch:before { position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 3px; background: #fff; -webkit-transition: .5s; transition: .4s; border-radius:20px; } 
.switch-button input:checked + .onoff-switch { background:#3568da !important; } 
.switch-button input:checked + .onoff-switch:before { -webkit-transform: translateX(18px); -ms-transform: translateX(18px); transform: translateX(18px); }

@media screen and (max-width:1023px) {
	.mbskin .box-article > h3{display:none;}
}
@media screen and (max-width:950px) {
	#area_join.profile #join_info{margin:0;}
}
@media screen and (max-width:550px) {
	.profile_content{padding:30px;}
	.profile_content h3{margin:0 0 20px; font-size:19px; text-align:left;}
	.profile_box{display:block; margin:0 0 15px;}
	.profile_box .area_photo{margin:0 auto 15px;}
	#join_info .area_btn{margin:15px 0 5px;}
	.btn_next{padding:13px 10px; font-size:16px;}
	#join_info .profile_content .area_alarm .input label.selector span i{width:17px; height:17px;}
	#join_info .input label.selector input[type=radio] + span,
	#join_info .profile_content .area_alarm .input label.selector input[type=checkbox] + span{font-size:15px;}
	#join_info dl.add{margin:15px 0 7px;}
	#join_info dl.add.first{margin:0 0 7px;}
	#join_info dl.add .input input{margin:0 0 7px;}
	#join_info .profile_content .area_logo{margin:0 0 7px;}
	#join_info .profile_content dt button{font-size:13px; padding:2px 7px;}
	#join_info .profile_content .btn_upload{margin:0 0 5px; padding:12px 10px;}
	#join_info dl.add dd{margin-top:7px;}
	#join_info .input em{font-size:13px;}
	.catalog_list > li > span a{padding:12px 10px; font-size:14px;}
	.catalog_list > li > .btn_close{ width:17px; height:17px;}
	#join_info .area_btn .btn_prev span em{display:none;}
}
@media screen and (max-width:450px) {
	.profile_top{padding:15px;}
	.profile_content{padding:25px 20px;}
	.area_check{padding:12px;}
	.area_check span{font-size:15px;}
	.area_check i{right:12px;}
	#join_info .profile_content .area_logo{height:120px;}
	.box_private{padding:12px;}
	.switch-button{width:34px; height:20px;}
	.onoff-switch:before{width:14px; height:14px;}
	.switch-button input:checked + .onoff-switch:before { -webkit-transform: translateX(12px); -ms-transform: translateX(12px); transform: translateX(12px); }

}
@media screen and (max-width:400px) {
	.profile_content{padding:20px 15px;}
	.profile_content h3{font-size:16px;}
	.btn_next{padding:13px 10px;}
	.profile_content h3 em{font-size:10px; padding:2px 3px;}
	.box_private h5{font-size:15px;}
	.box_private .btn_switch{right:12px;}
}
.ui-widget-content{padding:0 !important; border: none !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{border-bottom-right-radius:0 !important;}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl{border-bottom-left-radius:0 !important;}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr{border-top-right-radius:0 !important;}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{border-top-left-radius:0 !important;}
.ui-widget-header{padding:5px !important; border:none !important; background:#3568da !important; color:#fff !important;}
select.mtz-monthpicker.mtz-monthpicker-year{border:none !important; line-height:2em !important; color:#fff !important; }
select.mtz-monthpicker.mtz-monthpicker-year option{color:#222;}
.ui-datepicker table{margin:0 !important; padding:10px 0 !important; border:1px solid #ddd; border-top:none;}
body #monthpicker .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:#fff !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{border:none !important; color:#333 !important;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{border:none !important; color:#3568da !important; font-weight:bold !important;}
.ui-datepicker table tbody tr.mtz-monthpicker:first-child td{padding:7px 5px 5px !important;}
.ui-datepicker table tbody tr.mtz-monthpicker:last-child td{padding:5px 5px 10px !important;}


#ui-datepicker-div .ui-datepicker-title select{text-align:center; color:#fff; width:auto; padding:0 5px;  margin:0 5px; border:1px solid rgba(255,255,255,0.2); box-sizing:border-box;}
#ui-datepicker-div .ui-datepicker-title select option{color:#222;}
#ui-datepicker-div .ui-state-default, 
#ui-datepicker-div .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{text-align:center !important;}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next{top:50% !important; transform:translateY(-50%);}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
	border: none !important;;
	background:transparent !important;;
}

@media screen and (max-width:768px) {
	.ui-widget-content{z-index:1; position:fixed !important; top:50% !important; left:50% !important; transform:translate(-50%, -50%) !important;}
	.month_bg{position:absolute; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:#333; z-index:0; opacity:0.2;}
}

/*회원가입 재작업*/
.mbskin .box_line{width:100%;max-width:640px; margin:50px auto 0; padding:50px; box-sizing:border-box; background:#fff; border:1px solid #eee; border-radius:10px; text-align: left;}
.mbskin .box_line:after{display:block;visibility:hidden;clear:both;content:""}
.mbskin .fa-asterisk{color: #3568da; font-size: 10px; vertical-align: top; margin:0 2px;}
.mbskin .txt_color{color: #3568da;}
.mbskin .area_photo_wrap{position: relative; width: 90px; aspect-ratio:1/1; margin: 0 auto;}
.mbskin .area_photo_wrap:after{content: "\f304"; display: flex; position: absolute; right: 0; bottom: 0; width: 26px; aspect-ratio:1/1; font-weight: 600; border-radius: 50%; border: 2px solid #ddd; color: #ddd; background: #fff; align-items: center; justify-content: center; font-size: 12px; font-family: "Font Awesome 5 Pro"}
.mbskin .area_photo{width: 100%;height: 100%; border-radius: 200px; overflow: hidden; border: 1px solid #e9e9e9; }
.mbskin .area_photo img{width: 100%; height: 100%; object-fit: cover}

.mbskin .box_in{display: flex;	align-items: start; gap: 4px;}
.mbskin .box_in input[type=radio]{    display: none;}
.mbskin .box_in input[type=radio]+label{    border-radius: 5px; display: inline-block;    cursor: pointer;    height: 50px; padding: 0 10px;  background-color: #fff;    color: #373844;    line-height: 50px;    text-align: center;  font-weight:400; margin-right: 0; width: 100%;}
.mbskin .box_in input[type=radio]+label{    background-color: #fff;    color: #373844;  border: 1px solid #e9e9e9;}
.mbskin .box_in input[type=radio]:disabled+label{    background-color: #c9c9c9;    color: #373844;}
.mbskin .box_in input[type=radio]:checked+label{background-color: #4B79EE12;    border: 1px solid #4B79EE;  color: #4B79EE; font-weight:700;}

.mbskin .box_in{display: flex;	align-items: start; gap: 4px;}
.mbskin .box_in input[type=checkbox]{    display: none;}
.mbskin .box_in input[type=checkbox]+label{    border-radius: 5px; display: inline-block;    cursor: pointer;    height: 50px; padding: 0 10px;  background-color: #fff;    color: #373844;    line-height: 50px;    text-align: center;  font-weight:400; margin-right: 0; width: 100%;}
.mbskin .box_in input[type=checkbox]+label{    background-color: #fff;    color: #373844;  border: 1px solid #e9e9e9;}
.mbskin .box_in input[type=checkbox]:disabled+label{    background-color: #c9c9c9;    color: #373844;}
.mbskin .box_in input[type=checkbox]:checked+label{background-color: #4B79EE12;    border: 1px solid #4B79EE;  color: #4B79EE; font-weight:700;}

.mbskin .grid{display: grid!important; grid-template-columns: repeat(3, 1fr);}

@media screen and (max-width:768px) {
	.mbskin .box_line {width: 100%;padding: 0 15px;margin: 0 auto;border: None; background: #fff0;}
	.mbskin .box_line h2{display: block; text-align: left; color: #3568da; margin-bottom: 20px; font-weight: 600;}
	.mbskin .step:not(:first-child) h2{border-top: 1px solid #eee; margin-top: 40px; padding-top: 40px;}
	.mbskin .step .box_line > h2:first-child{ margin-top: 20px;}

	.mbskin .grid{display: grid; grid-template-columns: repeat(2, 1fr);}

	#join_info{padding: 0rem 0 70px}
	#join_info .btn_confirm{z-index: 999; background: #fff;}
}
