@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}

/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본박스 */
.mbskin{position: relative;margin:100px auto 0;border:1px solid #ddd;width:400px;background:#fff;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:45px;font-size:1.25em}
.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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 회원가입 약관 */

/* #fregister p{text-align:center;color: #c7254e;background: #f9f2f4;padding:10px;border:1px solid #ecc7d2;margin:0 0 5px} */

#fregister section {margin:10px auto 30px;border:1px solid #dbdbdb;position:relative;border-radius:3px 3px 0 0 ;
-webkit-box-shadow:  0 1px 3px #eee;
-moz-box-shadow:  0 1px 3px #eee;
box-shadow: 0 1px 3px #eee;
}
#fregister_chkall{text-align:right}
#fregister h2 {text-align:left;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#f8f8f8}
#fregister textarea {display:block;padding:20px;width:100%;height:150px;background:#fff;border:0;line-height:1.6em}
#fregister .fregister_agree {position:absolute;top:0;right:0;;padding:15px}
#fregister_private div{padding:20px;background:#fff}

#fregister_private table{width:100%;border-collapse:collapse}
#fregister_private table caption {position:absolute;font-size:0;line-height:0;overflow:hidden}
#fregister_private table  th{background:#646982;width:33.33%;color:#fff;padding:10px;border:1px solid #555971}
#fregister_private table  td{border:1px solid #ddd;padding:10px;}
#fregister .btn_confirm{text-align:center;}

#fregister .btn_confirm .btn_submit{height:50px;border-radius:3px;padding:0 40px;font-weight:bold;font-size:1.083em}

/* 회원가입 입력 */
#register_form{background:#fff;padding:0px;margin-bottom:20px}
#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}
#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}
#fregisterform .btn_confirm{text-align:center}
#fregisterform .btn_confirm .btn_submit{height:45px;;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .btn_confirm .btn_cancel{line-height:45px;height:45px;padding:0 30px;font-weight:bold;font-size:1.083em}
#fregisterform .frm_info{display:block;color:#3497d9;font-size:0.92em}
/* #fregisterform .form_01 div{margin: 0 0 50px} */
#fregisterform .captcha{display:block;margin:5px 0 0}
#fregisterform .reg_mb_img_file img{max-width:100%;height:auto}


/* 회원가입 완료 */
#reg_result {padding:100px 0 40px;text-align:center;background:#fff}
#reg_result h2{font-size:2em;margin:0 0 20px}
#reg_result h2 strong{color:#ed6478}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .btn_confirm {margin:50px 0}
#reg_result .reg_result_p{font-size:1.25em;margin:0 0 10px;}
#reg_result .reg_result_p strong{color:#3497d9}
#reg_result .btn_submit{padding: 0 30px;font-weight:bold;height:40px;line-height:40px;display:inline-block;margin:30px 0 0 ;font-size:1.083em}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}

/* 로그인 */
.login_bg {
	background:url(/theme/basic/img/img_loginbg.png) no-repeat center;
	background-size:cover; 
	padding-top:132px;
	padding-bottom:177px;
} 
#mb_login {
    box-shadow: -27px 24px #185ADB;
    border-radius: 30px;
    width: 100%;
    max-width: 630px;
    padding: 122px 65px 225px 81px;
    margin: 0 auto;
}
#mb_login .login_title {font-family: 'NotoSansKR-Bold', sans-serif; font-size:30px; padding-bottom:24px; display:flex; justify-content:center; align-items:center;}
.login_title::before{
	content:"";
	display:inline-block;
	background:url(/theme/basic/img/login_icon.png);
	width:53px;
	height:53px;
}
.lg_img{width:495px; height:319px; background:url(/theme/basic/img/coworkers.png) no-repeat center; position:absolute; left:-240px; bottom:-45px;}
.login_box {width:480px; height:270px;}
#login_fs input {width:480px; height:59px;}
#login_fs submit {width:480px; height:59px;}
#login_id {font-family: 'NotoSansKR-Bold', sans-serif; font-size:18px; padding-left:28px;}
#login_id::placeholder{color:#A4A4A4;}
#login_pw {font-family: 'NotoSansKR-Bold', sans-serif; font-size:18px; padding-left:28px;}
#login_pw::placeholder{color:#A4A4A4;}
#mb_login #login_fs .frm_input{margin:0 0 10px}
#mb_login #login_fs .btn_submit {margin:0 0 20px; font-family: 'NotoSansKR-Bold', sans-serif; font-size:20px; background:#185ADB;color:#fff;font-weight: 700;}
#mb_login #login_info{background:#f6f6f6;padding:25px 10px;border-top:1px solid #e8e8e8;margin:40px 0 0 }
#mb_login #login_info:after {display:block;visibility:hidden;clear:both;content:""}
#mb_login #login_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#mb_login #login_info a{display:inline-block;width:50%;float:left}
#login_password_lost {color:#D52223}
.auto_login {
	padding-top:15px;
	padding-bottom:53px;
	font-family: 'NotoSansKR-Bold', sans-serif; font-size:16px;
	display:flex;
	justify-content: space-between;
}

#mb_login_notmb{margin:30px auto;padding:20px 30px }
#mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}
#guest_privacy{border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit{display:block;text-align:center;line-height:45px}

#mb_login_od_wr{margin:30px auto;padding:20px 30px }
#mb_login_od_wr h2{font-size:1.25em;margin:20px 0 10px}
#mb_login_od_wr .frm_input{margin:10px 0 0 }
#mb_login_od_wr p{background:#f3f3f3;margin:20px 0 0 ;padding:15px 20px;line-height:1.5em}

/* 쪽지 */
#memo_list .memo_name,#memo_list .memo_name .sv_wrap{font-weight:bold}
#memo_list .memo_datetime{float:right;font-size:0.92em;color:#777;font-style:italic}
#memo_list .memo_del{margin-left: 5px; color: #49857c;font-size: 15px;}

#memo_view_contents {margin:10px 0;border:1px solid #ddd;}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;border-bottom:1px solid #eee;list-style:none;background:#f3f3f3;}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;padding:10px;float:left;width:50%;}
.memo_view_name strong,.memo_view_name .sv_wrap{font-weight:bold !important}
.memo_view_subj{display: inline-block;height: 20px;line-height: 18px;border: 1px solid #3497d9;color: #3497d9;padding: 0 5px;border-radius: 15px;font-size: 11px;}
.memo_view_li .profile_img img{border-radius:50%}
.memo_view_date{text-align:right;color:#555;font-style:italic}
.memo_view_date strong{font-weight:normal}
#memo_view .btn_b02{float:right}
#memo_view .btn_b02.reply_btn{margin-left:4px}
#memo_view p {padding:10px;border-top:1px solid #ddd;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap .scrap_tit{font-weight:bold;display:block;font-size:1.083em;margin-bottom:5px;line-height:1.3em}
#scrap .scrap_cate{ display:block;color:#3598db ;font-size:0.92em;float:left}
#scrap .scrap_datetime{color:#777;font-style:italic;float:right}
#scrap .scrap_del{position:absolute;top:5px;right:10px;font-size:18px;color:#49857c}
#scrap .scrap_del:hover{color:#98ca69}
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}
#scrap_do .scrap_tit{background:#f3f3f3;padding:10px 15px;font-size:1.083em;font-weight:bold}
#scrap_do label{display:block;margin:0 0 5px;font-size:0.92em}
/*포인트*/
#point .point_top{line-height:15px;margin:0 0 5px}
#point .point_top:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_tit{font-weight:bold;float:left;font-size:1.083em;display:block;}
#point .point_num{font-size:1.25em;color:#00c4ac;font-weight:bold;float:right;}
#point .point_date1{float:left;color:#555;font-style:italic}
#point .point_date{float:right;color:#555;font-style:italic}
#point .txt_expired {color:#aaa;}
#point .point_all{background:#ae99da;border:0;border-bottom:2px solid #9781c5;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_all span,#point .point_status span{float:right;}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_status  span{margin-left:10px}

/* 회원 비밀번호 확인 */
#mb_confirm {}
#mb_confirm h1 {margin:60px 0 30px;font-size:2em}
#mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#mb_confirm fieldset {padding:50px;text-align:left}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold}
#mb_confirm .confirm_id{font-size:0.92em;color:#666}

/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {margin:60px 20px 30px;font-size:2em}
#pw_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#pw_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#pw_confirm fieldset {padding:50px;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}
#mb_confirm_id{}

/* 폼메일 */
#formmail textarea {height:100px}
#formmail .formmail_flie{position:relative}
#formmail .formmail_flie .file_wr {border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;height: 40px;margin: 0;}
#formmail .lb_icon {position: absolute;top: 1px;left: 1px;border-radius: 3px 0 0 3px;height: 38px;line-height: 38px;width: 40px;background: #eee;text-align: center;color: #888;}
#formmail .frm_file {padding-left: 50px;}
#formmail .frm_info{color: #3497d9;font-size: 0.92em;}

/* 자기소개 */
#profile h1 a{color:#fff}
#profile table {margin-bottom:0}
#profile table th{text-align:left;padding:10px;width:100px}
#profile section {color: #2d4c7b;background: #eff9f9;padding: 10px;border: 1px solid #bfd4dc;margin: 10px 0;}
#profile h2 {margin:0 0 5px}
#profile .profile_name{text-align:center;font-weight:bold}
#profile .my_profile_img{display:block;margin:20px 0 5px;}
#profile .my_profile_img img{border-radius:50%;border:1px solid #aaa}
#profile .profile_img img{border-radius:50%}
#profile .profile_name .sv_wrap{font-weight:bold;text-align:left}

#fregister .co_content {display:block;padding:20px;width:100%;height:300px;background:#fff;border:0;line-height:1.6em;text-align:left;overflow-y:auto}
#fregister .co_content.hidden {display:none !important;}

.subcont_write_title{
     width: 100%;
     height: 56px;
     background: url(../../../img/rnd/rnd_reg_tit.png) no-repeat 100%;
     margin-bottom: 34px;
 }
 
 .subcont_write_title span{
     color: #fff;
     font-weight: bold;
     line-height: 56px;
     margin-left: 13px;
     font-size: 14px;
 }
 .tip_span td {
    padding: 5px 0 5px 10px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.reg_table .frm_input {
    height: 30px;
    margin-right: 5px;
}

.readonly {
    background: #f4f4f4;
}

/* section {
    width: 1000px;
    margin: 0 auto;
} */

.txt_alert {
    margin: 0 0 0 5px;
    color: #d11d1e;
    font-size: 12px;
    letter-spacing: -0.03em;
}

.subcont_write_title{
    width: 100%;
    height: 56px;
    background: url(../../../img/rnd/rnd_reg_tit.png) no-repeat 100%;
    margin-bottom: 34px;
}

.subcont_write_title span{
    color: #fff;
    font-weight: bold;
    line-height: 56px;
    margin-left: 13px;
    font-size: 14px;
}
#bo_w{
    width: 1440px;
    margin : 30px auto;
}
.dy_height_h{
    min-height: 200px !important;
    line-height:200px !important;
}

.dis-flex{
    display: flex;
    line-height: normal;
}

.dy_height{
    min-height: 200px !important;
}

.dy_height_h_w{
    min-height: 200px !important;
    line-height: 200px !important;
}
.dy_height_w{
    min-height: 200px !important;
}

.ncs_height{
    height: auto !important;
    display:flex; flex-wrap:wrap; width:790px; padding-left:20px;
}
.ncs_height_h{
    height: auto !important;
    line-height: auto !important;
    position: relative;
}

.dy_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.frm_input_textarea{
    width: 90%;
    min-height: 80px !important;
    margin-top: 13px;
    padding: 10px;
}

.wr_content_box{
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.wr_content_box label{
    padding-left: 5px;
}
/* .file_div{
    margin: 9px 0 15px 20px;
} */

.frm_file{
    margin-left: 0;
    border: none;
    box-shadow: none;
    
}

.file_div p{
    margin: 9px 0;
    color: #848484;
    font-size: 10px;
}

.pg_wrap{
    background: none !important;
}

.frm_flex{
    display: flex;
}

.subcont_wr_input{
    width: 60px;
    text-align: center;
    padding: 5px 0;
    margin-left: 20px;
}


.bo_name{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    font-family: 'Noto Sans KR', sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

/* .bo_name::before{
    content: "";
    display: inline-block;
    height: 24px;
    border-left: 7px solid #005792;
    margin-right: 20px;    
} */

.search_type{
    /* width: 100%; */
    display: flex;
}
.search_li{
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.03em;
}
#search_type_1{
    background-color: #f2f2f2;
    border-radius: 20px 0 0 0;

}

#search_type_2{
    background-color: #1d8a93;
}

#search_type_3{
    background-color: #1477bb;
}

#search_type_4{
    background-color: #005792;
}
#search_type_5{
    background-color: #005792;
    flex: 1;
    border-radius: 0 20px 0 0;
}
.search_li{
    width: 150px;
    height: 40px;
    line-height: 40px;
}

.search_input{
    padding: 40px 40px 40px 30px;
    background-color: #f2f2f2;
    
}
.search_form{
    font-family: 'Noto Sans KR', sans-serif;

}
.search_flex{
    display: flex;
    align-items: center;
}
.search_label{
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #686868;
    line-height: 48px;
}
.search_cate{
    display: flex;
    align-items: center;
    width: 120px;
}
.search_cate .material-icons{
    color: black;
    font-size: 38px;
}

.search_blank input {
    height: 40px;
}
.search_blank select{
    height: 40px;
}

.search_flexbox{
    display: flex;
    justify-content: space-between;
}

.search_btn{
    border: 0;
    outline: 0;
    background-color: #005792;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.03em;
    width: 166px;
}

.subcont_table tr{
    height: 42px;
}
.subcont_table thead tr{
    background-color: #fafafa;

}
.subcont_table tr:nth-child(even){
    background-color: #fafafa;
}

.subcont_table td{
    border: 1px solid #a4a4a4;
    font-size: 14px;
}

.subcont_table th{
    border: 1px solid #a4a4a4;
    border-top: 2px solid #4e4e4e;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.btn_subcont_list {
    display: flex;
    padding: 0 20px;
    border: 1px solid #a4a4a4;
    text-decoration: none;
    line-height: 35px;
    height: 35px;
    font: 15px;
    letter-spacing: -0.03em;
}
.btn_text{
    color: #686868;
}

.btn_confirm{
    padding-bottom: 2rem;
}

.cost_flex{
    width: 100%;
    display: flex;
    align-items: center;
}

.cost_flex p{
    align-items: center;
    padding-right: 5px;
}
.cost_flex:nth-child(1){
    margin-bottom: 5px;
}


.cost_flex input{
    text-align: right;
}

.cost_flex input::placeholder{
    text-align: left;
}

.mbskin2{
width: 500px;
}

.frm_room {
	background: #185adb;
    color: #fff;
    padding: 10px;
    margin-left: 10px;
    border: none;  
}
.frm_room.no{
    background: rgb(211, 94, 94);
}
.frm_input5:read-only {
    background-color: lightgray;
}

.gr_mng {
	display:table; 
	width: 300px;
	height: 150px;
	margin-top: 20px;
}

.gr_mng_flex {
	display:flex;
	height:100%;
}

.gr_mng1 {
	display:flex;
	justify-content:center;
	align-items: center;
	width: 40%;
	background: lightgray;
	border: 1px solid #000;
	
}

.gr_mng2 {
	display:flex;
	width:40%;
}
.gr_mng3 {
	width:20%;
}
.gr_mng21 {
	width: 100%;
	
}
.fz14 {
    font-size: 14px;
    line-height: normal;
}
.gr_mng22 {
	width: 40%;
}

.gr_sch1 {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 17%;
	text-align:center;
	background: #185adb;
	color: #fff;
	cursor: pointer;
}

.gr_nsch1 {
	height: 8%;
}

.gr_mng211 {
	height:25%;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #f8f8f8;
}
.dy-wrap{
    width: 100%;
}
.mb_textarea{
    width: 100%;
    height: 92px;
    min-height: 92px;
    padding: 10px;
    resize: vertical;
    max-height: 400px;
}
.gr_mng212 {
	height:25%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	display:flex;
	justify-content:center;
	align-items:center;
	background: #f8f8f8;
}

.mat_t {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 100%;
    border-collapse: collapse;
}

.mat_t th {
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}

.mat_t td {
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	border-top: 1px solid #BABABA;
}


#popup_bg {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
    left: 0;
}

#popup_bg .on {
	display: block;
}

#popup_bg .off {
	display: none;
}

.popup_btn {
	border: 1px solid #185ADB;
	outline: none;
	color: #185ADB;
	width: 100%;
	height: 45px;
	font-size: 15px;
	font-weight: 700;
	background: #fff;
	margin-top: 20px;
}




#popup {
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	border: 1px solid #000000;
	min-width: 750px;
	z-index: 1200;
}


.popup_title {
	height: 50px;
	line-height: 50px;
	background-color: #F8F8F8;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #C2C2C2;
	padding-left: 40px;
	position: relative;
}

.popup_title .material-icons-outlined {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	cursor: pointer;
}

.popup_content {
	padding: 20px 40px;
}

.popup_button_box {
	border-top: 1px solid #C2C2C2;
	padding: 20px 40px;
	background-color: #F8F8F8;
	text-align: center;
}
.td_value1,.td_value2,.td_value3,.td_code,.td_name{
    text-align: center;
}

#pro_appli_box {
	display: flex;
	margin-left: 15px;
}

.pro_appli_text {
	display: flex;
	align-items: center;
}

#pro_appli {
	position: absolute;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.switch_label {
	position: relative;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 28px;
	background: #DBDBDB;
	border-radius: 20px;
	transition: 0.2s;
	margin-left: 16px;
}

.switch_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	border-radius: 20px;
	background: #F1493F;
	transition: 0.2s;
}

#pro_appli:checked+.switch_label .switch_btn {
	left: 25px;
	background: #1d479b;
	box-shadow: 1px 2px 3px #000020;
}

.auw{
    border-radius: 10px;
    background-color: #185adb;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 24px;
    padding: 5px;
}

.up_btn{
    background-color: #185adb;
    color: #fff;
    border: none;
    padding-left: 0;
    cursor: pointer;
}

#mento_file{
    width: 0;
    height: 0;
}


.frm_file{
    margin-left: 0;
    border: none;
    box-shadow: none;
    position: absolute;
    top:0px;
    left:0px;
    height:100%;
    opacity: 0;
}

.file_bigbox{
    display: none;
}


.file_del{
    display: none;
    padding-left: 2rem;
}


.file_div p{
    margin: 9px 0;
    color: #848484;
    font-size: 10px;
}

.filebox{
    margin-bottom: 5px;
}

.filebox:nth-last-child(1){
    margin-bottom: 0;
}

.flex100{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 5px;
}

.flex100:nth-child(1){
    margin-top: 10px;
}

.flex100:nth-last-child(1){
    margin-bottom: 10px;
}

.flex100 p{
    width: 100px;
}


.login_bg{
    height: 100vh;
}
#mb_login{
    max-width: 440px;
    padding: 20px;
    border-radius: 10px ;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    -ms-border-radius: 10px ;
    -o-border-radius: 10px ;
    position: relative;
    left: -16px;
}
.login_box{
    width: 100%;
    height: fit-content;
}
#login_fs{
    width: 80%;
    margin: 0 auto;
}
#login_fs input{
    width: 100%;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    height: fit-content;
    padding: 10px 15px;
    font-size: 15px;
}

#mb_login .login_title{
    font-size: 25px;
    font-weight: bold;
    cursor: default;
    margin-left: -16px;
}
.login_title::before{
    width: 40px;
    height: auto;
    aspect-ratio: 1;
    background-size: contain;
    background-repeat: no-repeat;
}
#mb_login #login_fs .btn_submit{
    margin-bottom: 0;
    font-size: 16px;
}
.auto_login{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding-bottom: 20px;
}
.auto_login div,
.auto_login div input,
.auto_login div label{
    cursor: pointer;
}
.auto_login a:hover,
.auto_login div:hover{
    font-weight: bold;

}
#sns_login{
    padding-bottom: 0;
}
.lg_img{
    background-size: contain;
    width: 442px;
    height: auto;;
    aspect-ratio: 1.5/1;
}

#sns_login p.login_sns_text::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 25%;
    height: .1px;
    background-color: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#sns_login p.login_sns_text::before{
    content: '';
    position: absolute;
    right:0;
    top: 50%;
    width: 25%;
    height: .1px;
    background-color: #ddd;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#sns_login p.login_sns_text{
    font-size: 14px;
    background-color: #fff;
    position: relative;
    margin: 0 36px;
}
#sns_login .sns-wrap{
    padding: 15px 0;
}
#sns_login .sns-wrap .sns-icon{
    height: 31px;
    background-size: contain;
    width: auto;
    aspect-ratio: 1;
    padding-left: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}