@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.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 {
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	border:1px solid #ddd;
	background:#fff;
	text-align:center;
	transform:translate(-50%, -50%);
}
.mbskin:before,.mbskin:after{
content:"";
position:absolute;z-index:-1;top:2%;bottom:0;left:10px;right:10px;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
  -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
       box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-border-radius:100px / 10px;
     border-radius:100px / 10px;}
.mbskin:after{right:10px;left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);}
*/

/* 기본테이블 */

.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;}
.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 p{text-align:center;color: #c7254e;background: #f9f2f4;padding:10px;border:1px solid #ecc7d2;margin:0 0 5px}
#fregister section {;margin:10px auto 30px;border:1px solid #dbdbdb;position:relative;border-radius:3px 3px 0 0 ;
-webkit-box-shadow:  0 1px 3px #eee;
-moz-box-shadow:  0 1px 3px #eee;
box-shadow: 0 1px 3px #eee;
}
#fregister_chkall{text-align:right}
#fregister h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#f8f8f8}
#fregister textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
#fregister .fregister_agree {position:absolute;top:0;right:0;;padding:15px}
#fregister_private div{padding:20px;background:#fff}
#fregister_private table{width:100%;border-collapse:collapse}
#fregister_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private table  th{background:#646982;width:33.33%;color:#fff;padding:10px;border:1px solid #555971}
#fregister_private table  td{border:1px solid #ddd;padding:10px;}
#fregister .btn_confirm{text-align:center;}
#fregister .btn_confirm .btn_submit{height:50px;padding:0 40px;font-weight:bold;font-size:1.083em}
*/

/* 회원가입 입력 */
/*
#register_form{background:#fff;padding:20px;margin-bottom:20px}
#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}
#fregisterform .btn_confirm{text-align:center}
#fregisterform .btn_confirm .btn_submit{height:45px;;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .btn_confirm .btn_cancel{line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .frm_info{display:block;color:#3497d9;font-size:0.92em}
#fregisterform .form_01 div{margin: 0 0 50px}
#fregisterform .captcha{display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img{max-width:100%;height:auto}
*/

/* 회원가입 완료 */
/*
#reg_result {padding:100px 0 40px;text-align:center;background:#fff}
#reg_result h2{font-size:2em;margin:0 0 20px}
#reg_result h2 strong{color:#ed6478}
#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.8em}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .reg_result_p{font-size:1.25em;margin:0 0 10px;}
#reg_result .reg_result_p strong{color:#3497d9}
#reg_result .btn_submit{padding: 0 30px;font-weight:bold;height:40px;line-height:40px;display:inline-block;margin:30px 0 0 ;font-size:1.083em}
*/

/* 아이디/비밀번호 찾기 */
/*
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}
*/

#registContainer {
	width:100%;
	padding:2rem;
}
#registContainer .subTitle {
	position:relative;
	font-family:"Paperlogy";
	font-size:1.8rem;
	color:#000;
	font-weight:700;
	padding-bottom:0.8rem;
	display:inline-block;
}
#registContainer .subTitle:after {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:6px;
	background-image:url("img/wave_pattern.svg");
	background-size:auto 100%;
	background-position:50% 50%;
	background-repeat:repeat-X;
	display:block;
}
#registContainer .registWrap {
	width:100%;
	margin:0 auto;
}
#registContainer .registStep {
	width:100%;
	margin-top:50px;
	display:flex;
	flex-direction:row;
	justify-content:center;
}
#registContainer .registStep li { width:33.333%; }
#registContainer .registStep li article {
	position:relative;
	margin:0 1rem;
	padding:20px 40px 20px 5rem;
	background-size:auto 2.5rem;
	background-position:20px 50%;
	background-repeat:no-repeat;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#registContainer .registStep li:nth-child(1) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23aaa'%3E%3Cpath d='M485.89,193.5h-72.61c-11.6,0-21.45,7.58-24.84,18.04h-22.26c15.77-22.47,24.31-49.26,24.31-77.02 C390.49,60.34,329.95,0,255.53,0S120.58,60.34,120.58,134.52c0,35.27,13.45,68.18,37.47,93.04h-35.37 c-4.02-9.22-13.24-15.69-23.96-15.69H26.11C11.71,211.87,0,223.54,0,237.89v151.62c0,14.35,11.71,26.02,26.11,26.02h45.47 c11.35,0,19.92-8.32,23.97-18.03h8.91l-10.2,23.68c-6.36,14.78,0.52,31.96,15.34,38.3c3.75,1.61,7.66,2.37,11.5,2.37 c4.03,0,7.98-0.85,11.63-2.42c0.1,0.26,0.19,0.52,0.29,0.78c2.9,7.23,8.45,12.91,15.63,15.98c3.75,1.61,7.66,2.37,11.5,2.37 c4.03,0,7.98-0.85,11.63-2.42c0.1,0.26,0.19,0.52,0.29,0.78c2.9,7.23,8.45,12.91,15.63,15.98c3.71,1.59,7.62,2.38,11.54,2.38 c3.67,0,7.34-0.7,10.85-2.09c0.26-0.1,0.51-0.21,0.76-0.32c2.68,7.26,8.22,13.46,15.9,16.75c3.71,1.59,7.62,2.38,11.54,2.38 c3.67,0,7.34-0.7,10.85-2.09c7.26-2.89,12.95-8.42,16.04-15.58l3.34-7.75l30.99,14.98c4.1,1.98,8.43,2.91,12.7,2.91 c10.87,0,21.33-6.06,26.38-16.45c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.51-0.29-0.77c0.26-0.08,0.52-0.14,0.78-0.23 c7.38-2.56,13.32-7.83,16.73-14.84c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.51-0.29-0.77c0.26-0.08,0.52-0.14,0.78-0.23 c7.38-2.56,13.32-7.83,16.73-14.84c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.52-0.29-0.78c4.81-1.52,9.22-4.25,12.72-8.05 h27.78c4.29,9.04,12.55,16.5,23.29,16.5h45.47c14.39,0,26.11-11.67,26.11-26.02V219.52C512,205.18,500.29,193.5,485.89,193.5z M380.67,334.75l-94.74-49.29l9.33-8.68c3.23-3.01,3.41-8.06,0.39-11.28c-3.02-3.23-8.09-3.4-11.32-0.39l-63.93,59.45 c-0.07,0.06-0.13,0.13-0.2,0.19c-7.47,7.44-19.62,7.44-27.09,0c-3.62-3.61-5.61-8.4-5.61-13.5c0-5.1,1.99-9.89,5.61-13.5 c0.07-0.07,0.13-0.14,0.2-0.21l58.93-63.14c6.53-6.68,16.61-6.89,16.66-6.89h119.58l24.56,137.19h-16.23 C398.37,352.63,392.21,340.38,380.67,334.75z M136.6,134.52c0-65.37,53.36-118.55,118.94-118.55s118.94,53.18,118.94,118.55 c0,28.35-10.11,55.56-28.53,77.02H268.9c-0.68,0-16.89,0.13-28.22,11.8c-0.04,0.04-0.07,0.08-0.11,0.11l-3.83,4.1h-54.9 C153.06,204.91,136.6,171.15,136.6,134.52z M71.57,399.57H26.11c-5.56,0-10.08-4.51-10.08-10.05V237.89 c0-5.54,4.52-10.05,10.08-10.05h72.61c5.36,0,9.75,4.18,10.07,9.45L81.8,388.02C80.82,392.7,76.93,399.57,71.57,399.57z M115.91,444.81c-6.71-2.87-9.82-10.65-6.94-17.33l13.72-31.85c1.39-3.24,3.97-5.74,7.26-7.05c1.59-0.63,3.25-0.95,4.91-0.95 c1.77,0,3.54,0.36,5.22,1.08c3.25,1.39,5.76,3.96,7.07,7.23c1.31,3.27,1.26,6.86-0.13,10.09l-13.72,31.86 C130.42,444.58,122.62,447.68,115.91,444.81z M154.96,461.52c-3.25-1.39-5.76-3.96-7.07-7.23c-1.31-3.27-1.26-6.86,0.13-10.1 l13.72-31.85c0,0,0-0.01,0-0.01l4.45-10.32c2.15-4.99,7.05-7.99,12.18-7.99c1.74,0,3.51,0.34,5.2,1.07 c6.71,2.87,9.82,10.65,6.94,17.33l-18.17,42.19C169.47,461.29,161.67,464.39,154.96,461.52z M204.14,478.36 c-3.29,1.31-6.88,1.26-10.13-0.13c-3.25-1.39-5.76-3.96-7.07-7.23c-1.31-3.27-1.26-6.86,0.13-10.1l18.17-42.19 c2.15-4.99,7.05-7.99,12.18-7.99c1.74,0,3.51,0.34,5.2,1.07c6.71,2.87,9.82,10.65,6.94,17.33l-4.45,10.33c0,0,0,0,0,0l-13.72,31.85 C210,474.55,207.43,477.06,204.14,478.36z M243.19,495.08c-3.29,1.31-6.88,1.26-10.13-0.13c-6.71-2.87-9.82-10.65-6.94-17.33 l13.72-31.86c1.39-3.24,3.97-5.74,7.26-7.05c1.59-0.63,3.25-0.95,4.91-0.95c1.77,0,3.54,0.36,5.22,1.08 c6.71,2.87,9.82,10.65,6.94,17.33l-13.72,31.85C249.05,491.27,246.48,493.77,243.19,495.08z M379.72,366.69 c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.16-6.93,0.95-10.11-0.59c0,0,0,0-0.01,0l-22.53-10.86c-3.98-1.92-8.77-0.26-10.7,3.71 c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54c1.16,3.33,0.95,6.91-0.59,10.08 c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.15-6.93,0.95-10.11-0.59c0,0,0,0,0,0c0,0,0,0-0.01,0l-22.53-10.86 c-3.98-1.92-8.77-0.26-10.7,3.71c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54 c1.16,3.33,0.95,6.91-0.59,10.08c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.15-6.93,0.95-10.11-0.59c0,0,0,0,0,0c0,0,0,0-0.01,0 l-22.53-10.86c-3.98-1.92-8.77-0.26-10.7,3.71c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54 c1.16,3.33,0.95,6.91-0.59,10.08c-3.18,6.55-11.11,9.3-17.68,6.13l-31.65-15.3l4.06-9.42c6.37-14.78-0.52-31.96-15.34-38.3 c-5.42-2.32-11.27-2.94-16.94-1.87c-0.62-10.69-7.13-20.67-17.66-25.17c-7.68-3.29-16.01-3.02-23.14,0.05 c-2.68-7.27-8.22-13.47-15.9-16.76c-10.53-4.51-22.27-2.35-30.47,4.57c-3.12-4.83-7.61-8.63-13.03-10.95 c-7.18-3.07-15.13-3.17-22.39-0.29c-4.33,1.72-8.1,4.39-11.09,7.78H99.23l24.7-138h97.9l-40.16,43.03 c-6.58,6.61-10.19,15.37-10.19,24.68c0,9.37,3.66,18.17,10.3,24.79c6.86,6.84,15.87,10.25,24.87,10.25 c8.96,0,17.92-3.38,24.77-10.15l42.08-39.13l99.85,51.94c0.07,0.04,0.14,0.07,0.22,0.11C380.14,352.23,382.9,360.14,379.72,366.69z M495.98,371.15c0,5.54-4.52,10.05-10.08,10.05h-45.47c-5.36,0-9.25-6.86-10.23-11.55l-26.98-150.73 c0.31-5.26,4.71-9.45,10.07-9.45h72.61c5.56,0,10.08,4.51,10.08,10.05V371.15z'/%3E%3Cpath d='M247.67,194.01l79.1-78.84c10.39-10.35,10.39-27.2,0-37.56c-10.39-10.35-27.29-10.36-37.68,0l-60.25,60.06l-12.81-12.77 c-10.39-10.35-27.29-10.35-37.68,0c-5.03,5.02-7.8,11.69-7.8,18.78c0,7.09,2.77,13.76,7.8,18.78l31.65,31.55 c5.19,5.18,12.02,7.76,18.84,7.76C235.66,201.77,242.48,199.18,247.67,194.01z M189.67,151.17c-2.01-2-3.11-4.66-3.11-7.49 c0-2.83,1.1-5.49,3.11-7.49c2.07-2.06,4.79-3.1,7.51-3.1c2.72,0,5.44,1.03,7.51,3.1l18.47,18.41c3.13,3.12,8.2,3.12,11.33,0 l65.92-65.7c4.14-4.13,10.88-4.13,15.02,0c2.01,2,3.11,4.66,3.11,7.49c0,2.83-1.1,5.49-3.11,7.49l-79.09,78.84 c-4.14,4.13-10.88,4.13-15.02,0L189.67,151.17z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li:nth-child(2) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23aaa'%3E%3Cpath d='M102.63,136.79h227.19c4.42,0,8.01-3.59,8.01-8.01c0-4.42-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 C94.62,133.2,98.2,136.79,102.63,136.79z'/%3E%3Cpath d='M102.63,198.57h227.19c4.42,0,8.01-3.59,8.01-8.01s-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 S98.2,198.57,102.63,198.57z'/%3E%3Cpath d='M102.63,260.35h227.19c4.42,0,8.01-3.59,8.01-8.01c0-4.42-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 C94.62,256.76,98.2,260.35,102.63,260.35z'/%3E%3Cpath d='M329.82,442.29h-113.6c-4.42,0-8.01,3.59-8.01,8.01c0,4.42,3.59,8.01,8.01,8.01h113.6c4.42,0,8.01-3.59,8.01-8.01 C337.83,445.87,334.24,442.29,329.82,442.29z'/%3E%3Cpath d='M477.99,251.71l-35.21-35.21c-3.13-3.13-8.2-3.13-11.33,0l-1.29,1.29V18.02c0-9.94-8.09-18.02-18.02-18.02H79.07 c-9.94,0-18.02,8.09-18.02,18.02v11.36H49.68c-9.94,0-18.02,8.09-18.02,18.02v446.57c0,9.94,8.09,18.02,18.02,18.02h333.08 c9.94,0,18.02-8.09,18.02-18.02v-11.36h11.36c9.94,0,18.02-8.09,18.02-18.02V310.87l47.82-47.82 C481.12,259.91,481.12,254.84,477.99,251.71z M313.29,405.09l-23.88-23.88l119.7-119.7l23.88,23.88L313.29,405.09z M281.66,396.12 l16.72,16.72l-24.76,8.04L281.66,396.12z M341.59,57.32l31.85,31.85h-31.85V57.32z M77.06,18.02c0-1.1,0.9-2,2-2h333.08 c1.1,0,2,0.9,2,2v215.79l-10.7,10.7c0,0,0,0,0,0c0,0,0,0,0,0l-2.65,2.65V93.86l-2.35-2.35l-59.79-59.79l-2.35-2.35H77.06V18.02z M382.76,495.98H49.68c-1.1,0-2-0.9-2-2V47.41c0-1.1,0.9-2,2-2h275.88v59.79h59.2v158l-47.64,47.64c-1.25-2.79-4.05-4.73-7.3-4.73 H102.63c-4.42,0-8.01,3.59-8.01,8.01c0,4.42,3.59,8.01,8.01,8.01h223.21l-45.76,45.76H102.63c-4.42,0-8.01,3.59-8.01,8.01 c0,4.42,3.59,8.01,8.01,8.01h166.15l-15.26,46.98c-0.93,2.87-0.18,6.01,1.95,8.14c1.53,1.53,3.57,2.35,5.67,2.35 c0.83,0,1.66-0.13,2.47-0.39l52.15-16.94c0.04-0.01,0.08-0.03,0.12-0.05c0.25-0.08,0.49-0.18,0.72-0.29 c0.07-0.03,0.14-0.06,0.21-0.1c0.25-0.12,0.49-0.26,0.73-0.41c0.03-0.02,0.07-0.04,0.1-0.06c0.26-0.17,0.52-0.36,0.76-0.56 c0.06-0.05,0.11-0.1,0.16-0.15c0.13-0.12,0.26-0.23,0.39-0.35l65.81-65.81v137.71C384.77,495.08,383.87,495.98,382.76,495.98z M414.15,464.59c0,1.1-0.9,2-2,2h-11.36V340.25l13.36-13.36V464.59z M444.31,274.06l-23.88-23.88l16.69-16.69L461,257.38 L444.31,274.06z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li:nth-child(3) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23aaa'%3E%3Cpath d='M450.19,354.86c17.05-11.01,28.37-30.13,28.37-51.84c0-34.05-27.81-61.75-61.98-61.75c-34.18,0-61.98,27.7-61.98,61.75 c0,21.73,11.33,40.86,28.4,51.87c-15.3,5.76-29.01,15.38-39.62,27.99c-10.31-23.29-29.73-41.72-53.75-50.75 c17.05-11.01,28.37-30.13,28.37-51.84c0-34.05-27.81-61.76-61.98-61.76c-34.18,0-61.98,27.7-61.98,61.76 c0,21.71,11.31,40.83,28.37,51.84c-24.01,9.04-43.44,27.46-53.75,50.75c-10.62-12.61-24.32-22.23-39.62-27.99 c17.07-11.01,28.4-30.14,28.4-51.87c0-34.05-27.81-61.75-61.98-61.75s-61.98,27.7-61.98,61.75c0,21.71,11.31,40.83,28.37,51.84 C25.73,368.43,0,403.19,0,443.84V512h160.57h16.07h158.72h16.07H512v-68.16C512,403.19,486.27,368.43,450.19,354.86z M370.66,303.01c0-25.22,20.6-45.74,45.91-45.74c25.32,0,45.91,20.52,45.91,45.74c0,25.22-20.6,45.74-45.91,45.74 C391.25,348.76,370.66,328.24,370.66,303.01z M210.09,280.28c0-25.22,20.6-45.74,45.91-45.74s45.91,20.52,45.91,45.74 c0,25.22-20.6,45.74-45.91,45.74S210.09,305.5,210.09,280.28z M49.52,303.01c0-25.22,20.6-45.74,45.91-45.74 c25.32,0,45.91,20.52,45.91,45.74c0,25.22-20.6,45.74-45.91,45.74C70.11,348.76,49.52,328.24,49.52,303.01z M160.57,495.99H16.07 v-52.15c0-43.6,35.6-79.07,79.36-79.07c27.21,0,52.66,14.06,67.14,36.9c-0.01,0.05-0.02,0.09-0.03,0.14 c-0.12,0.56-0.22,1.12-0.33,1.69c-0.04,0.21-0.08,0.41-0.12,0.62c-1,5.51-1.53,11.18-1.53,16.98V495.99z M335.36,495.99H176.64 V421.1c0-1.22,0.04-2.44,0.09-3.65c0.01-0.22,0.02-0.45,0.03-0.67c0.06-1.15,0.15-2.28,0.26-3.42c0.03-0.26,0.05-0.52,0.08-0.77 c0.13-1.16,0.27-2.31,0.44-3.46c0.01-0.08,0.03-0.16,0.04-0.24c0.18-1.15,0.39-2.28,0.61-3.41c0.03-0.15,0.06-0.31,0.09-0.46 c7.48-35.91,39.48-62.99,77.71-62.99c38.23,0,70.24,27.08,77.71,63c0.03,0.14,0.06,0.28,0.08,0.42c0.23,1.14,0.44,2.3,0.62,3.46 c0.01,0.07,0.02,0.14,0.04,0.21c0.18,1.15,0.32,2.31,0.44,3.47c0.03,0.25,0.06,0.51,0.08,0.76c0.11,1.13,0.2,2.28,0.26,3.42 c0.01,0.22,0.02,0.45,0.03,0.67c0.06,1.21,0.09,2.43,0.09,3.65V495.99z M495.93,495.99h-144.5V421.1c0-4.97-0.39-9.85-1.13-14.62 c0-0.01,0-0.01,0-0.02c-0.12-0.78-0.25-1.56-0.39-2.33c-0.05-0.26-0.1-0.52-0.15-0.78c-0.1-0.51-0.19-1.02-0.3-1.52 c-0.01-0.05-0.02-0.11-0.03-0.16c14.49-22.84,39.93-36.9,67.14-36.9c43.76,0,79.36,35.47,79.36,79.07V495.99z'/%3E%3Cpath d='M177.21,115.56c-1.49,4.58,0.03,9.52,4.19,13.56l23.71,23.02c2.06,2,3.67,6.93,3.18,9.76l-5.6,32.51 c-0.98,5.7,0.7,10.6,4.61,13.43c2.01,1.45,4.35,2.18,6.86,2.18c2.37,0,4.89-0.65,7.39-1.96l29.3-15.35c2.55-1.34,7.75-1.34,10.3,0 l29.3,15.35c5.14,2.69,10.33,2.61,14.24-0.22c3.91-2.83,5.59-7.72,4.61-13.43l-5.6-32.51c-0.49-2.83,1.12-7.76,3.18-9.76 l23.71-23.02c4.16-4.04,5.69-8.98,4.19-13.56c-1.49-4.58-5.65-7.68-11.39-8.52l-32.76-4.74c-2.85-0.41-7.06-3.46-8.33-6.03 l-14.65-29.58c-2.57-5.19-6.82-8.16-11.65-8.16c-4.83,0-9.08,2.98-11.65,8.16L229.7,96.27c-1.28,2.58-5.48,5.62-8.33,6.03 l-32.76,4.74C182.85,107.88,178.7,110.98,177.21,115.56z M223.67,118.15c8.05-1.16,16.83-7.52,20.43-14.79L256,79.35l11.89,24.01 c3.6,7.27,12.39,13.63,20.43,14.79l26.59,3.85l-19.24,18.69c-5.83,5.66-9.18,15.95-7.81,23.93l4.54,26.39l-23.78-12.46 c-7.2-3.77-18.06-3.77-25.26,0L219.59,191l4.54-26.39c1.38-7.99-1.98-18.28-7.81-23.93L197.08,122L223.67,118.15z'/%3E%3Cpath d='M256,41.59c4.44,0,8.04-3.58,8.04-8.01V8.01c0-4.42-3.6-8.01-8.04-8.01c-4.44,0-8.04,3.58-8.04,8.01v25.58 C247.96,38.01,251.56,41.59,256,41.59z'/%3E%3Cpath d='M195.4,79.63c1.57,1.56,3.63,2.34,5.68,2.34s4.11-0.78,5.68-2.34c3.14-3.13,3.14-8.2,0-11.32l-37.98-37.84 c-3.14-3.13-8.23-3.13-11.36,0c-3.14,3.13-3.14,8.2,0,11.32L195.4,79.63z'/%3E%3Cpath d='M308.34,81.98c2.06,0,4.11-0.78,5.68-2.34l37.98-37.84c3.14-3.13,3.14-8.2,0-11.32c-3.14-3.13-8.22-3.13-11.36,0 l-37.98,37.84c-3.14,3.13-3.14,8.2,0,11.32C304.23,81.19,306.28,81.98,308.34,81.98z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li.active:nth-child(1) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M485.89,193.5h-72.61c-11.6,0-21.45,7.58-24.84,18.04h-22.26c15.77-22.47,24.31-49.26,24.31-77.02 C390.49,60.34,329.95,0,255.53,0S120.58,60.34,120.58,134.52c0,35.27,13.45,68.18,37.47,93.04h-35.37 c-4.02-9.22-13.24-15.69-23.96-15.69H26.11C11.71,211.87,0,223.54,0,237.89v151.62c0,14.35,11.71,26.02,26.11,26.02h45.47 c11.35,0,19.92-8.32,23.97-18.03h8.91l-10.2,23.68c-6.36,14.78,0.52,31.96,15.34,38.3c3.75,1.61,7.66,2.37,11.5,2.37 c4.03,0,7.98-0.85,11.63-2.42c0.1,0.26,0.19,0.52,0.29,0.78c2.9,7.23,8.45,12.91,15.63,15.98c3.75,1.61,7.66,2.37,11.5,2.37 c4.03,0,7.98-0.85,11.63-2.42c0.1,0.26,0.19,0.52,0.29,0.78c2.9,7.23,8.45,12.91,15.63,15.98c3.71,1.59,7.62,2.38,11.54,2.38 c3.67,0,7.34-0.7,10.85-2.09c0.26-0.1,0.51-0.21,0.76-0.32c2.68,7.26,8.22,13.46,15.9,16.75c3.71,1.59,7.62,2.38,11.54,2.38 c3.67,0,7.34-0.7,10.85-2.09c7.26-2.89,12.95-8.42,16.04-15.58l3.34-7.75l30.99,14.98c4.1,1.98,8.43,2.91,12.7,2.91 c10.87,0,21.33-6.06,26.38-16.45c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.51-0.29-0.77c0.26-0.08,0.52-0.14,0.78-0.23 c7.38-2.56,13.32-7.83,16.73-14.84c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.51-0.29-0.77c0.26-0.08,0.52-0.14,0.78-0.23 c7.38-2.56,13.32-7.83,16.73-14.84c3.41-7.01,3.87-14.92,1.3-22.28c-0.09-0.26-0.19-0.52-0.29-0.78c4.81-1.52,9.22-4.25,12.72-8.05 h27.78c4.29,9.04,12.55,16.5,23.29,16.5h45.47c14.39,0,26.11-11.67,26.11-26.02V219.52C512,205.18,500.29,193.5,485.89,193.5z M380.67,334.75l-94.74-49.29l9.33-8.68c3.23-3.01,3.41-8.06,0.39-11.28c-3.02-3.23-8.09-3.4-11.32-0.39l-63.93,59.45 c-0.07,0.06-0.13,0.13-0.2,0.19c-7.47,7.44-19.62,7.44-27.09,0c-3.62-3.61-5.61-8.4-5.61-13.5c0-5.1,1.99-9.89,5.61-13.5 c0.07-0.07,0.13-0.14,0.2-0.21l58.93-63.14c6.53-6.68,16.61-6.89,16.66-6.89h119.58l24.56,137.19h-16.23 C398.37,352.63,392.21,340.38,380.67,334.75z M136.6,134.52c0-65.37,53.36-118.55,118.94-118.55s118.94,53.18,118.94,118.55 c0,28.35-10.11,55.56-28.53,77.02H268.9c-0.68,0-16.89,0.13-28.22,11.8c-0.04,0.04-0.07,0.08-0.11,0.11l-3.83,4.1h-54.9 C153.06,204.91,136.6,171.15,136.6,134.52z M71.57,399.57H26.11c-5.56,0-10.08-4.51-10.08-10.05V237.89 c0-5.54,4.52-10.05,10.08-10.05h72.61c5.36,0,9.75,4.18,10.07,9.45L81.8,388.02C80.82,392.7,76.93,399.57,71.57,399.57z M115.91,444.81c-6.71-2.87-9.82-10.65-6.94-17.33l13.72-31.85c1.39-3.24,3.97-5.74,7.26-7.05c1.59-0.63,3.25-0.95,4.91-0.95 c1.77,0,3.54,0.36,5.22,1.08c3.25,1.39,5.76,3.96,7.07,7.23c1.31,3.27,1.26,6.86-0.13,10.09l-13.72,31.86 C130.42,444.58,122.62,447.68,115.91,444.81z M154.96,461.52c-3.25-1.39-5.76-3.96-7.07-7.23c-1.31-3.27-1.26-6.86,0.13-10.1 l13.72-31.85c0,0,0-0.01,0-0.01l4.45-10.32c2.15-4.99,7.05-7.99,12.18-7.99c1.74,0,3.51,0.34,5.2,1.07 c6.71,2.87,9.82,10.65,6.94,17.33l-18.17,42.19C169.47,461.29,161.67,464.39,154.96,461.52z M204.14,478.36 c-3.29,1.31-6.88,1.26-10.13-0.13c-3.25-1.39-5.76-3.96-7.07-7.23c-1.31-3.27-1.26-6.86,0.13-10.1l18.17-42.19 c2.15-4.99,7.05-7.99,12.18-7.99c1.74,0,3.51,0.34,5.2,1.07c6.71,2.87,9.82,10.65,6.94,17.33l-4.45,10.33c0,0,0,0,0,0l-13.72,31.85 C210,474.55,207.43,477.06,204.14,478.36z M243.19,495.08c-3.29,1.31-6.88,1.26-10.13-0.13c-6.71-2.87-9.82-10.65-6.94-17.33 l13.72-31.86c1.39-3.24,3.97-5.74,7.26-7.05c1.59-0.63,3.25-0.95,4.91-0.95c1.77,0,3.54,0.36,5.22,1.08 c6.71,2.87,9.82,10.65,6.94,17.33l-13.72,31.85C249.05,491.27,246.48,493.77,243.19,495.08z M379.72,366.69 c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.16-6.93,0.95-10.11-0.59c0,0,0,0-0.01,0l-22.53-10.86c-3.98-1.92-8.77-0.26-10.7,3.71 c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54c1.16,3.33,0.95,6.91-0.59,10.08 c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.15-6.93,0.95-10.11-0.59c0,0,0,0,0,0c0,0,0,0-0.01,0l-22.53-10.86 c-3.98-1.92-8.77-0.26-10.7,3.71c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54 c1.16,3.33,0.95,6.91-0.59,10.08c-1.54,3.17-4.23,5.56-7.57,6.71c-3.34,1.15-6.93,0.95-10.11-0.59c0,0,0,0,0,0c0,0,0,0-0.01,0 l-22.53-10.86c-3.98-1.92-8.77-0.26-10.7,3.71c-1.93,3.97-0.26,8.74,3.72,10.66l22.53,10.86c3.18,1.54,5.57,4.22,6.74,7.54 c1.16,3.33,0.95,6.91-0.59,10.08c-3.18,6.55-11.11,9.3-17.68,6.13l-31.65-15.3l4.06-9.42c6.37-14.78-0.52-31.96-15.34-38.3 c-5.42-2.32-11.27-2.94-16.94-1.87c-0.62-10.69-7.13-20.67-17.66-25.17c-7.68-3.29-16.01-3.02-23.14,0.05 c-2.68-7.27-8.22-13.47-15.9-16.76c-10.53-4.51-22.27-2.35-30.47,4.57c-3.12-4.83-7.61-8.63-13.03-10.95 c-7.18-3.07-15.13-3.17-22.39-0.29c-4.33,1.72-8.1,4.39-11.09,7.78H99.23l24.7-138h97.9l-40.16,43.03 c-6.58,6.61-10.19,15.37-10.19,24.68c0,9.37,3.66,18.17,10.3,24.79c6.86,6.84,15.87,10.25,24.87,10.25 c8.96,0,17.92-3.38,24.77-10.15l42.08-39.13l99.85,51.94c0.07,0.04,0.14,0.07,0.22,0.11C380.14,352.23,382.9,360.14,379.72,366.69z M495.98,371.15c0,5.54-4.52,10.05-10.08,10.05h-45.47c-5.36,0-9.25-6.86-10.23-11.55l-26.98-150.73 c0.31-5.26,4.71-9.45,10.07-9.45h72.61c5.56,0,10.08,4.51,10.08,10.05V371.15z'/%3E%3Cpath d='M247.67,194.01l79.1-78.84c10.39-10.35,10.39-27.2,0-37.56c-10.39-10.35-27.29-10.36-37.68,0l-60.25,60.06l-12.81-12.77 c-10.39-10.35-27.29-10.35-37.68,0c-5.03,5.02-7.8,11.69-7.8,18.78c0,7.09,2.77,13.76,7.8,18.78l31.65,31.55 c5.19,5.18,12.02,7.76,18.84,7.76C235.66,201.77,242.48,199.18,247.67,194.01z M189.67,151.17c-2.01-2-3.11-4.66-3.11-7.49 c0-2.83,1.1-5.49,3.11-7.49c2.07-2.06,4.79-3.1,7.51-3.1c2.72,0,5.44,1.03,7.51,3.1l18.47,18.41c3.13,3.12,8.2,3.12,11.33,0 l65.92-65.7c4.14-4.13,10.88-4.13,15.02,0c2.01,2,3.11,4.66,3.11,7.49c0,2.83-1.1,5.49-3.11,7.49l-79.09,78.84 c-4.14,4.13-10.88,4.13-15.02,0L189.67,151.17z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li.active:nth-child(2) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M102.63,136.79h227.19c4.42,0,8.01-3.59,8.01-8.01c0-4.42-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 C94.62,133.2,98.2,136.79,102.63,136.79z'/%3E%3Cpath d='M102.63,198.57h227.19c4.42,0,8.01-3.59,8.01-8.01s-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 S98.2,198.57,102.63,198.57z'/%3E%3Cpath d='M102.63,260.35h227.19c4.42,0,8.01-3.59,8.01-8.01c0-4.42-3.59-8.01-8.01-8.01H102.63c-4.42,0-8.01,3.59-8.01,8.01 C94.62,256.76,98.2,260.35,102.63,260.35z'/%3E%3Cpath d='M329.82,442.29h-113.6c-4.42,0-8.01,3.59-8.01,8.01c0,4.42,3.59,8.01,8.01,8.01h113.6c4.42,0,8.01-3.59,8.01-8.01 C337.83,445.87,334.24,442.29,329.82,442.29z'/%3E%3Cpath d='M477.99,251.71l-35.21-35.21c-3.13-3.13-8.2-3.13-11.33,0l-1.29,1.29V18.02c0-9.94-8.09-18.02-18.02-18.02H79.07 c-9.94,0-18.02,8.09-18.02,18.02v11.36H49.68c-9.94,0-18.02,8.09-18.02,18.02v446.57c0,9.94,8.09,18.02,18.02,18.02h333.08 c9.94,0,18.02-8.09,18.02-18.02v-11.36h11.36c9.94,0,18.02-8.09,18.02-18.02V310.87l47.82-47.82 C481.12,259.91,481.12,254.84,477.99,251.71z M313.29,405.09l-23.88-23.88l119.7-119.7l23.88,23.88L313.29,405.09z M281.66,396.12 l16.72,16.72l-24.76,8.04L281.66,396.12z M341.59,57.32l31.85,31.85h-31.85V57.32z M77.06,18.02c0-1.1,0.9-2,2-2h333.08 c1.1,0,2,0.9,2,2v215.79l-10.7,10.7c0,0,0,0,0,0c0,0,0,0,0,0l-2.65,2.65V93.86l-2.35-2.35l-59.79-59.79l-2.35-2.35H77.06V18.02z M382.76,495.98H49.68c-1.1,0-2-0.9-2-2V47.41c0-1.1,0.9-2,2-2h275.88v59.79h59.2v158l-47.64,47.64c-1.25-2.79-4.05-4.73-7.3-4.73 H102.63c-4.42,0-8.01,3.59-8.01,8.01c0,4.42,3.59,8.01,8.01,8.01h223.21l-45.76,45.76H102.63c-4.42,0-8.01,3.59-8.01,8.01 c0,4.42,3.59,8.01,8.01,8.01h166.15l-15.26,46.98c-0.93,2.87-0.18,6.01,1.95,8.14c1.53,1.53,3.57,2.35,5.67,2.35 c0.83,0,1.66-0.13,2.47-0.39l52.15-16.94c0.04-0.01,0.08-0.03,0.12-0.05c0.25-0.08,0.49-0.18,0.72-0.29 c0.07-0.03,0.14-0.06,0.21-0.1c0.25-0.12,0.49-0.26,0.73-0.41c0.03-0.02,0.07-0.04,0.1-0.06c0.26-0.17,0.52-0.36,0.76-0.56 c0.06-0.05,0.11-0.1,0.16-0.15c0.13-0.12,0.26-0.23,0.39-0.35l65.81-65.81v137.71C384.77,495.08,383.87,495.98,382.76,495.98z M414.15,464.59c0,1.1-0.9,2-2,2h-11.36V340.25l13.36-13.36V464.59z M444.31,274.06l-23.88-23.88l16.69-16.69L461,257.38 L444.31,274.06z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li.active:nth-child(3) article { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cg fill='%23212121'%3E%3Cpath d='M450.19,354.86c17.05-11.01,28.37-30.13,28.37-51.84c0-34.05-27.81-61.75-61.98-61.75c-34.18,0-61.98,27.7-61.98,61.75 c0,21.73,11.33,40.86,28.4,51.87c-15.3,5.76-29.01,15.38-39.62,27.99c-10.31-23.29-29.73-41.72-53.75-50.75 c17.05-11.01,28.37-30.13,28.37-51.84c0-34.05-27.81-61.76-61.98-61.76c-34.18,0-61.98,27.7-61.98,61.76 c0,21.71,11.31,40.83,28.37,51.84c-24.01,9.04-43.44,27.46-53.75,50.75c-10.62-12.61-24.32-22.23-39.62-27.99 c17.07-11.01,28.4-30.14,28.4-51.87c0-34.05-27.81-61.75-61.98-61.75s-61.98,27.7-61.98,61.75c0,21.71,11.31,40.83,28.37,51.84 C25.73,368.43,0,403.19,0,443.84V512h160.57h16.07h158.72h16.07H512v-68.16C512,403.19,486.27,368.43,450.19,354.86z M370.66,303.01c0-25.22,20.6-45.74,45.91-45.74c25.32,0,45.91,20.52,45.91,45.74c0,25.22-20.6,45.74-45.91,45.74 C391.25,348.76,370.66,328.24,370.66,303.01z M210.09,280.28c0-25.22,20.6-45.74,45.91-45.74s45.91,20.52,45.91,45.74 c0,25.22-20.6,45.74-45.91,45.74S210.09,305.5,210.09,280.28z M49.52,303.01c0-25.22,20.6-45.74,45.91-45.74 c25.32,0,45.91,20.52,45.91,45.74c0,25.22-20.6,45.74-45.91,45.74C70.11,348.76,49.52,328.24,49.52,303.01z M160.57,495.99H16.07 v-52.15c0-43.6,35.6-79.07,79.36-79.07c27.21,0,52.66,14.06,67.14,36.9c-0.01,0.05-0.02,0.09-0.03,0.14 c-0.12,0.56-0.22,1.12-0.33,1.69c-0.04,0.21-0.08,0.41-0.12,0.62c-1,5.51-1.53,11.18-1.53,16.98V495.99z M335.36,495.99H176.64 V421.1c0-1.22,0.04-2.44,0.09-3.65c0.01-0.22,0.02-0.45,0.03-0.67c0.06-1.15,0.15-2.28,0.26-3.42c0.03-0.26,0.05-0.52,0.08-0.77 c0.13-1.16,0.27-2.31,0.44-3.46c0.01-0.08,0.03-0.16,0.04-0.24c0.18-1.15,0.39-2.28,0.61-3.41c0.03-0.15,0.06-0.31,0.09-0.46 c7.48-35.91,39.48-62.99,77.71-62.99c38.23,0,70.24,27.08,77.71,63c0.03,0.14,0.06,0.28,0.08,0.42c0.23,1.14,0.44,2.3,0.62,3.46 c0.01,0.07,0.02,0.14,0.04,0.21c0.18,1.15,0.32,2.31,0.44,3.47c0.03,0.25,0.06,0.51,0.08,0.76c0.11,1.13,0.2,2.28,0.26,3.42 c0.01,0.22,0.02,0.45,0.03,0.67c0.06,1.21,0.09,2.43,0.09,3.65V495.99z M495.93,495.99h-144.5V421.1c0-4.97-0.39-9.85-1.13-14.62 c0-0.01,0-0.01,0-0.02c-0.12-0.78-0.25-1.56-0.39-2.33c-0.05-0.26-0.1-0.52-0.15-0.78c-0.1-0.51-0.19-1.02-0.3-1.52 c-0.01-0.05-0.02-0.11-0.03-0.16c14.49-22.84,39.93-36.9,67.14-36.9c43.76,0,79.36,35.47,79.36,79.07V495.99z'/%3E%3Cpath d='M177.21,115.56c-1.49,4.58,0.03,9.52,4.19,13.56l23.71,23.02c2.06,2,3.67,6.93,3.18,9.76l-5.6,32.51 c-0.98,5.7,0.7,10.6,4.61,13.43c2.01,1.45,4.35,2.18,6.86,2.18c2.37,0,4.89-0.65,7.39-1.96l29.3-15.35c2.55-1.34,7.75-1.34,10.3,0 l29.3,15.35c5.14,2.69,10.33,2.61,14.24-0.22c3.91-2.83,5.59-7.72,4.61-13.43l-5.6-32.51c-0.49-2.83,1.12-7.76,3.18-9.76 l23.71-23.02c4.16-4.04,5.69-8.98,4.19-13.56c-1.49-4.58-5.65-7.68-11.39-8.52l-32.76-4.74c-2.85-0.41-7.06-3.46-8.33-6.03 l-14.65-29.58c-2.57-5.19-6.82-8.16-11.65-8.16c-4.83,0-9.08,2.98-11.65,8.16L229.7,96.27c-1.28,2.58-5.48,5.62-8.33,6.03 l-32.76,4.74C182.85,107.88,178.7,110.98,177.21,115.56z M223.67,118.15c8.05-1.16,16.83-7.52,20.43-14.79L256,79.35l11.89,24.01 c3.6,7.27,12.39,13.63,20.43,14.79l26.59,3.85l-19.24,18.69c-5.83,5.66-9.18,15.95-7.81,23.93l4.54,26.39l-23.78-12.46 c-7.2-3.77-18.06-3.77-25.26,0L219.59,191l4.54-26.39c1.38-7.99-1.98-18.28-7.81-23.93L197.08,122L223.67,118.15z'/%3E%3Cpath d='M256,41.59c4.44,0,8.04-3.58,8.04-8.01V8.01c0-4.42-3.6-8.01-8.04-8.01c-4.44,0-8.04,3.58-8.04,8.01v25.58 C247.96,38.01,251.56,41.59,256,41.59z'/%3E%3Cpath d='M195.4,79.63c1.57,1.56,3.63,2.34,5.68,2.34s4.11-0.78,5.68-2.34c3.14-3.13,3.14-8.2,0-11.32l-37.98-37.84 c-3.14-3.13-8.23-3.13-11.36,0c-3.14,3.13-3.14,8.2,0,11.32L195.4,79.63z'/%3E%3Cpath d='M308.34,81.98c2.06,0,4.11-0.78,5.68-2.34l37.98-37.84c3.14-3.13,3.14-8.2,0-11.32c-3.14-3.13-8.22-3.13-11.36,0 l-37.98,37.84c-3.14,3.13-3.14,8.2,0,11.32C304.23,81.19,306.28,81.98,308.34,81.98z'/%3E%3C/g%3E%3C/svg%3E%0A"); }
#registContainer .registStep li article:after {
	content:'';
	position:absolute;
	left:-1rem;
	right:-1rem;
	bottom:0;
	height:1px;
	background-color:#eaeaea;
}
#registContainer .registStep em {
	font-size:0.9rem;
	color:#aaa;
	font-weight:400;
	font-style:normal;
	margin-right:auto;
	text-align:left;
	display:block;
}
#registContainer .registStep span {
	font-family: "Freesentation";
	font-size:1.5rem;
	color:#aaa;
	font-weight:600;
	margin-right:auto;
	text-align:left;
	display:block;
}
#registContainer .registStep li.active article:after { height:2px; background-color:#212121; }
#registContainer .registStep li.active em { color:#F20000; }
#registContainer .registStep li.active span { color:#212121; }
#registContainer .registBox { margin-top:3rem; }

/* 회원가입 약관 */
#register_agree {
	margin:3rem auto;
	text-align:left;
	display:block;
}
#register_agree section { margin-top:50px; }
#register_agree .chk_all {
	font-size:1.5rem;
	font-weight:600;
}
#register_agree .chk_agree { font-size:1.1rem; }
#register_agree .agreeWrap {
	margin-top:1rem;
	padding:2rem 1rem;
	background-color:#fafafa;
	display:flex;
}
#register_agree .agreeWrap section {
	width:50%;
	margin:0 1rem;
}
#register_agree textarea {
	width:100%;
	height:350px;
	font-family: "Freesentation";
	font-size:1rem;
	color:#616161;
	font-weight:400;
	margin-top:10px;
	padding:20px;
	background-color:#fff;
	border:0;
	box-shadow:inset 0 0 0 1px #eaeaea;
	resize:none;
}
#register_agree textarea:focus { outline:0; }
#register_agree .btn_confirm { text-align:center; }
#register_agree .btn_submit {
	font-size:1.1rem;
	color:#fff;
	font-weight:500;
	margin-top:2rem;
	padding:0.6rem 1.5rem;
	background-color:#616161;
	border:0;
	border-radius:5px;
	transition:all 0.25s ease-in-out;
	display:inline-block;
}
#register_agree .btn_submit:hover { background-color:#212121; }


/* 회원가입 입력 */
#register_form {
	text-align:left;
	display:block;
}
#register_form .form_head {
	display:flex;
	flex-direction:row;
	align-items:center;
}
#register_form h2 {
	font-size:1.5rem;
	margin:0;
	padding:0;
	text-align:left;
	display:block;
}
#register_form em {
	position:relative;
	font-size:1rem;
	color:#F20000;
	font-style:normal;
	font-weight:400;
	margin-left:1rem;
	text-align:left;
	display:block;
}
#register_form em.required {
	margin-left:1rem;
	padding-left:1rem;
}
#register_form em.required:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:4px;
	height:4px;
	margin-top:-2px;
	background-color:#F20000;
	border-radius:50%;
	display:block;
}
#register_form section {
	margin-top:3rem;
	padding:0;
}
#register_form table {
	width:100%;
	margin-top:0.6rem;
	border-top:1px solid #212121;
	border-spacing:0;
	border-collapse:collapse;
}
#register_form th {
	position:relative;
	width:200px;
	font-size:1rem;
	color:#212121;
	font-weight:500;
	padding:0.6rem 0;
	background-color:#fafafa;
	border-bottom:1px solid #eaeaea;
	text-align:center;
}
#register_form th.required:before {
	content:'';
	position:absolute;
	top:50%;
	left:1rem;
	width:4px;
	height:4px;
	margin-top:-2px;
	background-color:#F20000;
	border-radius:50%;
	display:block;
}
#register_form td {
	font-size:1rem;
	color:#555;
	line-height:1.5em;
	padding:0.6rem 1rem;
	border-bottom:1px solid #eaeaea;
	text-align:left;
}
#register_form td.half {
	margin:0 -10px;
	display:flex;
	flex-direction:row;
}
#register_form td em {
	font-size:1rem;
	color:#F20000;
	font-style:normal;
	font-weight:400;
	margin-left:1rem;
	text-align:left;
	display:inline-block;
}
#register_form input.frm_input {
	height:45px;
	font-size:1rem;
	color:#333;
	line-height:45px;
	margin:0.25rem 0;
	padding:0 0.6rem;
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:inset 0 0 0 1px #ccc;
	vertical-align:middle;
	border-radius:5px;
	box-shadow:none;
}
#register_form input[name="mb_password_re"] { margin-left:0.5rem; }
#register_form input.full_input { width:100%; }
#register_form input.half_input { width:50%; margin:0 10px; display:inline-block; }
#register_form input:read-only { cursor:default; }
#register_form .required { background-image:none !important; }
#register_form .br_file {
	padding:0.5rem;
	border:1px solid #ccc;
	border-radius:5px;
}
#register_form .br_file:focus {
	box-shadow:none !important;
	border:1px solid #ccc !important;
	border-right:none !important;
}
#register_form .frm_info {
	font-family:"Freesentation";
	font-size:1rem;
	color:#727272;
	font-weight:400;
	margin:0;
	text-align:left;
}

#register_sort {
	text-align:center;
	display:flex;
	flex-direction:row;
}
#register_sort label {
	font-size:1.1rem;
	color:#212121;
	font-weight:600;
	padding:0;
}
#register_form .addr_input { position:relative; }
#register_form .btn_addr {
	width:45px;
	height:45px;
	font-size:1rem;
	color:#fff;
	line-height:45px;
	margin-left:0.25rem;
	padding:0 12px;
	background-color:#fafafa;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px #ccc;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
#register_form .btn_addr:hover { background-color:#eaeaea; }
#register_form .btn_addr i {
	font-size:1rem;
	color:#212121;
	margin:0;
}
#register_form #person {
	margin-top:30px;
	display:none;
}
#register_form #business {
	margin-top:30px;
	display:none;
}

#register_form .tooltip_icon {
	background-color:transparent;
	border:0;
}
#register_form .tooltip_icon i {
	font-size:1.5rem;
	color:#919191;
	vertical-align:middle;
	transition:all 0.15s ease-in-out;
	cursor:pointer;
	display:inline-block;
}
#register_form .tooltip_icon:hover i { color:#F20000; }
#register_form .tooltip {
	position:absolute;
	width:auto;
	font-size:0.96rem;
	color:#fff;
	font-weight:400;
	line-height:40px;
	margin:8px 0 0 12px;
	padding:0 1rem;
	background-color:#000;
	border-radius:3px;
	display:none;
	z-index:9;
}
#register_form .tooltip:before {
	content:"";
	position:absolute;
	top:50%;
	left:-6px;
	width:6px;
	height:14px;
	margin-top:-7px;
	background-color:#000;
	clip-path:polygon(0 50%, 100% 100%, 100% 0);
}

#register_form ul li {
	text-align:left;
	display:block;
}
#register_form ul.sub-consents {
	min-width:500px;
	margin:0.5rem 0;
	padding:0.5rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	display:inline-block;
}

#register_form .js-open-consent {
	background-color:transparent;
	border:0;
}
#register_form .js-open-consent i {
	font-size:1.1rem;
	color:#212121;
	vertical-align:middle;
}
#consentDialog .cd-title {
	font-size:1.2rem;
	color:#212121;
}
#consentDialog .cd-body {
	font-size:0.96rem;
	word-break:keep-all;
	margin:0 1rem;
	background-color:#fafafa;
	border:0 !important;
}
#consentDialog .cd-actions button { font-size:1rem; border-radius:5px; }
#consentDialog .cd-actions button.cd-agree { background-color:#F20000; border-color:#F20000; }

#captcha { display:block; }
#captcha #captcha_key { width:100px !important; }
#captcha #captcha_mp3 {
	background-color:#fafafa !important;
	background-image:url("img/captcha_mp3.svg") !important;
	background-size:auto 20px !important;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	border:1px solid #ccc !important;
	transition:all 0.15s ease-in-out;
}
#captcha #captcha_reload {
	background-color:#fafafa !important;
	background-image:url("img/captcha_reload.svg") !important;
	background-size:auto 20px !important;
	background-position:50% 50% !important;
	background-repeat:no-repeat !important;
	border:1px solid #ccc !important;
	transition:all 0.15s ease-in-out;
}
#captcha #captcha_mp3:hover,
#captcha #captcha_reload:hover { background-color:#fff !important; }
#captcha #captcha_info {
	font-size:0.96rem;
	color:#616161;
	font-weight:400;
	margin-top:0.5rem;
}

#btn_confirm {
	margin-top:1rem;
	padding:1rem 0;
	border-top:1px solid #eaeaea;
	display:flex;
	align-items:center;
	justify-content:center;
}
#btn_confirm .btn_cancel {
	font-size:1.1rem;
	color:#212121;
	font-weight:500;
	margin:0 0.25rem;
	padding:0.6rem 1.5rem;
	background-color:#fff;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px #212121;
}
#btn_confirm .btn_submit {
	font-size:1.1rem;
	color:#fff;
	font-weight:500;
	margin:0 0.25rem;
	padding:0.6rem 1.5rem;
	background-color:#212121;
	border:0;
	border-radius:5px;
}
#btn_confirm .btn_mb_leave {
	font-size:1.1rem;
	color:#212121;
	font-weight:500;
	margin:0 0.25rem;
	padding:0.6rem 1.5rem;
	background-color:#fff;
	border:0;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px #212121;
}

/* 비밀번호 체크 알림 */
#pw_msg {
	font-size:15px;
	font-weight:400;
	word-break:keep-all;
	margin-left:5px;
	display:inline-block;
}
#pw_msg.wrong { animation:shake 0.35s forwards; }
@keyframes shake{
	0%{	transform:translate(0, 0);}
	10%{	transform:translate(-3px, 0);}
	20%{	transform:translate(0, 0);}
	30%{	transform:translate(3px, 0);}
	40%{	transform:translate(0, 0);}
}

/* 회원가입 완료 */
#register_result {
	background-color:#fff;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#register_result h2 {
	font-size:1.5rem;
	margin:0;
	padding:150px 0 0 0;
	background-image:url('./img/register_result.svg');
	background-size:auto 120px;
	background-position:50% 0;
	background-repeat:no-repeat;
	text-align:center;
	display:block;
}
#register_result .reg_result {
	font-size:1.25rem;
	color:#424242;
	font-weight:500;
	margin:2rem 0;
	padding:3rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:10px;
	text-align:center;
}
#register_result .reg_result strong {
	color:#F20000;
	font-weight:600;
}
#register_result .result_email {
	font-size:1rem;
	margin:1rem auto;
	padding:1rem;
	background-color:#fff;
	border-radius:5px;
}
#register_result p {
	font-size:1rem;
	color:#616161;
	font-weight:400;
	line-height:1.5rem;
	margin-top:2rem;
}
#register_result span {
	font-size:1rem;
	color:#616161;
	font-weight:400;
	line-height:1.5rem;
}
#result_email {
	font-size:20px;
	color:#424242;
	font-weight:500;
	margin:30px 0;
}
#result_email span {
	font-size:1rem;
	color:#616161;
	font-weight:400;
}
#result_email strong {
	font-size:18px;
	color:#2979FF;
	font-weight:600;
}
#register_result .btn_submit {
	font-size:1.1rem;
	color:#fff;
	font-weight:500;
	margin:0 0.25rem;
	padding:0.6rem 1.5rem;
	background-color:#212121;
	border:0;
	border-radius:5px;
}

/* 아이디/비밀번호 찾기 */
#find_info {
	width:100%;
	padding:30px;
	text-align:center;
	display:block;
}
#find_info h1 {
	font-size:28px;
	text-align:center;
	display:block;
}
#find_info .find_con {
	margin:0;
	padding:0;
	display:block;
}
#find_info p {
	font-size:1rem;
	color:616161;
	line-height:1.5em;
	margin:20px 0;
	padding:15px 0;
	background-color:#fafafa;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
	text-align:center;
	display:block;
}
#find_info em {
	font-size:1rem;
	color:#ff005a;
	font-weight:400;
	font-style:normal;
	word-break:keep-all;
	margin:10px 0 20px 0;
	padding:10px 20px;
	background-color:#FFEBEE;
	border:1px solid #EF9A9A;
	border-radius:5px;
	display:inline-block;
}
#find_info .frm_input {
	width:100%;
	font-size:1rem;
	color:#333;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #ccc;
	vertical-align:middle;
	border-radius:5px;
	box-shadow:none;
	display:block;
}
#find_info .btn_submit {
	font-size:1rem;
	color:#fff;
	font-weight:500;
	padding:10px 20px;
	background-color:#212121;
	border:0;
	border-radius:5px;
	display:inline-block;
}
#find_info .btn_close {
	font-size:1rem;
	color:#212121;
	font-weight:500;
	padding:10px 20px;
	border:1px solid #ccc;
	border-radius:5px;
	display:inline-block;
}

/* 로그인 */
#login_wrap {
	width:100%;
	height:100%;
	background-color:#fafafa;
	display:flex;
	align-items:center;
	justify-content:center;
}
#mb_login {
	width:600px;
	padding:3rem 0;
	border:0;
	border-radius:10px;
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
	display:flex;
	flex-direction:column;
	align-items:center;
}
#mb_login .logo {
	width:50%;
	height:auto;
}
#mb_login h1 {
	font-family:'Paperlogy';
	font-size:1.2rem;
	color:#010101;
	font-weight:600;
	margin-top:1rem;
	display:block;
}
#mb_login .frm_input {
	width:100%;
	height:45px;
	font-size:1rem;
	color:#000;
	margin-top:0.3rem;
	padding:8px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:none;
	vertical-align:middle;
	border-radius:6px;
}
#mb_login .frm_input:placeholder { font-size:1rem; }
#mb_login .btn_submit {
	width:100%;
	height:50px;
	font-size:1.1rem;
	color:#fff;
	font-weight:600;
	margin-top:1rem;
	background-color:#1b1b1b;
	border:0;
	border-radius:6px;
	display:block;
}

#login_fs {
	max-width:300px;
	margin-top:1rem;
}
/*
#mb_login #login_fs .auto_login { margin-top:1rem; }
#login_fs input[type="checkbox"] + label span { border:1px solid #ccc !important; }
#login_fs input[type="checkbox"]:checked + label span {
	border:1px solid #000 !important;
	background-color:#1b1b1b;
}
*/
#mb_login .login_info {
	margin-top:1rem;
	display:flex;
}
#mb_login .login_info a {
	width:50%;
	font-size:0.9rem;
	color:#616161;
	margin-right:0.25rem;
	padding:0.25rem 1rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:6px;
	text-align:center;
	transition:all 0.25s ease-in-out;
}
#mb_login .login_info a:last-of-type { margin:0; }
#mb_login .login_info a:hover {
	background-color:#fff;
	border-color:#ccc;
}

/* 비회원 주문 */
#mb_login_notmb {
	width:100%;
	margin-top:2rem;
	padding:1rem 2rem 0 2rem;
	border-top:1px solid #eaeaea;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#guest_privacy {
	width:100%;
	height:150px;
	margin-top:1rem;
	padding:10px;
	background:#fafafa;
	border:1px solid #ccc;
	overflow-y:auto;
	display:block;
}
#guest_privacy p {
	font-size:0.93rem;
	color:#666;
	word-break:keep-all;
	text-align:left;
}
#mb_login_notmb .chk_box { margin-top:1rem; }
#mb_login_notmb .btn_submit {
	width:300px;
	height:50px;
	font-size:1.1rem;
	color:#fff;
	font-weight:600;
	line-height:50px;
	margin-top:1rem;
	background-color:#1b1b1b;
	border:0;
	border-radius:6px;
	text-align:center;
	display:block;
}

/* 비회원 주문조회 */
#mb_login_od_wr {
	margin-top:2rem;
	padding-top:1rem;
	border-top:1px solid #eaeaea;
	display:flex;
	flex-direction:column;
	align-items:center;
}
#mb_login_od_wr .guest_form {
	max-width:300px;
	margin-top:1rem;
}
#mb_login_odinfo { margin:0 3rem; }
#mb_login_od_wr p {
	font-size:0.93rem;
	color:#424242;
	font-weight:400;
	word-break:keep-all;
	margin:20px 0 0 ;
	padding:15px 20px;
	background:#fafafa;
	border:1px solid #eaeaea;
	border-radius:10px;
	text-align:center;
}
#mb_login_od_wr p strong {
	color:#1b1b1b;
	font-weight:500;
	border-bottom:1px solid #1b1b1b;
}

/* 쪽지 */
#memo_list .memo_name,#memo_list .memo_name .sv_wrap{font-weight:bold}
#memo_list .memo_datetime{float:right;font-size:0.92em;color:#777;font-style:italic}
#memo_list .memo_del{margin-left: 5px; color: #49857c;font-size: 15px;}

#memo_view_contents {margin:10px 0;border:1px solid #ddd;}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;border-bottom:1px solid #eee;list-style:none;background:#f3f3f3;}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;padding:10px;float:left;width:50%;}
.memo_view_name strong,.memo_view_name .sv_wrap{font-weight:bold !important}
.memo_view_subj{display: inline-block;height: 20px;line-height: 18px;border: 1px solid #3497d9;color: #3497d9;padding: 0 5px;border-radius: 15px;font-size: 11px;}
.memo_view_li .profile_img img{border-radius:50%}
.memo_view_date{text-align:right;color:#555;font-style:italic}
.memo_view_date strong{font-weight:normal}
#memo_view .btn_b02{float:right}
#memo_view .btn_b02.reply_btn{margin-left:4px}
#memo_view p {padding:10px;border-top:1px solid #ddd;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap .scrap_tit{font-weight:bold;display:block;font-size:1.083em;margin-bottom:5px;line-height:1.3em}
#scrap .scrap_cate{ display:block;color:#3598db ;font-size:0.92em;float:left}
#scrap .scrap_datetime{;color:#777;font-style:italic;float:right}
#scrap .scrap_del{position:absolute;top:5px;right:10px;font-size:18px;color:#49857c}
#scrap .scrap_del:hover{color:#98ca69}
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}
#scrap_do .scrap_tit{background:#f3f3f3;padding:10px 15px;font-size:1.083em;font-weight:bold}
#scrap_do label{display:block;margin:0 0 5px;font-size:0.92em}
/*포인트*/
#point .point_top{line-height:15px;margin:0 0 5px}
#point .point_top:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_tit{font-weight:bold;float:left;font-size:1.083em;display:block;}
#point .point_num{font-size:1.25em;color:#00c4ac;font-weight:bold;float:right;}
#point .point_date1{float:left;color:#555;font-style:italic}
#point .point_date{float:right;color:#555;font-style:italic}
#point .txt_expired {color:#aaa;}
#point .point_all{background:#ae99da;border:0;border-bottom:2px solid #9781c5;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_all span,#point .point_status span{float:right;}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_status  span{margin-left:10px}

/* 회원 비밀번호 확인 */
/*
#mb_confirm {}
#mb_confirm h1 {margin:60px 0 30px;font-size:2em}
#mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#mb_confirm fieldset {;padding:50px;text-align:left}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold}
#mb_confirm .confirm_id{font-size:0.92em;color:#666}
*/
#mb_confirm_wrap {
	width:100%;
	height:100%;
	background-color:#fafafa;
	display:flex;
	align-items:center;
	justify-content:center;
}
#mb_confirm {
	width:600px;
	padding:3rem 0;
	border:0;
	border-radius:10px;
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
	display:flex;
	flex-direction:column;
	align-items:center;
}
#mb_confirm .logo {
	width:50%;
	height:auto;
}
#mb_confirm h1 {
	font-family:'Paperlogy';
	font-size:1.2rem;
	color:#010101;
	font-weight:600;
	margin-top:1rem;
	display:block;
}
#mb_confirm p strong {
	font-size:1.1rem;
	color:#ff158a;
	font-weight:600;
	margin-top:2rem;
	text-align:center;
	display:block;
}
#mb_confirm p span {
	font-size:1rem;
	color:#616161;
	font-weight:400;
	word-break:keep-all;
	margin-top:0.5rem;
	text-align:center;
	display:block;
}
#mb_confirm ul { margin-top:2rem; }
#mb_confirm ul li { padding:0.15rem 0; }
#mb_confirm ul li article {
	padding:0.5rem;
	background-color:#fafafa;
	border:1px solid #eaeaea;
	border-radius:5px;
	display:flex;
	align-items:center;
}
#mb_confirm ul li article span {
	font-size:1rem;
	color:#616161;
	font-weight:400;
}
#mb_confirm ul li article strong {
	font-size:1rem;
	color:#1b1b1b;
	font-weight:700;
	margin-left:1rem;
}
#mb_confirm .frm_input {
	width:100%;
	height:45px;
	font-size:1rem;
	color:#000;
	margin-top:0.3rem;
	padding:8px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:none;
	vertical-align:middle;
	border-radius:6px;
}
#mb_confirm .frm_input:placeholder { font-size:1rem; }
#mb_confirm .btn_submit {
	width:100%;
	height:50px;
	font-size:1.1rem;
	color:#fff;
	font-weight:600;
	margin-top:1rem;
	background-color:#1b1b1b;
	border:0;
	border-radius:6px;
	display:block;
}

/* 비밀글 비밀번호 확인 */
#pw_wrap {
	width:100%;
	height:100%;
	background-color:#fafafa;
	display:flex;
	align-items:center;
	justify-content:center;
}
#pw_confirm {
	width:600px;
	padding:3rem 0;
	border:0;
	border-radius:10px;
	background:#fff;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.15);
	display:flex;
	flex-direction:column;
	align-items:center;
}
#pw_confirm .logo {
	width:50%;
	height:auto;
}
#pw_confirm h1 {
	font-family:'Paperlogy';
	font-size:1.2rem;
	color:#010101;
	font-weight:600;
	margin-top:1rem;
	display:block;
}
#pw_confirm .frm_input {
	width:100%;
	height:45px;
	font-size:1rem;
	color:#000;
	margin-top:0.3rem;
	padding:8px;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:none;
	vertical-align:middle;
	border-radius:6px;
}
#pw_confirm .frm_input:placeholder { font-size:1rem; }
#pw_confirm fieldset { margin-top:1rem; }
#pw_confirm p {
	font-family:'Pretendard';
	font-size:0.96rem;
	color:#424242;
	word-break:keep-all;
	margin-top:1rem;
	text-align:center;
}
#pw_confirm p strong {
	font-size:1.1rem;
	color:#F20000;
	font-weight:600;
	padding-bottom:1rem;
	display:block;
}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
#mb_confirm_id{}

#pw_confirm .btn_submit {
	width:100%;
	height:50px;
	font-size:1.1rem;
	color:#fff;
	font-weight:600;
	margin-top:1rem;
	background-color:#1b1b1b;
	border:0;
	border-radius:6px;
	display:block;
}

/*
#login_wrap {
	width:100%;
	height:100%;
	background-color:#313131;
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAI0lEQVQYV2NkYGD4z8DAwMiABWAVhKkjSRLFCpJ0ojgLr04ALv4CCJhaZL4AAAAASUVORK5CYII=');
	background-position:50% 50%;
	background-repeat:repeat;
}
#mb_login {
	position:fixed;
	top:50%;
	left:50%;
	width:400px;
	padding:30px 50px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	text-align:center;
	transform:translate(-50%, -50%);
}
#mb_login .logo {
	width:100px;
	height:60px;
	margin:0 auto;
	background-image:url('./img/logo.svg');
	background-size:auto 60px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	display:block;
}
#mb_login h1 {
	font-size:2rem;
	margin:50px 0 0 0;
	text-align:center;
	display:block;
}
#mb_login h2 {
	font-size:2rem;
	letter-spacing:1rem;
	margin:20px 0 0 0;
	padding-left:1rem;
	display:block;
}
#mb_login .frm_input{width:100%}
#mb_login .btn_submit{width:100%;margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}

#login_fs{padding:30px 0}
#mb_login #login_fs .frm_input{margin:0 0 10px}
#mb_login #login_fs .btn_submit {margin:0 0 20px;background-color:#313131;}
#mb_login #login_info{background:#f6f6f6;padding:25px 10px;border-top:1px solid #e8e8e8;margin:40px 0 0 }
#mb_login #login_info:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #login_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #login_info a{display:inline-block;width:50%;float:left}
#login_password_lost{border-right:1px solid #ddd}

#mb_login_notmb{margin:30px auto;padding:20px 30px }
#mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}
#guest_privacy{border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit{display:block;text-align:center;line-height:45px}

#mb_login_od_wr{margin:30px auto;padding:20px 30px }
#mb_login_od_wr h2{font-size:1.25em;margin:20px 0 10px}
#mb_login_od_wr .frm_input{margin:10px 0 0 }
#mb_login_od_wr p{background:#f3f3f3;margin:20px 0 0 ;padding:15px 20px;line-height:1.5em}
*/

/* 폼메일 */
#formmail textarea {height:100px}
#formmail .formmail_flie{position:relative}
#formmail .formmail_flie .file_wr {border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;height: 40px;margin: 0;}
#formmail .lb_icon {position: absolute;top: 1px;left: 1px;border-radius: 3px 0 0 3px;height: 38px;line-height: 38px;width: 40px;background: #eee;text-align: center;color: #888;}
#formmail .frm_file {padding-left: 50px;}
#formmail .frm_info{color: #3497d9;font-size: 0.92em;}

/* 자기소개 */
#profile h1 a{color:#fff}
#profile table {margin-bottom:0}
#profile table th{text-align:left;padding:10px;width:100px}
#profile section {color: #2d4c7b;background: #eff9f9;padding: 10px;border: 1px solid #bfd4dc;margin: 10px 0;}
#profile h2 {margin:0 0 5px}
#profile .profile_name{text-align:center;font-weight:bold}
#profile .my_profile_img{display:block;margin:20px 0 5px;}
#profile .my_profile_img img{border-radius:50%;border:1px solid #aaa}
#profile .profile_img img{border-radius:50%}
#profile .profile_name .sv_wrap{font-weight:bold;text-align:left}