@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");


/* 초기화 */
html {overflow-y:auto; height:100%; min-width:320px; box-sizing: border-box; margin: 0; padding: 0; background: #fff;}
body {max-width:680px; margin: 0 auto; padding:0; font-size:0.75em; height: 100%; background:#f5f5f5; font-family:'Pretendard', sans-serif; position: relative; overflow-x: hidden;}
body:after{content:""; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; background: #f5f5f5;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0;}
h1, h2, h3, h4, h5, h6 {font-size:1em; font-family:'Pretendard', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;font-family:'Pretendard', sans-serif}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {-webkit-appearance:none}
textarea, select {font-size:1em;font-family:'Pretendard', sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family:'Pretendard', sans-serif}
select {margin:0;background:none;font-family:'Pretendard', sans-serif}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd {padding:0;margin:0}
ul {list-style:none}
input[type=text]::placeholder{color: #8E8E92;}
input[type=text]:autofill,
input[type=text]:autofill:hover,
input[type=text]:autofill:focus,
input[type=text]:autofill:active {-webkit-text-fill-color: #1F1F24; -webkit-box-shadow: 0 0 0px 1000px transparent inset; box-shadow: 0 0 0px 1000px transparent inset; transition: background-color 5000s ease-in-out 0s;}
input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; -webkit-text-fill-color: #1F1F24 !important;}
*,:after,:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}


/* 공통 전체 레이아웃 */
#net_wrap{max-width:680px; padding: 110px 0 127px; margin: 0 auto; position: relative; z-index: 1; min-height: 100vh;}
#net_wrap.join{padding: 0;}
#net_wrap.join #hd,
#net_wrap.join #ft{display: none;}

/* 상단 레이아웃 */
#hd {padding: 0 36px; height: 110px; position: fixed; top: 0; left: 50%; max-width: 680px; width:100%; transform: translateX(-50%); background:#fff; z-index: 10; border-bottom: 1px solid #DDDDDD;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{width: 100%; height: 100%; display: flex; align-items: flex-start; justify-content: space-between;}
#logo {width: 157px; margin-top: 41px;}
#logo a{width: 100%; display: block;}
#logo img {vertical-align: top; max-height:100%; width:100%; display: block;}
#hd_info{margin-top: 36px; display: flex; align-items: center; justify-content: flex-start;}
#hd_info .hd_mentor{margin-right: 20px;}
#hd_info .hd_mentor a{padding: 0 10px; height: 57px; border-radius: 10px; font-size: 27px; line-height:1.2; font-weight: 500; color: #000; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center;}
#hd_info .hd_profile{width: 57px; height: 57px; border-radius: 13px; overflow: hidden;}
#hd_info .hd_profile a{width: 100%; height: 100%; display: block;}
#hd_info .hd_profile a img{width: 100%; height: 100%; display: block; object-fit: cover;}
#hd_info .hd_menu{margin-left: 17px; width: 23px; height: 23px;}
#hd_info .hd_menu a{display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
#hd_info .hd_menu a img{max-width:100%; max-height:100%; object-fit: cover; display: block;}
#gnb_open {position:absolute;top:10px;left:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color:#fff;background:none;font-size:2em}
#gnb {height: max-content; min-height: 500px; max-height: calc(100vh - 230px); display:none; background:#FFF; position:fixed; top: 63px; left: 50%; margin-left: -20%; z-index:99999; width:100%; max-width:70%; overflow-y:auto; border-radius: 30px; -webkit-box-shadow:0 0 10px #fff; -moz-box-shadow:0 0 10px #fff; box-shadow:0 0 10px rgba(255,255,255,0.26);}
/*#gnb {height: max-content; min-height: 500px; max-height: calc(100vh - 230px); display:none; background:#FFF; position:fixed; top: 63px; left: 50%; margin-left: -60px; z-index:99999; width:100%; max-width:384px; overflow-y:auto; border-radius: 30px; -webkit-box-shadow:0 0 10px #fff; -moz-box-shadow:0 0 10px #fff; box-shadow:0 0 10px rgba(255,255,255,0.26);}*/
#utilArea{padding: 45px 37px;}
#utilArea .util_hd_tit{margin-bottom: 25px;}
#utilArea .util_hd_tit {display: flex; align-items: center; justify-content: flex-start; }
#utilArea .util_hd_tit h4 strong{font-size: 27px; line-height: 1.2; font-weight: bold; color: #1F1F24;}
#utilArea .util_hd_tit h4 span{font-size: 27px; line-height: 1.2; font-weight: bold; color: #70767F;}
#utilArea .util_hd_list {display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
#utilArea .util_hd_list .util_hd_items{padding: 23px 27px 23px 33px; border-radius: 10px; background: #F5F5F5; border: 1px solid #DDDDDD; display: flex; align-items: center; justify-content: space-between; width: 100%;}
#utilArea .util_hd_list .util_hd_items + .util_hd_items{margin-top: 16px;}
#utilArea .util_hd_list .util_hd_items .items_txt{font-size: 27px; line-height: 1.2; font-weight: bold; color: #1F1F24;}
#utilArea .util_hd_list .util_hd_items > img{width: 44px; height: 44px; display: block;}
#utilArea #util_btn{margin-top: 25px; width: 100%;}
#utilArea #util_btn #util_logout{height: 73px; font-size: 27px; line-height: 1.2; font-weight: bold; color: #1F1F24; border: 1px solid #1F1F24; background: #FFF; display: flex; align-items: center; justify-content: center; width: 100%;}
#gnb_btm {margin: 0 auto 44px; display: flex; justify-content: center;}
#gnb_btm #gnb_close {width: 29px; height: 29px; background: url("/theme/network/img/ic_close.svg") center center no-repeat; background-size: 100% 100%; border: 0;}

#gnb_1dul {background:#fff}
#gnb_1dul a {display:block;color:#000}
.gnb_1dli {position:relative;line-height:40px}
.gnb_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.2em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.gnb_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.gnb_1da {padding:5px 20px;border-bottom:1px solid #eee;font-weight:bold;font-size:1.2em;}
.gnb_2dul {display:none;background:#fafafa}
.gnb_2da {padding-left:30px}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#user_btn {position:absolute;top:10px;right:10px;padding:0 10px;height:40px;width:40px;border:0;color:#fff;font-size:1.8em;background:none;letter-spacing:-0.1em}
#user_menu {display:none;position:fixed;top:0;right:0;width:100%;height:100%;overflow-y:auto;z-index:9999;background:#efefef;text-align:center}
#user_close {display:block;position:absolute;right:8px;top:10px;z-index:99;font-weight:bold;margin:0;height:40px;width:40px;border:0;color:#bfb8b2;font-size:1.8em;background:transparent}

#snb_cnt span {display:inline-block;float:right;padding:0 7px;height:18px;margin-top:3px;line-height:18px;font-size:12px;background:#da22f5;border-radius:20px;color:#fff}

#hd_nb {background:#fff;margin-top:10px;border-bottom:1px solid #e1e1e1}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li {width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a {display:block;color:#717171;text-align:left;padding:10px 15px}
#hd_nb li i {font-size:14px;margin-right:10px;color:#a5a8ac}
#hd_nb .hd_nb1 {border-right:1px solid #efefef;border-bottom:1px solid #efefef}
#hd_nb .hd_nb2 {border-bottom:1px solid #efefef}
#hd_nb .hd_nb3 {border-right:1px solid #efefef}

/* 텍스트 크기 조절 */
#text_size {margin:10px 0;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select {background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px rgba(100,100,100,0.2);
box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {padding: 0 38px; height: 100px; font-size: 30px; line-height: 1.1; font-weight: 400; color: #1F1F24; background: transparent; display: flex; align-items: center; justify-content: center; position: relative;}
#container_title a{left: 38px; width: 28px; height: 28px; background-size: 15px 28px; top: 50%; transform: translateY(-50%); position: absolute; background: url("/theme/network/img/ic_search_back.svg") center center no-repeat; display: block;}
.top {position:relative}
.btn_top {position:absolute; top:0px; right:38px;z-index:9;padding:8px 0}
.btn_top li {display:inline-block}
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed {position:fixed;top:0;right:0;z-index:999}
.fixed.btn_bo_user {right:10px}
#container_title.fixed {width:100%; position: relative; z-index: 1;}

/* 하단 레이아웃 */
#ft {position: fixed; width: 100%; max-width: 680px; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 10; background: #FFF; border-top: 1px solid rgba(255,255,255,0.3); box-sizing:border-box; box-shadow:0 -3px 6px rgba(0 0 0 / 15%);}
#ft .ft_list{height: 127px; display: flex; align-items: center; justify-content: space-between;}
#ft .ft_list .ft_items{width: 25%; text-align: center;}
#ft .ft_list .ft_items a{padding: 0 10px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; position: relative;}
#ft .ft_list .ft_items a .img{width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; background-repeat: no-repeat; background-position: center center; background-size: cover; transition: background-image .3s;}
#ft .ft_list .ft_items a .img.ic_home{background-image: url(../img/ic_home_on.svg);}
#ft .ft_list .ft_items a.active .img.ic_home{background-image: url(../img/ic_home_point.svg);}
#ft .ft_list .ft_items a .img.ic_search{background-image: url(../img/ic_search_on.svg);}
#ft .ft_list .ft_items a.active .img.ic_search{background-image: url(../img/ic_search_point.svg);}
#ft .ft_list .ft_items a .img.ic_talk{background-image: url(../img/ic_talk_on.svg);}
#ft .ft_list .ft_items a.active .img.ic_talk{background-image: url(../img/ic_talk_point.svg);}
#ft .ft_list .ft_items a .img.ic_link{background-image: url(../img/ic_link_on.svg);}
#ft .ft_list .ft_items a.active .img.ic_link{background-image: url(../img/ic_link_point.svg);}
#ft .ft_list .ft_items a .txt{margin-top: 13px; font-size: 27px; line-height: 1.17; font-weight: bold; color: #262626; transition: color .3s;}
#ft .ft_list .ft_items a.active .txt{color: #3C71FF;}
#ft .ft_list .ft_items a.new:after{top: -6px; left: 50%; width: 10px; height: 10px; margin-left: 18px; border-radius: 50%; background: #FF3B4F; content:''; position: absolute;}

/* 초대링크 팝업 */
#invite_pop{top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 9999; display: none;}
#invite_pop .invite_wrap{width: 100%; height: 100%; position: relative; display: flex; align-items:center; justify-content: center;}
#invite_pop .dim{top: 0; left: 0; width: 100%; height: 100%;; position: absolute; background: rgba(0,0,0,0.5); z-index: 1;}
#invite_pop .invite_pop_inner{width: 515px; padding: 69px 40px 57px; border-radius:30px; gap: 43px; position: relative; z-index: 1; background: #fff; border: 1px solid rgba(255,255,255,0.1); box-shadow:0 0 15px rgba(0 0 0 / 20%); display: flex; flex-direction: column; align-items: center; justify-content: center;}
#invite_pop .invite_pop_inner p{font-size: 27px; line-height: 1.1; font-weight: bold; color: #1F1F24; word-break: break-word;}
#invite_pop .invite_pop_inner .btn{width: 317px; height: 76px}
/* #user_search{display: none; position: fixed; bottom: 128px; left: 0; width: 100%; height: calc(100vh - 238px); background: #000;}
#user_search .user_search_top{padding: 35px 38px; position: relative; text-align: center;}
#user_search .user_search_top p{font-size: 27px; line-height: 1.1; font-weight: 400; color: #fff;}
#user_search .user_search_top #search_close_btn{width: 20px; height: 30px; left: 38px; background-size: 15px 28px; top: 50%; position: absolute; transform: translateY(-50%); background: url("/theme/network/img/ic_search_back.svg") center center no-repeat; border: 0;}
#hd_sch {width: calc(100% - 76px); padding:11px 0 12px 0 ;background:#000; margin: 0 auto;}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {padding: 0 29px; height: 79px; border-radius: 10px; position:relative; display: flex; align-items: center; justify-content: flex-start; background: #1F1F24;}
#hd_sch #sch_stx {width:calc(100% - 66px); height: 38px; font-size: 23px; line-height: 1.2; font-weight: 500; background:transparent; border:0; color:#fff;}
#hd_sch #sch_stx::placeholder{color: #4F5053;}
#hd_sch #sch_stx:autofill,
#hd_sch #sch_stx:autofill:hover,
#hd_sch #sch_stx:autofill:focus,
#hd_sch #sch_stx:autofill:active {-webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0px 1000px transparent inset; box-shadow: 0 0 0px 1000px transparent inset; transition: background-color 5000s ease-in-out 0s;}
#hd_sch #sch_stx:-webkit-autofill,
#hd_sch #sch_stx:-webkit-autofill:hover,
#hd_sch #sch_stx:-webkit-autofill:focus,
#hd_sch #sch_stx:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; -webkit-text-fill-color: #fff !important;}
#hd_sch #sch_submit {width:38px; height:38px; margin-right: 28px; cursor:pointer; background: url("/theme/network/img/ic_search_bg.svg") center center no-repeat; background-size: 100% 100%; border: 0;}
#hd_sch p{margin-top: 41px; font-size: 20px; line-height: 1.2; font-weight: 400; color: #989A9B;} */

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:0;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn {display:inline-block;padding:0 5px;height:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

/* 서식단계 진행 */
.btn_confirm {text-align:center}

.btn_submit {border:0;background:#3C71FF; border:1px solid #205FAC; color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#3C71FF; border:1px solid #205FAC; }
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;border:0;background:#fff;border:1px solid #3a8afd;color:#3a8afd;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#3a8afd;color:#fff;border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block;background:transparent;color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:0;background:transparent;color:#333;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;color:#d13f4a;font-size:1.4em;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {font-size:30px; line-height:1.2 !important; width:80px; height:80px; bottom:150px; margin-left: 222px; display: flex; align-items: center; justify-content: center; left:50%; position:fixed; z-index:99; background:#3C71FF; color:#fff; border-radius:50% !important; -moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}

/* btn style */
a.btn,.btn{height: 98px; border-radius: 10px; font-size: 25px; line-height:1.2; font-weight: bold; display: flex; align-items: center; justify-content: center; width: 100%; -webkit-transition:background-color 0.3s ease-out; -moz-transition:background-color 0.3s ease-out; -o-transition:background-color 0.3s ease-out; transition:background-color 0.3s ease-out;}
.btn.primary{background: #3C71FF; border: 1px solid #205FAC; color: #fff; box-shadow: 0 0 15px rgba(28, 96, 180, 0.69);}
.btn.talk{background: #3C71FF; border: 1px solid #205FAC; color: #fff; box-shadow: 0 0 15px rgba(28, 96, 180, 0.69);}
.btn.cancel{background: #fff; border: 1px solid #D9D9D9; color: #70767F;}
.btn.upload{height: 78px; font-size: 20px; background: #70767F; border: 1px solid #656B74; color: #fff;}
.btn.adr{height: 78px; font-size: 20px; background: #70767F; border: 1px solid #656B74; color: #fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #d8dbdf;background:#f7f7f9;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody {text-align:left}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e7e9ec;border-top:0;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01 ul {}
.list_01 li {border-bottom:1px solid #e5ecee;padding:15px}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.all_chk {padding:15px;border-bottom:1px solid #e8eaee;background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:20px; position:relative}
.form_01 li {margin:0 0 10px;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;padding:5px;border-radius:0;box-shadow:none}
.form_01 textarea::placeholder{color: #8E8E92;}
.form_01 textarea {width:100%;height:300px !important; padding: 35px 33px; border-radius:10px; font-size: 23px; line-height: 1.2; font-weight: 500; border: 0; background:#fff; color:#1F1F24; resize: none;}
.frm_input {height:60px}
.full_input {width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select {height:40px;background-color:#fff}
.form_01 .frm_info {font-size:0.92em;color:#3a8afd;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important; font-size: 27px; line-height: 1.4; color:#777;text-align:center}
.empty_list {font-size: 27px; padding:110px 0 !important; line-height:1.2; font-weight: bold; color: #989A9B; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.empty_list img{width: 115px; display: block; margin: 0 auto 28px;}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat  !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative; z-index: 1;}
.new_win #win_title{padding: 0 38px; height: 100px; font-size: 27px; line-height: 1.1; font-weight: 400;  color: #fff; background: #000; display: flex; align-items: center; justify-content: center; position: relative;}
.new_win #win_title a{left: 38px; width: 28px; height: 28px; background-size: 15px 28px; top: 50%; transform: translateY(-50%); position: absolute; background: url(/theme/network/img/ic_search_back.svg) center center no-repeat; display: block;}
/* .new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1); -moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em} */

/* 마이페이지 */
.pf_wrap{padding: 0 38px 60px;}
.pf_wrap .pf_area{padding: 38px 32px; border-radius:10px; width: 100%; background: #fff;}
.pf_wrap .pf_top{display: flex; align-items: center; justify-content: space-between;}
.pf_wrap .pf_top .pf_info{display: flex; align-items: center; justify-content: flex-start;}
.pf_wrap .pf_top .pf_info .pf_thumbImg{margin-right: 23px; width: 82px; height: 82px; position: relative;}
.pf_wrap .pf_top .pf_info .pf_thumbImg img{border-radius:13px; width: 100%; height: 100%; display: block; object-fit: cover; overflow: hidden;}
.pf_wrap .pf_top .pf_info .pf_thumbImg input[type="file"]{display: none;}
.pf_wrap .pf_top .pf_info .pf_thumbImg .cus_file{height: 93px; width: 100%; background: url("/theme/network/img/ic_profile_change.svg") center center no-repeat; background-size: 100% 100%; position: absolute; top:0; left:0; display: block; border: 0; font-size: 0; cursor:pointer;}
.pf_wrap .pf_top .pf_info .pf_infoTxt{width: 120px; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column;}
.pf_wrap .pf_top .pf_info .pf_infoTxt p,
.pf_wrap .pf_top .pf_info .pf_infoTxt label:first-of-type{font-size: 30px; line-height:1.1; font-weight: bold; color: #1F1F24; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap;}
.pf_wrap .pf_top .pf_info .pf_infoTxt span,
.pf_wrap .pf_top .pf_info .pf_infoTxt label:last-of-type{margin-top: 8px; font-size: 27px; line-height: 1.2; font-weight: 500; color: #70767F; overflow: hidden; display: block; text-overflow: ellipsis; white-space: nowrap;}
.pf_wrap .pf_top .pf_util{gap: 15px; display: flex; align-items: center; justify-content: flex-start;}
.pf_wrap .pf_top .pf_util .pf_btn{width: 95px; height: 53px; border-radius: 10px; font-size: 24px; line-height:1.2; font-weight: bold; background: #FFF; border: 1px solid #DDDDDD; display: flex; align-items: center; justify-content: center;}
.pf_wrap .pf_top .pf_util .pf_btn .btn_img {margin-right: 6px; width: 32px; height: 30px; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; transition: background-image 0.3s ease;}
.pf_wrap .pf_top .pf_util .pf_great_btn{color: #1F1F24;}
.pf_wrap .pf_top .pf_util .pf_link_btn{color: #1F1F24;}
.pf_wrap .pf_top .pf_util .pf_great_btn .btn_img{background-image: url("/theme/network/img/thumb_great.svg");}
.pf_wrap .pf_top .pf_util .pf_link_btn .btn_img{background-image: url("/theme/network/img/thumb_link.svg");}
.pf_wrap .pf_top .pf_util .pf_great_btn.active .btn_img{background-image: url("/theme/network/img/thumb_great_on.svg");}
.pf_wrap .pf_top .pf_util .pf_link_btn.active .btn_img{background-image: url("/theme/network/img/thumb_link_on.svg");}
.pf_wrap .pf_lists{}
.pf_wrap .pf_lists .pf_items{padding: 26px 0; display: flex; align-items: center; justify-content: space-between; width: 100%; border-bottom: 1px solid #DDDDDD; position: relative;}
.pf_wrap .pf_lists .pf_items:first-of-type{padding: 0 0 26px;}
.pf_wrap .pf_lists .pf_items:after{height: 1px; content:""; position: absolute; bottom: 0; left: 0; width: 100%;}
.pf_wrap .pf_lists .pf_items p,
.pf_wrap .pf_lists .pf_items label{width: 150px; padding: 0 2px; font-size: 27px; line-height: 35px; font-weight: 500; color: #70767F; word-break: keep-all;}
.pf_wrap .pf_lists .pf_items sub{width: calc(100% - 170px); display: flex; align-items: center; justify-content: flex-end;}
.pf_wrap .pf_lists .pf_items sub .pf_txt{font-size: 27px; line-height:1.1; font-weight: bold; color: #1F1F24; word-break:break-word;}
.pf_wrap .pf_lists .pf_items sub .pf_txt + .pf_txt {margin-left: 5px;}
.pf_wrap .pf_lists .pf_items sub .pf_txt.read_only{color: #1F1F24;}
.pf_wrap .pf_lists .pf_items sub .bar{margin: 0 10px; font-size: 27px; line-height:1.1; font-weight: 400; color: #1F1F24;}
.pf_wrap .pf_lists .pf_items sub .pf_name{font-size: 27px; line-height:1.1; font-weight: bold; color: #70767F;}
.pf_wrap .pf_lists .pf_items sub .pf_id{margin-left: 14px; border-radius: 30px; padding: 9px 18px 11px; font-size: 23px; line-height:1.1; font-weight: bold; color: #70767F; background: #E5E5E5; display: flex; align-items: center; justify-content: center;}
.pf_wrap .pf_lists .pf_items sub .pf_nor{margin-left: 8px; font-size: 24px; line-height:1.1; font-weight: 500; color: #70767F;}
.pf_wrap .pf_lists .pf_items sub input{height: 36px; font-size: 27px; line-height: 1.2; font-weight: 500; color: #1F1F24; width: 100%; background: transparent; border: 0; text-align: right;}
.pf_wrap .pf_lists .pf_items sub input[type="checkbox"]{display: none;}
.pf_wrap .pf_lists .pf_items sub input[type="checkbox"] + .chk_lb{margin-left: 10px; width: 67px; height: 34px; background: url("/theme/network/img/text_checked.png") center center no-repeat; background-size: 100% 100%; cursor: pointer; flex-shrink: 0}
.pf_wrap .pf_lists .pf_items sub input[type="checkbox"]:checked + .chk_lb{background: url("/theme/network/img/text_check.png") center center no-repeat; background-size: 100% 100%; cursor: pointer;}
.pf_wrap .pf_lists .pf_items sub.ty2 input{text-align: center;}
.pf_wrap .pf_lists .pf_items.adr position: relative;}
/* .pf_wrap .pf_lists .pf_items.adr #daum_juso_pagemb_zip{left: 50% !important; width: calc(100% + 64px) !important; transform: translateX(-50%);} */
.pf_wrap .pf_lists .pf_items.adr label,
.pf_wrap .pf_lists .pf_items.adr p{line-height: 45px;}
.pf_wrap .pf_lists .pf_items.adr sub{ flex-wrap:wrap; text-align: right;}
.pf_wrap .pf_lists .pf_items.adr select{width: 100px; height: 33px; font-size: 27px; line-height: 1.2; font-weight: 500; color: #1f1f24; background: transparent; border: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; text-align: center; margin-left: auto;}
.pf_wrap .pf_lists .pf_items.adr select + select{width: 160px;}
.pf_wrap .pf_lists .pf_items.adr input[type="checkbox"]{display: none;}
.pf_wrap .pf_lists .pf_items.adr input[type="checkbox"] + .chk_lb{margin-left: 10px; width: 67px; height: 34px; background: url(/theme/network/img/text_checked.png) center center no-repeat; background-size: 100% 100%; cursor: pointer; flex-shrink: 0}
.pf_wrap .pf_lists .pf_items.adr input[type="checkbox"]:checked + .chk_lb{background: url("/theme/network/img/text_check.png") center center no-repeat; background-size: 100% 100%; cursor: pointer;}
/* .pf_wrap .pf_lists .pf_items.adr sub{gap: 8px; flex-wrap: wrap;}
.pf_wrap .pf_lists .pf_items.adr sub input{height: 45px;}
.pf_wrap .pf_lists .pf_items.adr sub #reg_mb_zip{text-align: center;}
.pf_wrap .pf_lists .pf_items.adr sub #reg_mb_zip,
.pf_wrap .pf_lists .pf_items.adr sub .btn{height: 45px; width: calc(50% - 26px);}
.pf_wrap .pf_lists .pf_items.adr sub input[type="checkbox"] + .chk_lb{margin-left: 0;}
.pf_wrap .pf_lists .pf_items.adr.chkN sub {flex-direction: column; align-items: flex-end;}
.pf_wrap .pf_lists .pf_items.adr.chkN sub #reg_mb_zip{width: 100%; text-align: right;} */
.pf_wrap .pf_lists .pf_items.memberLeave{padding-bottom: 0; border-bottom: 0; display: block;}
.pf_wrap .pf_lists .pf_items.memberLeave a{font-size:22px; padding:0 20px; height: 40px; background: #E5E5E5; color:#70767F; width:max-content; max-width: 100%;}
.pf_wrap .pf_lists .pf_items .mentor_box{gap:10px; flex-direction: column; display: flex; align-items: flex-start}
.pf_wrap .pf_lists .pf_items .mentor_box label{width: auto !important; cursor: pointer; display: flex; align-items: center;}
.pf_wrap .pf_lists .pf_items .mentor_box label input[type="checkbox"]{margin-right: 10px; width: 30px !important; height: 30px; display: block; cursor: pointer;}
.pf_wrap .pf_lists .pf_items .mentor_box input[type="text"]{width: 100% !important; flex-grow: 1; text-align: left;}

.pf_wrap .talk{margin-top: 27px;}
.pf_wrap .talk img{width: 38px; height: 38px; margin-right: 14px;}
.pf_wrap .pf_intro{padding: 38px 32px; margin-bottom: 48px; border-radius: 10px; background: #fff;}
.pf_wrap .pf_intro label,
.pf_wrap .pf_intro p{font-size: 23px; line-height: 1.2; font-weight: bold; color: #989A9B;}
.pf_wrap .pf_intro .pf_intro_box{margin-top: 40px; min-height: 200px;  padding:20px; border-radius: 10px; font-size: 27px; line-height: 1.4; font-weight: 500; color: #1F1F24; background: #fff; height: auto; width: 100%; border: 1px solid #DDD;}
.pf_wrap .pf_intro .pf_intro_box textarea{width: 100%; height: 200px !important; border-radius:10px; background: transparent; border: 0; resize:none; color: #1F1F24; word-break: break-word}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner{margin-top: 30px; position: relative;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list{margin-bottom: 13px; width: 100%; border-bottom: 1px solid #DDDDDD;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list:first-of-type{border-top: 1px solid #DDDDDD;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items{padding: 14px 0; gap: 18px; font-size: 23px; line-height: 1.2; font-weight: 500; color: #3C71FF; display: flex; align-items: center; justify-content: flex-start; position: relative; flex-wrap: wrap;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items input[type='text']{height:60px; padding: 0 160px 0 20px; width:100%; border: 1px solid #ddd;	color: #3C71FF; font-weight: 500;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items input[type='text'] + label{font-size: 27px; width:140px; height:60px; top: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; right: 0; position: absolute; background: #70767F; border: 1px solid #656B74; color: #fff; cursor: pointer;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items .frm_file{position: absolute;	width: 1px;	height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del{padding-bottom: 14px; gap:10px; display: flex; align-items: center;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del input[type='checkbox']{width:20px; height:20px;}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del label{font-size: 24px; color: #aaa;}
/*.pf_wrap .pf_intro .pf_intro_box .attachment_inner #file_list li input[type='checkbox']{width: 38px; height: 38px; border-radius: 10px; background: url("/theme/network/img/ic_file_close.svg") center center no-repeat; background-size: 100% 100%; font-size: 0; text-index: -9999px; border: 0; flex-shrink: 0; font-size: 0}*/
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_msg{margin-bottom: 16px; font-size: 27px; line-height:1.2; font-weight: 500; color: #70767F; word-break: break-word}
.pf_wrap .pf_intro .pf_intro_box .attachment_inner .btn{width: 100%; font-size: 27px; color: #fff; font-weight: 500; cursor: pointer;}
.pf_wrap .pf_intro .pf_intro_box .pf_contents{min-height: 150px; word-break: break-word}
.pf_wrap .pf_intro .pf_intro_box .pf_links{padding: 20px 0; width: 100%; border-top: 1px solid #D9D9D9;}
.pf_wrap .pf_intro .pf_intro_box .pf_links a{font-size: 27px; line-height: 1.1; font-weight: 500; color: #3C71FF; display: inline-flex; word-break: break-word}
.pf_wrap .pf_intro .pf_intro_box .pf_files{width: 100%;}
.pf_wrap .pf_intro .pf_intro_box .pf_files li{padding: 20px 0; font-size: 27px; line-height:1.1; font-weight: 500; color: #3C71FF; border-bottom: 1px solid #D9D9D9;}
.pf_wrap .pf_intro .pf_intro_box .pf_files li:first-of-type{border-top: 1px solid #D9D9D9;}
.pf_wrap .pf_intro .pf_intro_box .pf_files li *{font-size: inherit; color: inherit; word-break: break-word}
.pf_wrap .pf_check{padding: 0 14px; gap: 10px; margin-bottom: 22px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.pf_wrap .pf_check b{font-size: 27px; line-height: 1.2; font-weight: bold; color: #989A9B;}
.pf_wrap .pf_check span{font-size: 23px; line-height: 1.2; font-weight: 500; color: #989A9B;}
.pf_wrap .pf_check input[type="checkbox"]{display: none;}
.pf_wrap .pf_check input[type="checkbox"] + .chk_lb {margin: 0 0 0 auto; width: 107px; height: 34px; background: url(/theme/network/img/all_checked.png) center center no-repeat; background-size: 100% 100%; cursor: pointer; flex-shrink: 0;}
.pf_wrap .pf_check input[type="checkbox"]:checked + .chk_lb {background: url(/theme/network/img/all_check.png) center center no-repeat; background-size: 100% 100%; cursor: pointer;}
/* 회원가입 */
.reg_form{padding: 24px 38px 40px;}
.join_tit{padding: 0 14px; gap: 10px; margin-bottom: 22px; display:flex; align-items:center; justify-content: flex-start; flex-wrap: wrap;}
.join_tit b{font-size: 27px; line-height: 1.2; font-weight: bold; color: #989A9B;}
.join_tit span{font-size: 24px; line-height: 1.2; font-weight: 500; color: #989A9B; word-break: break-word}
.join_tit input[type="checkbox"]{display: none;}
.join_tit input[type="checkbox"] + .chk_lb{margin: 0 0 0 auto; width: 107px; height: 34px; background: url("/theme/network/img/all_checked.png") center center no-repeat; background-size: 100% 100%; cursor: pointer; flex-shrink: 0}
.join_tit input[type="checkbox"]:checked + .chk_lb{background: url("/theme/network/img/all_check.png") center center no-repeat; background-size: 100% 100%; cursor: pointer;}
.reg_thumbImg{width: 146px; height: 145px; margin: 0 auto 68px; position: relative;}
.reg_thumbImg > img{border-radius: 13px; width: 100%; height: 100%; overflow: hidden; display: block;}
.reg_thumbImg input[type="file"]{display: none;}
.reg_thumbImg .btn_file{height:175px; background: url("/theme/network/img/ic_profile_change.svg") center center no-repeat; background-size: 100% 100%; width: 100%; top: 0; left: 0; position: absolute; cursor:pointer; font-size: 0; text-indent: -9999px;}
.reg_box{padding: 23px 40px; border-radius: 10px; background: #fff; display: flex; align-items: center; justify-content: space-between;}
.reg_box.justify-start{justify-content: flex-start;}
.reg_box.justify-between{justify-content: space-between;}
.reg_box + .reg_box {margin-top: 20px;}
.reg_box label:not(.chk_lb){font-size: 27px; width: 160px; margin-right: 18px; line-height: 1.2; font-weight: bold; color: #1F1F24; flex-shrink: 0;}
.reg_box input{height: 33px; width: calc(100% - 178px) !important; font-size: 27px; line-height: 1.2; font-weight: 500; color: #1F1F24; background: transparent; border: 0; background-image:none !important; text-align:right;}
.reg_box input::placeholder{color: #8E8E92;}
.reg_box input:autofill,
.reg_box input:autofill:hover,
.reg_box input:autofill:focus,
.reg_box input:autofill:active {-webkit-text-fill-color: #1F1F24; -webkit-box-shadow: 0 0 0px 1000px transparent inset; box-shadow: 0 0 0px 1000px transparent inset; transition: background-color 5000s ease-in-out 0s;}
.reg_box input:-webkit-autofill,
.reg_box input:-webkit-autofill:hover,
.reg_box input:-webkit-autofill:focus,
.reg_box input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; -webkit-text-fill-color: #1F1F24 !important;}
.reg_box #reg_mb_recommend{gap: 13px; display: flex; align-items: center; justify-content: flex-start;}
.reg_box #reg_mb_recommend .reg_mb_re_name{font-size: 27px; line-height: 1.1; font-weight: bold; color: #70767F;}
.reg_box #reg_mb_recommend .reg_mb_re_id{border-radius: 30px; padding: 10px 18px; font-size: 23px; line-height: 1.2; font-weight: bold; color: #70767F; background: #E5E5E5; display: flex; align-items: center; justify-content: center; border: 0;}
.reg_box.adr{position: relative;}
.reg_box input[type="checkbox"]{display: none;}
.reg_box input[type="checkbox"] + .chk_lb{margin: 0 0 0 10px; width: 67px; height: 34px; background: url("/theme/network/img/text_checked.png") center center no-repeat; background-size: 100% 100%; cursor: pointer; flex-shrink: 0}
.reg_box input[type="checkbox"]:checked + .chk_lb{background: url("/theme/network/img/text_check.png") center center no-repeat; background-size: 100% 100%; cursor: pointer;}
.reg_box.adr select{width: 100px; height: 33px; font-size: 27px; line-height:1.2; font-weight: 500; color: #1f1f24; background: transparent; border: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; text-align: center; margin-left: auto;}
.reg_box.adr select + select{width: 160px;}
/* .reg_box .reg_adr_box label{line-height:45px;}
.reg_box .reg_adr_box input{width: 100% !important; height: 45px; text-align: right;}
.reg_box .reg_adr_box #reg_mb_zip{text-align: center;}
.reg_box .reg_adr_box #reg_mb_zip,
.reg_box .reg_adr_box .btn{height: 45px; width: calc(50% - 26px) !important;}
.reg_box .reg_adr_box input[type="checkbox"] + .chk_lb{margin-left: 0;} */
.reg_box2{margin-top: 48px; gap: 20px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.reg_box2 label{padding: 0 14px; font-size: 23px; line-height:1.1; font-weight: bold; color: #989A9B;}
.reg_box2 .reg_txt{width: 100%; min-height: 300px; padding: 35px 33px; border-radius: 10px; background: #fff; }
.reg_box2 .reg_txt textarea{height: 150px !important; font-size: 27px; line-height: 1.4; background: transparent; font-weight: 500; color: #1F1F24; resize:none; border: 0; padding: 0;}
.reg_box2 .reg_txt textarea::placeholder{color: #8E8E92;}
.reg_box2 .reg_txt .attachment_inner{margin-top: 30px; position: relative;}
.reg_box2 .reg_txt .attachment_inner .file_list{margin-bottom: 13px; width: 100%; border-bottom: 1px solid #DDDDDD;}
.reg_box2 .reg_txt .attachment_inner .file_list:first-of-type{border-top: 1px solid #DDDDDD;}
.reg_box2 .reg_txt .attachment_inner .file_list .file_items{padding: 14px 0; gap: 18px; font-size: 23px; line-height: 1.2; font-weight: 500; color: #3C71FF; display: flex; align-items: center; justify-content: flex-start; position: relative; flex-wrap: wrap;}
.reg_box2 .reg_txt .attachment_inner .file_list .file_items input[type='text']{height:60px; padding: 0 160px 0 20px; width:100%; border: 1px solid #ddd;	color: #3C71FF; font-weight: 500;}
.reg_box2 .reg_txt .attachment_inner .file_list .file_items input[type='text'] + label{font-size: 26px; width:140px; height:60px; top: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; right: 0; position: absolute; background: #70767F; border: 1px solid #656B74; color: #fff; cursor: pointer; padding: 0; text-align: center;}
.reg_box2 .reg_txt .attachment_inner .file_list .file_items .frm_file{position: absolute;	width: 1px;	height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0;}
.reg_box2 .reg_txt .attachment_inner .file_msg{margin-bottom: 16px; font-size: 27px; line-height:1.2; font-weight: 500; color: #70767F; word-break: break-word;}
.reg_box2 .reg_txt .attachment_inner .btn{width: 100%; font-size: 27px; color: #fff; font-weight: 500; cursor: pointer;}
.reg_box.reg_rd{margin-bottom: 40px;}
.reg_box.reg_rd label{text-align: center; cursor:pointer; display:flex; align-items: center; gap:10px; justify-content:center;}
.reg_box.reg_rd label input[type="radio"]{width: 24px !important; height: 24px; border-radius: 50%; padding: 0; margin: 0; accent-color: #3C71FF;}
.reg_box.ty2 .bar{margin: 0 10px; font-size: 23px; line-height: 1.2; font-weight: 500; color: #1F1F24;}
.reg_box.ty2 input{text-align: center;}
.reg_box .mentor_box{gap:10px; flex-direction: column; display: flex;}
.reg_box .mentor_box label{width: auto !important; cursor: pointer; display: flex; align-items: center;}
.reg_box .mentor_box label input[type="checkbox"]{margin-right: 10px; width: 30px !important; height: 30px; display: block; cursor: pointer;}
.reg_box .mentor_box input[type="text"]{width: 100% !important; flex-grow: 1; text-align: left;}

.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}

.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {padding: 14px 38px 40px;}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}

.new_win .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 4px;margin:0 2px}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333;font-weight:bold}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* 메인 공지사항 노출 */
.notice_main{padding: 15px 36px; background: #474545;}
.notice_main a{gap:5px; font-size: 27px; line-height:1.1; font-weight: 500; color: #fff; display: inline-flex; align-items: center; justify-content: flex-start;}
/* 메인 공지사항 노출 */

/* 메인 회원 리스트 */
.mb_lists.prm_area{padding-bottom: 0}
.mb_lists.prm_area .mb_items{border: 1px solid #1F1F24;}
.mb_lists.prm_area + .mb_lists{padding-top: 24px;}
.mb_lists{padding: 36px 38px; width: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.mb_lists .mb_items{padding: 40px 32px 34px; border-radius: 10px; background: #fff; width: 100%; position: relative; box-shadow:0 0 5px rgba(0 0 0 / 10%);}
.mb_lists .mb_items .mb_items_board_text{gap:10px; margin-bottom: 26px; display: flex; flex-direction: column; justify-items: flex-start; align-items: flex-start;}
.mb_lists .mb_items .mb_items_board_text a{font-size: 23px; line-height: 1.4; font-weight: 500; color: #70767F; display: inline-flex;}
.mb_lists .mb_items .mb_items_board_text a.bo_sbj{font-weight: bold; color: #1F1F24;}
.mb_lists .mb_items + .mb_items{margin-top: 24px;}
.mb_lists .mb_items .mb_items_utilbox{top:0; right: 0; width: 20px; height: 20px; display:flex; align-items: center; justify-content: center; position: absolute;}
.mb_lists .mb_items .mb_items_utilbox a{width: 100%; height: 100%; background: url("/theme/network/img/ic_menu.svg") center center no-repeat; background-size: 100% 100%;}
.mb_lists .mb_items_thumb{display: flex; justify-content: flex-start; align-items:flex-start; position: relative}
.mb_lists .mb_items_thumb .mb_items_thumb_img{width: 56px; height: 56px; margin-right: 26px; border-radius:13px; overflow: hidden;}
.mb_lists .mb_items_thumb .mb_items_thumb_img a{width: 100%; height: 100%; display: block;}
.mb_lists .mb_items_thumb .mb_items_thumb_img a img{width: 100%; height: 100%; object-fit: cover; display: block;}
.mb_lists .mb_items_thumb .mb_items_thumb_info{width: calc(100% - 112px); display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;}
.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_name{font-size: 30px; line-height:1.1; font-weight: bold; color: #70767F; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width:100%;}
.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_profile{margin-top: 21px; font-size: 27px; line-height:1.1; font-weight: bold; color: #1F1F24; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-word}
.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_dt{margin-top: 15px; font-size: 24px; line-height:1.1; font-weight: 500; color: #1F1F24; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.mb_lists .mb_items_util{margin-top: 30px; gap:30px; display: flex; align-items: center; justify-content: space-between;}
.mb_lists .mb_items_util .mb_items_util_items{width: 100%; height: 83px; border-radius: 10px; border: 1px solid #DDDDDD; background: #fff; overflow: hidden;}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box .utill_img{width: 50px; height: 40px; transition: background-image 0.3s ease; background-position: center center; background-repeat: no-repeat; background-size: 100% 100%;}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box .img_great{background-image: url("/theme/network/img/thumb_great.svg");}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box .img_link{background-image: url("/theme/network/img/thumb_link.svg");}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box .img_talk{background-image: url("/theme/network/img/thumb_talk.svg");}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box .utill_txt{margin-left: 15px; font-size: 27px; line-height:1.2; font-weight: bold; color: #1F1F24;}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box.active .img_great{background-image: url("/theme/network/img/thumb_great_on.svg");}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box.active .img_link{background-image: url("/theme/network/img/thumb_link_on.svg");}
.mb_lists .mb_items_util .mb_items_util_items .util_items_box.active .img_talk{background-image: url("/theme/network/img/thumb_talk_on.svg");}

/* 주소 팝업 */
#daum_juso_pagemb_zip{position: absolute !important; top: 85px; z-index: 1; margin: 0 !important; max-height: 400px;}
#daum_juso_pagemb_zip > div{min-width: auto !important;}
#daum_juso_pagemb_zip iframe{min-width: auto !important;}

/* 프로필 이미지 팝업 */
.popup_imgLayer {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); display: none; justify-content: center; align-items: center; z-index: 9999;}
.popup_imgWrap{position: relative; width:100%; height:100%;}
.popup_imgContent {position: absolute; background: #fff; padding: 60px 20px; border-radius: 10px; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; max-width: 600px; display: flex; justify-content: center;}
.popup_imgClose {position: absolute; top: 10px; right: 20px; font-size: 30px; cursor: pointer; color: #262626; font-weight: bold;}
#popup_img {width: 90%; height: auto; display: flex; justify-content: center;}
#popup_img *{width: auto; max-width:100%;}

/* 미디어 쿼리 */
@media all and (max-width: 680px) {
	html, body{
		font-size: 1.47vw;
	}

	.btn_top {right:3.8rem; padding:0.8rem 0}

	/* btn style */
	a.btn,.btn{height: 9.8rem; border-radius: 1rem; font-size: 2.5rem;}
	.btn.primary{box-shadow: 0 0 1.5rem rgba(28, 96, 180, 0.69);}
	.btn.talk{box-shadow: 0 0 1.5rem rgba(28, 96, 180, 0.69);}
	.btn.upload{height: 7.8rem; font-size: 2rem;}
	.btn.adr{height: 7.8rem; font-size: 2rem;}

	.empty_table {padding:10rem 0 !important; font-size: 2.7rem;}

	/* 공통 전체 레이아웃 */
	#net_wrap{
		padding: 11rem 0 12.7rem;
	}

	/* 새창 기본 스타일 */
	.new_win .new_win_con {padding: 1.4rem 3.8rem 4rem;}
	.new_win #win_title{padding: 0 3.8rem; height: 10rem; font-size: 2.7rem;}
	.new_win #win_title a{left: 3.8rem; width: 2.8rem; height: 2.8rem; background-size: 1.5rem 2.8rem;}

	/* 기본폼 */
	.form_01 .write_div {margin-bottom:2rem;}
	.form_01 li {margin:0 0 1rem;}
	.form_01 textarea {height:30rem !important; padding: 3.5rem 3.3rem; border-radius:1rem; font-size: 2.3rem;}
	.frm_input {height:6rem}

	/* 마이페이지 */
	.pf_wrap{padding: 0 3.8rem 6rem;}
	.pf_wrap .pf_area{padding: 3.8rem 3.2rem; border-radius:1rem;}
	.pf_wrap .pf_top .pf_info .pf_thumbImg{margin-right: 2.3rem; width: 8.2rem; height: 8.2rem;}
	.pf_wrap .pf_top .pf_info .pf_thumbImg img{border-radius:1.3rem;}
	.pf_wrap .pf_top .pf_info .pf_thumbImg .cus_file{height: 9.3rem;}
	.pf_wrap .pf_top .pf_info .pf_infoTxt{width: 12rem;}
	.pf_wrap .pf_top .pf_info .pf_infoTxt p,
	.pf_wrap .pf_top .pf_info .pf_infoTxt label:first-of-type{font-size: 3rem;}
	.pf_wrap .pf_top .pf_info .pf_infoTxt span,
	.pf_wrap .pf_top .pf_info .pf_infoTxt label:last-of-type{margin-top: 0.8rem; font-size: 2.7rem;}
	.pf_wrap .pf_top .pf_util{gap: 1.5rem;}
	.pf_wrap .pf_top .pf_util .pf_btn{width: 9.5rem; height: 5.3rem; border-radius: 1rem; font-size: 2.4rem;}
	.pf_wrap .pf_top .pf_util .pf_btn .btn_img {margin-right: 0.6rem; width: 3.2rem; height: 3rem;}
	.pf_wrap .pf_lists .pf_items{padding: 2.6rem 0;}
	.pf_wrap .pf_lists .pf_items:first-of-type{padding: 0 0 2.6rem;}
	.pf_wrap .pf_lists .pf_items p,
	.pf_wrap .pf_lists .pf_items label{width: 15rem; padding: 0 0.2rem; font-size: 2.7rem; line-height: 3.5rem;}
	.pf_wrap .pf_lists .pf_items sub{width: calc(100% - 17rem);}
	.pf_wrap .pf_lists .pf_items sub .pf_txt{font-size: 2.7rem;}
	.pf_wrap .pf_lists .pf_items sub .pf_txt + .pf_txt {margin-left: 0.5rem;}
	.pf_wrap .pf_lists .pf_items sub .pf_name{font-size: 2.7rem;}
	.pf_wrap .pf_lists .pf_items sub .pf_id{margin-left: 1.4rem; border-radius: 3rem; padding: 0.9rem 1.8rem 1.1rem; font-size: 2.3rem;}
	.pf_wrap .pf_lists .pf_items sub .pf_nor{margin-left: 0.8rem; font-size: 2.4rem;}
	.pf_wrap .pf_lists .pf_items sub input{height: 3.6rem; font-size: 2.7rem;}
	.pf_wrap .pf_lists .pf_items sub input[type="checkbox"] + .chk_lb{margin-left: 1rem; width: 6.7rem; height: 3.4rem;}
	.pf_wrap .pf_lists .pf_items .mentor_box{gap:1rem;}
	.pf_wrap .pf_lists .pf_items .mentor_box label input[type="checkbox"]{margin-right: 1rem; width: 3rem !important; height: 3rem;}
	.pf_wrap .pf_lists .pf_items.adr #daum_juso_pagemb_zip{width: calc(100% + 6.4rem) !important;}
	.pf_wrap .pf_lists .pf_items.adr label,
	.pf_wrap .pf_lists .pf_items.adr p{line-height: 4.5rem;}
	.pf_wrap .pf_lists .pf_items.adr select{width: 10rem; height: 3.3rem; font-size: 2.7rem;}
	.pf_wrap .pf_lists .pf_items.adr select + select{width: 16rem;}
	.pf_wrap .pf_lists .pf_items.adr input[type="checkbox"] + .chk_lb{margin-left: 1rem; width: 6.7rem; height: 3.4rem;}
	/* .pf_wrap .pf_lists .pf_items.adr sub{gap: 0.8rem;}
	.pf_wrap .pf_lists .pf_items.adr sub input{height: 4.5rem;}
	.pf_wrap .pf_lists .pf_items.adr sub #reg_mb_zip,
	.pf_wrap .pf_lists .pf_items.adr sub .btn{height: 4.5rem; width: calc(50% - 2.6rem);} */

	.pf_wrap .pf_lists .pf_items.memberLeave{padding-bottom: 0; border-bottom: 0; justify-content: center;}
	.pf_wrap .pf_lists .pf_items.memberLeave a{font-size:2.2rem; padding:0 2rem; height: 4rem;}

	.pf_wrap .talk{margin-top: 2.7rem;}
	.pf_wrap .talk img{width: 3.8rem; height: 3.8rem; margin-right: 1.4rem;}
	.pf_wrap .pf_intro{padding: 3.8rem 3.2rem; margin-bottom: 4.8rem; border-radius: 1rem;}
	.pf_wrap .pf_intro label,
	.pf_wrap .pf_intro p{font-size: 2.3rem;}
	.pf_wrap .pf_intro .pf_intro_box{margin-top: 4rem; min-height: 20rem; padding:2rem; border-radius: 1rem; font-size: 2.7rem;}
	.pf_wrap .pf_intro .pf_intro_box textarea{height: 20rem !important; border-radius:1rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner{margin-top: 3rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list{margin-bottom: 1.3rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items{padding: 1.4rem 0; gap: 1.8rem; font-size: 2.3rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items input[type='text']{height:6rem; padding: 0 16rem 0 2rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_items input[type='text'] + label{font-size: 2.7rem; width:14rem; height:6rem; top: 1.4rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del{padding-bottom: 1.4rem; gap:1rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del input[type='checkbox']{width:2rem; height:2rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_list .file_del label{font-size: 2.4rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .file_msg{margin-bottom: 1.6rem; font-size: 2.7rem;}
	.pf_wrap .pf_intro .pf_intro_box .attachment_inner .btn{font-size: 2.7rem;}
	.pf_wrap .pf_intro .pf_intro_box .pf_contents{min-height: 15rem;}
	.pf_wrap .pf_intro .pf_intro_box .pf_links{padding: 2rem 0;}
	.pf_wrap .pf_intro .pf_intro_box .pf_links a{font-size: 2.7rem;}
	.pf_wrap .pf_intro .pf_intro_box .pf_files li{padding: 2rem 0; font-size: 2.7rem;}
	.pf_wrap .pf_check{padding: 0 1.4rem; gap: 1rem; margin-bottom: 2.2rem;}
	.pf_wrap .pf_check b{font-size: 2.7rem;}
	.pf_wrap .pf_check span{font-size: 2.3rem;}
	.pf_wrap .pf_check input[type="checkbox"] + .chk_lb {width: 10.7rem; height: 3.4rem;}

	/* 회원가입 */
	.reg_form{padding: 2.4rem 3.8rem 4rem;}
	.reg_thumbImg{width: 14.6rem; height: 14.5rem; margin: 0 auto 6.8rem;}
	.reg_thumbImg > img{border-radius: 1.3rem;}
	.reg_thumbImg .btn_file{height:17.5rem;}
	.join_tit{padding: 0 1.4rem; gap: 1rem; margin-bottom: 2.2rem;}
	.join_tit b{font-size: 2.7rem;}
	.join_tit span{font-size: 2.4rem;}
	.join_tit input[type="checkbox"] + .chk_lb{width: 10.7rem; height: 3.4rem;}
	.reg_box{padding: 2.3rem 4rem; border-radius: 1rem;}
	.reg_box + .reg_box {margin-top: 2rem;}
	.reg_box label:not(.chk_lb){font-size: 2.7rem; width: 16rem; margin-right: 1.8rem;}
	.reg_box input{height: 3.3rem; width: calc(100% - 17.8rem) !important; font-size: 2.7rem;}
	.reg_box #reg_mb_recommend{gap: 1.3rem;}
	.reg_box #reg_mb_recommend .reg_mb_re_name{font-size: 2.7rem;}
	.reg_box #reg_mb_recommend .reg_mb_re_id{border-radius: 3rem; padding: 1rem 1.8rem; font-size: 2.3rem;}

	.reg_box input[type="checkbox"] + .chk_lb{margin: 0 0 0 1rem; width: 6.7rem; height: 3.4rem;}
	.reg_box.adr select{width: 10rem; height: 3.3rem; font-size: 2.7rem;}
	.reg_box.adr select + select{width: 16rem;}
	/* .reg_box .reg_adr_box{width: calc(100% - 17.8rem); gap: 0.8rem;}
	.reg_box .reg_adr_box label{line-height:4.5rem;}
	.reg_box .reg_adr_box input{height: 4.5rem;}
	.reg_box .reg_adr_box #reg_mb_zip,
	.reg_box .reg_adr_box .btn{height: 4.5rem; width: calc(50% - 2.6rem) !important;} */
	.reg_box2{margin-top: 4.8rem; gap: 2rem;}
	.reg_box2 label{padding: 0 1.4rem; font-size: 2.3rem;}
	.reg_box2 .reg_txt{min-height: 30rem; padding: 3.5rem 3.3rem; border-radius: 1rem;}
	.reg_box2 .reg_txt textarea{height: 15rem !important; font-size: 2.7rem;}
	.reg_box2 .reg_txt .attachment_inner{margin-top: 3rem;}
	.reg_box2 .reg_txt .attachment_inner .file_list{margin-bottom: 1.3rem;}
	.reg_box2 .reg_txt .attachment_inner .file_list .file_items{padding: 1.4rem 0; gap: 1.8rem; font-size: 2.3rem;}
	.reg_box2 .reg_txt .attachment_inner .file_list .file_items input[type='text']{height:6rem; padding: 0 16rem 0 2rem;}
	.reg_box2 .reg_txt .attachment_inner .file_list .file_items input[type='text'] + label{font-size: 2.6rem; width:14rem; height:6rem; top: 1.4rem;}
	.reg_box2 .reg_txt .attachment_inner .file_msg{margin-bottom: 1.6rem; font-size: 2.7rem;}
	.reg_box2 .reg_txt .attachment_inner .btn{font-size: 2.7rem;}

	.reg_box.reg_rd{margin-bottom: 4rem;}
	.reg_box.reg_rd label{gap:1rem;}
	.reg_box.reg_rd label input[type="radio"]{width: 2.4rem !important; height: 2.4rem;}
	.reg_box.ty2 .bar{margin: 0 1rem; font-size: 2.3rem;}
	.reg_box .mentor_box{gap:1rem;}
	.reg_box .mentor_box label input[type="checkbox"]{margin-right: 1rem; width: 3rem !important; height: 3rem;}

	/* 상단 레이아웃 */
	#hd {padding: 0 3.6rem; height: 11rem;}
	#logo {width: 15.7rem; margin-top: 4.1rem;}
	#hd_info{margin-top: 3.6rem;}
    #hd_info .hd_mentor{margin-right: 2rem;}
    #hd_info .hd_mentor a{padding: 0 1rem; height: 5.7rem; border-radius: 1rem; font-size: 2.7rem;}
	#hd_info .hd_profile{width: 5.7rem; height: 5.7rem; border-radius: 1.3rem;}
	#hd_info .hd_menu{margin-left: 1.7rem; width: 2.3rem; height: 2.3rem;}
	#gnb {min-height: 50rem; max-height: calc(100vh - 23rem); top: 6.3rem; border-radius: 3rem; -webkit-box-shadow:0 0 1rem #fff; -moz-box-shadow:0 0 1rem #fff; box-shadow:0 0 20px rgba(0 0 0 / 20%);}
	/*#gnb {min-height: 50rem; max-height: calc(100vh - 23rem); top: 6.3rem; margin-left: -6rem; max-width:38.4rem; border-radius: 3rem; -webkit-box-shadow:0 0 1rem #fff; -moz-box-shadow:0 0 1rem #fff; box-shadow:0 0 20px rgba(0 0 0 / 20%);}*/
	#utilArea{padding: 4.5rem 3.7rem;}
	#utilArea .util_hd_tit{margin-bottom: 2.5rem;}
	#utilArea .util_hd_tit h4 strong{font-size: 2.7rem;}
	#utilArea .util_hd_tit h4 span{font-size: 2.7rem;}
	#utilArea .util_hd_list .util_hd_items{padding: 2.3rem 2.7rem 2.3rem 3.3rem; border-radius: 1rem;}
	#utilArea .util_hd_list .util_hd_items + .util_hd_items{margin-top: 1.6rem;}
	#utilArea .util_hd_list .util_hd_items .items_txt{font-size: 2.7rem;}
	#utilArea .util_hd_list .util_hd_items > img{width: 4.4rem; height: 4.4rem;}
	#utilArea #util_btn{margin-top: 2.5rem;}
	#utilArea #util_btn #util_logout{height: 7.3rem; font-size: 2.7rem;}
	#gnb_btm {margin: 0 auto 4.4rem;}
	#gnb_btm #gnb_close {width: 2.9rem; height: 2.9rem;}


	/* 중간 레이아웃 */
	#container_title {padding: 0 3.8rem; height: 10rem; font-size: 3rem;}
	#container_title a{left: 3.8rem; width: 2.8rem; height: 2.8rem; background-size: 1.5rem 2.8rem;}

	
	/* 하단 레이아웃 */
	#ft .ft_list{height: 12.7rem;}
	#ft .ft_list .ft_items a{padding: 0 1rem;}
	#ft .ft_list .ft_items a .img{width: 4.5rem; height: 4.5rem;}
	#ft .ft_list .ft_items a .txt{margin-top: 1.3rem; font-size: 2.7rem;}
	#ft .ft_list .ft_items a.new:after{top: -0.6rem; width: 1rem; height: 1rem; margin-left: 1.8rem;}

	/* 초대링크 팝업 */
	#invite_pop .invite_pop_inner{width: 51.5rem; padding: 6.9rem 4rem 5.7rem; border-radius:3rem; gap: 4.3rem;}
	#invite_pop .invite_pop_inner p{font-size: 2.7rem;}
	#invite_pop .invite_pop_inner .btn{width: 31.7rem; height: 7.6rem}

	/* 메인 공지사항 노출 */
	.notice_main{padding: 1.5rem 3.6rem;}
	.notice_main a{gap:0.5rem; font-size: 2.7rem;}
	/* 메인 공지사항 노출 */

	
	/* 메인 회원 리스트 */
	.mb_lists.prm_area + .mb_lists{padding-top: 2.4rem;}
	.mb_lists{padding: 3.6rem 3.8rem;}
	.mb_lists .mb_items{padding: 4rem 3.2rem 3.4rem; border-radius: 1rem;}
	.mb_lists .mb_items + .mb_items{margin-top: 2.4rem;}
	.mb_lists .mb_items .mb_items_board_text{gap:1rem; margin-bottom: 2.6rem;}
	.mb_lists .mb_items .mb_items_board_text a{font-size: 2.3rem;}
	.mb_lists .mb_items .mb_items_utilbox{width: 2rem; height: 2rem;}
	.mb_lists .mb_items_thumb .mb_items_thumb_img{width: 5.6rem; height: 5.6rem; margin-right: 2.6rem; border-radius:1.3rem;}
	.mb_lists .mb_items_thumb .mb_items_thumb_info{width: calc(100% - 11.2rem);}
	.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_name{font-size: 3rem;}
	.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_profile{margin-top: 2.1rem; font-size: 2.7rem;}
	.mb_lists .mb_items_thumb .mb_items_thumb_info .thumb_dt{margin-top: 1.5rem; font-size: 2.4rem;}
	.mb_lists .mb_items_util{margin-top: 3rem; gap:3rem;}
	.mb_lists .mb_items_util .mb_items_util_items{height: 8.3rem; border-radius: 1rem;}
	.mb_lists .mb_items_util .mb_items_util_items .util_items_box .utill_img{width: 5rem; height: 4rem;}
	.mb_lists .mb_items_util .mb_items_util_items .util_items_box .utill_txt{margin-left: 1.5rem; font-size: 2.7rem;}

	/* 자료 없는 목록 */
	.empty_list {font-size: 2.7rem; padding:11rem 0 !important;}
	.empty_list img{width: 11.5rem; margin: 0 auto 2.8rem;}

	/* 게시판용 버튼 */
	.fix_btn {font-size:3rem; width:8rem; height:8rem; bottom:15rem; margin-left: 22.2rem;}

	/* 주소 팝업 */
	#daum_juso_pagemb_zip{top: 8.5rem; max-height: 40rem;}

	/* 프로필 이미지 팝업 */
	.popup_imgContent {padding: 6rem 2rem; border-radius: 1rem; max-width: 60rem;}
	.popup_imgClose {top: 1rem; right: 2rem; font-size: 3rem;}
}