@charset "utf-8";


/* 300 400 700 800*/

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.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: relative;margin:100px auto 0;border:none;width:730px;background:transparent;text-align:center; }
/*.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 .loginArea {float:left; width:400px; height:443px; overflow:hidden; border-radius:7px; background:#fff; }
.mbskin .logadArea {float:right; width:314px; height:443px; overflow:hidden;border-radius:7px;}
.mbskin .clear {clear:both; content:''; display:block;}

.mbskin .frm_input{width:100%}
.mbskin .btn_submit{width:100%;margin:10px 0 0;height:45px;font-weight:bold;font-size:1.25em}
.mbskin  h1{margin: 35px 0 10px;font-size: 35px; text-align:left; font-weight:300; }
.mbskin  h1 span {font-weight:400; color:#f6bf00;transform: skew(-0.015deg);}


/* 기본테이블 */

.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{ color: #2c2526; font-size:16px; font-weight:400; margin-bottom:15px;transform: skew(-0.075deg); }
#fregister section { margin:10px auto 30px; position:relative;border-radius:10px;background:#fff; padding-bottom:20px;}
#fregister_chkall{text-align:right; border-radius:10px;background:#fff; padding:15px 15px; line-height:24px;transform: skew(-0.009deg) !important; font-weight:700; font-size:14px;}
#fregister_chkall  input[type="checkbox"] {margin-left:5px;}
#fregister_chkall label {display:inline-block;transform: skew(-0.055deg) !important;}
#fregister h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #f3f3f3; margin-bottom:15px;font-size:20px; line-height:28px;transform: skew(-0.025deg);}
#fregister textarea {display:block;padding:0 20px;width:100%;height:130px;background:#fff;border:0;line-height:1.6;font-size:13px; font-weight:700; outline:none;transform: skew(-0.055deg) !important;}
#fregister .fregister_agree {position:absolute;top:0px;right:0; padding:19px 15px;  font-weight:700; font-size:14px;}
#fregister .fregister_agree label {display:inline-block;transform: skew(-0.055deg) !important;}
#fregister .fregister_agree input[type="checkbox"] {margin-left:5px;}

#fregister_private {margin-bottom:15px !important;}
#fregister_private div{padding:10px 20px 20px;background:#fff}
#fregister_private table{width:100%;border-collapse:collapse;transform: skew(-0.055deg) !important;}
#fregister_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private table  th{background:#f5f5f5;width:33.33%;color:#000; font-size:16px;font-weight:700;padding:10px;border:1px solid #e6e6e6; border-bottom:none;}
#fregister_private table  td{border:1px solid #e6e6e6;padding:10px 15px; font-size:14px;font-weight:700;}
#fregister .btn_confirm{text-align:center; margin-top:25px;}
#fregister .btn_confirm .btn_submit{display:inline-block;height:55px;padding:0 80px;font-weight:700;font-size:16px;background:#FFD200; color:#000;border-radius:10px;transform: skew(-0.075deg) !important;}

/* 회원가입 입력 */
#fregisterform{}
#register_form .tbl_wrap{margin:0 0 20px;background:#fff;padding:25px 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; margin:30px 0;}
#fregisterform .btn_confirm .btn_submit{margin:0px 5px;display:inline-block;height:55px;line-height:55px;padding:0 80px;font-weight:700;font-size:16px;background:#FFD200; color:#000;border-radius:10px;transform: skew(-0.075deg) !important;}
#fregisterform .btn_confirm .btn_cancel{margin:0px 5px;display:inline-block;height:55px; line-height:55px;padding:0 80px;font-weight:400;font-size:16px;background:#424242; border:none;color:#fff;border-radius:10px;transform: skew(-0.075deg) !important;}
#fregisterform .frm_info{display:block;color:#3f3f3f;font-size:14px;margin:5px 0; font-weight:400;transform: skew(-0.055deg) !important;}

#fregisterform .captcha{display:block;margin:5px 0 0}
#fregisterform .resform h2 {    margin: 0 0 12px; padding-left:20px;   font-size: 20px; font-weight:700;transform: skew(-0.055deg) !important;}

/* 폼 테이블 */
.resform {margin:0 0 20px}
.resform ul:after {clear:both; content:''; display:block;}
.resform ul li{float:left; width:50%; padding :5px 20px;display:block;}
.resform ul li:after {clear:both; content:''; display:block;}
.resform ul li.full {clear:both; float:left; width:100%;}
.resform ul li .partA{ border-top:1px solid #eaeaea;  display:block; padding-top:25px; margin-top:20px;}

.resform ul li.clearli {clear:both; float:left;}
.resform ul li label, .resform ul li .frm_label {float:left; width:125px;display:block; line-height:45px;font-size:16px; font-weight:700;transform: skew(-0.055deg) !important;}
.resform ul li .frmA {float:left; width: calc(100% - 125px); display:block;}
.resform table {width:100%;border-collapse:collapse;border-spacing:0}
.resform th {width:90px;padding:5px 10px;background:none;text-align:right;font-weight:normal}
.resform td {padding:5px 10px;background:transparent}
.resform .flinput {float:left; padding-left:10px;}
.resform .flinput:first-child {padding-left:0px;}
.resform .frm_input { width:100%; padding-left:15px; height:45px; line-height:45px;font-family:"Open Sans" !important; font-weight:700; font-size:14.5px; color:#000; letter-spacing:0;background:#f3f3f3;border:none; border-radius:5px;box-shadow: 0px 1px 1px 0px #e3e3e3 inset; }
.resform .frm_input:focus {-webkit-box-shadow: none;-moz-box-shadow:  none; box-shadow: none;border: 1px solid #000 !important;}
.resform .frm_input::-webkit-input-placeholder { color: #777; letter-spacing:-0.5px; font-weight:400; font-size:14px;}
.resform .frm_input:-ms-input-placeholder {  color: #777; letter-spacing:-0.5px; font-weight:400; font-size:14px;}
.resform .frm_input::placeholder { color: #777; letter-spacing:-0.5px; font-weight:400; font-size:14px;}
.resform  select { width:100%;background:#fff; border:1px solid #000; padding-left:10px;height:45px;border-radius:5px; line-height:45px;font-family:"Open Sans" !important; font-weight:700; font-size:14.5px; color:#000; letter-spacing:0;}
.resform .btn_winbtn {width:100%;background:#fff; border-radius:5px; border:1px solid #989898;text-align:center;height:45px; line-height:45px; font-weight:800; font-size:14.5px; color:#000;}
.resform .btn_winbtn span {display:inline-block;transform: skew(-0.055deg) !important;  }
.resform textarea  {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:0px;padding:5px;}
.resform textarea {padding:2px 2px 3px}

.resform .full_input, .resform .frm_address{width:100%}

.resform .tbl_frm01 textarea {width:100%;height:100px}
.resform .tbl_frm01 a {text-decoration:none}
.resform .tbl_frm01 .frm_address {margin-top:5px}
.resform .tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.resform .tbl_frm01 .frm_info {display:block;padding:5px 0 0px;line-height:1.4em}


.frmA .frmtbl {width:100%;border-collapse:collapse;border-spacing:0}
.frmA .frmtbl th {border-top:1px solid #969696; border-bottom:1px solid #969696;  transform: skew(-0.055deg) !important;padding:10px 0px;background:none;text-align:center;font-weight:700; font-size:14.5px; color:#000;}
.frmA .frmtbl td {padding:10px 7px; border-top:1px solid #eaeaea;text-align:center;line-height:45px; transform: skew(-0.055deg) !important; font-weight:700; font-size:14.5px; color:#000; }

.resform .frm_info2 {display:block; font-size:12px; transform: skew(-0.055deg) !important;font-weight:700; margin-top:10px; color:#666;}



.resform .wid10 {width:10%;}
.resform .wid20 {width:20%;}
.resform .wid30 {width:30%;}
.resform .wid40 {width:40%;}
.resform .wid50 {width:50%;}
.resform .wid60 {width:60%;}
.resform .wid100 {width:100%;}

/* 회원가입 완료 */
#reg_result {padding:50px 0 40px;text-align:center;background:#fff}
#reg_result h2{font-size:40px;margin:0 0 20px; font-weight:300;}
#reg_result h2 strong{font-weight:700;}
#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}
#reg_result .reg_result_guide {color:#303030; transform: skew(-0.055deg) !important; font-weight:700; font-size:15px; }
#reg_result .reg_result_guide2 {display:inline-block; margin:20px auto 40px auto; padding:15px 110px;border:1px solid #dcdcdc; color:#ce2121; font-weight:700; font-size:17px;transform: skew(-0.055deg) !important;}


.reg_result_btn {text-align:center; margin:30px 0;}
.reg_result_btn .btn_submit{margin:0px 5px;display:inline-block;height:55px;line-height:55px;padding:0 80px;font-weight:700;font-size:16px;background:#FFD200; color:#000;border-radius:10px;transform: skew(-0.075deg) !important;}
.reg_result_btn .btn_submit:hover {background:#FFD200; color:#000;}

/* 아이디/비밀번호 찾기 */
#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;}

/* 로그인 */
#mb_login {}
#login_fs{padding:0 49px}
#login_fs legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #login_fs .frm_input{margin:0 0 10px; height:45px; line-height:45px;font-family:"Open Sans" !important; font-weight:400; font-size:13px; color:#000; background:#f3f3f3;border:none; border-radius:5px;box-shadow: 0px 1px 1px 0px #e3e3e3 inset; }
#mb_login #login_fs .frm_input:focus {-webkit-box-shadow: none;-moz-box-shadow:  none;box-shadow: none;border: 1px solid #ffd200 !important;}
#mb_login #login_fs .btn_submit {margin:0 0 0px;background:#ffd200; color:#000; font-size:18px;border-radius:5px; height:55px; line-height:55px;}
#mb_login #login_info{ padding: 0px 49px; margin:0px 0 10px; text-align:center; }
#mb_login #login_info .btn_submit {font-size:18px;border-radius:5px; height:55px; line-height:55px;}
#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{position:relative;display:inline-block; padding:0px 21px 0px 20px; font-size:14px; color:#333; font-weight:700;transform: skew(-0.05deg);}
#login_password_lost:before{position:absolute; top:50%; right:0px; width:1px; height:13px; margin-top:-7px; content:''; display:block; background:#d6d6d6;}

#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}

/* 쪽지 */
#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 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:#fff;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}

/* 비밀글 비밀번호 확인 */
#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}

/*
.ic_required {position:relative;display:inline-block; width:12px; height:40px; }
.ic_required:before {position:absolute; right:0px; top:24px; line-height:28px; content:'*'; display:block;  color:#fd4444;   font-weight:700; }
*/
.exptxt {border-top:1px solid #969696; padding:10px 13px 0px 13px; font-size:1.1em; position:relative;}
.exptxt:before {position:absolute; left:2px; top:16px;  width:4px; height:4px; content:''; display:block;  background:#fd4444;  }
