@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;}
*/

/* 회원가입 약관 */
#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 .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;
}

/* 비밀번호 체크 알림 */
#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}