
body{background: #f3f4f9;}
#wrap{width:100%; overflow:hidden; position: relative;}
body.main #header{position: relative;}
body.main .contents_wrap {padding: 0;}

.clearFix{}
.clearFix::after{content: ""; display: block; clear: both;}
.clearFix::before{content: ""; display: block; clear: both;}
/* header */
#header{width: 100%; padding:15px 20px; box-sizing: border-box; position: fixed; left: 0; z-index: 50; background: #fff; transition: all .4s; -webkit-transition: all .4s; border-bottom: 1px solid #dfdfdf; transition: all .4s; -webkit-transition: all .4s;}
#header .logo {position:absolute; left: 20px; top: 50%; margin-top: -27px; box-sizing: border-box;}
#header .logo a img{height: 54px; width: auto;}
/* 메뉴 */
#gnb {  margin-left: 300px; width: 700px; height: 60px; transition: all 0.3s ease; }
/*#gnb.useradm:hover{height: 100px;}*/
#gnb > ul > li {float: left; position:relative; margin-top: 10px; margin-right: 30px;}
#gnb > ul > li > a {display:inline-block; padding:5px 15px; font-size: 19px;  font-family: 'NanumSquare', sans-serif; font-weight: 700; }
#gnb > ul > li > ul {position:absolute; left:7px; top:23px; height: 0; overflow:hidden; width: 1130px; }
#gnb > ul > li.on > a {color: #0051a2;}
#gnb > ul > li.on > ul {height: 28px; padding-top: 10px;}
#gnb > ul > li > ul > li {float: left; padding: 0 12px; position:relative; top:33px; transition: all 0.3s ease; opacity:0;}
#gnb > ul > li.on > ul > li {top:0px; opacity:1;}
#gnb > ul > li > ul > li > a {display:inline-block; font-size:15px; line-height:28px; color:#555;}
#gnb > ul > li > ul > li.on > a {font-weight:bold; }
#gnb > ul > li > ul > li:hover > a {font-weight:bold; }

#container{width: 100%; box-sizing: border-box; transition: all .4s; -webkit-transition: all .4s;}
.contents_wrap{padding:100px 20px 20px 20px; overflow-y: auto;}
.contents_wrap.type2{padding:80px 0 0 0 ;}
.contents{background: #fff; border: 1px solid #d0d6de; padding: 20px;position: relative; }
.contents.type2{background: transparent; border: none; padding: 0;}


/* 콘텐츠 상단 */
.topInfo_wrap{position: absolute; right: 20px; top: 50%; margin-top: -10px;}
.topInfo_wrap .topInfo_member{ float: right; position:relative;}
.topInfo_wrap .topInfo_member > .member{display: inline-block; color: #ccc; position: relative;}
.topInfo_wrap .topInfo_member > .member .memberLogo{float: left}
.topInfo_wrap .topInfo_member > .member .memberLogo img{width: 30px; height: 30px}
.topInfo_wrap .topInfo_member > .member .memberName{float: left; margin-left:10px; line-height:30px; color:#000; }
.topInfo_wrap .topInfo_member > .member .memberName .btn_myMenu{cursor: pointer; color: #a0a8ad; margin-top:3px;}
.topInfo_wrap .topInfo_member > .memberMenu.active{display:block;}
.topInfo_wrap .topInfo_member > .memberMenu{display:none; position: absolute; background:#fff; width: 192px; padding: 0 25px; box-sizing: border-box; box-shadow: 2px 0 3px rgba(0,0,0,0.15); top:35px; right:5px;}
.topInfo_wrap .topInfo_member > .memberMenu p{font-size: 12px; color: #a4adb4; position: relative; padding:15px 0 5px;}
.topInfo_wrap .topInfo_member > .memberMenu p:after{content: "";  height: 1px; position: absolute; right:0; top: 23px; width: 60%; background: #d5dbe0;}
.topInfo_wrap .topInfo_member > .memberMenu ul li {line-height: 30px;display: block;font-size: 14px;text-align: left;position: relative; }
.topInfo_wrap .topInfo_member > .memberMenu ul li a{color: #525252; font-size: 14px;  display: block;padding:0 13px;  }
.topInfo_wrap .topInfo_member > .memberMenu ul li a:hover { color: #e72727; }
.topInfo_wrap .topInfo_member > .memberMenu > a{line-height: 30px; color: #525252; font-size: 14px;  display: block;padding:10px 13px; margin-top:10px;  border-top:1px solid #d5dbe0;}
.topInfo_wrap .topSch_wrap{float: left; margin:0 20px 0 0;}
.topInfo_wrap .topSch_wrap {float: left;}
.topInfo_wrap .topSch_wrap div{position: relative; float: left; width: 180px;  transition: all .4s; -webkit-transition: all .4s;}
.topInfo_wrap .topSch_wrap div input{width:100%; border:1px solid #c5c8cf;  height:36px; box-sizing: border-box; border-radius:18px; padding:0 50px 0 20px; box-sizing: border-box;}
.topInfo_wrap .topSch_wrap div.on{width: 300px; }
.topInfo_wrap .topSch_wrap div.on input{border:1px solid #e51414; }
.topInfo_wrap .topSch_wrap div button{position: absolute; right: 10px; top:5px; border: 0; background: transparent}
.topInfo_wrap .topSch_wrap div button span{color: #c5c8cf;}

.topBtn_Wrap{
    display: flex;
    position: absolute;
    top: -27px;
    right: 0;
}
.topBtn_Wrap a{font-size:12px;}
.topBtn_Wrap .proReg{display: inline-block; box-sizing: border-box;  text-align: center; transition: all .4s; -webkit-transition: all .4s; border-radius: 4px;}
.topBtn_Wrap .proReg:after{content:""; display:inline-block; width:1px; height: 10px; margin: 0 10px; background: #ddd;}
/*.topBtn_Wrap .proReg:hover{background: #e51414; color: #fff; border: 1px solid #e51414;}*/
.topBtn_Wrap .btn_jgJoin{display: inline-block; border-radius: 4px; cursor: pointer;}


body.login{ position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(153,153,153,1) 50%, rgba(153,153,153,1) 100%);
}
body.join{
    background: rgb(124,124,124);
    background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(153,153,153,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
body.join2{
    background: rgb(124,124,124);
    background: linear-gradient(90deg, rgba(153,153,153,1) 0%, rgba(153,153,153,1) 42%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%);
}

/* toggle버튼 */
.toggleInput {position: relative; display: inline-block; width:36px; height: 12px; border-radius: 6px; background: #edf0f9;}
.toggleInput input {opacity:0; width:0; height:0;}
.toggleInput input:checked + span:before {transform: translateY(-50%) translateX(20px);}
.toggleInput span{position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background: #edf0f9; border-radius: 6px;}
.toggleInput span:before {border-radius: 50%; position: absolute; content: ""; height: 20px; width: 20px; left:0px; top: 50%; transform: translateY(-50%); background: #fff; box-shadow: 3px 0 10px rgba(73, 75, 83, 0.3); transition: all 0.5s;}
.toggleInput input:checked + span{background: #4573f2;}
.toggleInput input:disabled + span::before{background: #dfe2ed;}
.toggleInput input:disabled + span{background: #f4f6fc;}

/* 로그인 */
.memberLogin_wrap{ /*position:absolute; height:488px; width:920px; left:50%; top:50%; transform: translate(-50%, -50%);*/  }
.memberLogin_wrap .logo_wrap{float: left; width: 50%; text-align: center; }
.memberLogin_wrap .logo {width: 100%; display: table; margin-top: 200px;}
.memberLogin_wrap .logo > div{width:100%; display: table-cell; height:600px; vertical-align: middle;}
.memberLogin_wrap .logo > div > h1{ font-weight: 700;  color: #e72727; font-size:80px; font-family: 'Titillium Web', sans-serif; line-height: 1;}
/*.memberLogin_wrap .logo > div > h1 img{width: 309px; height: 32px;} */
.memberLogin_wrap .logo > div > p {color:#aaa; font-size: 18px; font-weight: 700; font-family: 'Titillium Web', sans-serif;}
.memberLogin_wrap .logo_wrap > .txt{font-weight: 500;}
.memberLogin_wrap .logo_wrap > .txt p{color: #313942;  font-size: 24px;}
.memberLogin_wrap .logo_wrap > .txt a{color: #666; font-size: 18px; text-decoration: underline; }
.memberLogin_wrap .form_wrap{float: right; width: 50%;}
.memberLogin_wrap .form .login_title{color: #fefefe; font-size: 50px; font-weight: 500; text-align: center; margin-bottom:70px; margin-top: 200px;}
.memberLogin_wrap .form{width: 500px;  margin:0 auto;   box-sizing: border-box;}
.memberLogin_wrap .form .login_tab{ overflow: hidden; margin-bottom: 30px;}
.memberLogin_wrap .form .login_tab li{float: left; line-height: 20px; margin-right:15px;}
.memberLogin_wrap .form .login_tab li label{font-size: 18px; color: #fefefe;}
.memberLogin_wrap .form .login_tab li .radioStyle input[type=radio]{margin-right:7px; width:20px;}
.memberLogin_wrap .form .login_tab li .radioStyle input[type=radio]:checked{  }
.memberLogin_wrap .form .login_tab li .radioStyle input[type=radio]:before{width:20px; height:20px; top: -3px;}
.memberLogin_wrap .form .login_tab li .radioStyle input[type=radio]:checked:after{width:20px; height:20px; top: -3px;}
.memberLogin_wrap .form .login_box{display: none;}
.memberLogin_wrap .form .login_box input[type="text"],
.memberLogin_wrap .form .login_box input[type="password"]{width: 100%; height: 80px; line-height: 80px; padding:0 20px; font-size: 16px; box-sizing: border-box; background: #fff; border-radius: 8px;}
.memberLogin_wrap .form .login_box input[type="text"]{margin-bottom: 10px;}
.memberLogin_wrap .form .login_box input[type="password"]{}
.memberLogin_wrap .form .login_box .authBtn_wrap{position: relative;}
.memberLogin_wrap .form .login_box .authBtn_wrap #autoBtn{border: 0; background: #00366c; color: #fff; font-weight: 500; text-align: center; width: 100px; height: 40px; line-height: 40px; position: absolute; right: 10px; top: 10px;}
.memberLogin_wrap .form .login_box .authBtn_wrap input[type=text]{padding-right:130px}
.memberLogin_wrap .form .pwauth_wrap{margin: 10px 0; font-size: 15px; }
.memberLogin_wrap .form .pwauthType{display:none;}
.memberLogin_wrap .form button {width: 100%; background: #e72727; height: 80px; text-align: center; border: 0; font-size: 28px; font-weight: 500; color: #fff; margin-top: 30px; border-radius: 40px;}
.memberLogin_wrap .form .log_checkbox{ color: #fff; font-size: 16px; margin-top: 20px;}
.memberLogin_wrap .form .bottombtn{ margin-top: 50px; text-align: center;  box-sizing: border-box;}
.memberLogin_wrap .form .bottombtn a{font-size: 17px; color: #ddd;  font-weight: 500; }
.memberLogin_wrap .form .bottombtn a:first-child::after{content: ""; display: inline-block; background: #949494; width: 1px; height: 11px; margin:0 15px}

/* 회원가입 */
.memberJoin_wrap{}
.memberJoin_wrap .logo{ height: 100px; margin-bottom: 70px; padding: 30px 120px; box-sizing: border-box;}
.memberJoin_wrap .logo > h1{ font-weight: 700;  color: #e72727; font-size:45px; font-family: 'Titillium Web', sans-serif; line-height: 1;  margin-top: 20px;}
.memberJoin_wrap .logo > p {color:#aaa; font-size: 12px; font-weight: 700; font-family: 'Titillium Web', sans-serif;}
.memberJoin_wrap .form{ width: 700px; margin: 0 auto; padding-bottom: 100px;}
.memberJoin_wrap .form .allChk{}
.memberJoin_wrap .form .allChk label{display: block; line-height: 45px; background: #fff;  text-align: center; font-weight: 500; color: #777; font-size: 17px; border: 1px solid #ddd;  box-sizing: border-box;  margin-top: 20px;}
.memberJoin_wrap .form .allChk label::before{content: ''; display: inline-block; width: 19px; height: 12px; background: url(../images/icon_allchk.png) no-repeat center; margin-right: 10px;}
.memberJoin_wrap .form .allChk input[type=checkbox]:checked ~ label{border:2px solid #e72727; line-height: 43px;}
.memberJoin_wrap .form .allChk input[type=checkbox]:checked ~ label::before{ background: url(../images/icon_allchk_on.png) no-repeat center; }
.memberJoin_wrap .form .title{overflow: hidden; margin:30px auto 15px;}
.memberJoin_wrap .form .title h3{float: left; color: #fff; font-weight: 700; font-size: 20px;}
.memberJoin_wrap .form .title .chkStyle{float: right; font-size: 15px;  margin-top:5px;}
.memberJoin_wrap .form .title label{ margin-right: 0;}
.memberJoin_wrap .form .title .txt{color:#101010; margin-left:250px; font-size: 15px; margin-top:5px;}
.memberJoin_wrap .form .terms_wrap{display:none; margin-top:10px;}
.memberJoin_wrap .form .terms_wrap .terms{width: 100%; height: 120px; }
.memberJoin_wrap .form .terms_wrap .terms textarea{width: 100%; height: 120px; resize: none; border: 1px solid #ddd; box-sizing: border-box;}
.memberJoin_wrap .form .bottombtn{text-align: right; font-size: 0; margin-top: 50px;}
.memberJoin_wrap .form .bottombtn a{display: inline-block; width: 160px; height: 50px; line-height: 50px; font-size: 18px; font-weight: 500; text-align: center;}
.memberJoin_wrap .form .bottombtn .next{background: #e72727; color: #fff; border-radius: 25px;}

.joinReg_wrap > li {margin-bottom: 20px; overflow: hidden;}
.joinReg_wrap li .tit{float: left; width: 250px; text-align: left; color: #ddd; font-weight: 500; font-size: 15px; line-height: 38px;}
.joinReg_wrap li .tit .required{font-weight: 500; color: #d24b58; padding-left: 3px;}
.joinReg_wrap li .cont{float: left; width: calc( 100% - 250px ); font-size: 0;}
.joinReg_wrap li .cont input[type="text"],
.joinReg_wrap li .cont input[type="password"]{ width: 100%; height: 40px; border:0; border-bottom: 1px solid #ddd; padding: 0; float: left; box-sizing: border-box;}
.joinReg_wrap li .cont .filebox label{ height: 38px;}
.joinReg_wrap li .cont .filebox .upload_name { border:0; border-bottom: 1px solid #ddd; padding: 0;}
.joinReg_wrap li .cont .termChk_wrap{text-align: left;}
.joinReg_wrap li .cont .termChk_wrap .chkStyle,
.joinReg_wrap li .cont .termChk_wrap .radioStyle{display:inline-block;}
.joinReg_wrap li .cont .termChk_wrap .termView{font-size: 14px; display:inline-block; cursor: pointer; color: #666}
.joinReg_wrap li .cont .termChk_wrap .termView.on{color:#111;}
.joinReg_wrap li.texarea .tit{line-height: 118px;}
.joinReg_wrap li.texarea .cont{}
.joinReg_wrap li.texarea .cont textarea{width: 100%; height: 120px; border: 1px solid #ccc; padding: 0 12px; float: left; box-sizing: border-box; padding: 12px;}
.joinReg_wrap li .cont.addchk input[type="text"]{ width: calc( 100% - 200px );}
.joinReg_wrap li .cont.addchk .addchk_wrap{width: 200px; float: left; overflow: hidden; box-sizing: border-box; padding-left: 20px;}
.joinReg_wrap li .cont.addchk .addchk_wrap .radioStyle{float: left; line-height: 40px;}
.joinReg_wrap li .cont.addchk .addchk_wrap .radioStyle label{margin-right: 15px;}
.joinReg_wrap li .cont.postsch input[type="text"]{ width: calc( 100% - 115px );}
.joinReg_wrap li .cont.postsch button{ width: 110px; background: #fff; border: 1px solid #313942; text-align: center; font-size: 14px; color: #313942; height: 40px; float: right; font-weight: 400;}
.joinReg_wrap li .cont .explan{color:#313942; font-size: 13px; line-height: 23px;}
.joinReg_wrap li .cont .checkId{display:inline-block; color:#313942; font-size: 13px; line-height: 23px;}

.joinReg_wrap li .cont .radioStyle input[type=radio],
.joinReg_wrap li .cont .chkStyle input[type=checkbox]{vertical-align: baseline}

/* 가입완료 */
.memberJoin_wrap .regComplet{ width: 700px; height: 600px; margin: 0 auto; background: #fff url(../images/icon_regComplet.png) no-repeat center top 130px; text-align: center; overflow: hidden; border: 1px solid #ddd;}
.memberJoin_wrap .regComplet strong{font-weight: 500; font-size: 30px; color: 313942; margin-top:285px; display: block;}
.memberJoin_wrap .regComplet strong span{ color: #e72727; font-weight: 700; }
.memberJoin_wrap .regComplet p{color: #555; font-size: 15px; line-height: 25px; margin: 30px 0 40px; }
.memberJoin_wrap .regComplet .joinbtn_wrap a{display: inline-block; text-align: center; width: 160px; height: 50px; line-height: 50px;  font-size: 16px; border: 25px; vertical-align:top; margin:0 5px;}
.memberJoin_wrap .regComplet .joinbtn_wrap a.main{color:#333; background:#fff; border:1px solid #ddd;  box-sizing:border-box;}
.memberJoin_wrap .regComplet .joinbtn_wrap a.join2{color: #fff; background: #e72727;  font-weight:500;}

/* 공통 */
.cate::after { content: ']'; }
.cate::before { content: '['; }
.top_btn { display: block;position: absolute;bottom: 10px;right: 15px;width: 55px;height: 55px;background: #FFF;border: 1px solid #DCDCDC;cursor: pointer; }
.top_btn::before { content: '\e944';display:block;height:20px;font-size:26px;line-height:55px;font-family : 'xeicon' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;color: #111; }

/* 레이아웃 */
.subTitle{font-size: 20px; color: #313942; font-weight: 700; line-height: 1; margin:0 0 20px;}
.subTitle::before{content: ""; display: inline-block; background: #e72727; width: 3px; height: 20px; margin-right: 10px; vertical-align: top;}
.tabmenu_wrap{margin-bottom: 15px; }
.tabmenu_wrap ul{overflow: hidden; border-bottom:1px solid #ddd;}
.tabmenu_wrap ul li{float: left; padding: 0 20px;  overflow: hidden; height: 40px; box-sizing: border-box; cursor: pointer}
.tabmenu_wrap ul li:first-child{margin-left: 0;}
.tabmenu_wrap ul li a{display: inline-block;  line-height: 40px;   color: #313942; font-weight: 500; font-size: 16px;}
.tabmenu_wrap ul li.active{background: #fff; border-bottom: 2px solid #e51414;}
.tabmenu_wrap ul li.active a{}


.contents_wrapN{padding:90px 20px 20px 20px; overflow-y: auto;  background: #f3f4f9;}
.contentsN{}
.contentBox_layout3{font-size: 0}
.contentBox_layout3 .contentBox_left,
.contentBox_layout3 .contentBox_right{width: calc( (100% - 80px) / 2 ); float: left; box-sizing: border-box}
.contentBox_layout3 .contentBox_center{width: 80px; float: left; text-align: center; font-size: 0;}
.contentBox_layout3 .contentBox_center button{border: 0; height: 60px; line-height: 60px; color: #787878; background: transparent}
.contentBox_layout3 .contentBox_center button span{vertical-align: middle;}
.contentBox_layout3 .contentBox_center button:first-child{margin-top: 115px;  margin-bottom: 10px;}
.contentBox_layout3 .basicTable.list thead th{line-height: 30px; border: 1px solid #e3e4e9}
.contentBox_layout3 .basicTable.list thead tr:first-child th{border-top:0;}
.contentBox_layout3 .basicTable.list thead tr:first-child th:first-child{border-left:0;}
.contentBox_layout3 .basicTable.list thead tr:first-child th:last-child{border-right:0;}
.contentBox{padding:15px; border-radius: 10px; background: #fff; box-shadow: 0px 2px 4px rgb(0 0 0 / 15%); overflow: hidden}
.contentBox.board{padding: 0;}
.contentBox .content_title{font-size: 18px; color: #333; font-weight: 500;}
.contentBox .content_title .toggleBar{width: 20px; height: 20px; position: relative; vertical-align:inherit; margin-right: 5px; border:0; background: transparent}
.contentBox .content_title .toggleBar span{width:19px; height:1px; display: inline-block; background: #c5c8cf; position: absolute; top:50%; left:0; transition: all .4s; -webkit-transition: all .4s;}
.contentBox .content_title .toggleBar.on span:last-child{transform: rotate(90deg); }
.contentBox .content_title .linkMore{font-size:14px; float:right; color:#888; cursor:pointer}
.contentBox .content_title .linkMore .material-icons-outlined{font-size:14px; vertical-align: middle;}

.tableBox{padding: 0px; position: relative; overflow: hidden;     border-top: 2px solid #666}
.tableBox:before{content: ""; background: #fbfbfd; position: absolute; width: 100%; height: 52px; top: 0; border-radius:10px 10px 0 0; left:0; z-index: 0;}
.tableBox.noTbg:before{display: none;}
.tableBox.nopd{padding: 0}
.tableBox_title{ font-size: 16px; color: #989ca7; font-weight: 700; line-height: 51px;  }
.tableBox.xScroll{overflow-x: auto}
.tableBox.tableScroll{max-height:500px; padding:0; overflow: auto}


/* 기본테이블디자인 */
.basicTable{width: 100%; position: relative}
.basicTable thead{}
.basicTable thead th,
.basicTable tbody th{ color:#727272; }
.basicTable tbody td{color: #1e1e1e; padding: 0 10px;}
.basicTable thead th.txL,
.basicTable thead td.txL,
.basicTable tbody th.txL,
.basicTable tbody td.txL{text-align: left !important;}
.basicTable thead th.txR,
.basicTable thead td.txR,
.basicTable tbody th.txR,
.basicTable tbody td.txR{text-align: right !important;;}
.basicTable thead th.txC,
.basicTable thead td.txC,
.basicTable tbody th.txC,
.basicTable tbody td.txC{text-align: center !important;;}
.basicTable.list{} /* 리스트형 */
.basicTable.list thead{background: #fbfbfd}
.basicTable.list thead th{text-align: center; line-height: 52px; font-weight: 700; vertical-align: middle; font-size:14px;}
.basicTable.list tbody td{padding: 8px; vertical-align: middle; text-align: center;  border-bottom: 1px solid #e3e4e9; }
.basicTable.list tbody tr.show{display: table-row;}
.basicTable.list tbody tr.trHide{display: none;}
.basicTable.list tbody td input[type="text"],
.basicTable.list tbody td textarea,
.basicTable.list tbody td select{width: 100%;}
.basicTable.view{} /* 보기 */
.basicTable.view thead td,
.basicTable.view thead th,
.basicTable.view tbody td,
.basicTable.view tbody th{text-align: left;  padding:10px;  vertical-align: middle; border: 1px solid #e3e4e9; }
.basicTable.view tbody th{background: #fbfbfd;}
.basicTable.view tbody td{ position: relative}
.basicTable.view tbody td input[type="text"],
.basicTable.view tbody td textarea,
.basicTable.view tbody td select{width: 100%;}
.basicTable.view tbody th.bg,
.basicTable.view thead th.bg{background: #f7f7f7;}
.basicTable.view.popTable tbody td,
.basicTable.view.popTable tbody th{padding: 17px 10px;}
.basicTable.write{} /* 작성 */
.basicTable.write tbody th{text-align: left; border: 1px solid #e3e4e9; padding:10px; background: #fbfbfd}
.basicTable.write tbody th{ color:#989ca7;}
.basicTable.write tbody td{ color:#1e1e1e; position: relative; border: 1px solid #e3e4e9; padding: 6px; vertical-align: middle}
.basicTable.write tbody td input[type="text"],
.basicTable.write tbody td input[type="password"],
.basicTable.write tbody td textarea,
.basicTable.write tbody td select{width: 100%;}
.basicTable.write tr.cosTotal td{text-align: right; font-weight: 500;}

/* 게시판상세 */
.boardView_title{background: #fbfbfd; padding:15px 20px; box-sizing: border-box;}
.boardView_title.bdb{border-bottom: 1px solid #e3e4e9;}
.boardView_title .boardView_title_top{}
.boardView_title .boardView_title_top .cate{color: #e72727; font-weight: 500;}
.boardView_title .boardView_title_top .title{font-size: 18px; margin:5px 0 8px; font-weight: 700;}
.boardView_title .info{font-size: 12px; overflow: hidden}
.boardView_title .info > div{float: left; margin-right: 15px;}
.boardView_cont{ padding:25px 20px; border-bottom: 1px solid #e3e4e9; }
.boardView_cont.diary{padding:0 20px 25px;}
.boardView_cont .tableBox_title{margin-bottom:20px;}
.boardView_foot{padding:25px 20px; border-bottom: 1px solid #e3e4e9;}
/* 파일리스트 */
.viewFilelist_wrap{}
/* 댓글(답변) */
.viewReply_wrap{}
.viewReply_wrap .replyCnt{margin-bottom: 5px; color: #989ca7}
.viewReply_wrap .replyForm{position: relative}
.viewReply_wrap .replyForm textarea{height: 60px; width: calc(100% - 65px); padding: 10px; box-sizing: border-box}
.viewReply_wrap .replyForm button[type="submit"]{position: absolute; right: 0; top: 0; width: 60px; height: 60px; line-height: 60px; border: 0;  background: #babdc5; color:#fff;}
/* 호층불러호기 하단박스 */
.itemSelect_wrap{}
.itemSelect_wrap p{font-size:20px; margin-bottom: 10px;}
.itemSelect_box{border: 1px solid #ddd; padding:10px 20px; overflow: hidden; height:78px; overflow: auto;}
.itemSelect_box li{ font-size: 13px; float: left; margin-right: 15px; margin-top:5px; margin-bottom:5px; border: 1px solid #eee; padding:5px 10px;}
.itemSelect_box li span{margin-left: 10px; cursor: pointer; display: inline-block;}




/*faq*/
.faqList{border-top:2px solid #222;}
.faqList li{overflow: hidden;  border-bottom: 1px solid #e3e4e9 }
.faqList li > div{display: inline-block; float: left;  line-height: 50px;}
.faqList li .cate{ width: 100px; text-align: center; font-weight: 500;}
.faqList li .title{ width: calc(100% - 110px); margin-left: 10px; position: relative;}
.faqList li .title a{display:block; padding-right: 40px; font-size: 16px;}
.faqList li .title a::after{ content: '\e93f';font-size:20px;line-height:50px; font-family : 'xeicon' !important; color: #111; position: absolute; right: 10px;}

/*페이징*/
.paging_wrap{text-align:center; font-size:0; margin-top:15px;}
.paging_wrap.align_l{text-align:left;}
.paging_wrap.align_r{text-align:right;}
.paging_wrap.fl{float:left;}
.paging_wrap.fr{float:right;}
.paging_wrap a {font-size:12px; min-width:17px; color:#111; line-height:27px; height:27px; display:inline-block; padding:0 5px; border:1px solid #ddd; margin:0 3px; text-align:center;}
.paging_wrap a strong{color:#e72727;}/* 현재페이지 */
.paging_wrap a.on{font-weight: bold; color:#e72727;}/* 현재페이지 */
.paging_wrap .page{width:27px; height:27px; display:inline-block; padding:0;}
.paging_wrap .page i{vertical-align:middle;}
.paging_wrap .page.next{border:0; color: #a2a8ae;}
.paging_wrap .page.prev{border:0; color: #a2a8ae;}
.paging_wrap .page.first{border:0; color: #a2a8ae;}
.paging_wrap .page.last{border:0; color: #a2a8ae;}

/* 통합검색디자인 */
.nTabmenu_wrap{}
.nTabmenu_wrap ul{border-bottom: 1px solid #e3e4e9;}
.nTabmenu_wrap ul li{float:left; color:#989ca7; position: relative; line-height:40px; padding: 0 20px; cursor: pointer;}
.nTabmenu_wrap ul li.active{color:#e51414;}
.nTabmenu_wrap ul li.active:after{content:""; position: absolute; height:3px; background: #e51414; left:0; right: 0; bottom:-2px;}
.nTabmenu_wrap ul li .num{font-size:10px; display: inline-block; background: #989ca7; color:#fff; height:15px; line-height:15px; padding:0 5px; border-radius: 3px; margin: 13px 0 0 5px}
.nTabmenu_wrap ul li.active .num{ background: #e51414;}
.nTabmenu_wrap ul:after{content: ""; display: block; clear: both}

.totalsch.topfixed{ position: fixed; top: 65px; background: #fff; z-index: 50; padding: 15px; box-sizing: border-box; left: 250px; right: 20px; box-shadow:0px 2px 4px rgb(0 0 0 / 15%); border-radius: 10px; }

/* 콘텐츠상하단 버튼영역 */
.content_top{width:100%; overflow: hidden;}
.content_top:after{display:block; content:""; clear:both;}
.content_bottom{ overflow: hidden; text-align: center}
.content_btn_L{float:left; }
.content_btn_R{float:right; font-size:0;}
.content_btn_L a{margin-right:3px;}
.content_btn_R a{margin-left:3px;}
.content_btn_C {text-align:center;}
.content_bottom.sch{text-align: center; padding-top:30px;}
.content_bottom.sch .btn{min-width:120px; height:40px; line-height:40px; font-size:14px;}
.content_bottom.sch .btn.enter{font-weight: bold;}
.content_total{ line-height: 34px; color:#333; font-size:14px;}
.content_total strong{font-weight: bold;}
.content_total select{margin-left:5px;}
.content_top .sorting{}
.content_top .sorting ul{float: right;}
.content_top .sorting ul li{float: left; font-size:14px; color:#8f8f8f; margin-left:30px;}
.content_top .sorting ul li span{color:#8f8f8f; font-size:20px; margin-right:10px;}
.content_top .sorting ul li.active,
.content_top .sorting ul li.active span{color:#333; font-weight: 500;}

/* 콘텐츠 카테고리 분류 */
.content_sel { display: block;margin-bottom: 10px; }
.content_sel::before { content: '\e9d9';display:inline-block;height:35px;font-size:20px;line-height:35px;font-family : 'xeicon' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;color:#e72727;vertical-align: middle;margin-right: 10px; }
.content_sel select { display: inline-block;width: 150px;height: 35px; }

/* 버튼 */
.btn_area{overflow:hidden;}
.btn_wrap{font-size:0;  }
.btn_wrap.align_l{text-align:left;}
.btn_wrap.align_r{text-align:right;}
.btn_wrap.align_c{text-align:center;}
.btn_wrap.fl{float:left}
.btn_wrap.fr{float:right;}

.btn{display:inline-block; min-width:40px; padding:0 20px; height:40px; line-height:40px; text-align:center; color:#333; background:#fff; border:1px solid #ddd; box-sizing:border-box; cursor:pointer; outline:0; font-size:14px; vertical-align:middle; margin:0 3px;}
.btn.b_red{background:#c12323; color:#fff; border:1px solid #e72727;}
.btn.b_red:hover{background:#a01818; color:#fff; border:1px solid #c52121;}
.btn.b_white{background: #fff; border: 1px solid #c5c8cf; box-sizing: border-box; color: #787878;}
.btn.b_green{ background: #119b35; color:#fff;}
.btn.b_gray{ background: #babdc5; color:#fff;}

.btn.sizeM{width: 120px; height: 34px; line-height: 34px; padding: 0; }
.btn.sizeS{width: auto; padding:0 10px; height: 28px; line-height: 28px; }

/* 매물관리 */
.detailTop{position: relative; }
.detailToptit > .b_title { display: block;width: 100%;position: relative; }
.detailToptit > .b_title > h3 { font-size: 21px; position: relative;  }
.detailToptit > .b_title > .desc{display: block}
.detailToptit > .b_title > .desc span { display: inline-block;color: #333; }
.detailToptit > .b_title > .desc > span + span::before { content: '';width: 1px;height: 10px;background: #ccc;display: inline-block;margin: 0 15px; }
.detailToptit > .b_title > span.sales { color: #999; }
.detailToptit > .b_title > span + span::before { content: '';width: 1px;height: 10px;background: #d5d7dc; display: inline-block;margin: 0 15px; }
.detailToptit > .b_title .bookmark_wrap{position:absolute; right: 0; top:30px;}
.detailToptit > .b_title .bookmark_wrap i.bookmark { width: 24px;height: 24px; cursor: pointer; line-height:1;}
.detailToptit > .b_title .bookmark_wrap i.bookmark.on::before { content: '\ea10';color:#e72727; }
.detailToptit > .b_title .bookmark_wrap i.bookmark::before { content: '\ea11';  font-family : 'xeicon' !important; color:#c5c8cf; font-size:24px;}
.detailToptit > .b_title .bookmark_wrap .material-icons-outlined{color:#c5c8cf; display: inline-block; cursor: pointer}
.detailToptit > .b_title span.possibility {display:inline-block; font-size: 13px;font-weight: 500;  background: #e72727;color: #fff;text-align: center;border-radius: 5px; height:25px; padding:0 10px; line-height:25px;}
.detailToptit > .b_title > span.mark_num { display: inline-block;font-size: 16px;font-weight: 500;line-height: 36px;margin-left: -5px; }
.detailTopcont{overflow: hidden; margin-top:25px; position: relative;}
.detailTopcont > .photo { position: absolute; left:0; top: 0; bottom: 0; width: calc( (100% - 600px) / 2 );overflow: hidden; border: 1px solid #e3e4e9; box-sizing: border-box;  background: #f3f4f9 url(../images/noImage.jpg) no-repeat center  }
.detailTopcont > .photo ul{}
.detailTopcont > .photo ul li{text-align: center;}
.detailTopcont > .photo .photoList{position: relative; height: 100%;}
.detailTopcont > .photo .photoList label{position:absolute; top:12px; right:12px; background: #fff; border: 1px solid #c5c8cf; font-size: 12px; text-align:center; width: 70px; height: 23px; line-height: 23px; border-radius: 5px;}
.detailTopcont > .photo .photoList input[type="file"]{display:none;}
.detailTopcont > .photo .photoList .bx-wrapper{width:100%; height:100%;}
.detailTopcont > .photo .photoList .bx-wrapper .bx-viewport{width:100% !important; height:100% !important;}
.detailTopcont > .photo .photoList .bx-wrapper .bx-viewport ul,
.detailTopcont > .photo .photoList .bx-wrapper .bx-viewport ul li{height:100%;}
.detailTopcont > .photo .photoList .bx-wrapper .bx-controls-direction a.bx-prev,
.detailTopcont > .photo .photoList .bx-wrapper .bx-controls-direction a.bx-next {}
.detailTopcont > .txt { float: left; width:500px; margin-left:calc( (100% - 530px) / 2 ); }
.detailTopcont > .txt > div{overflow: hidden; margin-bottom: 15px;}
.detailTopcont > .txt > div > .t{float: left; width: 55px; color: #8295A8; margin-right:15px; text-align: right;}
.detailTopcont > .txt > div > .c{float: left; width: calc( 100% - 70px); font-weight: 500;}
.detailTopcont > .map { top: 0; right: 0; bottom: 0; width: calc( (100% - 600px) / 2 ); overflow: hidden; position: absolute; border: 1px solid #e3e4e9; box-sizing: border-box }
.detailTopcont > .map #kakaoMap{width: 100%; height:100%;}
.detailTopcont > .map .map_btn{position: absolute; right: 12px; top: 12px; z-index: 5; font-size: 0;}
.detailTopcont > .map .map_btn button{background: #fff; border: 1px solid #c5c8cf; font-size: 12px; text-align:center; width: 70px; height: 23px; line-height: 1; border-radius: 5px;}
.detailTopcont > .map .map_btn button:last-child{margin-top:5px;}

.tab_sec[data-tab="floor01_1"] ul li[data-tab="floor01_1"] { border-bottom: 2px solid #c12323; }
.tab_sec[data-tab="floor01_2"] ul li[data-tab="floor01_2"] { border-bottom: 2px solid #c12323; }
.tab_sec[data-tab="floor01_3"] ul li[data-tab="floor01_3"] { border-bottom: 2px solid #c12323; }
.tab_sec[data-tab="floor01_4"] ul li[data-tab="floor01_4"] { border-bottom: 2px solid #c12323; }
.tab_sec[data-tab="floor01_5"] ul li[data-tab="floor01_5"] { border-bottom: 2px solid #c12323; }
.tab_sec[data-tab="floor01_1"] .tab_contents[data-tab="floor01_1"] { display: block;margin-top: 20px; }
.tab_sec[data-tab="floor01_2"] .tab_contents[data-tab="floor01_2"] { display: block;margin-top: 20px; }
.tab_sec[data-tab="floor01_3"] .tab_contents[data-tab="floor01_3"] { display: block;margin-top: 20px; }
.tab_sec[data-tab="floor01_4"] .tab_contents[data-tab="floor01_4"] { display: block;margin-top: 20px; }
.tab_sec[data-tab="floor01_5"] .tab_contents[data-tab="floor01_5"] { display: block;margin-top: 20px; }

.tab_contents { display: none; }
.tab_menu { display: block;position: absolute;top: -36px; right: 0; }
.tab_menu > ul { display: block; }
.tab_menu > ul >  li { display: inline-block;font-weight: 500;padding: 0 10px;cursor: pointer;line-height: 34px; }
.tab_menu > ul > li[data-tab="list"]::before { content: '\e993';display:inline-block;height:16px;font-size:16px;line-height:34px;font-family : 'xeicon' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;color: #111;vertical-align: inherit;margin-right: 3px; }
.tab_menu > ul > li[data-tab="gallery"]::before { content: '\e903';display:inline-block;height:16px;font-size:16px;line-height:34px;font-family : 'xeicon' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;color: #111;vertical-align: inherit;margin-right: 3px; }
.tab_menu > ul > li > a { display: block; }

.tab_sec { display: block;position: relative; }
.tab_sec[data-tab="list"] .tab_menu li[data-tab="list"] { color: #0c4fa2; }
.tab_sec[data-tab="list"] .tab_menu li[data-tab="list"]::before { color: #0c4fa2; }
.tab_sec[data-tab="gallery"] .tab_menu li[data-tab="gallery"] { color: #0c4fa2; }
.tab_sec[data-tab="gallery"] .tab_menu li[data-tab="gallery"]::before { color: #0c4fa2; }
.tab_sec[data-tab="list"] .tab_contents[data-tab="list"] { display: block; }
.tab_sec[data-tab="gallery"] .tab_contents[data-tab="gallery"] { display: block; }

.tab_sec02 {}
.tab_sec02 > .product002_tab { display: block;font-size: 0;margin-bottom: 20px; }
.tab_sec02 > .product002_tab > li { display: inline-block;border: 1px solid #ddd;height: 40px;line-height: 40px;font-size: 16px;width: calc(100% / 9 - 2px);text-align: center;cursor: pointer;background: #f9f9f9; }
.tab_sec02 > .product002_tab > li + li { border-left: none; }


.tab_contents { display: none; }
.tab_sec[data-tab="person_concerned"] .product002_tab li[data-tab="person_concerned"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="data"] .product002_tab li[data-tab="data"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="manager"] .product002_tab li[data-tab="manager"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="sales"] .product002_tab li[data-tab="sales"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="contract"] .product002_tab li[data-tab="contract"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="amount_info"] .product002_tab li[data-tab="amount_info"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="expense_info"] .product002_tab li[data-tab="expense_info"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="contract_possible"] .product002_tab li[data-tab="contract_possible"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="fit_the_condition"] .product002_tab li[data-tab="fit_the_condition"] { background: #fff;border-bottom: none; }
.tab_sec[data-tab="person_concerned"] .tab_contents[data-tab="person_concerned"] { display: block; }
.tab_sec[data-tab="data"] .tab_contents[data-tab="data"] { display: block; }
.tab_sec[data-tab="manager"] .tab_contents[data-tab="manager"] { display: block; }
.tab_sec[data-tab="sales"] .tab_contents[data-tab="sales"] { display: block; }
.tab_sec[data-tab="contract"] .tab_contents[data-tab="contract"] { display: block; }
.tab_sec[data-tab="amount_info"] .tab_contents[data-tab="amount_info"] { display: block; }
.tab_sec[data-tab="expense_info"] .tab_contents[data-tab="expense_info"] { display: block; }
.tab_sec[data-tab="contract_possible"] .tab_contents[data-tab="contract_possible"] { display: block;overflow-y: auto; }
.tab_sec[data-tab="fit_the_condition"] .tab_contents[data-tab="fit_the_condition"] { display: block;overflow-y: auto; }

.tab_sec03 { display: block; }
.tab_sec03 > ul { display: block;font-size: 0;margin-top: 25px; }
.tab_sec03 > ul > li { display: inline-block;width: calc(100% / 5 - 2px);font-size: 16px;text-align: center;border: 1px solid #ddd;height: 40px;line-height: 40px;cursor: pointer;background: #f9f9f9; }
.tab_sec03 > ul > li + li { border-left: none; }
.tab_sec03 > .tab_contents { height: 450px;overflow: auto; }
.tab_sec03[data-tab="basic_contract"] ul li[data-tab="basic_contract"] { background: #fff;border-bottom : none; }
.tab_sec03[data-tab="privacy"] ul li[data-tab="privacy"] { background: #fff;border-bottom: none; }
.tab_sec03[data-tab="confirm_info"] ul li[data-tab="confirm_info"] { background: #fff;border-bottom: none; }
.tab_sec03[data-tab="brokerage"] ul li[data-tab="brokerage"] { background: #fff;border-bottom: none; }
.tab_sec03[data-tab="receipt"] ul li[data-tab="receipt"] { background: #fff;border-bottom: none; }
.tab_sec03[data-tab="basic_contract"] .tab_contents[data-tab="basic_contract"] { display: block; }
.tab_sec03[data-tab="privacy"] .tab_contents[data-tab="privacy"] { display: block; }
.tab_sec03[data-tab="privacy"] .tab_contents[data-tab="privacy"] .basic_table,
.tab_sec03[data-tab="privacy"] .tab_contents[data-tab="privacy"] .contract_table { width: auto;margin-top: 10px; }
.tab_sec03[data-tab="privacy"] .tab_contents[data-tab="privacy"] .contract_table th { border-left: none; }
.tab_sec03[data-tab="confirm_info"] .tab_contents[data-tab="confirm_info"] { display: block; }
.tab_sec03[data-tab="brokerage"] .tab_contents[data-tab="brokerage"] { display: block; }
.tab_sec03[data-tab="receipt"] .tab_contents[data-tab="receipt"] { display: block; }
/* .tab_contents > .contract { display: block;height: 450px;overflow: auto;border: 1px solid #ddd;margin-top: 20px; } */

.tab_sec[data-tab="type01"] .receipt_form[data-tab="type01"] { display: block; }
.tab_sec[data-tab="type02"] .receipt_form[data-tab="type02"] { display: block; }
.tab_sec[data-tab="type03"] .receipt_form[data-tab="type03"] { display: block; }
.tab_sec[data-tab="type04"] .receipt_form[data-tab="type04"] { display: block; }
.tab_sec[data-tab="type05"] .receipt_form[data-tab="type05"] { display: block; }

.contents > .top_btn { display: block;position: absolute;bottom: 10px;right: 10px;width: 55px;height: 55px;background: #FFF;border: 1px solid #DCDCDC;cursor: pointer; }
.contents > .top_btn::before { content: '\e944';display:block;height:20px;font-size:26px;line-height:55px;font-family : 'xeicon' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;text-align: center;color: #111; }

/*매물등록상단*/
.search {}
.search > button { display: block;font-size: 16px; }
.search > label { display: inline-block;font-size: 20px;font-weight: 500; }
.search > input[type='text'] { display: inline-block;width: calc(100% - 480px);height: 40px;line-height: 40px;margin-left: 10px;padding-left: 10px; }
.search > button { display: inline-block;height: 40px;padding: 0px 10px;text-align: center;color: #111;border: 1px solid #ccc;vertical-align: middle;background: #fff;margin-left: 5px;line-height: 38px;cursor: pointer; }
.search > .s_btn { color: #FFF;background: #c12323;border-color: #c12323; }
.search > .ex_btn { background: #007322;color: #fff;border: 1px solid #007322; }

/* 그룹매물등록 */
.groupItem_wrap{}
.groupItem_wrap .groupItem_top{border-bottom:1px solid #e3e4e9; padding-bottom: 15px; margin-bottom:15px;}
.groupItem_wrap .groupItem_top .title{font-weight: 700; font-size:21px; }
.groupItem_wrap .groupItem_top .info{overflow: hidden; margin-top:10px;}
.groupItem_wrap .groupItem_top .info p{float:left; width: 25%; padding-right:20px; box-sizing: border-box}
.groupItem_wrap .groupItem_top .info p span{font-weight: 500; color:#1e1e1e;}
.groupItem_wrap .groupItem_list{}
.groupItem_wrap .groupItem_list ul{overflow: hidden}
.groupItem_wrap .groupItem_list ul li{float:left; display: inline-block;border: 1px solid #e3e4e9; width: calc( (100% - 40px) / 5 );position: relative; margin-right:10px; box-sizing: border-box}
.groupItem_wrap .groupItem_list ul li .topItem{position:absolute; right: 0; top: 0; background:#c12323; padding:5px ; color:#fff; z-index: 1;}
.groupItem_wrap .groupItem_list ul li:nth-child(5n+5){margin-right:0;}
.groupItem_wrap .groupItem_list ul li .chkStyle { display: block;position: absolute;left: 10px;top: 10px; }
.groupItem_wrap .groupItem_list ul li .img { display: block;width: 100%;height: 150px; position:relative; overflow:Hidden; background: #f3f4f9;}
.groupItem_wrap .groupItem_list ul li .img img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height:180px; width:auto;}
.groupItem_wrap .groupItem_list ul li .info { display: block; padding: 10px;min-height: 120px; }
.groupItem_wrap .groupItem_list ul li .info .stat{ margin-bottom:5px; }
.groupItem_wrap .groupItem_list ul li .info .stat span{display: inline-block; box-sizing: border-box; padding:0 7px; height: 20px; text-align: center; border-radius: 3px; border: 1px solid #c12323; color: #c12323; font-size: 12px; margin-top:0; }
.groupItem_wrap .groupItem_list ul li .info .stat span:nth-child(2){color: #003da5; border:1px solid #003da5;}

.groupItem_wrap .groupItem_list ul li .info .title { font-size: 16px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-weight: 500;}
.groupItem_wrap .groupItem_list ul li .info .area { margin-top:8px;}
.groupItem_wrap .groupItem_list ul li .info .area p{color: #868686; padding: 3px 0; }
.groupItem_wrap .groupItem_list ul li .info .area p span{color: #1e1e1e; }
.groupItem_wrap .groupItem_list ul li .info .area p.price span{color: #c12323; }
.groupItem_wrap .groupItem_list ul li .info .cont{margin-top: 5px;}
.groupItem_wrap .groupItem_list ul li .info .cont textarea{height: 100px; width: 100%;}
.groupItem_list.list ul li{margin-bottom:10px;}
.groupItem_list.poplist ul li{width:300px;}
.groupItem_list.poplist ul li:last-child{margin-right:0;}

/* 영업일기 상세페이지 */
.s_btn button { min-width: 120px;color: #111;background: #fff;padding: 7px 25px;font-size: 15px;border: none;border: 1px solid #dcdcdc;margin: 3px; }
.s_btn > div { float: right; }
.s_btn button:last-child { background: #c12323;border-color: #c12323;color: #fff;float: right; }
/* 날짜인풋 */
.dateinput { border:1px solid #dcdcdc; display: inline-block; width:100%; position: relative; box-sizing: border-box}
.dateinput input[type="text"] { border:0; }
.dateinput i { position: absolute; right: 5px; line-height: 28px; }
.datesel_wrap{}
.datesel_wrap > label{width: 110px;}
.datebtn_wrap{display: inline-block; font-size: 0; margin-left: 5px;}
.datebtn_wrap button{margin: 0 3px 0 0 ;}
/* 검색 */
.search_box {overflow: hidden}
.search_box .search_boxInner{min-height: 20px;}
.search_box .search_boxInner .t{float: left; font-size:14px; color: #787878; margin-right:12px; font-weight: 700;}
.search_box .search_boxInner .ckrdWrap{line-height: 21px;}
.search_box > p { display: inline-block;font-size: 20px;line-height: 40px;font-weight: 500; }
.search_box > select { display: inline-block;width: 100px;margin: 0px 10px 0 20px;height: 40px; }
.search_box > span { display: inline-block;border: 1px solid #dcdcdc;height: 40px; box-sizing: border-box}
.search_box > span input { line-height: 40px;padding-left: 10px;width: 450px; }
.search_box > button { display: inline-block;width: 90px;line-height: 38px;background: #c12323;color: #fff;border: 1px solid #c12323;vertical-align: middle;margin-left: 5px; }
.search_box > button + button { background: #fff;border: 1px solid #ddd;color: #333; }




/*검색 추가 20230509*/
.subSch_bar{display: inline-block}
.subSch_bar > div{display: inline-block;  font-size: 12px; margin-bottom:2px;}
.subSch_bar > span{margin-right: 10px; font-size: 16px; color: #313942; font-weight: 500;}
.subSch_bar > input[type="text"]{width: 350px; height: 40px; line-height: 40px; background: #fff /*url(../images/icon_search.png) no-repeat right 5px center;*/ border-radius: 4px; padding: 0 10px; margin-right: 3px;     vertical-align: top; width: 200px; border-radius: 4px;}
.subSch_bar .select_box > span{display: block; font-size: 14px; color: #333; background: #fff url(../images/icon_btnoff.png) no-repeat right 10px center; padding: 9px 30px 8px 10px; border: 1px solid #dcdcdc;margin-right: 10px; cursor: pointer;}
.subSch_bar .select_box > span.on{background: #313942 url(../images/icon_btnon.png) no-repeat right 10px center; color: #fff;}
.subSch_bar .select_box > .select_box_inner > div{color: #555; line-height: 2; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ededed;}
.subSch_bar button.reset_btn{padding: 8px 25px 8px 10px; border: 1px solid #dcdcdc; border-radius: 4px; color: #999; background: #fff url(../images/icon_reset.png) no-repeat right 5px center; float: right;}
.subSch_bar button.sch_closeBtn{padding: 8px 10px; border: 1px solid #dcdcdc; border-radius: 4px; color: #999; background: #fff; float: left; }


.subSch_bar .select_box .select_box_inner{position: absolute; width: 250px; background: #fff; border: 1px solid #313942; padding: 10px; box-sizing: border-box; display: none; z-index: 2;}
.subSch_bar .select_box .select_box_inner label{display: block;}
.select_box_inner input[type="checkbox"]{display: none; margin-right: 3px; cursor: pointer;}
.select_box_inner input[type="checkbox"] + label{background: url(../images/icon_chkbox_off.png) no-repeat left center;}
.select_box_inner input[type="checkbox"]:checked + label{background: url(../images/icon_chkbox_on.png) no-repeat left center;}
.select_box_inner input[type="radio"]{display: none; margin-right: 3px; cursor: pointer;}
.select_box_inner input[type="radio"] + label{background: url(../images/icon_radio_off.png) no-repeat left 8px / 15px 15px;}
.select_box_inner input[type="radio"]:checked + label{background: url(../images/icon_radio_on.png) no-repeat left 8px / 15px 15px;}
.select_box_inner > div{overflow: hidden}
.select_box_inner > div > div{float:left; width: 50%; }

.shcCostDay_box{display: flex; width: 100%;}
.shcCostDay_box > div{width: auto !important;}
.shcCostDay_box > div + div{margin-left: 15px; }

.shcCost_box{display: flex; justify-content: space-between;}
.shcCost_box > .unitbox.box2{width: calc( (100% - 20px) / 2 ) !important; margin-right: 0}

.shcArea_box{display: flex; justify-content: space-between;}
.shcArea_box + .shcArea_box{}
.shcArea_box > div:nth-of-type(1){width: 70px;}
.shcArea_box > div:nth-of-type(2){width: calc( 100% - 70px); display: flex;     justify-content: space-between; }
.shcArea_box > div:nth-of-type(2) > div{ width: calc( (100% - 20px) / 2 )}





/* 그룹 구분 */
.group {}
.group::before { content: "\e9d9";display: inline-block;height: 24px;font-size: 24px;line-height: 24px;font-family: 'xeicon' !important;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-align: center;color: #333;vertical-align: middle;margin-right: 10px; }
.group > select { display: inline-block;width: 130px;height: 40px;margin-right: 10px;padding-left: 10px; }
.group > button { display: inline-block;min-width: 40px;padding: 0 20px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #c12323;border: 1px solid #c12323;cursor: pointer;outline: 0;font-size: 14px;vertical-align: middle;margin: 0 3px; }
.group .ckrdWrap{line-height: 38px;}

/* 팝업 */
.popup { display: none;position: fixed;left: 0;right: 0;top: 0;z-index: 51;width: 100%;height: 100%;min-width: 1200px; }
.popup > .p_wrap > .p_con > .tab_sec04 > ul { display: block;font-size: 0;margin-bottom: 20px; }
.popup > .p_wrap > .p_con > .tab_sec04 > ul > li { display: inline-block;font-size: 16px;border: 1px solid #ddd;height: 40px;line-height: 40px;text-align: center;cursor: pointer;background: #f9f9f9;min-width: 150px; }
.popup > .p_wrap > .p_con > .tab_sec04 > ul > li + li { border-left: none; }
.popup > .p_wrap > .p_con > .tab_sec04 .tab_contents { font-size: 16px; }
.tab_sec04[data-tab="directly"] .tab_contents[data-tab="directly"] { display: block; }
.tab_sec04[data-tab="map"] .tab_contents[data-tab="map"] { display: block; }
.tab_sec01[data-tab="relevance_tab01"] .tab_contents[data-tab="relevance_tab01"] { display: block; }
.tab_sec01[data-tab="relevance_tab02"] .tab_contents[data-tab="relevance_tab02"] { display: block; }


/* 코드관리!! */
.code_btn { display: block;position: absolute;right: 20px;top: 20px; }
.code_btn > button { display: inline-block;min-width: 40px;padding: 0 20px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #c12323;border: 1px solid #c12323;cursor: pointer;outline: 0;font-size: 14px;vertical-align: middle;margin: 0 3px; }

/** BACKEND 검수 CSS **/
.form .bottombtn .next{cursor: pointer;}
.memberLogin_wrap .form #login_submit{width: 100%; background: #e72727; height: 80px; text-align: center; border: 0; font-size: 28px; font-weight: 500; color: #fff; margin-top: 30px; border-radius: 40px;}

#btn_land_open{border:1px solid #ddd; padding:6px 12px; font-size:13px; background:#ebebeb; margin-top: 10px;  float:right;}

/* 다중선택 셀렉트 */
button.c_btn { width: 100%; background:#fff url("../images/icon_selectArrow.png") no-repeat right 5px top 10px; border: 1px solid #ddd;border-radius: 0; height: 28px; text-align: left;padding-left: 10px;position: relative; text-overflow: ellipsis; padding-right:30px; box-sizing: border-box; overflow: hidden; white-space: nowrap;}
.multiSelect{display:none; width: calc(100% - 22px); position: absolute;left: 10px;top: 38px;background: #fff;font-weight: 500;color: #001d3a;border: 1px solid #dcdcdc;border-top: none;border-radius: 0;z-index: 10; }
.multiSelect ul{max-height: 200px; font-size: 14px; overflow: auto;}
.multiSelect .multiSelect_close{ display:block; text-align:center; height:30px; line-height:30px; background: #c12323; color: #fff; cursor: pointer}
.multiSelect ul li { display: block;padding-left: 20px;padding:5px 10px; }
.multiSelect ul li input[type=checkbox] { display: inline-block;position: relative;margin-right: 10px; }
.multiSelect ul li input[type=checkbox]::before { display: block;content: '';position: absolute;top: -3px;left: -1px;width: 18px;height: 18px;background: url(../images/icon_chkbox_off.png) no-repeat center / contain;z-index: 2;cursor: pointer; }
.multiSelect ul li input[type=checkbox]:checked::before { display: block;content: '';position: absolute;top: -3px;left: -1px;width: 18px;height: 18px;background: url(../images/icon_chkbox_on.png) no-repeat center / contain;z-index: 2 }
.multiSelect ul.on { display: block; }

/* 단위 & 아이콘 */
.boxRelative.unitTxt::after{right: 8px; top: 5px; }
td.unitTxt input{padding-right:25px;}
td.unitTxt.aream2 input{padding-right:40px;}
td.unitTxt.aream3 input{padding-right:55px;}
.unitTxt::after { display: block; content:""; position: absolute; right: 15px; top: 11px; font-size: 14px;}
.unitTxt.area::after{content:"평"}
.unitTxt.aream2::after{content:"㎡/평"}
.unitTxt.m2::after{content:"㎡"}
.unitTxt.pct::after{content:"%"}
.unitTxt.price::after{content:"원"}
.unitTxt.m2price::after{content:"㎡/원"}
.unitTxt.pricem2::after{content:"원/㎡"}
.unitTxt.areaprice::after{content:"평/원"}
.unitTxt.pricearea::after{content:"원/평"}
.unitTxt.ea::after{content:"대"}
.unitTxt.monPrice::after{content:"원/월간"}
.unitTxt.costmonth::after{content:"원/월"}
.unitTxt.price2::after{content:"만원"}

/* 밀리제곱 */
.millis::after { content: 'm²';display: inline-block; }
.unitbox{position: relative;}
.unitbox {float: left;}
.unitbox.unitTxt{}
.unitbox.unitTxt.aream3 input{padding-right:47px;}
.unitbox.unitTxt input{padding-right:25px; box-sizing: border-box; min-width:unset}
.unitbox:first-child::before{display:none;}
.unitbox:before{content:""; background: #eee; height: 22px; width: 1px; display: inline-block; position: absolute; left: -5px; top:8px;}
.unitbox.unitTxt::after {top:4px; right:8px;}
.unitbox.box2{ width : calc( (100% - 5px) / 2 ) !important; margin-right:5px; }
.unitbox.box2:nth-of-type(2){margin-right:0;}

/* 아이콘 */
.listIcon{}
.listIcon.lic-group{color:#c12323; font-weight: 600; }

/* 버튼 공통 */
.btnRed { background: #c12323 !important; color: #fff !important;}

/* 레이어팝업 수정 */
.popSch_Wrap{ position: relative; margin-bottom: 10px;}
.popSch_Wrap .popSch_box{width: calc( 100% - 85px);}
.popSch_Wrap .popSch_box input[type="text"]{width: 100%; height: 30px;}
.popSch_Wrap .popSch_btn{width: 80px; height:30px; position: absolute; right: 0; top: 0; background: #c12323; color: #fff; border: 0;}
.popSch_Wrap .popSch_btn.nopos{position: static;}
.popSch_Wrap .popSch_box.no100{width:unset; float: left;}
.popSch_Wrap .popSch_box.no100 input{width:unset}
.popSch_Wrap .popSch_box.no100 input,
.popSch_Wrap .popSch_box.no100 select{margin-right:10px;}

.layerPopup_wrap {position: fixed;left: 0;right: 0;top: 0;z-index: 51;width: 100%;height: 100%; background: rgba(0,0,0,0.8); display:none;}
.layerPopup{border-radius: 10px; background: #fff; position: fixed;  z-index: 9999;  top: 50%;  left: 50%; transform: translate(-50%, -50%);  max-height:800px;}
.layerPopup .layerPopup_h{width:100%; height:54px; font-size:24px; font-weight: 700; text-indent:20px; line-height:54px; position:Relative;}
.layerPopup .layerPopup_h a{width:32px; height:32px; position:Absolute; right:10px; top:10px; cursor:pointer; text-indent: -9999px;}
.layerPopup .layerPopup_h a:after{content: "\e921"; display: block; position: absolute; top: 0; color: #101010; text-indent: 0; height: 32px; width: 32px; font-size: 20px; line-height: 32px; font-family: 'xeicon';  text-align: center; }
.layerPopup .layerPopup_c{ padding:0 20px; background: #fff}
.layerPopup .layerPopup_c.cScroll{max-height:600px; overflow: auto }
.layerPopup .layerPopup_c h4{font-size:18px; font-weight:500; margin-bottom:10px;}
.layerPopup .layerPopup_c .total{ margin:10px 0; }
.layerPopup .layerPopup_c .tableBox{padding: 0}
.layerPopup .layerPopup_c .tableBox.tableScroll{max-height:500px; padding:0; overflow: auto}
.layerPopup .layerPopup_c .tableBox .basicTable.list th{position: sticky; top: -1px; background: #fbfbfd; z-index:3;}
.layerPopup .layerPopup_b{margin:20px 0; text-align: center; background: #fff}

.layerPopup_wrap .kakaoMap > div{width: 100%; height: 300px;}
.kakaoMapBtn{position: absolute; right: 0; top: 0;}
.kakaoMapBtn button{display:inline-block;  padding:0 15px; height:30px; line-height:30px; background:#fff; border:1px solid #ddd; box-sizing:border-box; outline:0;}
.kakaoMapBtn button.on{font-weight: 500; border: 1px solid #c12323}


/* td레이아웃나누기 */
.divBox{overflow: hidden}
.divBox .divBoxInner{float: left; width: 200px; margin-right: 20px;}
.divBox .t,
.divBoxInner .t{width: 80px; float: left; color: #989ca7; line-height: 28px;}
.divBox .t + input,
.divBox .t + select,
.divBox .divBoxInner .t + input,
.divBox .divBoxInner .t + select {width: calc(100% - 80px) !important;}
/* div영역나누기 */
.divWrap{overflow: hidden}


/* 주소검색 */
.addressReg {}
.addressReg input[type="text"]{ width: 200px !important;}
.addressReg button{display: inline-block; width: 100px; background: #FFF; text-align: center; font-size: 14px; color: #313942; height: 28px; border: 1px solid #313942; line-height: 26px; margin-left:5px; vertical-align: middle;}
/* 엑셀다운로드 */
.excelInput_wrap{font-size: 0; overflow: hidden;}
.excelInput_wrap input[type="text"]{display: inline-block; float: left; height: 40px; line-height: 40px; padding: 0 12px; background: #fff; border: 1px solid #ccc; color: #999; width: calc( 100% - 210px); box-sizing: border-box;}
.excelInput_wrap input[type="file"]{display:none;}
.excelInput_wrap label{ display: inline-block; width: 100px; background: #fff;  text-align: center; font-size: 14px; color: #313942; height: 40px; border: 1px solid #313942; float: left; margin-left:5px; line-height: 40px; box-sizing: border-box}
.excelInput_wrap .sampleDown{width: 100px; display: inline-block; float: right;  background: #babdc5;  text-align: center; font-size: 14px; color: #fff; height: 40px; float: left; margin-left:5px; line-height: 40px;}
/* 파일등록 */
.fileInput_wrap{font-size: 0; overflow: hidden; }
.fileInput_wrap input[type="text"]{display: inline-block; float: left; height: 40px; line-height: 40px; padding: 0 12px; background: #fff; border: 1px solid #ccc; color: #999; width: calc( 100% - 105px); box-sizing: border-box;}
.fileInput_wrap input[type="file"]{display:none;}
.fileInput_wrap label{ display: inline-block; width: 100px; background: #babdc5;  text-align: center; font-size: 14px; color: #fff; height: 40px;  float: left; margin-left:5px; line-height: 40px; box-sizing: border-box}
.descTxt2{margin-top:5px; color:#fb9595; font-size: 14px; display: block;}

/*파일등록*/
.fileList { font-size: 0; }
.fileList li{position: relative; font-size:14px; color:#666; line-height:24px;}
.fileList li:before{content:""; display:inline-block; width:3px; height:3px; border-radius:50%; background:#666; margin-right:5px; margin-bottom:2px;}

/* 검색인풋 */
.n_search{overflow: hidden}
.n_search > input[type="text"] { width: calc(100% - 65px) !important; float:left; }
.n_search > button { width: 60px; height: 28px; line-height: 28px; background:#babdc5;color: #fff; text-align: center; vertical-align: middle; float:right; border: 0}
/* 기타 */
.tobdyScroll{}
.tobdyScroll td:last-child {  }
.tobdyScroll thead th{ top: 0px !important;}
/*파일등록*/
.boardfile_list { font-size: 0; }
.boardfile_list li{position: relative}
.boardfile_list li input[type=text] { width: calc(100% - 185px) !important; padding:0 10px; }
.boardfile_list li a { display: inline-block;width: 85px;height:28px;background: #c12323;color: #fff;text-align: center;z-index: 9; font-size:14px; line-height: 28px;vertical-align: middle;position: relative;margin-left: 5px; }
.boardfile_list li a  input[type=file] { display: block;width: 85px;height: 40px;background: #c12323;color: #fff;text-align: center;font-size: 15px;position: absolute;right: 0px;top: 0px;opacity: 0; }
.descTxt{margin-top:5px; color:#666; font-size: 12px;}
/* 검색영역(신규디자인) */
.itemSelect_wrap{}
.itemSelect_wrap p{font-size:20px; margin-bottom: 10px;}
.itemSelect_box{border: 1px solid #ddd; padding:10px 20px; overflow: hidden; height:78px; overflow: auto;}
.itemSelect_box li{ font-size: 13px; float: left; margin-right: 15px; margin-top:5px; margin-bottom:5px; border: 1px solid #eee; padding:5px 10px;}
.itemSelect_box li span{margin-left: 10px; cursor: pointer; display: inline-block;}
.itemSelect_box li.chkAll{text-align: center; padding: 20px 0; width: 100%; border: 0; font-size: 18px; font-weight: 500;}
/* 수입항목 */
.costList{overflow: hidden}
.costList li{margin-bottom: 5px; float: right; clear: both; font-size: 0;}
.costList li:last-child{margin-bottom: 0;}
.costList li .costList_left{float: left}
.costList li .costList_right{float: right; font-size: 0;}
.costList li .costList_right .btn{margin:0 0 0 3px;}


/* checkTxt */
.checkTxt{background: #fff; }


.password_popup{display: none;}




/* pdf인쇄
.pdfHead{background: #ffcc22; color: #2f3528; overflow: hidden}
.pdfHead .pdfHead_name{float: left;}
.pdfHead .pdfHead_info{float: right;}
.pdfHead .pdfHead_info .regType{font-size: 28px;}
.pdfHead .pdfHead_info .regDay{font-size:14px; margin-right:20px; font-weight: 400; line-height: 65px;}
.pdfCont_wrap{overflow: hidden}
.pdfCont_top,
.pdfCont_bottom{overflow: hidden}
.pdfCont{ float: left; padding: 15px 0 10px;}
.pdfCont.pdfLeft{width: 35%}
.pdfCont.pdfLeft2{width: calc(65% - 15px); margin-right:15px;}
.pdfCont.pdfCenter{margin:0 15px; width: calc(35% - 30px); }
.pdfCont.pdfRight{width: 30%}
.pdfRight_cont{margin-top:10px;}
.pdfRight_cont.t{margin-top:20px;}
.pdfRight_cont .priceDesc{text-align: right; margin-bottom: 5px; font-size: 13px;}
.pdfRight_cont .priceTitle{font-size:16px; font-weight: 500; background: #858585 !important; color:#fff; width: 120px; padding: 10px 5px; box-sizing: border-box}
.pdfRight_cont .priceRow{overflow: hidden; }
.pdfRight_cont .priceRow.txr{text-align:right;}
.pdfRight_cont .priceRow span{padding:5px; box-sizing: border-box; border-bottom: 1px solid #bdbdbd}
.pdfRight_cont .priceRow .priceT{float: left; padding: 5px; box-sizing: border-box;  width: 120px; background: #858585 !important; color: #fff !important; }
.pdfRight_cont .priceRow .priceR{float:right;  width: calc( 100% - 120px); text-align: right; font-weight: 500; background: #f5f5f5; color: #000}
.pdfRight_cont .priceRow.tradeCost{font-size:20px; }
.pdfRight_cont .priceRow.tradeCost span{padding:5px; box-sizing: border-box}
.pdfRight_cont .priceRow.tradeCost .priceR{color: #a01818; }

.pdfCont_bottom .pdfCont{padding: 0 0 10px}
.pdfCont .pdfTitle{font-size:16px; height:30px; line-height: 18px;  font-weight: 500; }
.pdfCont .pdfTxt{ }
.pdfCont .pdfTxt pre {background: #f5f5f5 !important; display:block; white-space: pre-wrap; line-height: 1; font-size:12px; width: 100%;  border: 1px solid #e3e4e9; border-top: 2px solid #666; height: 321px; padding: 8px; box-sizing: border-box;  line-height: 1; color: #000;  overflow: hidden;}
.pdfCont .pdfRight_inner{ background: #fff !important; width: 100%;  border: 1px solid #e3e4e9; border-top: 2px solid #666; height: 321px; padding: 15px; box-sizing: border-box; color: #000;}
.pdfCont .photo{width: 100%; height: 280px;}
.pdfCont .photo img{width: 100%; height: 280px;}
.pdfCont .map #popkakaoMap{width: 100%; height: 280px;}
.pdfFoot{background:#c12323; padding: 12px 20px; color: #fff; font-size:14px; overflow: hidden; position: relative;}
.pdfFoot .pdfFoot_name{float: left; margin: 5px 20px 0 0; font-size: 18px;}
.pdfFoot .pdfFoot_tel{float: left; margin: 5px 30px 0 0; font-size: 18px;}
.pdfFoot .pdfFoot_address{margin-top: 0px; left: 50%; position: absolute; transform: translateX( calc( 50% - 255px) );}
.pdfFoot .pdfFoot_logo{float:right; width:131px; height:48px; text-indent: -9999px; background: url(../images/pdfLogo.png) no-repeat center / contain;}

.pdfCont_wrap th,
.pdfCont_wrap td{font-size:13px !important; padding: 2px 5px !important;  height: 34.6px; line-height: 1;}
.pdfCont_wrap th{background: #858585 !important; color: #fff !important;}
.pdfCont_wrap td{color:#000 !important; background: #f5f5f5 !important; border:1px solid #bdbdbd; }
*/
.hoPdf{border: 0; background: #fff; height: 34px; width: 50px; vertical-align: middle; border: 1px solid #c5c8cf; color: #787878; text-align: center}


/* pdf인쇄 */
.pdfHead{background: #ffcc22; color: #2f3528; overflow: hidden}
.pdfHead .pdfHead_name{float: left;}
.pdfHead .pdfHead_info{float: right;}
.pdfHead .pdfHead_info .regType{font-size: 28px;}
.pdfHead .pdfHead_info .regDay{font-size:14px; margin-right:20px; font-weight: 400; line-height: 65px;}
.pdfCont_wrap{overflow: hidden}
.pdfCont_top,
.pdfCont_bottom{overflow: hidden}
.pdfCont{ float: left; padding: 15px 0 10px;}
.pdfCont.pdfLeft{width: 35%}
.pdfCont.pdfLeft2{width: calc(65% - 15px); margin-right:15px;}
.pdfCont.pdfCenter{margin:0 15px; width: calc(35% - 30px); }
.pdfCont.pdfRight{width: 30%}
.pdfCont.pdfRight2{width: calc( 65% - 15px); margin-left: 15px;}
.pdfRight_cont{margin-top:0px;padding-top:0px;}
.pdfRight_cont + .pdfRight_cont{ margin-top: 10px; padding-top: 0px; }
.pdfRight_cont.notop{margin-top:0; border-top: unset; padding-top: unset}
.pdfRight_cont .priceDesc{text-align: right; font-size: 13px;}
.pdfRight_cont .priceTitle{font-size:16px; font-weight: 500; margin-bottom:10px; background: #d9d9d9; padding: 5px 15px !important;}
.pdfRight_cont .priceRow{overflow: hidden; margin-bottom: 5px;}
.pdfRight_cont .priceRow .priceT{float: left;}
.pdfRight_cont .priceRow .priceR{float:right; text-align: right; font-weight: 500;}
.pdfRight_cont .priceRow.tradeCost{font-size:20px; margin:10px 0px 10px; padding: 5px 15px; background: #d9d9d9;}
.pdfRight_cont .priceRow.tradeCost .priceR{color: #c12323}
.pdfCont .photo{position: relative}
.pdfCont .photo .pdfBtn_photo{position: absolute; right: 5px; top: 5px; z-index: 10001}
.pdfCont .photo .pdfBtn_photo button{ background: #fff; border: 1px solid #c5c8cf; font-size: 12px; text-align:center; width: 70px; height: 23px; line-height: 1; border-radius: 5px; }
.pdfBtn_photo{display: none}
.pdfBtn_photo.on{display: block}

.pdfCont_bottom .pdfCont{padding: 0 0 10px}
.pdfCont .pdfTitle{font-size:16px; height:30px; line-height: 18px;  font-weight: 500; }
.pdfCont .pdfTitle .pdfBtn_wrap{float: right}
.pdfCont .pdfTxt{ }
.pdfCont .pdfTxt pre {display:block; white-space: pre-wrap; font-size:13px; width: 100%;  border: 1px solid #e3e4e9; border-top: 2px solid #666; height: 283px; padding: 8px; box-sizing: border-box;  line-height: 1.5; color: #000;  overflow: hidden;}
.pdfCont.pdfRight .pdfTxt pre{height: 220px;}

.pdfCont .pdfRight_inner{width: 100%;  border: 1px solid #e3e4e9; border-top: 2px solid #666; height: 283px; padding: 15px 0; box-sizing: border-box; color: #000;}
.pdfRight_inner .pdfRight_cont > p{padding: 0 15px;}
.pdfCont .photo{width: 100%; height: 350px;  contain: strict;}
.pdfCont .photo img{width: 100%; height: 350px;}
.pdfCont .map #popkakaoMap{width: 100%; height: 350px;}
.pdfFoot{background:#c12323  !important; padding: 5px 20px; color: #fff; font-size:14px; overflow: hidden; position: relative;}
.pdfFoot .pdfFoot_name{float: left; margin: 10px 20px 0 0; font-size: 18px;}
.pdfFoot .pdfFoot_tel{float: left; margin: 10px 30px 0 0; font-size: 18px;}
.pdfFoot .pdfFoot_address{margin-top: 3px; left: 50%; position: absolute; transform: translateX( calc( 50% - 255px) );}
.pdfFoot .pdfFoot_logo{float:right; width:131px; height:48px; text-indent: -9999px; background: url(../images/pdfLogo.png) no-repeat center / contain; }/* background: url(../images/pdfLogo.png) no-repeat center / contain; */


.pdfCont_wrap th,
.pdfCont_wrap td{font-size:13px !important; padding: 2px 5px !important;  height: 30px; line-height: 1;}
.pdfCont_wrap th{background: #858585 !important; color: #fff !important;}
.pdfCont_wrap td{color:#000 !important;}



.pdfPhoto_list{max-height: 300px; overflow-y: auto }
.pdfPhoto_list li{ }
.pdfPhoto_list li .img{width: 100px}
.pdfPhoto_list li .img img{width: 100px; height: 70px;}
.pdfPhoto_list li .txt{width: calc(100% - 110px); word-break: break-all; }
.pdfPhoto_list li + li{margin-top: 15px}
.pdfPhoto_list li label{padding: 5px; display: flex; justify-content: space-between;}
.pdfPhoto_list li input[type="radio"]{display:none;}
.pdfPhoto_list li input[type="radio"]:checked + label{background: #f3f3f3}



.txtEdit{}
.eidtView,
.pdfEditBtn{display:none;}

.txtEdit.on{box-shadow: 0 0 0 2px #e72727 inset;  }
.pdfHead .txtEdit.on{box-shadow: 0 0 0 2px #fff inset;}
.pdfHead .txtEdit.on, .pdfCont.pdfRight .txtEdit.on,
#pdfTel.txtEdit.on, .pdfFoot_name .txtEdit.on {padding:0 15px;}

.pdfRent_title {display: flex; justify-content: space-between; width: 100%;}
.pdfRent_title li{width: calc( 100% / 8); height: 40px; line-height: 40px; background: #858585; color: #fff; text-align: center }

.pdfRent_row{}
.pdfRent_row li label{display: flex; justify-content: space-between}
.pdfRent_row li input[type=checkbox]{display: none}
.pdfRent_row li label div{width: calc( 100% / 8); height: 38.9px; line-height: 38.9px; border-bottom: 1px solid #e3e4e9; color: #000; text-align: center}
.pdfRent_row li.on{background: #f3f3f3;}

.pdfRent_row li label div:nth-of-type(1),
.pdfRent_row li label div:nth-of-type(2){text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.pdfRent_total{}
.pdfRent_total li{display: flex; justify-content: space-between}
.pdfRent_total li div{width: calc( 100% / 8); height: 38.9px; line-height: 38.9px; border-bottom: 1px solid #e3e4e9; color: #000; text-align: center}

.hoselBox_title {display: flex; justify-content: space-between; width: 100%;}
.hoselBox_title li{width: calc( 100% / 6); height: 40px; line-height: 40px; background: #858585; color: #fff; text-align: center }

.hoselBox_row{}
.hoselBox_row li label{display: flex; justify-content: space-between}
.hoselBox_row li input[type=checkbox]{display: none}
.hoselBox_row li label div{width: calc( 100% / 6); height: 38.9px; line-height: 38.9px; border-bottom: 1px solid #e3e4e9; color: #000; text-align: center; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.hoselBox_row li.on{background: #f3f3f3;}




.layerPopup.pdf{border-radius: 0; top: unset; left: unset;  transform: unset; margin: 0 auto; position: static; width: 1240px !important; }
.layerPopup.pdf .layerPopup_b{padding:20px 0; margin: 0}
.layerPopup_c.pdfc1 .pdfRight_cont{ }
.layerPopup_c.pdfc1 .pdfRight_cont.notop{margin-top:0; padding-top: unset;}
#hoTotal + .tableBox{max-height : 300px !important;}
.pdfCont .photo.mb15{margin-bottom: 0;}
.layerPopup.pdf .layerPopup_c{padding: 0;}



@media print {
    .layerPopup.pdf{border-radius: 0; transform: unset;  }
    .layerPopup .layerPopup_h{height: 65px; line-height: 65px;}
    .pdfHead .pdfHead_info .regDay{line-height: 75px;}
    .pdfCont .pdfTitle{height: 40px; font-size: 20px;}
    .layerPopup.pdf .layerPopup_b{display: none;}
    .pdfCont .photo{height: 350px;}
    .pdfCont .pdfTxt pre{height: 283px;}
    .pdfCont .pdfRight_inner{height: 283px}


    .pdfCont .photo.mb15{margin-bottom: 15px;}
    .basicTable thead th, .basicTable tbody th{
        background: #858585 !important;
        -webkit-print-color-adjust: exact;
    }
    .pdfHead {
        background-color: #ffcc22  !important;
        -webkit-print-color-adjust: exact;
    }
    .pdfFoot {
        background-color: #c12323 !important;
        -webkit-print-color-adjust: exact;
    }
    .pdfRight_cont .priceTitle{
        background: #d9d9d9;
        -webkit-print-color-adjust: exact;
    }

    .pdfRight_cont .priceRow.tradeCost{
        background: #d9d9d9;
        -webkit-print-color-adjust: exact;
    }


}



/* 레이어팝업 */
.layerPopupWrap2{display: none; position: fixed; z-index: 50; top: 0; left: 0; right: 0; bottom: 0;  background: rgba(37, 39, 43, 0.4); }
.layerPopup2{position: relative; overflow: hidden; border-radius: 8px;  background: #fff; width: 500px; height: 500px; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.layerPopup2 .title{text-align: center; margin-top: 30px; font-size: 20px;}
.layerPopup2 .content{padding: 20px;}
.layerPopup2 .popupClose{position: absolute; width: 40px; height: 40px; top: 30px; right: 20px; color: #696d76;}


.findIdPw{}
.findIdPw .tabMenu{ display: flex; justify-content: space-between;}
.findIdPw .tabMenu li { text-align: center; width: 50%; font-size: 18px; padding:15px 0; color: #999; cursor: pointer}
.findIdPw .tabMenu li.on{color:#333}
.findIdPw input{margin-bottom: 5px; background: #f9f9f9; width: 100%; height: 44px; line-height: 44px; border-radius: 5px; overflow: hidden}
.findIdPw .idpwBtn{ margin-top: 10px; text-align: center}
