@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */
html {background-color:#fff; }

.input {background: none repeat scroll 0 0 #F6F6F6;border: 1px solid #D7D7D7;color: #666666;font-size: 11px;height: 14px;margin-top: 0;padding: 3px 0 0 5px;}
.select {background: none repeat scroll 0 0 #F6F6F6;border: 1px solid #D7D7D7;color: #666666;font-size: 11px;margin: 0;padding: 0;}
.none {display: none;}

input[type=text],input[type=password], textarea {-webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out;outline: none;}
input[type=text]:focus,input[type=password]:focus  {-webkit-box-shadow:  0 0 5px #9ed4ff;-moz-box-shadow:  0 0 5px #9ed4ff;box-shadow: 0 0 5px #9ed4ff;border: 1px solid #5db5ff !important;}
input::placeholder {color: #ddd;}

input:-moz-read-only {background-color: #e8f0fe !important;}  /* Firefox */
input[type=text]:read-only {background-color: #e8f0fe !important;}  
input[type=text]:read-only::placeholder {color: #43b4ff !important;}  

select, button, input[type=text], input[type=submit], textarea { appearance: none; -moz-appearance: none; -webkit-appearance: none; }



/* 공통 */
.check_box input[type="checkbox"]{display:none;}
.check_box input[type="checkbox"] + label{position:relative;font-size:15px;margin-left:30px}
.check_box input[type="checkbox"] + label:before{content:"";display:block;position:absolute;width:20px;height:20px;border:solid 1px #dddddd;top:-2px;left:-30px}
.check_box input[type="checkbox"]:checked + label:before{background:#000000 url(./img/check.svg) no-repeat center;background-size:100%}
.btn_submit {width:100%;height:60px;background:#000000;border:solid 1px #000000;color:#ffffff;margin:0px 0 10px;font-size:15px;transition:all .2s}
.btn_submit:hover {background:#4e43ff;border:solid 1px #4e43ff;color:#fff}

/* 로그인 */
.mem01_skin {width:500px;margin:0 auto;padding:50px 0;}
.mem01_skin .mem_title {font-size:25px;text-align:center}
.mem01_skin .mb_log_cate {display:flex;align-items:center;height:65px;border-bottom:solid 1px #eeeeee;margin-top:50px}
.mem01_skin .mb_log_cate h2 {margin-top:0px; margin:0px;}
.mem01_skin .mb_log_cate>* {position:relative;width:50%;line-height:65px;text-align:center;font-size:20px}
.mem01_skin .mb_log_cate>*:after {content:'';display:block;background:#000000;width:0;height:3px;position:absolute;bottom:0;left:0;transition:all .2s}
.mem01_skin .mb_log_cate .on:after {width:100%}
.mem01_skin .mb_log_cate a {color:#999999}
.mem01_skin .mb_log_cate a:hover {color:#000000}
.mem01_skin .mb_log_cate a:after {left:50%;}
.mem01_skin .mb_log_cate a:hover:after {left:0;width:100%;}

#login_fs {padding-top:80px;}
#login_fs .frm_input {width:100%;height:60px;border:solid 1px #eeeeee;border-radius:0;padding-left:20px;font-size:15px}
#login_fs #login_pw {margin-top:10px}

#login_info {margin-top:15px; margin-bottom:30px}

#lost_password {font-size:16px;text-align:center}
#lost_password a:hover{border-bottom:solid 1px #000000}

/* 회원가입 */

/* 버튼 */
.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;width:100%;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 .frm_input{width:100%}
.mbskin .btn_submit{width: 100%;margin: 10px 0 0;height: 50px;font-weight: bold;font-size: 1.25em;border-radius: 5px;}
.mbskin  h1{margin: 60px 0 30px;font-size: 2em;}


/* 기본테이블 */

.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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 공통*/
.register_form {margin: 0px auto;width: 500px;position: relative;padding: 50px 0;}
.register_form .logo {text-align:center;margin-bottom: 50px;}
.register_form .logo img{max-width: 160px;width: 100%;}


#register_contents {width:100%; margin:0 auto; }
#register_contents h1 {margin:0 auto; margin-bottom:30px; padding-top:40px;}
#register_contents h1 a {display:block; text-align:center;}

@media screen and (max-width:767px) {
	#register_contents {width:100%;padding:0px 0;}
	#register_contents h1 { padding-top:0;}
}

/* 회원가입 약관 */
#fregister_chkall {margin-bottom:10px;}
#fregister_chkall label {font-size:15px; font-weight:bold;}
#fregister section {margin-bottom: 15px;padding: 15px;background-color:rgba(245,247,249,1);border-radius: 7px;}

#fregister textarea {display: block;padding: 10px;width: 100%;height: 100px;background: transparent;line-height: 1.65em;color: #666;box-sizing: border-box;font-size:14px;resize: none;border:none}
#fregister .fregister_agree {margin-bottom: 10px;background-color: #fff;padding: 15px 10px;border-radius: 5px;font-size:12px;}
#fregister .fregister_agree label {font-weight:600;}
#fregister_private div{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,
#fregister_private table  td {font-size:13px;line-height:1.5; text-align:center; color:#666;}
#fregister_private table  th{background:#646982;width:33.33%;color:#fff;padding:5px;border:1px solid #555971}
#fregister_private table  td{border:1px solid #ddd;padding:5px;}
#fregister .btn_submit{width:100%; height:50px; font-weight:600; font-size:18px;border-radius:5px}

#fregister textarea::-webkit-scrollbar {width: 5px;background-color: transparent}
#fregister textarea::-webkit-scrollbar-thumb {width: 3px;border-radius: 5em;background-color: #dbe0e9}
#fregister textarea::-webkit-scrollbar-track {width: 3px;background-color: transparent}


@media screen and (max-width:767px) {
	#fregister_chkall label {font-size:15px }
	#fregister section { padding:15px 10px; }
	#fregister textarea {padding:5px; font-size:14px;}
	#fregister_private {margin-bottom:15px;}
	#fregister_private table  th,
	#fregister_private table  td {font-size:13px; }
	#fregister .btn_submit{ height:46px; font-size:1.05em;}
}


.page_title {margin-bottom: 4rem;text-align: center;display: flex;flex-direction:column;gap:10px;}
.page_title span {display: block;margin-bottom: .5ex;font-size: 1.6rem;font-weight: 600;color: rgb(85 189 239);}
.page_title h3 {font-size: 2.1rem;font-weight: 600;}

/* 회원가입 입력 */

#register_form h2 {margin-top:20px; font-size:16px; font-weight:700;margin: 30px 0 10px 0;}
#register_form h2 b {color: rgb(85 189 239);}
#register_form h2 b i {font-size: 1.35em;transform: translateY(0.1em);margin-right: 3px;}
#register_form h2:first-child {margin-top:0;}
#register_form .form_section {padding: 20px 10px;background-color: rgba(245,247,249,1);border-radius: 10px;}
#register_form div ul li {margin:0; margin-bottom:15px;position:relative;}
#register_form div ul li:last-child {margin-bottom:0;}
#register_form div ul li label {font-size: 14px;font-weight: 600;padding-left: 5px;display: block;margin: 7px 0 5px;color: #444;}
#register_form div ul li .frm_input {box-sizing: border-box;width: 100%;height: auto;padding: 1em 1em;font-size: 1.5rem;font-weight: 500;border: 1px solid #f1f1f1;background: #fff;border-radius: 0.5rem;font-size: 15px;}

#fregisterform .frm_info{display: block;margin-top: 10px;color: #43b4ff;font-size: 0.85em;line-height: 18px;}
#fregisterform .set_btn_input {position:relative;}
#fregisterform .set_btn_input button {position:absolute; right:5px; top:5px;}
#fregisterform button.btn_frmline {width:125px;height: 48px;border-radius: 0;font-size: 14px;background-color: rgba(34,51,89,1);position: absolute;right: 0px;bottom: 0px;padding: 0px 15px;border-radius:5px;}
#fregisterform input[name="mb_name"] {width:73% !important;}
#fregisterform input[name="mb_name"].full_input {width:100% !important;}
#fregisterform input[name="mb_zip"] {width:73% !important;}

#fregisterform .set_chkbox {height:40px; padding:5px; border:1px solid #ddd; box-sizing:border-box;}
#fregisterform .set_chkbox label {margin-top:3px;font-size:15px;}
#fregisterform .btn_confirm{overflow:hidden; margin:20px 0 60px 0;}
#fregisterform .btn_confirm .btn_submit{ display:block; float:left; width:49%; margin-left:2%; height:50px; font-size:16px; font-weight:600;color: #fff;border-radius: 5px;border-radius:5px}
#fregisterform .btn_confirm .btn_cancel{float:left; width:49%; line-height:50px;height:50px; text-align:center;font-weight:600; font-size:16px;color:#fff; border-radius:5px;background-color: #cfcfcf;}
#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 .captcha{display:block;margin:5px 0 0}
#fregisterform .captcha label {display:none;}
#fregisterform .reg_mb_img_file img{max-width:100%;height:auto}
#register_form div.tbl_wrap ul li:first-child {position:relative;}
#register_form textarea {resize: vertical;}

#register_form textarea::-webkit-scrollbar {width: 5px;background-color: transparent}
#register_form textarea::-webkit-scrollbar-thumb {width: 3px;border-radius: 5em;background-color: #dbe0e9}
#register_form textarea::-webkit-scrollbar-track {width: 3px;background-color: transparent}

#fregisterform input[name="com_zip"] {width:73% !important;}

@media screen and (max-width:767px) {
    #register_form h2 {font-size:1em; }
    #fregisterform .frm_info{font-size: 13px; padding-top: 5px;}
    #fregisterform button.btn_frmline {font-size:0.9em;}
    #fregisterform .set_chkbox label {font-size:0.9em;}
    #fregisterform .btn_confirm{ margin-bottom:0px;}
    #fregisterform .btn_confirm .btn_submit{font-size:1em; }
    #fregisterform .btn_confirm .btn_cancel{font-size:1em}
    #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 .captcha{display:block;margin:5px 0 0}
    #fregisterform .reg_mb_img_file img{max-width:100%;height:auto}
	#fregisterform input[name="mb_name"] {width: 65% !important;}
}


/* 회원가입 완료 */
.wrap_reg_result {}
#reg_result {text-align:center;}
#reg_result h2{margin-bottom:20px; font-size:24px; font-weight:700;}

#reg_result #result_email {margin:10px 0; background-color:#f9f9f9;}
#reg_result #result_email table th,
#reg_result #result_email table td {height:40px; padding:0 10px; border:1px solid #ddd; font-size:14px; font-weight:500;}
#reg_result #result_email table th {width:25%; background-color:#f1f1f1;}
#reg_result #result_email table td {width:75%; text-align:left; font-weight:bold; color:#e8180c;}

#reg_result p {font-size:14px; line-height:1.8}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .reg_result_p{font-size:16px; margin:0 0 10px;}
#reg_result .reg_result_p strong{color:#3497d9}
#reg_result .btn_submit{width:150px; font-weight:600; height:50px; line-height:50px; display:inline-block; margin-top:30px; font-size:16px;color:#fff;}

  @media screen and (max-width:767px) {
    .wrap_reg_result {position:relative; left:0; top:0; width:90%; margin:0 auto; padding-top:30px; transform:translate(0);}
    #reg_result h2{font-size:1.2em; }

    #reg_result #result_email table th,
    #reg_result #result_email table td {font-size:0.88em; }

    #reg_result p {font-size:0.85em;}
    #reg_result p br {display:none;}
    #reg_result .reg_result_p{font-size:0.95em; }
  }

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info {position:absolute; left:50%; top:50%; width:300px; margin:0 auto; transform:translate(-50%,-54%);}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}
#find_info #win_title {height:auto; line-height:auto; padding:0; background-color:transparent; color:#333; font-weight:bold; text-align:center; margin-bottom:8px;}
#find_info p {text-align:center; font-size:13px; }
#find_info .new_win_con {margin:0;}
#find_info .btn_submit {float:none; width:100%; padding:0; margin-top:10px; height:44px; font-weight: bold; font-size: 1.05em;}

  @media screen and (max-width:590px) {
    #find_info {position:static; left:0; top:0; width:90%; padding-top:30px; transform:translate(0);}
    #find_info p {font-size:0.85em; }
    #find_info .frm_input {line-height:40px;}
  }

/* 로그인 */
#mb_login {position:absolute; left:50%; top:50%; transform:translate(-50%,-70%); }
#mb_login h1 {margin-bottom:20px; text-align:center;}
#mb_login h1 a  {}
#mb_login h1 a  img{width:150px;}

#mb_login .set_auto {margin-top:10px; margin-bottom:20px;}

.form_wr {position:relative;}
.form_wr label.icon {position: absolute;left: 1rem;top: 50%;transform: translate(0%, -50%);color: rgb(85 189 239);font-size: 1.4rem;}

.wrap_login .frm_input{width: 100%;height: 50px;margin-bottom: 5px;border-radius: 7px;padding: 1rem 1rem 1rem 3rem;font-weight: 600;font-size: 14px;border-color: #efefef;background-color: rgba(245,247,249,1);border-color: transparent;}
.wrap_login .btn_submit {display: block;width: 360px;height: 52px;text-align: center;font-size: 17px;background: #0068ff;border-radius: 7px;margin: 15px 0;font-weight: 600;}
.wrap_login a.btn_submit, #mb_login_od_wr .btn_submit { background-color:#888; line-height:50px;}




#mb_login #login_info{margin-top:20px; text-align:center;}
#mb_login #login_info a{display: inline-block;font-size: 14px;color: #666;font-weight: 500;}
#mb_login #login_info a:after{ content:""; display:inline-block; width:1px; height:10px; margin:0 5px 0 8px; background-color:#aaa;}
#mb_login #login_info a:last-child:after{width:0; height:0; margin:0}

/* #mb_login_notmb{margin:30px auto;padding:20px 30px }
#mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}*/
#guest_privacy{line-height:1.6em;color:#666;background:#fff;padding:10px;height:87px;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 {border-top:1px solid #ececec}
.memo_list li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative;font-size: 14px;}
.memo_list li:after {display:block;visibility:hidden;clear:both;content:""}
.memo_list li.read {background:#f6f6f6}
.memo_list li.empty_li {text-align:center;padding:20px 0;color:#666}

.memo_list .memo_li {float:left}
.memo_list .profile_big_img {position:relative;margin-right:15px}
.memo_list .profile_big_img img {border-radius:50%;width:52px;height:52px}
.memo_list .memo_li.memo_name {padding-top:5px;float:none}
.memo_list .memo_preview a{display:block;margin-right:30px;padding-top:10px;font-weight:normal !important;font-size:1.2em}
.memo_list .memo_preview a:hover{text-decoration:underline}
.memo_list .memo_name a,
.memo_list .memo_name .sv_wrap {font-weight:bold}
.memo_list .no_read {position:absolute;bottom:0;right:0;display:inline-block;background:#3a8afd;border:1px solid #e1edff;text-indent:-9999px;border-radius:10px;width:10px;height:10px;box-shadow:0 0 10px 3px #9ec3f9}
.memo_list .no_read {animation:blinker 1s linear infinite}

@keyframes blinker {
	50% {opacity:0}
	}
#memo_list h1#win_title {padding:10px 10px 10px 10px}
#memo_list .memo_datetime {font-size:0.92em;color:#888d92}
#memo_list .memo_del {position: absolute;right: 5px;top: 50%;padding: 10px;color: #37beff;font-size: 1.4em;transform: translate(0%, -50%);}
#memo_list .memo_cnt {margin-top:5px;font-weight:normal;display:inline-block;font-size:1.2em}


#memo_view_contents {margin-bottom:20px;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin: 0;list-style: none;background: #f6f6f6;padding: 10px;display: flex;flex-direction: column;gap: 10px;}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;font-size: 14px;}

.memo_view_li .profile_img img {display:none}
.memo_from {position:relative;background:#fff;border-bottom:1px solid #ececec;padding:15px 20px}
.memo_from li {float:left}
.memo_from li.memo_profile img {width:40px;height:40px;border-radius:50%}
.memo_from li:first-child {margin-right:10px}
.memo_from li.memo_view_nick {width:80%}
.memo_from li.memo_view_nick a {font-weight:bold !important}
.memo_from li.memo_view_date {display:block;color:#555;line-height:24px}
.memo_from li.memo_op_btn {position:absolute}
.memo_from li.list_btn {right:53px;}
.memo_from li.del_btn {right:15px;padding}
.memo_from:after {display:block;visibility:hidden;clear:both;content:""}

.memo_from a.btn_b01, .btn_b01 {display: inline-block;color: #bababa;text-decoration: none;vertical-align: middle;border: 0;background: transparent;}
.memo_btn {width:100%}
.memo_btn a {display:inline-block;width:50%;font-size:1em;color:#888d92;padding:20px}
.memo_btn a.btn_right {float:right;text-align:right}
.memo_btn a i {font-size:1.2em;color:#acabab;vertical-align:bottom}

#memo_view p {padding:10px;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em;font-size: 14px;}
#memo_view textarea {height:100px}

#memo_write .form_01 {padding:20px 0;border-top:1px solid #ececec}

.reply_btn {display:inline-block;width:150px;height:45px;line-height:50px;padding:0 10px;font-weight:bold;background:#3a8afd;color:#fff;border-radius:3px;vertical-align:bottom;margin-right:5px}
#memo_write .reply_btn {font-size:1em}



/* 스크랩 */
#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 {margin: 0px auto;width: 500px;position: relative;padding: 50px 0;}
#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;font-size:16px; line-height:40px;}
#mb_confirm .confirm_id{font-size:0.92em;color:#666}

/* 비밀글 비밀번호 확인 */
#pw_confirm {position:absolute; left:50%; top:50%; margin:0 auto;padding:30px;width:300px; border:1px solid #ddd; background-color:#fff; box-sizing:border-box; transform:translate(-50%,-60%)}
#pw_confirm h1 {padding-top:120px; text-align:center; font-size:1.3em; font-weight:bold; background-image:url(/images/img_pw.png); background-repeat:no-repeat; background-position:center top; background-size:100px; }
#pw_confirm p {text-align:center; padding:20px 0; font-size:13px; font-weight:300; line-height:1.6; color:#666;}
#pw_confirm p strong {display:block; font-weight:normal; color:#222;}
#pw_confirm fieldset {}
#pw_confirm fieldset label {display:none;}
#pw_confirm fieldset .frm_input {display:block; width:100%; height:40px; background-color:#fff !important; box-sizing:border-box !important;}
#pw_confirm fieldset .btn_submit {display:block; width:100%; height:40px; margin-top:4px; border-radius:3px;  color:#fff;}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
#pw_confirm+.btn_confirm {text-align:center; margin-top:15px;}
#pw_confirm+.btn_confirm a {display:inline-block; width:100px; height:32px; line-height:32px;  background-color:#aaa; text-align:center; font-size:12px; color:#fff;}

/* 폼메일 */
#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}

.wrap_login {display:table; overflow:hidden; padding:20px 0 0 0; }

.login_cont {display:table-cell;width:320px; padding: 0 40px;}
.login_cont h2 {margin-bottom:15px; font-size:18px; font-weight:600; }
.login_cont p {font-size:13px; color:#666;}

#mb_login_notmb,#mb_login_od_wr {border-left:1px solid #ddd;}
#mb_login_od_wr p {margin-bottom:10px;line-height:1.6}


/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------더블유 css 코드 작성자 : 방석민 ---------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------------------*/

.filebox {position: relative;display: flex;gap: 5px;align-items: center;margin-bottom: 10px !important;}
.filebox input {display: inline-block !important;}
.filebox label {line-height: 32px;display: inline-block;padding: 0em 0.75em;color: #fff;font-size: inherit;vertical-align: middle;background-color: #2d7ef9;cursor: pointer;border: 1px solid #2d7ef9;border-radius: 0;font-size: 12px;margin: 0px;}
.filebox input[disabled] {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 0px;-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.filebox input[type="file"] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);border: 0;}

.filebox .file-prev {width: 34px;height: 34px;margin: 0px !important;padding: 2px;background: #eee;border: 1px solid #ddd;overflow:hidden;border-radius:5px;}
.filebox .file-prev.active {cursor:pointer; } 
.filebox .file-prev img {width:100%;}	


#register_form .filebox {padding-left:55px;}
#register_form .filebox .file-prev {width: 48px;height: 48px;position: absolute;top: 50%;left: 0%;transform: translate(0%, -50%);display: flex;justify-content: center;align-items: center;}
#register_form .filebox input[disabled] {width: 75%; height:50px;}
#register_form .filebox input[type="file"] {border: 1px solid transparent}
#register_form .filebox label {color: #fff;margin: 0px;line-height: 46px;font-size: 14px;width: 25%;border-bottom: 5px;text-align: center;border-radius: 5px;border: 1px solid transparent;background-color: #ff6060;}

.alarm-info {display: flex;gap: 3px;align-items: center;margin-top: 5px;font-size:0.85em;}
.alarm-info i {color:#ff0000;}


@media screen and (max-width:767px) {
	#mb_login {position: absolute;left: 0;width: 100%;margin: 0 auto;padding: 50px 0;top: calc(var(--vh, 1vh) * 50);transform: translateY(-50%);}
	#mb_login .set_auto {margin-top:8px; margin-bottom:15px;}
	#mb_login .login_cont {width:100%; padding:0px 10px;}
	.wrap_login {width: 100%;padding:0px}

	#mb_login #login_fs .frm_input{width:100%; height:50px; margin-bottom:5px;}
	#mb_login #login_fs .btn_submit {height:46px; font-size:1.05em;}

	#mb_login #login_info{margin-top:20px; text-align:center;}
	#mb_login #login_info a{display:inline-block; font-size:13px; color:#666;}
	#mb_login #login_info a:after{ content:""; display:inline-block; width:1px; height:10px; margin:0 5px 0 8px; background-color:#aaa;}
	#mb_login #login_info a:last-child:after{width:0; height:0; margin:0}
	
	
	.register_form {width: 100%;padding: 30px 10px;}
	.register_form .logo {margin-top:50px;}
	
	.mem01_skin {width:100%; padding-left:20px; padding-right:20px;}

}

