@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 .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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */


/* 회원가입 공통 */
.reg-step {display:flex;justify-content:space-between;}
.reg-step li {position:relative;width:31%;height:60px;line-height:60px;margin:0 0 30px;background:#fff;border:1px solid #ccc;border-radius:10px;font-size:1.125rem;font-weight:500;color:#434242;text-align:center;}
.reg-step li.on {background:#f44c3c;border-color:#f44c3c;color:#fff;}
.reg-step li:not(:first-child):before {display:block;content:'>';position:absolute;top:50%;transform:translateY(-50%);left:-7%;color:#434242;}

/* 회원가입 약관 */
.register {max-width:1000px;width:90vw;margin:15rem auto 12rem;}
.register h1 {font:500 3.6rem/1 'Hallym';color:#333;text-align:center;margin-bottom:4rem;}
#fregister {position:relative;}
#fregister p {font-size:1.6rem;font-weight:400;color:#777;text-align:center;margin-bottom:4rem;}

#fregister section {position:relative;margin:0 auto 4rem;;overflow:hidden;}
#fregister h2 {text-align:left;padding-bottom:1.5rem;font-size:1.8rem;font-weight:500;color:#222;}
#fregister textarea {display:block;width:100%;height:20rem;padding:2.5rem;background:#f8f8f8;border:0;border-top:2px solid #333;border-bottom:1px solid #ddd;font-size:1.5rem;font-weight:400;color:#777;line-height:1.6;}
#fregister .fregister_agree {padding:1.5rem 0;}

#fregister_private table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid #ddd;border-top:2px solid #333;font-size:1.5rem;font-weight:400;color:#777;}
#fregister_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private table th{width:33.33%;padding:2rem 0;background:#f8f8f8;border:1px solid #ddd;font-size:1.5rem;font-weight:400;color:#333;}
#fregister_private table td{border:1px solid #ddd;border-top:0;padding:1.5rem 0.5rem;text-align:center;line-height:1.6;word-break:keep-all;}
#fregister .btn_confirm{text-align:center;}
.fregister_agree input[type="checkbox"],#fregister_chkall input[type="checkbox"] {display:none;}
.fregister_agree input[type="checkbox"] + label,#fregister_chkall input[type="checkbox"] + label {display:inline-block;padding:0;font-size:1.5rem;font-weight:400;color:#777;transition:all .3s ease;cursor:pointer;}
.fregister_agree input[type="checkbox"] + label:hover, #fregister_chkall input[type="checkbox"] + label:hover {color:#333;}
.fregister_agree input[type="checkbox"] + label::before, #fregister_chkall input[type="checkbox"] + label::before {display:inline-block;content:'';vertical-align:middle;width:2rem;height:2rem;background:#fff;border:1px solid #ddd;border-radius:0.4rem;margin-right:1rem;transition:all .3s ease;}
.fregister_agree input[type="checkbox"] + label:hover::before, #fregister_chkall input[type="checkbox"] + label:hover::before {border-color:#999;}
.fregister_agree input[type="checkbox"]:checked + label, #fregister_chkall input[type="checkbox"]:checked + label {color:#333;}
.fregister_agree input[type="checkbox"]:checked + label::before, #fregister_chkall input[type="checkbox"]:checked + label::before {background:#0075ff url('img/checked.svg') center center/85% no-repeat;border-color:#0075ff;transition:all .3s ease}
.fregister_agree input[type="checkbox"]:checked + label:hover::before, #fregister_chkall input[type="checkbox"]:checked + label:hover::before {background:#0061d0 url('img/checked.svg') center center/85% no-repeat;border-color:#0061d0;}
.fregister_agree input[type="checkbox"] + label span, #fregister_chkall input[type="checkbox"] + label span {display:none;}
.fregister_agree input[type="checkbox"] + label b {font-weight:500;}

#fregister_chkall {margin:0 0 5rem;padding:3rem 0 !important;text-align:center;background:#f8f8f8;}

#fregister .btn_confirm, #fregisterform .btn_confirm {display:flex;justify-content:center;align-items:center;}
#fregister .btn_confirm .btn_close, #fregister .btn_confirm .btn_submit, #fregisterform .btn_confirm .btn_close, #fregisterform .btn_confirm .btn_submit {display:inline-block;width:18rem;height:6rem;line-height:6rem;background:none;border:1px solid #b0b0b0;border-radius:3rem;font-size:1.7rem;font-weight:500;color:#777;text-align:center;transition:all .3s ease;}
#fregister .btn_confirm .btn_close, #fregisterform .btn_confirm .btn_close {margin-right:1.5rem;}
#fregister .btn_confirm .btn_close:hover, #fregisterform .btn_confirm .btn_close:hover {border-color:#777;color:#333;}
#fregister .btn_confirm .btn_submit, #fregisterform .btn_confirm .btn_submit {background:#333;border-color:#333;color:#fff;cursor:pointer;}
#fregister .btn_confirm .btn_submit:hover, #fregisterform .btn_confirm .btn_submit:hover {background:#111;border-color:#111;}

/* 회원가입 입력 */
#register_form {margin:20px 0 0;}
#fregisterform .register_form_inner {margin-bottom:4rem;}
#fregisterform .form_01 li {display:flex;align-items:center;margin-bottom:1.5rem;}
#fregisterform .form_01 div h2 {text-align:left;padding-bottom:1.5rem;font-size:1.8rem;font-weight:500;color:#222;}
#fregisterform .form_01 div h2 span.require_txt {position:absolute;top:50%;transform:translateY(-50%);right:30px;font-size:0.9375rem;font-weight:400;color:#8a8a8a;padding:0 0 0 20px;}
#fregisterform .form_01 div > ul {padding:2rem 0 0.5rem;border-top:2px solid #333;border-bottom:1px solid #ddd;}
#fregisterform .form_01 div > ul li label {position:relative;display:flex;align-items:center;width:20rem;font-size:1.5rem;font-weight:400;color:#777;}
#fregisterform .form_01 div > ul li label.required2::after {display:inline-block;content:'*';margin-left:0.5rem;font-weight:500;color:#3a8afd;}
#fregisterform .form_01 div > ul li.chk_box {margin-bottom:1.5rem;font-size:1.5rem;font-weight:400;color:#333;}
#fregisterform .form_01 div > ul li.chk_box label {width:auto;margin-right:0.5rem;}
#fregisterform .form_01 div > ul li .frm_input {width:100%;height:5.8rem;padding:0 2.5rem;background:#f8f8f8;border-radius:0.8rem;border:0;font-size:1.5rem;font-weight:400;color:#333;}
#fregisterform .form_01 div > ul li .frm_input::placeholder {color:#b0b0b0;}
#fregisterform .form_01 div > ul li .half_input {width:49.5%;}
#fregisterform .form_01 div > ul li ul {display:flex;justify-content:space-between;margin:30px 0 0;}
#fregisterform .form_01 div > ul li ul li {width:49.5%;}
#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:10px 0 0 173px;display:block;width:58% !important;}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
.form_3_li label {width:auto !important;padding:0 0 0 40px !important;}
.form_3_li input[type="checkbox"] {display:none;}
.form_3_li input[type="checkbox"] + label {position:relative;font-size:1.25rem;font-weight:500;color:#434242;margin:0 0 0 30px;}
.form_3_li input[type="checkbox"] + label:before {display:block;content:'';position:absolute;width:23px;height:23px;border:solid 1px #ddd;border-radius:100%;left:0;}
.form_3_li input[type="checkbox"]:checked + label:before {border-color:#f44c3c;background:#f44c3c url('img/check.svg') center center/100% no-repeat;}
#fregisterform .frm_info{display:block;color:#bbb;font-size:0.9375rem;margin:10px 0;font-weight:400;}
#fregisterform .is_captcha_use {justify-content:center;background:#f8f8f8;padding:2.5rem 0;font-size:1.5rem;font-weight:400;text-align:center;}
#fregisterform .captcha{display:block;margin:10px 0 0}
#fregisterform .captcha legend {display:none;}
#fregisterform .reg_mb_img_file img{max-width:100%;height:auto}

.tooltip_icon {position:relative;display:inline-block;background:transparent;border:0;margin-left:0.5rem;font-size:1.8rem;color:#b0b0b0;vertical-align:middle;cursor:pointer}
.tooltip_icon:hover {color:#448bf5}
.tooltip {position:absolute;top:30%;right:-115%;z-index:9;display:none;width:auto;background:#000;padding:10px;font-size:small;font-weight:normal;color:#fff;line-height:18px;}
.tooltip:before {content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}



/* 회원가입 완료 */
#reg_result {padding:5rem 2rem;background:#f8f8f8;box-shadow:0 0 10px rgba(0,0,0,0.1);margin:15rem auto 5rem;font-size:1.6rem;font-weight:400;text-align:center;letter-spacing:-0.06em;}
#reg_result h2 {font-size:1.75em;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 {font-size:1.5rem;line-height:1.8;color:#777;word-break:keep-all;}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .reg_result_p {font-size:2rem;font-weight:500;margin-bottom:1.5rem;color:#333;}
#reg_result .reg_result_p i {font-size:8rem;margin-bottom:1rem;}
#reg_result + .reg_result_btn {display:flex;justify-content:center;margin:30px 0 0;}
#reg_result + .reg_result_btn .btn_login {display:inline-block;margin:0 15px 0 0;height:60px;line-height:60px;padding:0 50px;background:#fff;border:1px solid #ccc;border-radius:15px;font-size:1.083em;font-weight:400;color:#434242;}
#reg_result + .reg_result_btn .btn_submit {display:inline-block;height:60px;line-height:60px;padding:0 40px;background:#f44c3c;border:1px solid #f33c3c;border-radius:12px;font-size:1.083rem;font-weight:400;color:#fff;}
#reg_result + .btn_confirm_reg {width:18rem;height:6rem;margin:0 auto 12rem;}
#reg_result + .btn_confirm_reg a {display:block;width:100%;height:100%;line-height:6rem;background:#333;border-radius:3rem;font-size:1.7rem;font-weight:500;color:#fff;text-align:center;transition:all .3s ease;}
#reg_result + .btn_confirm_reg a:hover {background:#111;}


/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{height:60px;padding:0 25px;margin:15px 0;background:#f7f7f7;border:none;border-radius:16px;}

/* 로그인 */
#mb_login {position:relative;max-width:480px;width:90vw;margin:23rem auto 15rem;}
#mb_login h1 {font:500 3.6rem/1 'Hallym';color:#333;text-align:center;margin-bottom:4rem;}
#mb_login #login_fs .frm_input{width:100%;height:5.8rem;margin-bottom:1.5rem;;padding:0 2.5rem;;background:#f8f8f8;border:none;border-radius:0.8rem;font-size:1.5rem;font-weight:400;color:#333;}
#mb_login #login_fs .frm_input::placeholder {color:#b0b0b0;}
#mb_login #login_info {display:flex;justify-content:space-between;margin:10px 0 25px;}
#mb_login #login_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.chk_box input[type=checkbox] {display:none;}
.chk_box input[type=checkbox] + label {display:inline-block;padding:0;font-size:1.5rem;font-weight:400;color:#777;transition:all .3s ease;cursor:pointer;}
.chk_box input[type=checkbox] + label:hover {color:#333;}
.chk_box input[type=checkbox] + label::before {display:inline-block;content:'';vertical-align:middle;width:2rem;height:2rem;background:#fff;border:1px solid #ddd;border-radius:0.4rem;margin-right:1rem;transition:all .3s ease;}
.chk_box input[type=checkbox] + label:hover::before {border-color:#999;}
.chk_box input[type=checkbox]:checked + label {color:#333;}
.chk_box input[type=checkbox]:checked + label::before {background:#0075ff url('img/checked.svg') center center/85% no-repeat;border-color:#0075ff;transition:all .3s ease}
.chk_box input[type=checkbox]:checked + label:hover::before {background:#0061d0 url('img/checked.svg') center center/85% no-repeat;border-color:#0061d0;}
.chk_box input[type=checkbox] + label span {display:none;}
/* .chk_box input[type="checkbox"] + label {position:relative;font-size:1rem;font-weight:400;color:#434242;margin:0 0 0 30px;}
.chk_box input[type="checkbox"] + label:before {display:block;content:'';position:absolute;width:23px;height:23px;border:solid 1px #ddd;border-radius:100%;top:-3px;left:-30px;}
.chk_box input[type="checkbox"]:checked + label:before {border-color:#f44c3c;background:#f44c3c url('img/check.svg') center center/100% no-repeat;} */
.login_if_lpl a {font-size:1.4rem;font-weight:400;color:#999;transition:all .3s ease;}
#mb_login #login_fs .btn_submit {display:block;width:100%;height:6rem;line-height:6rem;background:#0075ff;border:1px solid #0075ff;border-radius:0.8rem;font-size:1.6rem;font-weight:400;color:#fff;text-align:center;margin:0 0 1.5rem;transition:all .3s ease;}
#mb_login #login_fs .btn_submit:hover {background:#0069e1;border:1px solid #0069e1;}
#mb_login #login_fs .btn_register {background:#fff;border-color:#ddd;color:#777;transition:all .3s ease;}
#mb_login #login_fs .btn_register:hover {background:#fff;border-color:#999;color:#555;}
#mb_login #login_fs .btn_register a {display:block;width:100%;height:100%;line-height:5.8rem;}
#login_password_lost{border-right:1px solid #ddd}


#mb_login_notmb{margin:30px auto;padding:20px 30px;margin-top:0;padding:20px 30px 0;border-top:1px solid #ddd}
#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:60px}

#mb_login_od_wr{margin:30px auto;padding:20px 30px;margin-top:0;padding:20px 30px 0;border-top:1px solid #ddd}
#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}

/* 쪽지 */
#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 {text-align:center;}
#mb_confirm h1 {margin:0 0 30px;font-size:2.25rem;}
#mb_confirm p {padding:0 0 40px;border-bottom:1px solid #e9e9e9;font-size:1.125rem;font-weight:400;line-height:1.5;color:#656565;}
#mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#mb_confirm fieldset {margin:50px 0 0;}
#mb_confirm fieldset .frm_input {width:40%;height:60px;padding:0 25px;background:#f7f7f7;border:none;border-radius:10px;}
#mb_confirm fieldset .btn_submit {height:60px;padding:0 40px;margin:0 0 0 10px;cursor:pointer;}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:block;margin:10px 0 30px;font-size:1.125rem;font-weight:700;}
#mb_confirm .confirm_id {font-size:1.125rem;font-weight:400;;color:#666}
#mb_confirm #reg_mb_icon + label {padding:0 0 0 170px;}
#register_form input#reg_mb_icon, #register_form input#reg_mb_img {width:49.5%;height:50px;line-height:50px;padding:0 25px;border:1px solid #ddd;border-radius:10px;box-shadow:inset 0 2px 5px rgba(0,0,0,0.075);}
#register_form input#reg_mb_icon + span + div, #register_form input#reg_mb_img + span + div {margin:20px 0;padding:0 0 0 170px;}
#register_form input#reg_mb_icon + span.frm_info, #register_form .reg_mb_img_file .frm_info {padding:0 0 0 170px;}
#register_form .reg-form.sns-wrap-reg {display:inline-block;margin:0;}

/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {margin:60px 20px 30px;font-size:2em}
#pw_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#pw_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#pw_confirm fieldset {;padding:50px;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}
#mb_confirm_id{}

/* 폼메일 */
#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}