
@font-face {
  font-family: 'ggg';
  font-weight: 700;
  src: url('/fonts/gmarketsansbold.woff2') format('woff2'),
    url('/fonts/gmarketsansbold.woff') format('woff')
}

@font-face {
  font-family: 'ggs';
  font-weight: 500;
  src: url('/fonts/ggs.woff2') format('woff2'),
    url('/fonts/ggs.woff') format('woff')
}

@font-face {
  font-family: 'ggs';
  font-weight: 100;
  src: url('/fonts/ggl.woff2') format('woff2'),
    url('/fonts/ggl.woff') format('woff')
}

/* 메뉴 스크롤 */
 /* 아래의 모든 코드는 영역::코드로 사용 */

.mainMenu::-webkit-scrollbar {
    scrollbar-width: thin;
    width: 3px;  /* 스크롤바의 너비 */
}

.mainMenu::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #217af4; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

.mainMenu::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}


/* 멤버스영역 ( 로그인 , 회원가입, 아이디 및 비밀번호 찾기 공용 ) */
#membersWrap { width: 100%; min-height: 100%; left: 0; top: 0; background-color: #05737B; display: table; }
#membersWrap > div { width: 100%; height: 100%; display: table-cell; text-align: center; vertical-align: top; padding: 0 20px; }

#membersWrap > div > .logoWrap { width: 100%; float: left; text-align: center; margin-top:25%; }

#membersWrap > div > .copyrightWrap { position: absolute; width: 100%; left: 0; bottom: 0;}
#membersWrap > div > .copyrightWrap > img { width: 100%; float: left; }
#membersWrap > div > .copyrightWrap > div {width: 100%; height: 260px; position: absolute; background-color: #09234b; bottom: 50%; z-index: 5;}
#membersWrap > div > .copyrightWrap > span { position: absolute; width: 100%; left: 0; bottom: 25px; font-size: 10px; color: #FFF; letter-spacing: 0; z-index: 10;}

#membersBox { width: 100%; height: 380px; background-color: rgb(255, 255, 255); display: inline-block; box-shadow: rgba(0, 0, 0, 0.53) 0px 0px 80px; z-index: 10; border-radius: 3.25%; margin-top: 50px;}

#membersBox > .formWrap { width: 100%; height: 100%; float: left; padding: 0 20px; }
#membersBox > .formWrap > div { width: 100%; float: left; }

#membersBox > .formWrap > .titWrap { height: 21px; margin-top: 40px; margin-bottom: 15px; text-align: left; padding-left: 10px; }
#membersBox > .formWrap > .titWrap > span { font-weight: bold; font-size: 15px; color: #333; }

#membersBox > .formWrap > .inputWrap > input { width: 100%; height: 55px; float: left; border: none; background-color: #F4F4F4; padding: 0 15px; font-size: 16px; letter-spacing: -0.5px; color: #666; margin-bottom: 10px; border-radius: 5px;}
#membersBox > .formWrap > .inputWrap > input.btninput { width: 74%; }
#membersBox > .formWrap > .inputWrap > input:focus { transition: border 0.5s; border: 1px solid #354C8E; }
#membersBox > .formWrap > .inputWrap > input::placeholder { color: #BBB; }
#membersBox > .formWrap > .inputWrap > span { width: 100%; float: left; font-size: 13px; font-weight: bold; text-align: left; margin-bottom: 3px; }
#membersBox > .formWrap > .inputWrap > span.important::before { content: "*"; color: #DC3333; margin-right: 2px; }
#membersBox > .formWrap > .inputWrap > button { width: 25%; height: 55px; float: left; margin-left: 1%; background-color: #AAA; color: #FFF; font-weight: bold; font-size: 14px; }

#membersBox > .formWrap > .btnWrap { margin-top: 5px; }
#membersBox > .formWrap > .btnWrap > button { width: 100%; height: 55px; float: left; background-color: #354C8E; color: #FFF; font-weight: bold; font-size: 16px; letter-spacing: 0; border-radius: 5px;}

#membersBox > .formWrap > .saveWrap { margin-top: 20px; padding-bottom: 40px; padding-left:5px; }
#membersBox > .formWrap > .saveWrap > label { font-size: 14px; color: #404040; }
#membersBox > .formWrap > .saveWrap > label > i { float: left; top: 0px; margin-right: 5px; }
#membersBox > .formWrap > .saveWrap > label > i.off { color: #AAA; }
#membersBox > .formWrap > .saveWrap > label > i.on { color: #354C8E; }
#membersBox > .formWrap > .saveWrap > label > span { float: left; font-size:13px; font-weight: bold; }
#membersBox > .formWrap > .saveWrap > label > p { width: 100%; float: left; margin-top: 20px;}
#membersBox > .formWrap > .saveWrap > label > p > img {width: 100%; float: left;}
#membersBox > .formWrap > .saveWrap > div {width: 100%; float: left; margin-top: 10px; text-align: right; font-size: 14px;}
#membersBox > .formWrap > .saveWrap > div > i {margin-right: 5px;}

#membersBox > .formWrap > .linkWrap { margin-top: 12px; border-top: 1px solid #CACCD3; padding: 8px; text-align: right; padding-bottom: 20px; }
#membersBox > .formWrap > .linkWrap > a { font-size: 13px; color: #182241; font-weight: 500; }
#membersBox > .formWrap > .linkWrap > a > i { margin-right: 5px; }

/* 대시보드 */
#dashboardWrap { width: 100%; float: left; padding: 20px 12px 0px 12px; }

#dashboardWrap > .background { position: absolute; width: 100%; height: 350px; left: 0; top: 0; background-color: #2c3d7e; }

#dashboardWrap > .userInfoWrap { width: 100%; float: left; margin-top: 10px; font-size: 14px; color: #fff; }
#dashboardWrap > .userInfoWrap p.cir {width: 55px; height: 55px; line-height: 57px; float: left; border-radius: 50%; background-color: #fff; color: #666; font-size: 20px; display: inline-block; letter-spacing: 0; text-align: center;}
#dashboardWrap > .userInfoWrap .textInfo { width:100%; float:left; }
#dashboardWrap > .userInfoWrap .textInfo > div { width:100%; float:left; }
#dashboardWrap > .userInfoWrap .textInfo .info_top {width:100%;}
#dashboardWrap > .userInfoWrap .textInfo .info_top .my_text {width:calc(100% - 55px); padding-left:5px; float:left;}
#dashboardWrap > .userInfoWrap .textInfo .info_top a {color:#fff;}
#dashboardWrap > .userInfoWrap .textInfo .info_top p.hi { line-height: 27px; height: 27px; float:left; }
#dashboardWrap > .userInfoWrap .textInfo .info_top p.svName { line-height: 27px; height: 27px; min-width: 103px; float: right; background-color: rgba(255,255,255,0.15); text-align: center; border-radius: 29px; font-size: 12px; letter-spacing: 0; padding:0 15px; }
#dashboardWrap > .userInfoWrap .textInfo .info_top p.svName span { font-weight: bold; }
#dashboardWrap > .userInfoWrap .textInfo .info_btm { font-size: 19px; line-height: 26px; font-weight: bold; letter-spacing: 0; font-family: ggs; display: inline-block; vertical-align: middle; color: #01404a; width:100%; float: left;}
#dashboardWrap > .userInfoWrap .textInfo .left{width:60px; float:left;}
#dashboardWrap > .userInfoWrap .textInfo .right{width:calc(100% - 60px); float:left;}
#dashboardWrap > .userInfoWrap .textInfo .right > div {width:100%; float:left;}


#dashboardWrap > .dataCntWrap { width: 100%; float: left; background-color: #2D4179; border-radius: 3px; overflow: hidden; }
#dashboardWrap > .dataCntWrap > ul { width: 100%; display: table; padding: 30px 0; background-color: rgba(0, 0, 0, 0.25); }
#dashboardWrap > .dataCntWrap > ul > li { width: 25%; display: table-cell; vertical-align: middle; text-align: center; border-right: 1px solid rgba(0, 0, 0, 0.1); }
#dashboardWrap > .dataCntWrap > ul > li:last-of-type { border-right: 0; }
#dashboardWrap > .dataCntWrap > ul > li > span { width: 100%; float: left; }
#dashboardWrap > .dataCntWrap > ul > li > span.cnt { font-size: 16px; font-weight: bold; letter-spacing: -0.5px; color: #FFF; }
#dashboardWrap > .dataCntWrap > ul > li > span.label { font-size: 13px; color: #000; font-weight: 500; margin-top: 4px; }

#dashboardWrap > .quickMenuWrap { width: 100%; float: left; background-color: #FFF; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); padding:20px; margin-top: 15px; margin-bottom: 10px; }
#dashboardWrap > .quickMenuWrap > ul { width: 100%; display: table; border-bottom: 1px solid #ededed; }
#dashboardWrap > .quickMenuWrap > ul:last-of-type { border-bottom: 0; }
#dashboardWrap > .quickMenuWrap > ul > li { width: 50%; display: table-cell; vertical-align: middle; text-align: center; border-right: 1px solid #ededed; height:100px; }
#dashboardWrap > .quickMenuWrap > ul > li:last-of-type { border-right: 0; }

#dashboardWrap > .quickMenuWrap > ul > li > a { width: 100%; float: left; }
#dashboardWrap > .quickMenuWrap > ul > li > a > img { max-width: 50px;}
#dashboardWrap > .quickMenuWrap > ul > li > a > span { width: 100%; float: left; font-size: 16px; font-weight: bold; color: #333; }
.quick_menu {margin-top:13px; width:100%; float:left; background:#fff; border-radius: 5px; padding:10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); padding:25px;}
.quick_menu ul {width:100%; float:left; height:35px;}
.quick_menu .titls {width:80%; font-weight:bold; font-size:15px; float:left;}
.quick_menu .titls .guide {padding-left:2%; font-size:13px; color:#ccc; font-weight: lighter; line-height:30px; }
.quick_menu .link_icon {width:auto; text-align: center; line-height:30px; float:right;}

#dashboardWrap > .noticeListWrap { width: 100%; float: left; background-color: rgba(0,0,0,0.15); opacity: 1; border-radius: 5px; padding:20px 15px; margin-top: 20px; }
#dashboardWrap > .noticeListWrap > .titWrap { width: 100%; float: left; }
#dashboardWrap > .noticeListWrap > .titWrap > .left { font-size: 15px; font-weight: bold; letter-spacing: 0; }
#dashboardWrap > .noticeListWrap > .titWrap > .right > a { font-size: 16px; color: white; }
#dashboardWrap > .noticeListWrap > .noticeWrap { width: 100%; float: left; margin-top: 10px; }
#dashboardWrap > .noticeListWrap > .noticeWrap .new { width:35px; float:left; background-color:#cc3333; font-size:10px; text-align:center; color:#fff; border-radius:3px; line-height:18px; padding: 1px 6px; letter-spacing: 0;}
#dashboardWrap > .noticeListWrap > .noticeWrap .conTxt {width: calc(100% - 107px); font-size: 15px; font-weight: 300; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; letter-spacing: -0.5px; line-height: 20px; padding: 0 0 0 10px; }
#dashboardWrap > .noticeListWrap > .noticeWrap .date {width: 70px; font-size: 12px; font-weight: 300; float: left; text-align: right; color: white; letter-spacing: 0; line-height: 20px;}


#dashboardWrap > .line {width: 100%; float: left; height: 1px; background-color: #fff; margin-top: 10px;}

#headerMyScheduleWrap { position: fixed; width: 100%; height: 101vh; left: 0; transition: left 0.3s; background-color: #FFF; top: -3px; z-index: 100; margin-top: 1px; border: 1px solid #E1E1E1; }
#headerMyScheduleWrap.active { left: 100%; height: 100%; transition: left 0.3s; border: 0px solid #E1E1E1; }

#headerMyScheduleWrap > .titleWrap { width: 100%; height: 55px; float: left; border-bottom: 1px solid #E1E1E1; }
#headerMyScheduleWrap > .titleWrap.active { display: none; }
#headerMyScheduleWrap > .titleWrap > .left { width: 30%; float: left; height: 55px; line-height: 55px; font-size: 17px; font-weight: bold; color: #000; letter-spacing: -0.5px; padding-left: 20px; }
#headerMyScheduleWrap > .titleWrap > .left i { font-size: 18px; color: #000; }
#headerMyScheduleWrap > .titleWrap > .right { width: 70%; float: left; }
#headerMyScheduleWrap > .titleWrap > .right > ul { width: 100%; float: right; padding-top: 16px; padding-right: 10px; }
#headerMyScheduleWrap > .titleWrap > .right > ul > li { width: 33%; height: 20px; line-height: 20px; float: left;  }
#headerMyScheduleWrap > .titleWrap > .right > ul > li > button { width: 95%; background-color: #fff; height: 30px; font-size: 13px; cursor: pointer; border: 1px solid #ccc; margin-right: 1%; }
#headerMyScheduleWrap > .titleWrap > .right > ul > li:first-of-type { border-left: 0; }
#headerMyScheduleWrap > .titleWrap > .right > ul > li > a { color: #333; font-size: 18px; }

#headerMyScheduleWrap > .conWrap {width: 100%;height: 100%; float: left;padding: 15px 20px;overflow-y: auto; padding-bottom: 20%;}
#headerMyScheduleWrap > .conWrap.active { display: none; }
#headerMyScheduleWrap > .conWrap > ul { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
#headerMyScheduleWrap > .conWrap > ul > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
#headerMyScheduleWrap > .conWrap > ul > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #333; }
#headerMyScheduleWrap > .conWrap > ul > li > span.category {  float: left; font-weight: bold;  font-size: 16px; letter-spacing: -0.5px; color: #000; }
#headerMyScheduleWrap > .conWrap > ul > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
#headerMyScheduleWrap > .conWrap > ul > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; }

#headerMyScheduleWrap > .conWrap > ul.active { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
#headerMyScheduleWrap > .conWrap > ul.active > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
#headerMyScheduleWrap > .conWrap > ul.active > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #ccc; }
#headerMyScheduleWrap > .conWrap > ul.active > li > span.category {  float: left; font-weight: bold; font-size: 16px; letter-spacing: -0.5px; color: #ccc; }
#headerMyScheduleWrap > .conWrap > ul.active > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
#headerMyScheduleWrap > .conWrap > ul.active > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #ccc; }

#headerMyScheduleWrap > .conWrap > ul > li.end { display: none; }
#headerMyScheduleWrap > .conWrap::-webkit-scrollbar { width: 8px; height: 8px; background-color: #FFF; }
#headerMyScheduleWrap > .conWrap::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 1px solid #FFF; }



#headerMySet { overflow-y: auto; position: fixed; width: 100%; height: 100vh; left: 0; transition: left 0.3s; background-color: #FFF; top: -3px; z-index: 100; margin-top: 1px; border: 1px solid #E1E1E1; }
#headerMySet.active { left: 100%; height: 100%; transition: left 0.3s; border: 0px solid #E1E1E1; }

#headerMySet > .titleWrap { width: 100%; height: 55px; float: left; border-bottom: 1px solid #E1E1E1; }
#headerMySet > .titleWrap.active { display: none; }
#headerMySet > .titleWrap > .left { width: 50%; float: left; height: 55px; line-height: 55px; font-size: 17px; font-weight: bold; color: #000; letter-spacing: -0.5px; padding-left: 20px; }
#headerMySet > .titleWrap > .left i { font-size: 18px; color: #000; }
#headerMySet > .titleWrap > .right { width: 50%; float: left; }
#headerMySet > .titleWrap > .right > ul { width: 100%; float: right; padding-top: 16px; padding-right: 10px; }
#headerMySet > .titleWrap > .right > ul > li { width: 50%; height: 20px; line-height: 20px; float: left;  }
#headerMySet > .titleWrap > .right > ul > li > button { width: 95%; background-color: #fff; height: 30px; font-size: 13px; cursor: pointer; border: 1px solid #ccc; margin-right: 1%; }
#headerMySet > .titleWrap > .right > ul > li:first-of-type { border-left: 0; }
#headerMySet > .titleWrap > .right > ul > li > a { color: #333; font-size: 18px; }

#headerMySet > .conWrap {width: 100%;height: 96%; float: left;padding: 0% 0% 6% 0%; overflow-y: auto; background: #ededed;}
#headerMySet > .conWrap.active { display: none; }
#headerMySet > .conWrap > ul { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
#headerMySet > .conWrap > ul > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
#headerMySet > .conWrap > ul > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #333; }
#headerMySet > .conWrap > ul > li > span.category {  float: left; font-weight: bold;  font-size: 16px; letter-spacing: -0.5px; color: #000; }
#headerMySet > .conWrap > ul > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
#headerMySet > .conWrap > ul > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; }

#headerMySet > .conWrap > ul.active { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
#headerMySet > .conWrap > ul.active > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
#headerMySet > .conWrap > ul.active > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #ccc; }
#headerMySet > .conWrap > ul.active > li > span.category {  float: left; font-weight: bold; font-size: 16px; letter-spacing: -0.5px; color: #ccc; }
#headerMySet > .conWrap > ul.active > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
#headerMySet > .conWrap > ul.active > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #ccc; }

#headerMySet > .conWrap > ul > li.end { display: none; }
#headerMySet > .conWrap::-webkit-scrollbar { width: 8px; height: 8px; background-color: #FFF; }
#headerMySet > .conWrap::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 1px solid #FFF; }
#headerMySet .Myset{width: 100%; float: left;}
#headerMySet .Myset .tit {font-size:16px;padding: 20px 10px; border-bottom: 1px solid #ededed;}
#headerMySet .Myset .tit_left {width:50%; float:left; font-weight: 800; color:#333;}
#headerMySet .Myset .tit_right{width:50%; float:right; text-align: right; color:#999;}

#headerMySet .Myset .viewWrap .tit {margin-top:0;}


/* 일단 임의로 같은 CSS추가 영역확인 후_2023.01.25(수)_문정원  */

.headerMySet { width:100%; float:left;  }

.headerMySet > .titleWrap { width: 100%; height: 55px; float: left; border-bottom: 1px solid #E1E1E1; }
.headerMySet > .titleWrap.active { display: none; }
.headerMySet > .titleWrap > .left { width: 50%; float: left; height: 55px; line-height: 55px; font-size: 17px; font-weight: bold; color: #000; letter-spacing: -0.5px; padding-left: 20px; }
.headerMySet > .titleWrap > .left i { font-size: 18px; color: #000; }
.headerMySet > .titleWrap > .right { width: 50%; float: left; }
.headerMySet > .titleWrap > .right > ul { width: 100%; float: right; padding-top: 16px; padding-right: 10px; }
.headerMySet > .titleWrap > .right > ul > li { width: 50%; height: 20px; line-height: 20px; float: left;  }
.headerMySet > .titleWrap > .right > ul > li > button { width: 95%; background-color: #fff; height: 30px; font-size: 13px; cursor: pointer; border: 1px solid #ccc; margin-right: 1%; }
.headerMySet > .titleWrap > .right > ul > li:first-of-type { border-left: 0; }
.headerMySet > .titleWrap > .right > ul > li > a { color: #333; font-size: 18px; }

.headerMySet > .conWrap {width: 100%;height: 100%; float: left;padding: 0% 0% 6% 0%; overflow-y: auto; background: #ededed;}
.headerMySet > .conWrap.active { display: none; }
.headerMySet > .conWrap > ul { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
.headerMySet > .conWrap > ul > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
.headerMySet > .conWrap > ul > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #333; }
.headerMySet > .conWrap > ul > li > span.category {  float: left; font-weight: bold;  font-size: 16px; letter-spacing: -0.5px; color: #000; }
.headerMySet > .conWrap > ul > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
.headerMySet > .conWrap > ul > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; }

.headerMySet > .conWrap > ul.active { width: 100%; float: left; padding-bottom: 15px; border-left: 1px solid #ccc; padding-left: 19px; }
.headerMySet > .conWrap > ul.active > li { width: 100%; float: left; margin: 3px 0; display: table; table-layout: fixed; cursor: pointer; }
.headerMySet > .conWrap > ul.active > li > span { display: table-cell; font-size: 14px; font-weight: 500; color: #ccc; }
.headerMySet > .conWrap > ul.active > li > span.category {  float: left; font-weight: bold; font-size: 16px; letter-spacing: -0.5px; color: #ccc; }
.headerMySet > .conWrap > ul.active > li > span.time { float: right; letter-spacing: -0.5px; color: #ccc; }
.headerMySet > .conWrap > ul.active > li > span.content { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #ccc; }

.headerMySet > .conWrap > ul > li.end { display: none; }
.headerMySet > .conWrap::-webkit-scrollbar { width: 8px; height: 8px; background-color: #FFF; }
.headerMySet > .conWrap::-webkit-scrollbar-thumb { border-radius: 50px; background-color: #AAA; border: 1px solid #FFF; }
.headerMySet .Myset{width: 100%; float: left;}
.headerMySet .Myset .tit {font-size:16px;padding: 20px 10px; border-bottom: 1px solid #ededed;}
.headerMySet .Myset .tit_left {width:50%; float:left; font-weight: 800; color:#333;}
.headerMySet .Myset .tit_right{width:50%; float:right; text-align: right; color:#999;}

.headerMySet .Myset .viewWrap .tit {margin-top:0;}

/* 일단 임의로 같은 CSS추가 영역확인 후_2023.01.25(수)_문정원  */



#circleActive { width: 5px; height: 5px; top: 12px; left: -22px; border-radius: 50%; background-color: #ccc; }
.noDataIcon { text-align: center; width: 100%; float: left; top: 38%; margin-bottom: 10px; color: #ccc; font-size: 50px; }
.noDataText { text-align: center; width: 100%; float: left; top: 38%; font-size:17px; color: #ccc; }

/* 데이터 간단 정리표 */
.dataInfoSimpleWrap { width: 100%; float: left; padding: 20px; }
.dataInfoSimpleWrap > ul { width: 100%; display: table; background-color: #BEC0C7; border-radius: 3px; }
.dataInfoSimpleWrap > ul > li { width: 25%; display: table-cell; vertical-align: middle; text-align: center; border-right: 1px solid rgba(255, 255, 255, 0.5); padding: 20px 0; background-color: rgba(255, 255, 255, 0.25); }
.dataInfoSimpleWrap > ul > li:last-of-type { border-right: 0; }
.dataInfoSimpleWrap > ul > li > span { width: 100%; float: left; }
.dataInfoSimpleWrap > ul > li > span.cnt { font-size: 16px; font-weight: bold; letter-spacing: -0.5px; color: #FFF; }
.dataInfoSimpleWrap > ul > li > span.label { font-size: 12px; color: #000; font-weight: 500; margin-top: 2px; }

/* 데이터 감싸는 영역 */
.dataSectionWrap { width: 100%; float: left; background-color: #FFF; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); margin-bottom: 30px; border-radius: 5px;}

/* 데이터 목록영역 */
.listEtcWrap { width: 100%; float: left; padding: 10px 20px; border-top: 1px solid #DDD; background-color: #F8F8F8; }
.listEtcWrap .cnt { float: left; font-size: 14px; font-weight: bold; height: 35px; line-height: 35px; }

.dataBtnWrap { width: 100%; float: left; background-color: #E9E9E9; padding: 10px 20px; }
.dataBtnWrap > * { margin-right: 5px; float: left; }

.dataListWrap { width: 100%; float: left; }
.dataListWrap > ul { width: 100%; float: left; border-bottom: 1px solid #D7D7D7; display: table; }
.dataListWrap > ul:last-of-type { border-bottom: 0; }
.dataListWrap > ul > li { display: table-cell; vertical-align: middle; }
.dataListWrap > ul > li:nth-of-type(1) { width: 40px; padding-left: 20px; }
.dataListWrap > ul > li:nth-of-type(2) { padding: 20px 15px; }
.dataListWrap > ul > li:nth-of-type(3) { width: 30px; padding-right: 20px; }

.dataListWrap > ul > li .ch { font-size: 21px; }
.dataListWrap > ul > li .fa-angle-right { font-size: 21px; color: #999; }

.dataListWrap > ul > li > p { width: 100%; float: left; font-size: 12px; color: #333; margin-bottom: 5px; }
.dataListWrap > ul > li > p > * { float: left; }
.dataListWrap > ul > li > p > b { margin-right: 8px; }
.dataListWrap > ul > li > p > .line { margin: 0 5px; }
.dataListWrap > ul > li > p > .bold { font-weight: bold; }
.dataListWrap > ul > li > p > .label { margin-right: 5px; }

.dataListWrap > ul > li > .main { font-size: 17px; color: #000; font-weight: 500; margin-top: 5px; }
.dataListWrap > ul > li > .main > span { margin-right: 10px; }
.dataListWrap > ul > li > .main > span:last-of-type { margin-right: 0; }

.dataListWrap > ul > li > .csLogBtn { width: 100%; float: left; border-radius: 5px; border: 1px solid #CCC; color: #CCC; font-size: 21px; text-align: center; padding: 8px 0; margin-top: 10px; }
.dataListWrap > ul > li > .csLogBtn.click { border: 1px solid #6B7FBA; color: #6B7FBA; }

.dataListWrap > .noData { width: 100%; float: left; font-size: 13px; color: #999; text-align: center; padding: 30px 0; }

/* 검색 */
.period_searchWraps {transition: 0.4s all; width: 100%; float: left; padding:5% 2%; background-color: #FFF; margin-top: -10%; height:0; visibility: hidden; border-radius:5px;}
.period_searchWraps { width: 100%; float: left; border:1px solid #F9F9F9;}
.period_searchWraps input { width: 100%; float: left; }
.period_searchWraps > div { width: 100%; float: left; }
.period_searchWraps > div:not(:first-child) { margin-top: 2%; }

.searchWraps {transition: 0.4s all; width: 100%; float: left; padding:5% 2%; background-color: #fff; margin-top: -10%; height:0; visibility: hidden;}
.disearchWraps {padding:5% 2%; margin-top: 2.5%; height:100%; visibility:visible;}
.searchWraps { width: 100%; float: left; border:1px solid #ededed;}
.searchWraps input { width: 100%; float: left; }
.search_results {width:100%; float:left;}
.search_results p {width:100%; float:left; text-align: center; padding:3% 5%; margin-top:2.5%; font-weight: bold;}

.searchControlBtn { float: left; width: 35px; height: 35px; border: 1px solid #DDD; background-color: #FFF; color: #666; margin-left: 5px; }
.searchControlBtn.active { border: 1px solid #6B7FBA; color: #FFF; background-color: #6B7FBA; }

.searchWraps > div { width: 100%; float: left; }
.searchWraps > div:not(:first-child) { margin-top: 2%; }

.search_btn > button { text-align: center; background: #fff; line-height: 40px; border-radius: 5px; float: left; }
.search_btn > button.cancle { width: 35%; color: #aeaeae; border: 1px solid #aeaeae; margin-right: 3%; }
.search_btn > button.submit { width: 62%; border: 1px solid #6ab4c1; color: #6ab4c1; }

.search_calender > div { width: 45%; float: left; }
.search_calender input { float: left; border-radius: 5px; border: 1px solid #dedede; }
.search_calender i { position: absolute; right: 10%; top: 60%; transform: translateY(-50%); color: #dedede; }

/* 페이징 */
.pagingWrap {font-size: 14px;color: #ccc;letter-spacing: 0; margin-top:5px;width: 100%;float: left;border-top: 1px solid #EEE;background-color: #fff;text-align: center;padding: 15px 0; height:100%; font-size:13px;font-weight: 500;}
.pagingWrap > ul { width: 100%; float: left; text-align: center; padding-top: 4px; }
.pagingWrap > ul > .first { display: none; }
.pagingWrap > ul > .last { display: none; }
.pagingWrap > ul > .next { position: absolute; right: 0; }
.pagingWrap > ul > .next > a { color: #333; }
.pagingWrap > ul > .prev { position: absolute; left: 0; }
.pagingWrap > ul > .prev > a { color: #333; }
.pagingWrap > ul > li { display: inline-block; }
.pagingWrap > ul > li > a { width: 100%; float: left; font-size: 16px; font-weight: 500; padding: 5px 10px; color: #BBB; }
.pagingWrap > ul > li > span { width: 100%; float: left; font-size: 16px; font-weight: 500; padding: 5px 10px; color: #333; }

/* 팝업 */
.popupWrap { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.4); display: none; overflow-y: auto; padding: 20px; }
.popupWrap > .popupBox { width: 100%; background-color: #FFF; float: left; top: 50%; transform: translateY(-50%); }

.popupWrap > .popupBox > .titWrap { width: 100%; float: left; padding: 15px 0; border-bottom: 1px solid #EBEBEB; }
.popupWrap > .popupBox > .titWrap > .left { padding-left: 20px; font-size: 16px; color: #182240; font-weight: bold; }
.popupWrap > .popupBox > .titWrap > .right { height: 23px; }
.popupWrap > .popupBox > .titWrap > .right > i { position: absolute; font-size: 28px; right: 20px; top: 50%; margin-top: -14px; color: #CCC; cursor: pointer; }
.popupWrap > .popupBox > .titWrap > .right > i:hover { color: #BBB; }

.popupWrap > .popupBox > .frameWrap { width: 100%; height: calc(100% - 82px); float: left; padding: 0; }
.popupWrap > .popupBox > .frameWrap > iframe { width: 100%; height: 60vh; float: left; border: 0; }

/* 등록 및 수정 */
.writeWrap { width: 100%; float: left; }
.writeWrap img { max-width: 100%; }
.writeWrap > form { width: 100%; float: left; }
.writeWrap > form > .tit { width: 100%; float: left; font-size: 14px; font-weight: bold; color: #000; padding-bottom: 6px; margin-top: 30px; }
.writeWrap > form > .tit:first-of-type { margin-top: 0; }
.writeWrap > form > table { width: 100%; float: left; border-top: 2px solid #DEDEDE; }

.writeWrap > form > table th { font-size: 12px; font-weight: bold; color: #333; border-bottom: 1px solid #EEE; background-color: #F8F8F8; text-align: left; vertical-align: top; padding: 10px 15px; }
.writeWrap > form > table th.important::before { content: "*"; color: #DC3333; margin-right: 2px; }
.writeWrap > form > table td { font-size: 13px; font-weight: 400; color: #666; border-bottom: 1px solid #EEE; text-align: center; padding: 10px; }
.writeWrap > form > table td.tl { text-align: left; }

.stat_box{ float: left !important; width : 90px !important; font-size: 14px; height: 25px; line-height: 25px; border-color: black; border : 1px solid; border-radius: 30px; text-align: center; font-weight: 900; margin-right: -10px;}
.my_stat_box{ float: right !important; width : auto !important; height: 25px; line-height: 25px; text-align: center; font-weight: 900; margin-right: 0; font-size: 14px !important;}

.survey_box{float: left; width : 100%; padding : 20px 15px !important; border : 1px solid #d6d7d9; border-radius: 10px; }
.survey_box .radio_box{ float: left; width : 100%; padding : 10px 0; }
.survey_box .survey_bar{ width : 91%; float: right; height: 5px; background-color: #e1e1e1; border-radius: 10px; margin-top: 10px;}
.survey_box .survey_bar .in{height: 100%; float: left; background-color: #999999; border-radius: 10px; }
.survey_box .in_text{float: right; width : 10%; font-weight: 900; font-size: 14px; text-align: right; margin-top: 3px;}
.survey_box input[type="radio"]{ display: inline-block; appearance: auto; -webkit-appearance: auto; width : 20px; height: 20px;}
.main{ padding : 5% 3% !important;}
.survey_button{float: left; width : 100%; height: 50px; font-size: 18px; font-weight: 900; text-align: center; margin-top: 30px; margin-bottom: 10px;}
.survey_button.out{ margin-top: 10px; border-radius:5px; }

.survey_end_icon { position:absolute; top: 50%; transform: translateY(-50%); right:0; width: 40px; height: 40px; line-height: 40px; z-index: 99; border-radius: 10px; border: 1px solid black; color: black; text-align:center; }
.survey_end_icon i { color:inherit; background-color: transparent; font-size:20px; top: 3px; }

.viewWrap { width: 100%; float: left; }
.viewWrap > .tit { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #000; padding-bottom: 6px; margin-top: 30px; }
.viewWrap > .tit:first-of-type { margin-top: 0; }
.viewWrap > table { width: 100%; float: left;}

.viewWrap > table th { font-size: 13px; font-weight: bold; color: #333; background-color: #F0F2F8; text-align: left; vertical-align: middle; padding: 10px 15px; }
.viewWrap > table th.important::before { content: "*"; color: #DC3333; margin-right: 2px; }
.viewWrap > table td {font-size: 13px; font-weight: 400; color: #666;  text-align: center; padding: 15px 10px; text-align: left; }
.viewWrap > table td span {width:100%; float:left;}
.viewWrap > table td .label {font-weight:600; color:#333; font-size:14px;}
.viewWrap > table td .value {padding: 3% 5%; color: #666666;}

.viewWrap > form > table { width: 100%; float: left; }

.viewWrap > form > table th { font-size: 13px; font-weight: bold; color: #333;  background-color: #F8F8F8; text-align: left; vertical-align: middle; padding: 10px 15px; }
.viewWrap > form > table th.important::before { content: "*"; color: #DC3333; margin-right: 2px; }
.viewWrap > form > table td { font-size: 13px; font-weight: 400; color: #666;  text-align: center; padding: 15px 10px; text-align: left; background-color: #fff;}
.viewWrap > form > table td.tl { text-align: left; }

.filedownItem { width: 100%; float: left; margin-top: 5px; color: #999; font-size: 13px; }
.filedownItem:hover { color: #3366CC; }
.filedownItem > i { margin-right: 3px; }

.listMiniWriteWrap { width: 100%; float: left; background-color: #F5F5F5; margin-top: 20px; padding: 15px; padding-bottom: 10px; }
.listMiniWriteWrap > li { float: left; margin-bottom: 5px; }
.listMiniWriteWrap > li > button { background-color: #192241; border: 1px solid #192241; }
.listMiniWriteWrap > li > input { height: 48px; }

/* 목록형 */
.orgListWrap { width: 100%; float: left; }
.orgListWrap img { max-width: 100%; }
.orgListWrap > .info { width: 100%; float: left; font-size: 13px; color: #AAA; margin-top: 20px; margin-bottom: 10px; border: 2px solid #CCC; font-weight: 500; text-align: center; padding: 10px; }
.orgListWrap > .info:first-of-type { margin-top: 0; }
.orgListWrap > .info span { letter-spacing: -0.5px; font-weight: bold; color: #DC3333; }
.orgListWrap > .info b { color: #333; }
.orgListWrap > table { width: 100%; float: left; border-top: 2px solid #DEDEDE; }

.orgListWrap > table > thead > tr > th { font-size: 12px; font-weight: bold; color: #333; border-right: 1px solid #FFF; padding: 10px 0; }
.orgListWrap > table > thead > tr > th:last-of-type { border-right: 0; }
.orgListWrap > table > thead > tr:nth-of-type(1) > th { background-color: #F3F3F3; }
.orgListWrap > table > thead > tr:nth-of-type(2) > th { background-color: #EAEAEA; border-top: 1px solid #FFF; }

.orgListWrap > table > tbody > tr.rowMove { cursor: pointer; }
.orgListWrap > table > tbody > tr.rowMove:hover > td { background-color: #FBFBFB; }
.orgListWrap > table > tbody > tr > td { font-size: 11px; font-weight: 400; color: #666; border-bottom: 1px solid #EEE; border-right: 1px solid #EEE; text-align: center; padding: 10px 5px; }
.orgListWrap > table > tbody > tr > td.tl { text-align: left; }
.orgListWrap > table > tbody > tr > td:last-of-type { border-right: 0; }

.orgListWrap > table td i.none { color: #E9E9E9; }

.orgListWrap > table td i.click { color: #AAA; }
.orgListWrap > table td i.click:hover { color: #DC3333; }

.orgListWrap > table td.stopProgram { cursor: default; }

.miniListWrap { width: 100%; float: left; margin-top: 10px; }
.miniListWrap > ul { width: 100%; float: left; border-radius: 5px; background-color: #F2F2F2; padding: 15px; margin-bottom: 5px; }
.miniListWrap > ul:last-of-type { margin-bottom: 0; }
.miniListWrap > ul > li { width: 100%; float: left; }
.miniListWrap > ul > li.top { font-size: 12px; color: #666; letter-spacing: -0.5px; margin-bottom: 5px; }
.miniListWrap > ul > li.con { font-size: 14px; color: #000; font-weight: 500; }
.miniListWrap > ul > li.con > b { margin-right: 10px; color: #3366CC; }
.miniListWrap > ul > li.con > a { width: 100%; float: left; margin-top: 20px; font-size: 12px; font-weight: 400; letter-spacing: -0.5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; }
.miniListWrap > ul > li.con > a > i { margin-right: 5px; }

.miniListWrap > .noData { width: 100%; float: left; border-radius: 5px; background-color: #F2F2F2; padding: 15px; font-size: 12px; color: #666; text-align: center; }

/* DB상세보기 */
.dataViewWrap { width: 100%; float: left; }
.dataViewWrap > * { width: 100%; float: left; }

.dataViewWrap > .titWrap { background-color: #F5F5F5; color: #182240; font-weight: bold; font-size: 15px; padding: 10px 0; text-align: center; }
.dataViewWrap > .titWrap > i { margin-right: 10px; }

.dataViewWrap > .codeInfoWrap { width: 100%; float: left; padding: 20px; padding-bottom: 10px; color: #333; font-weight: bold; font-size: 17px; }
.dataViewWrap > .codeInfoWrap > .line { margin: 0 5px; }
.dataViewWrap > .codeInfoWrap > b { margin-right: 10px; }

.dataViewWrap > .infoWrap { padding: 20px; padding-top: 0; }
.dataViewWrap > .infoWrap > ul { width: 100%; float: left; padding: 20px; border-radius: 5px; border: 2px solid #6B7FBA; }
.dataViewWrap > .infoWrap > ul > li { width: 100%; float: left; margin-bottom: 14px; }
.dataViewWrap > .infoWrap > ul > li.line { width: 100%; float: left; height: 1px; background-color: #EEE; margin: 5px 0 15px 0; }
.dataViewWrap > .infoWrap > ul > li:last-of-type { margin-bottom: 0; }
.dataViewWrap > .infoWrap > ul > li > span { float: left; font-size: 16px; color: #666; font-weight: 500; }
.dataViewWrap > .infoWrap > ul > li > span.label { color: #000; width: 90px; font-weight: bold; }
.dataViewWrap > .infoWrap > ul > li > span.label.s { height: 35px; line-height: 35px; }
.dataViewWrap > .infoWrap > ul > li > a { float: right; color: #6B7FBA; font-size: 20px; border-radius: 50px; padding: 3px 35px; border: 1px solid #6B7FBA; margin-top: -13px; }
.dataViewWrap > .infoWrap > ul > li > button { float: right; background-color: #6B7FBA; font-size: 14px; padding: 3px 15px; color: #FFF; height: 35px; font-weight: bold; }

.dataViewBtnWrap { width: 100%; float: left; padding: 0 20px 30px 20px; }
.dataViewBtnWrap > * { width: 100%; float: left; margin-bottom: 10px; }

/* DB정보 */
.dbCheckDataInfoWrap { width: 100%; float: left; }
.dbCheckDataInfoWrap > .titWrap { width: 100%; float: left; font-size: 17px; font-weight: bold; color: #333; letter-spacing: -0.5px; }
.dbCheckDataInfoWrap > .titWrap .point { color: #6B7FBA; }
.dbCheckDataInfoWrap > .titWrap i { margin-right: 5px; }

.dbCheckDataInfoWrap > .miniTitWrap { width: 100%; float: left; font-size: 12px; margin-top: 10px; }
.dbCheckDataInfoWrap > .miniTitWrap > b { color: #000; float: left; background-color: #DEE5FA; border-radius: 3px; padding: 3px 10px; font-size: 12px; }
.dbCheckDataInfoWrap > .miniTitWrap > span { color: #666; float: left; padding: 3.5px 10px; }

.dbCheckDataInfoWrap > .infoWrap { width: 100%; float: left; border: 2px solid #DEE5FA; margin-top: 10px; }
.dbCheckDataInfoWrap > .infoWrap > ul { width: 100%; float: left; padding: 15px; }
.dbCheckDataInfoWrap > .infoWrap > ul > li { width: 100%; float: left; margin-bottom: 12px; }
.dbCheckDataInfoWrap > .infoWrap > ul > li.line { width: 100%; height: 1px; float: left; margin: 10px 0 15px 0; background-color: #EEE; }
.dbCheckDataInfoWrap > .infoWrap > ul > li:last-of-type { margin-bottom: 0; }
.dbCheckDataInfoWrap > .infoWrap > ul > li > span { float: left; font-size: 15px; font-weight: 500; }
.dbCheckDataInfoWrap > .infoWrap > ul > li > span.label { color: #000; width: 70px; }
.dbCheckDataInfoWrap > .infoWrap > ul > li > span.value { color: #666; width: calc(100% - 70px); }
.dbCheckDataInfoWrap > .infoWrap > ul > li > a { float: right; color: #FFF; font-size: 18px; border-radius: 50px; padding: 5px 30px; background-color: #DC3333; margin-top: -27px; z-index: 10; }

.dbCheckDataInfoWrap .finalDistTypeBtn { padding: 5px 15px; margin-right: 5px; border: 1px solid #CCC; color: #999; border-radius: 50px; font-weight: bold; }
.dbCheckDataInfoWrap .finalDistTypeBtn > i { margin-right: 5px; }
.dbCheckDataInfoWrap .finalDistTypeBtn.active { border: 1px solid #6B7FBA; color: #6B7FBA; }

/* 코드목록 */
.distCodeListWrap { width: 100%; float: left; }
.distCodeListWrap > ul { width: 100%; float: left; text-align: center; padding: 15px 20px; padding-bottom: calc(15px - 3%); background-color: rgba(255, 255, 255, 0.8); }
.distCodeListWrap > ul > li { display: inline-block; width: 32%; margin-right: 2%; margin-bottom: 2%; margin-left: -4px; }
.distCodeListWrap > ul > li:nth-of-type(3n) { margin-right: 0; }
.distCodeListWrap > ul > li:last-of-type { margin-right: 0; }
.distCodeListWrap > ul > li > a { width: 100%; float: left; background-color: #FFF; border-radius: 8px; text-align: center; border: 1px solid #6B7FBA; padding: 8px 0; font-size: 13px; color: #6B7FBA; font-weight: 500; }
.distCodeListWrap > ul > li.active > a { border: 2px solid #6B7FBA; font-weight: bold; padding: 6.5px 0; }

/* DB요청목록 */
.dbRequestListItem > p { font-size: 13px !important; }
.dbRequestListItem > p > .line { margin: 0 10px !important; }

.dbRequestLocationList { width: 100%; float: left; }
.dbRequestLocationList > li { width: 100%; float: left; }

.dbRequestLocationList > li.item { font-size: 13px; border-bottom: 1px solid #EEE; padding: 10px 15px; }
.dbRequestLocationList > li.item > i { float: left; top: 3px; }
.dbRequestLocationList > li.item > .name { float: left; margin-left: 10px; }
.dbRequestLocationList > li.item > .cnt { float: right; letter-spacing: -0.5px; }

.dbRequestLocationList > li.total { font-size: 13px; font-weight: bold; background-color: #EEE; padding: 10px 15px; }
.dbRequestLocationList > li.total > .label { float: left; }
.dbRequestLocationList > li.total > .value { float: right; }

.dbRequestLocationList > li.btn { margin-top: 10px; }
.dbRequestLocationList > li.btn > button { width: 49%; float: left; margin-right: 2%; font-size: 13px; }
.dbRequestLocationList > li.btn > button:nth-of-type(2n) { margin-right: 0; }

/* DB요청 상품목록 */
.productListWrap { width: 100%; float: left; }
.productListWrap > ul { width: 100%; float: left; }
.productListWrap > ul > li { width: 100%; float: left; border: 1px solid #EEE; margin-bottom: 5px; padding: 10px; }
.productListWrap > ul > li:last-of-type { margin-bottom: 0; }

.productListWrap > ul > li > .name { width: 100%; float: left; font-size: 14px; font-weight: bold; }
.productListWrap > ul > li > .con { width: 100%; float: left; font-size: 11px; color: #999; }
.productListWrap > ul > li > .productSelectBtn { position: absolute; right: 10px; bottom: 10px; background-color: #182240; color: #FFF; font-weight: 500; font-size: 12px; border-radius: 30px; width: 50px; height: 21px; }

.requestLocationListWrap { width: 100%; float: left; margin-top: 5px; }
.requestLocationListWrap > li { width: 100%; float: left; background-color: #F8F8F8; padding: 10px; margin-top: 5px; }
.requestLocationListWrap > li > .locationName { float: left; height: 25px; line-height: 25px; font-size: 13px; font-weight: 500; }

.cntControlerWrap { float: right; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
.cntControlerWrap > * { float: left; }
.cntControlerWrap > i { width: 25px; background-color: #F5F5F5; color: #BBB; border: 1px solid #CCC; font-size: 12px; height: 25px; line-height: 25px; cursor: pointer; text-align: center; }
.cntControlerWrap > input { width: 35px !important; border: 1px solid #CCC !important; border-left: 0 !important; border-right: 0 !important; height: 25px; text-align: center; font-weight: 500; font-size: 12px; }

/* 200703 FC 목록 */
#fcListWrap { width: 100%; float: left; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#fcListWrap > li { width: 100%; float: left; text-align: left; margin: 2px 0; }
#fcListWrap > li > label { float: left; }
#fcListWrap > li > label > span { letter-spacing: -0.5px; color: #BBB; margin-left: 5px; }
#fcListWrap > li > label > i { vertical-align: middle; top: -1px; }
#fcListWrap > li > label > .off { color: #DDD; display: inline-block; }
#fcListWrap > li > label > .on { color: #3366CC; display: none; }
#fcListWrap > li > input:checked + label > span { color: #666; }
#fcListWrap > li > input:checked + label > .off { display: none; }
#fcListWrap > li > input:checked + label > .on { display: inline-block; }
#fcListWrap > li > span { color: #BBB; }

/* 상품목록 */
.countNSelect {width: 100%; float: left; padding: 0 2px; margin-top: 10px; z-index: 5; background-color: #EDEDED;}
.countNSelect .left{width: 40%; font-weight: 500; font-size: 12px; padding-top: 10px;}
.countNSelect .left span {width: 100%; float: left;}

.countNSelect .right {width: 60%; float: left; }
.countNSelect .right > div { min-width: 179px; width:auto; float:right; }
.countNSelect .right > div button { margin-left:5px; }
.countNSelect #logistics {width: 78%; float: left; padding: 5px; font-weight: 500; border: 1px solid #ccc; text-align: left; color: #ccc; border-radius: 3px;}
.countNSelect button {width: 35px; height: 35px; float: left; border: 1px solid #ccc; background-color: #fff; color: #ccc; border-radius: 3px; padding: 5px; font-weight: 700;}

.contentWrap {width: 100%; float: left; background-color: #fff; margin: 10px 0; }
.contentWrap .productInfo {width: 100%; float: left; padding: 0 10px;}
.contentWrap .productInfo > div { width:100%; float:left; padding:25px 0; }
.contentWrap .productInfo .left {width: 32%;}
.contentWrap .left img { width: 100%; float: left; min-height: 110px; border-radius: 4px; object-fit: contain; }
.contentWrap .productInfo .right {width: 68%; float: left; padding: 0; line-height: inherit; padding: 0 0 0 10px; }
.contentWrap .productInfo .product_right {width: 100%; line-height: 20px; border: none; margin: 2% 0; padding:0 4%;}
.contentWrap .right .logisName {letter-spacing: 0; width: 100%; float: left; font-size: 14px; color: #666; font-weight: 500;}
.contentWrap .right .productName {width: 100%; float: left; font-weight: bold; line-height:26px; font-size:17px; }
.contentWrap .right .productName:not(.nonehide) { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.contentWrap .right .simpleDetail {width: 100%; float: left; font-size: 14px; color: #666; margin: 10px 0 0 0; }
.contentWrap .right .simpleDetail2 {width: 100%; float: left; font-size: 14px; color: #666; margin: 10px 0 0 0; text-align: center; }
.contentWrap .right .simpleDetail:not(.nonehide) { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.contentWrap .right .simpleDetail .nonehide {font-size: 17px; line-height:20px; margin-top:10px; }
.contentWrap .right .price { width: 100%; float: left; }
.contentWrap .price .originPrice {width: auto; float: left; font-size: 14px; line-height: 24px; text-decoration: line-through; color: #999; margin-right:3%; }
.contentWrap .price .salePrice {width: auto; float: left; font-size: 18px; line-height: 24px; color: #cc3333; font-weight: 700; }
.contentWrap .price .add_cart {width: 35px; height: 35px; line-height: 35px; float: left; text-align: center; border: 1px solid #09234b; border-radius: 5px; color: #09234b; position:absolute; top:50%; right:0; transform:translateY(-50%); }

.priceInfo2 { width:100%; float:left; letter-spacing: 0; margin-top: 20px; }
.priceInfo2 span { letter-spacing: 0;}
.priceInfo2 > p { width:auto; float:right; }
.contentWrap .priceInfo2 .originPrice {width: auto; float: left; font-size: 14px; line-height: 24px; text-decoration: line-through; padding-right:25px; color: #999; }
.contentWrap .priceInfo2 .originPrice2 {width: auto; font-size: 14px; line-height: 24px; text-decoration: line-through; padding-right:27px; color: #999; }
.contentWrap .priceInfo2 .salePrice {width: auto; float: left; font-size: 20px; line-height: 24px; color: #cc3333; font-weight: 700;}
.contentWrap .priceInfo2 .salePrice2 {width: auto; font-size: 20px; line-height: 24px; color: #cc3333; font-weight: 700; padding-right:25px;}

/* 상품목록 - 뷰 */
.countNSelect .left p {width: 100%; float: left;}
.contentWrap #container {width: 100%; float: left;}
.contentWrap #container #inner {width: 100%; float: left; margin-top: 10px; text-align: center; padding: 20px 11px;}
.contentWrap #container #inner img {width: 100%; float: left; margin-bottom: 20px;}
.contentWrap .btnSet {width: 100%; float: left; padding: 15px 6% 30px 6%}
.contentWrap .btnSet .add_cart {width: 49%; float: left; font-size: 18px; font-weight: bold; text-align: center; border: 1px solid #09234b; color: #09234b; background-color: #fff; margin-right: 2%; height:55px; }
.contentWrap .btnSet button:nth-child(2) {width: 49%; float: left; font-size: 18px; font-weight: bold; text-align: center; background-color: #09234b; color: #fff; height:55px; }
.product_to_cart{border:none; border-left: 1px solid #ccc; border-right: 1px solid #ccc; float:left;  width : 68px; height: 35px; text-align: center; padding : 0 10px; }

/* 장바구니 */
.contentWrap .productList {width: 100%; float: left; padding: 15px 10px 5px;}
.contentWrap .productList .line {width: 100%; float: left; height: 1px; background-color: #000; padding: 0 15px;}
.contentWrap .logi {width: 100%; float: left; font-size: 13px;}
.contentWrap .logi p {width: 100%; float: left; font-size: 14px; font-weight: 500; padding-bottom: 5px;}
.contentWrap .top {width: 100%; float: left;}
.contentWrap .top > p {width: 100%; float: left; text-align: right; padding-top: 12px;}
.contentWrap .top > p > span.del_cart {width: 28px; float: right; text-align: center; font-size: 12px; color: #999; border: 1px solid #999; padding: 5px;}
.contentWrap .right .price .pricess {width: 51%; height: 23px; float: left; font-weight: 300; font-size: 13px; line-height: 21px;}
.contentWrap .right .price .priceBox {width: 49%; height: 40px; float: left; text-align: center; border: 1px solid #ccc; font-size: 12px; color: #ccc; border-radius: 4px;}
.contentWrap .right .price .priceBox .cnt_minus {width: 22%; float: left; line-height: 39px; color: #666666;}
.contentWrap .right .price .priceBox .cnt {width: 56%; font-weight: 500; font-size: 14px; height:39px; float: left; border-left: 1px solid #ccc; border-right: 1px solid #ccc; line-height: 39px; color: #666666;}
.contentWrap .right .price .priceBox .cnt_plus {width: 22%; float: left;  line-height: 39px; color: #666666;}

/* 발주관리 */

.contentWrap_jmg .products_jmg .order_main .orderCancel_container {width: 30%; float: left; text-align: center; border-radius: 4px; top: -5px;}
.contentWrap_jmg .products_jmg .order_main .orderCancel_container button.order_cancel {width: 100%; float: left; background-color: transparent; color: inherit; padding: 4px 0;}
.lists_jmg#padCnt_jmg {padding: 0 15px;}
.lists_jmg.type_cart_jmg .products_jmg > div.main { padding : 0 !important; }
.products_jmg .main {width: 100%; float: left; letter-spacing: 0;}
.products_jmg .main div {width: 100%; float: left;}
.view_guide_img {padding-left: 16px; border-radius: 10px !important; overflow: hidden; margin-top:10px;}
.view_guide_img img {border-radius: 10px !important;}
.products_jmg .main div:nth-child(1) p:nth-child(1) {width: 81%; float: left;}
.products_jmg .main div:nth-child(1) p:nth-child(1) span {width: 20%; float: left; font-weight: 500;}
.products_jmg .main div:nth-child(1) p:nth-child(1) span:nth-child(2) {width: 80%;}
.products_jmg .main div:nth-child(1) p:nth-child(2) {width: 19%; float: left; text-align: right; padding-right: 3px;}
.products_jmg .main div:nth-child(2) p:nth-child(2) {width: auto; float: left; color: #6ab4c1; font-weight: 700; margin-right: 5px; }
.products_jmg .main div.line {width: 100%; float: left; height: 1px; background-color: #ccc; margin-bottom: 15px;}
.products_jmg .main div:nth-child(4) {padding-bottom: 10px; font-size: 15px;}
.products_jmg .main div:nth-child(4) p:nth-child(1) {width: 20%; float: left; font-weight: 700;}
.products_jmg .main div:nth-child(5) {padding-bottom: 10px; font-size: 15px;}
.products_jmg .main div:nth-child(5) p:nth-child(1) {width: 20%; float: left; font-weight: 700;}
.products_jmg .main div:nth-child(5) p:nth-child(2) {width: 52%; float: left;}
.products_jmg .main div:nth-child(5) p.total {color: #000; font-weight: 500;}
.products_jmg .main div:nth-child(5) p.ing {color: #cc3333; font-weight: 500;}
.products_jmg .main div:nth-child(5) p.complete {color: #666; font-weight: 500;}
.products_jmg .main div:nth-child(5) p:nth-child(3) {width: 28%; float: left; border: 1px solid #09234b; color: #09234b; text-align: center; font-size: 12px; padding: 3px 0; border-radius: 4px; font-weight: bold;}

/* 게시판 */
.contentWrap .top .leftCon {width: 90%; float: left;}
.contentWrap .top .leftCon > div {width: 100%; float: left;}
.contentWrap .top .leftCon > div:nth-child(2) {color: #9f9f9f; font-size: 14px; padding-top: 10px; letter-spacing: 0; }
.contentWrap .top .leftCon > div .depart { color: #467ce0; font-weight: bold; font-size: 16px; }
.contentWrap .top .leftCon > div .tit { font-weight: bold; font-size:16px; }
.contentWrap .top .rightCon {width: 10%; float: left; color: #467ce0; padding-top: 15px; text-align: right; font-weight: 500; padding-right: 2px;}
.contentWrap .top .rightCon .off {display: none;}
.contentWrap .top .rightCon .on {display: block;}
.contentWrap .context {width: 100%; float: left; display: none; font-size: 15px; line-height: 24px; padding: 5px; }
.contentWrap .context {font-size: 15px !important; font-family: "Noto Sans KR", sans-serif !important; overflow: hidden; width:100%; float:left; text-overflow: ellipsis; white-space: nowrap;}
.notis_bbs .context {font-size: 15px !important; font-family: "Noto Sans KR", sans-serif !important;  width:100%; float:left;  text-overflow: ellipsis; overflow: auto;  white-space: nowrap;}
.contentWrap .active {display: block;}
.contentWrap .context p {width: 100%; float: left; white-space: normal; margin-left:0px !important; text-indent:0px !important;}
.contentWrap ol li {margin:0px !important;}
.contentWrap .context img { float: left; }
.contentWrap .context a {float: left; }
.contentWrap > .line {width: 100%; float: left; height: 1px; background-color: #ededed; margin: 10px 0; display:none; }
.contentWrap .context .files {padding:10px 0px; margin-top: 15px; width: 100%; float: left; border-top: solid 1px #ededed;}


/* 더보기 버튼 */
.moreBtn{ font-weight: 500; }

/* 커뮤니티 */
.contentBox_V .community {min-height:500px;}

.community {padding: 20px 3%; margin: 5px 0; border-radius: 5px; box-shadow: 2px 2px 2px rgba(0,0,0,0.10);}
.community .content {margin-top:3%; float:left; width:100%;}
.community .top .rightCon{color:#333;}
.community .right .date{text-align: right; color:#999999;font-size:13px; letter-spacing: 0px;}
.community .thumbnail{width:20%; float:left;}
.community .community_txt{ width:76%; float:right;}
.community .community_txt .title{width:100%; float:left; padding-top: 1px;}
.community .community_txt a {width:100%; float:left;}
.community .community_txt .title .tit{font-size: 16px; color: #333; float:left; width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight: bold;}
.community .community_txt .summary{width:100%; float:left;}
.community .community_txt .summary .contents {font-size:15px !important; line-height: 20px; width:100%; float:left; color:#666666 !important; display:-webkit-box; white-space:normal; -webkit-line-clamp: 2; -webkit-box-orient:vertical; overflow:hidden; padding-top: 5px;}
.community .community_txt .summary .contents span {font-size:15px !important; line-height: 20px; width:100%; float:left; color:#666666 !important; display:-webkit-box; white-space:normal; -webkit-line-clamp: 2; -webkit-box-orient:vertical; overflow:hidden; padding-top: 5px;}
.community .bottom {margin-top:3%; width:100%; float:left;}
.community .bottom .left {width:50%; float:left;}
.community .bottom .right {width:50%; float:right;}
.community .bottom .right a {float:right; font-size:14px; line-height: 28px; padding:0 25px; border-radius:15px; font-weight: bold;}
.community .bottom .youtune_btn i { vertical-align: middle; }

/* 뷰페이지 */
.community .top .leftCon {width:100%;}
.community .leftCon div {width:100%; float:left;}
.community .leftCon .date {text-align: right; letter-spacing: 0;}
.community .leftCon .date > i {padding-right:5px;}
.community .link_bt {width:100%; float:left;}
.community .link_bt .link {float:right;}
.community .link_bt .link a {letter-spacing: 0; float:left; font-size: 13px; padding:5px 25px; background:rgba(204, 204, 204,0.28); color:#cc3333;}
.community .link_bt .file {float:right;}
.community .link_bt .file a {font-size: 13px; float:left; text-align: right; padding:5px 15px; background:rgba(204, 204, 204,0.28); color:#3399cc;}
.community .link_bt .file .filenames {float:left; padding:5px 25px;  padding-left: 0px; background:rgba(204, 204, 204,0.28); color:#3399cc;}
.community .link_bt .file  i {padding-right: 3px; color:#999999;}
.community .content_top{margin-top:5%;}
.community .content .contents {width:100%; float:left; font-size: 15px;}
.community_btoom {width:100%; float:left; margin: 2.5% 0px;}
.community_btoom .left {width:55%; float:left;}
.community_btoom .right {width:45%; float:right;}
.community_btoom .right > button {float: right; margin:0px 3px; font-size: 14px;  border:solid 1px #3399cc; color:  #FFF; font-weight: bold; background-color: #3399cc; border-radius: 3px; padding: 5px 21px;}
.community_btoom .right > button:last-child{background-color: #FFF; color:#3399cc;}
.community .content_top .contents {margin-top: 15px;}
.community .bottom .magazine_btn {border: 1px solid #497ee0;color: #497ee0;}
.community .bottom .magazine_btn i {  padding-right: 3px;}
.community .link_bt .file .link_icon {padding:5px 0px 5px 15px}
.community .link_bt .file .flie_name {padding-left:5px;}

/* 커뮤니티 */




/* 발주관리 발주요청 */
.product_list .main { width: 100%; float: left; padding : 20px 20px 15px 20px; border : 1px solid #e1e1e1; border-radius: 10px; margin-top: 15px;} 
.product_list .main:first-child{ margin-top: 0;} 
.product_list .main div { width: 100%; float: left;}
.product_list .main div.log_title p:nth-child(1),
.product_list .main div.log_title p.log_p {width: auto; float: left; color: #09234b; font-weight: 700;}
.product_list .main div.log_title label { float:left; }
.product_list .main div.main_tt {padding: 15px 0; font-size: 17px;}
.product_list .main div.main_tt:nth-child(2) {border-top: 0;}
.product_list .main div.main_tt .product_img{ width : 70px; height: 70px; }

.product_list .main div.main_tt p:nth-child(1):not(.pro_stat_p) { width:30px; float:left; line-height:70px; }
.product_list .main div.main_tt p.main_tt_returnText { width: calc(100% - 100px); float: left;  padding-left: 10px; font-size:13px;}
.product_list .main div.main_tt p.main_tt_returnText span { float: left; padding: 2px 10px; border-radius: 5px; text-align:center; font-size:12px; border: 1px solid #cc3333; color: #cc3333;}
.product_list .main div.main_tt p.main_tt_tit {margin-top: 4px; width: calc(100% - 100px); float: left; font-weight: 700; padding-left: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left;}
.product_list .main div.main_tt p.main_tt_pInfo { width: calc(100% - 100px); color: #666; letter-spacing: 0; float: left; padding-left: 10px; margin-top: 22px;}
.product_list .main div.main_tt p.main_tt_pInfo span{ float: left; }
.product_list .main div.main_tt p.main_tt_pInfo .price{ float: right; font-weight: 700; font-size: 16px;}

.product_list .main div.line {width: 100%; float: left; height: 1px; background-color: #000; margin-bottom: 15px; }
.product_list .main div.order_stat {padding-bottom: 10px; font-size: 15px; }
.product_list .main div.order_stat p:nth-child(1) {width: 20%; float: left; font-weight: 700;}
.product_list .main div.order_stat p:nth-child(2) {width: 80%; float: left; color: #999;}


.product_stat { margin-top:10px; }
.product_stat > div { width:90% !important; float:right !important; background-color:#f8f8f8; padding:10px 0; border-radius:5px; }
.product_stat > div > ul { width:100%; float:left; }
.product_stat > div > ul > li { font-size:15px; line-height:15px; padding:3px 0; }
.product_stat > div > ul > li * { font-size:inherit; }
.product_stat > div > ul > li.ps_tit { width:25%; float:left; text-align:center; font-weight:bold; font-size:14px; }
.product_stat > div > ul > li.ps_con { width:75%; float:left; padding-left:10px; }



.order_main .store_tit { font-size: 15px; font-weight: bold; width: 28%; padding-left: 15px; color: #666; }
.store_item .total_price { color: #cc3333; font-weight: bold; font-size: 18px; }
.store_btn { text-align: center; }
.store_btn button { color: #6ab4c1; background: none; border: 1px solid #6ab4c1; border-radius: 10px; padding: 10px 0; font-weight: bold; font-size: 16px; width: 100%; }
.store_product { width: 160px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.store_item.product_price { font-size:16px; font-weight:700; color:#666; margin-top:7px; }
/* 발주관리 발주요청 */


/* 이벤트 */
.event_img{ float: left; width : 100%; max-height: 180px;}
.event_img img{ float: left; width : 100%; max-height: 180px;}
.event_info{ float: left; width: 100%; margin-top: 10px; height: 48px;  }
.event_info .event_title{ font-size: 18px; font-weight: 500; }
.event_info .event_day{ font-size: 14px; color : #999999; letter-spacing: 0; }
.event_info .click_icon{ position: absolute; transform:translate(-0%,-50%); top : 50%; right : 0; font-size: 22px;}
.type_event{ float: left; width: 100%; padding : 6%; }
.contentWrap_jmg.content_event{ padding-top: 0; }
.event_view{ width:100%; float:left; padding:18% 2%; }
.event_view .contentWrap{ padding: 20px 3%; margin: 10px 0; }
.eventBtnWrap{ float: right; padding-bottom: 20px; }
.eventBtnWrap button { float: right; font-size: 14px; color: #FFF; font-weight: bold; background-color: #09234b; border-radius: 3px; padding: 5px 21px; margin-left: 5px;}
/* 이벤트 */

/* 체크박스 커스텀 */
label.customCheckBox { font-size: 19px; float: left; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox i { font-size: inherit; float:left; }
label.customCheckBox > .off { display: inline-block; color: #CCC; }
label.customCheckBox.listCheckBox { font-size: 19px; float: none; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox.listCheckBox i { font-size: inherit; float:none; }

.customCheckBoxLabel { float:left; margin-right:6px; cursor:pointer; }
.customCheckBoxLabel:not(:first-of-type) { margin-left:5px; }

input[type="checkbox"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="checkbox"]:checked + label.customCheckBox > .off { display: none; }

input[type="radio"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="radio"]:checked + label.customCheckBox > .off { display: none; }
/* 체크박스 커스텀 */

/* 마이페이지 */
.pwBtn {text-align: center; font-weight: 600; color: #000; width: 28%; min-width: 89px; float: left; padding: 7px 12px; font-size: 12px; border-radius: 5px; background-color: #fff; border: 1px solid #ccc;}
.info_content .tit {width:100%; float:left; font-weight: 600; font-size:16px;}
.store_info ul{width:100%; float:left; margin-top:5%;}
.store_info ul:first-child{ margin-top:0px; }
.store_info ul:last-child{ margin-bottom:5%; }
.store_info li{ width:100%; float:left; font-size:13px; }
.store_info .label{font-weight: 600;color: #333;}
.store_info .value{padding:5%; padding-right:0; color:#666666; letter-spacing: 0;}
.store_info .zipcode {width:100%; float:left;}
.store_info .zipcode #zipcode_1 {width:65%; float:left;}
.store_info .zipaddr {width:100%; float:left; margin-top:3px;}
.store_info .zipdetailaddr {width:100%; float:left; margin-top:3px;}
.store_info .file_one .fileName{ overflow:hidden;  text-overflow:ellipsis;  white-space:nowrap;float: left; height: 35px; line-height: 35px;  background-color: #f0f0f0; border: 1px solid #ccc; padding: 0 10px; cursor: default; width: 65%; text-align: center; color: #ccc;}
.store_info .NoImage {width: 40%;float: left;}
.info_content .popNav .nav_box {width:100%; float:left; background:#fff; padding:10px; border-radius: 5px;}
.info_content .popNav .nav_box ul {width: 100%; float: left;}
.info_content .popNav .nav_box ul  li {width: 100%; float: left; padding:3px 0px;}
.info_content .popNav .left{width:80%;float:left; font-size: 14px; letter-spacing: 0;}
.info_content .popNav .right{width:20%;float:left;}
.info_content .popNav .popNav_point {color:#6ab4c1; font-weight:600; padding-right: 5%; float:left;}
.popNav .nav_info{ width:100%; float:left;}
.info_content .btmMenu {width:100%; float:left;}
.info_content .btmMenu > li {width: 100%;float: left; padding: 20px;}
.info_content  .btmMenu > li > a {text-align: center; width: 100%;float: left;background-color: #07abb7;border-radius: 3px; padding:15px;font-size: 16px;color: #FFF;}
.info_content .popNav .phone_icon {float:right; width:75%;}
.info_content .popNav  a {float: right; width: 100%; text-align: right;}
.info_content .popNav .tell {float:left; margin-right:10%;}
.context .file{padding: 1px 5px; float: left; font-size:12px; border:solid 1px #eee; margin-left: 5px;}

/* 마이페이지 */

/* 지원문의 */
.inquiryV .viewForm .value_files {width:100%; float:left; margin:3px 0px; padding: 10px 0; }
.inquiryV .viewForm .value_files1 { margin-bottom: 15px; }
.inquiryV .viewForm .value_files .img_flis {width:60px; height:60px; padding:3px; border-radius: 5px; margin:2px 5px; border:dotted 1px #c4c2c2; float:left;}
.inquiryV .viewForm .value_files .img_flis div {border-radius: 5px; width:100%; float:left; height:100%;}
.inquiryV .viewForm .value_files .img_flis > div::after {content: "+"; text-align: center; line-height: 54px; color:#fff; font-size:28px; font-weight: 800; position: absolute; left: 0%; top: 0%; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.5);}
.inquiryV .viewForm .value_files .file_previews div::after {content: ""; text-align: center; line-height: 54px; color:#fff; font-size:28px; font-weight: 800; position: absolute; left: 0%; top: 0%; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.5);}
.inquiryV .viewForm .value_files .file_previews .youtube_bt { transform: translateX(-50%); position: absolute; left: 50%; color: #fff; line-height: 52px; z-index: 9; text-align: center; }
.inquiryV .viewForm .value_files .img_flis div  img {width:100%; height:100%;  float:left;}
.inquiryV .viewForm .value_files .img_flis div  video {width:100%; float:left; height: 52px; }
.inquiryV .viewForm .value_files .flirs { padding:5px 15px; float:left; border-radius: 5px; border:solid 1px #ccc;}
.inquiryV .viewForm .value_files .flirs:nth-child(n+2) { margin-top:5px; }
.inquiryV .viewForm .value_files .img_plus { margin-bottom: 5px; }
.inquiryV .viewForm .dateView > form table td span a { width:100%; float:left; cursor:pointer;}
.inquiryV .viewForm .file_preview {visibility: hidden;  position: fixed; width: 100%; top: 0; left: 0; height: 100vh; background:rgba(0, 0, 0, 0.8); z-index: 999;}
.inquiryV .viewForm .file_preview img {width:90%; float:left; top:40%; left:50%; position: absolute; transform: translate(-50%,-40%);}
.inquiryV .viewForm .file_preview video {width:90%; float:left; top:50%; left:50%; position: absolute; transform: translate(-50%,-40%);}
.inquiryV .viewForm .file_preview iframe {width:90%; float:left; top:50%; left:50%; position: absolute; transform: translate(-50%,-40%);}
.inquiryV .previewCloseBtn {width:100%; font-size: 25px; float: right; text-align: right; color: #fff; padding: 20px; z-index: 10;}
.inquiryV .previewCloseBtn i {padding: 5px;}
.inquiryV .img_s {width: 100%; float: left; height: 91vh;}

.value3 > span > div.attach { border-bottom: 1px solid #ededed; line-height: 35px; padding: 10px 0; }
.value3_button { position: absolute; right: 0; }
.value3_button > button { width:auto; float: left; font-size: 12px !important; padding: 7.5px 12px; border: 1px solid #6ab4c1; color: #6ab4c1; font-weight: 600; line-height: 18px !important; background-color:#fff; margin:0px 5px; }
.files111 { width: 100%; float: left; height: 32px; margin-top: 5px; }
.files111 > div.aaa { width: 10% !important; text-align: center; line-height: 32px; padding: 0 !important; height: 32px; }
.files111 > div.bbb { width: 90% !important; margin-top: 0; font-weight: normal; padding: 0 !important; }
.files111 > div.bbb > div { width: auto !important; line-height: 19px; }
/* 지원문의 */


.priceInfo2	.product_cntWork_jmg { width:auto; float:left; }
.priceInfo2	.product_cntWork_jmg > div { width:auto; float:left; border:1px solid #ccc; overflow:hidden; border-radius: 5px; }
.priceInfo2	.product_cntWork_jmg button { width:25px; float:left; height:35px; border:none; background-color:white; color: #000;}
.priceInfo2	.product_cntWork_jmg input { width:60px; float:left; height:35px; border:none; background-color:white; border:1px solid #ccc; border-top:none; border-bottom:none; text-align:center; color:#666; font-size:16px; }
.priceInfo2	.product_cntWork_lhs { width:50%; float:left; }
.priceInfo2	.product_cntWork_lhs > div { width:auto; float:left; border:1px solid #ccc; overflow:hidden; border-radius: 5px; }
.priceInfo2	.product_cntWork_lhs button { width:25px; float:left; height:35px; border:none; background-color:white; color: #000;}
.priceInfo2	.product_cntWork_lhs input { width:60px; float:left; height:35px; border:none; background-color:white; border:1px solid #ccc; border-top:none; border-bottom:none; text-align:center; color:#666; font-size:16px; }
.priceInfo2	.product_cntWork_lhs2 { width: 50%; float: left; }
.priceInfo2	.product_cntWork_lhs2 > p { width: 100%; height: auto;  text-align: right; }

/* 북마크 버튼 */
.bookmarkBtn {float:right; background:none; color:#ccc;}
.bookmarkBtn .color {color:#ffcc33;}

.bookmarkDelBtn {float:right; background:none;}
.bookmarkDelBtn .color {color:#ffcc33;}


/* 설문조사 */

.surveyV .stat_box{ float: right !important; width : 100px !important; height: 25px; line-height: 25px; border-color: black; border : 1px solid; border-radius: 5px; text-align: center; font-weight: 900; margin-right: -10px;}
.surveyV .my_stat_box{ float: right !important; width : auto !important; height: 25px; line-height: 25px; text-align: center; font-weight: 900; margin-right: 0px; font-size: 14px !important;}
.surveyV .lists_jmg#padCnt_jmg { padding: 15px 20px; }
.surveyV .survey_box{float: left; width : 100%; padding : 20px 15px !important; border : 1px solid #d6d7d9; border-radius: 10px; position: relative;}
.surveyV .survey_box .radio_box{ float: left; width : 100%; padding : 5px 0; }
.surveyV .survey_box .survey_bar{ width : 92%; float: right; height: 5px; background-color: #e1e1e1; border-radius: 10px; margin-top: 5px;}
.surveyV .survey_box .survey_bar .in{height: 100%; float: left; background-color: #999999; border-radius: 10px; }

.surveyV .survey_box input[type="radio"]:checked{ background-color: #005CC8; border-color: #005CC8;}
.surveyV .main{ padding : 7px 10px 0 7px !important;}
.surveyV .survey_box .survey_button{float: left; width : 100%; height: 50px; font-size: 18px; font-weight: 900; text-align: center; margin-top: 30px; margin-bottom: 10px;}


.survey_guide {width:100%; float:left; padding:3% 0%; font-size:14px; color:#999;}

.surveyV .products_jmg {padding-bottom: 0 !important;}
.surveyV .title_box {padding-top: 5px; padding-bottom: 5px; width:100%; float:left;}
.surveyV .title_box P {width:100%; float:left;}
.surveyV .title_box .cont {width:100%; float:left; line-height: 22px; color : #333; font-weight: 700; text-align: right; font-size:14px;}
.surveyV .title_box .tit {font-size: 18px; line-height: 25px; width:100% !important; float:left; font-weight:bold; padding:5px 0px;}
.surveyV .title_box .calender {width:100%; float:left; color:#999; letter-spacing: 0; font-size: 14px;}
.surveyV .title_box .calender i {color:#333; margin-right: 8px; font-size: 14px;}
.surveyV .title_box .bottom_g {width:100%; padding-bottom:10px;}
.surveyV .title_box .bottom_g .left{font-size: 15px; font-weight: bold; width:50%; float:left; color:#9999;}
.surveyV .title_box .bottom_g .right{width:50%; float:right; text-align: right; font-weight: 700;}
.surveyV .title_box .bottom_g .right.on{color:#cc3333;}
.surveyV .title_box .bottom_g .right.off{ color:#9999;}
.surveyV .main .survey_box .main_title {width:100%; float:left; font-size:17px; font-weight: 600; padding:8px 0px; }
.surveyV .main .survey_box .sub_title {width:100%; float:left; font-size:14px; color:#666; padding-left:16px;}
.surveyV .main .survey_box .text {border-top:solid 1px #ededed; padding:0px 16px; padding-top:10px;  margin-top:15px;}
.surveyV .main .survey_box .text textarea {border:solid 1px #f1f1f1;}
.surveyV .survey_comment_box{ width: 100%; float: left; background-color: white; padding: 2%; margin-top:5px; }
.surveyV .survey_comment_box > input { width: 80%; float: left;  float: left; height: 50px; line-height: 50px; border : 1px solid #e6e6e8; border-right: 0; padding : 0 30px; font-size: 16px; color: #666666;}
.surveyV .survey_comment_box > input::placeholder { color : #cccccc; }
.surveyV .survey_comment_box > button { width: 20%; float: left; float: left; height: 50px; line-height: 49px; font-size: 15px; font-weight: 900;}

.surveyV .survey_comment_list{ float: left; width:100%; padding : 20px 0 !important; margin-top: 10px; border-bottom: 0 !important;}
.surveyV .survey_comment_list > .comment{ float: left; width : 100%; background-color: #f8f8f8; border-radius: 10px; padding : 12px; }
.surveyV .survey_comment_list > .comment:not(:first-of-type) { margin-top:10px; }
.surveyV .comment_icon{ width: 40px; height : 40px; float: left; border-radius: 50%; background-color: #cccccc; color: #fff; line-height: 40px; text-align: center;}
.surveyV .survey_comment_list .comment_text{ width : calc(100% - 40px); padding-left: 7px; float: left;}
.surveyV .survey_comment_list .comment_text .comment_id{ float: left; font-weight: 500; font-size: 15px; }
.surveyV .survey_comment_list .comment_text .comment_id span.name { font-weight: bold; }
.surveyV .survey_comment_list .comment_text .comment_date{ float: left; font-size: 13px; color: #ccc; margin-top: 5px;}
.surveyV .survey_comment_list .comment_text .del_icon { float: right; }
.surveyV .survey_comment_list .comment_text .comment_info{ float: left; width: 100%; font-size: 15px; color : #666; margin-top: 5px;}
.option_img_box { padding: 2px !important; margin:0 5px ; width: 25px !important; height: 25px; border: dashed 1px; float: left; border-radius: 5px;}
.option_img_box img {width:100%; float:left; height:100%; object-fit: cover;}
/* 비밀번호 재설정_2023.01.27(금)_문정원 */
.popupContainers { width:100%; float:left; height:100vh; position:fixed; top:0; z-index:250; overflow-y:auto; background-color:rgba(0, 0, 0, 0.6); display:none; }
.popupContainers > div > i.closeBtn { position:absolute; right:6%; font-size:20px; top:3%; }
.popupContainers > div { width:90%; float:left; background-color:#fff; padding:6%; position:absolute; left:5%; top:22%; border-radius:5px; }
.popupContainers > div > ul { width:100%; float:left; padding:5% 0%; }
.popupContainers > div > ul.titul { padding-top:0%; }
.popupContainers > div > ul.content { border-top:1px solid #ccc; }
.popupContainers > div > ul.btnul { padding-top:0%; }
.popupContainers > div > ul > li { width:100%; float:left; }
.popupContainers > div > ul > li i { margin-right:2% }
.popupContainers > div > ul > li.tit { font-size:14px; font-weight:bold; }
.popupContainers > div > ul > li.text { font-size:12px; color:#ccc; padding:0% 7%; padding-top:1%; }
.popupContainers > div > ul > li input { padding:8% 4%; font-size:13px; border:1px solid #ededed; margin-top:1%; }
.popupContainers > div > ul > li input::placeholder { color:#ededed; }
.popupContainers > div > ul > li button { line-height:45px; font-size:13px; font-weight:bold; }
.popupContainers > div > ul > li button.close { width:110px; background-color:#fff; border:1px solid; margin-right:5%; }
.popupContainers > div > ul > li button.update { width:154px; color:#fff; float:right; }
.popupContainers > div > ul.guide { width: 100%; float: left; padding: 1% 0 5% 0; }
.popupContainers > div > ul.guide > li > p { font-size: 12px; color: #ccc; padding: 0% 7%; padding-top: 1%; padding: 0; }
/* 일정관리(달력,팝업등)_2024.09.19(목)_문지호 */
.mschedule { width:100%; float:left; background-color:#fff; padding:5% 5% 5% 5%; }
.mschedule > .puls_Btn { width:50px; height:50px; border-radius:50px; font-size:30px; font-weight:600; color:#f0f0f0; position:fixed; z-index:5; bottom:80px; right:6%; text-align:center; }
.mschedule > div { width:100%; float:left; }
.mschedule .sch_month { width:100%; float:left; padding:6% 4% 0 4%; }
.mschedule .sch_month > ul { width:10%; float:left; }
.mschedule .sch_month > ul.mainul { width:80%; text-align:center; }
.mschedule .sch_month > ul.mainul > li { padding:0% 10%; }
.mschedule .sch_month > ul > li > .icon { width:31%; float:left; text-align:right; margin-right:5% }
.mschedule .sch_month > ul > li > .icon i { font-size:33px; line-height:33px; }
.mschedule .sch_month > ul > li > .mainday { width:100%; margin:auto; text-align:center; font-weight:bold; font-size:16px; color:#333D4B; }
/* .mschedule .sch_month > ul > li > .mainday > span { width:100%; float:left; font-weight:bold; font-size:24px; color:#333D4B; } */
/* .mschedule .sch_month > ul > li > .mainday .date1 { font-size:11px; color:#999; } */
/* .mschedule .sch_month > ul > li > .mainday .date2 { font-size:16px; line-height:18px; color:#333D4B; } */
.mschedule .sch_month > ul > li { width:100%; float:left; }
.mschedule .sch_month > ul > li.arrow { text-align:center; border: 1px solid; border-radius:100%; width:30px; height:30px;}
.mschedule .sch_month > ul > li.arrow > a > i { line-height: 28px; }
.mschedule .sch_month > ul > li.arrow > a > i.fa-chevron-left { right: 2px; line-height: 28px; }
.mschedule .sch_month > ul > li.arrow > a > i.fa-chevron-right { left: 1px; line-height: 28px; }
.mschedule .sch_month > ul > li { width:100%; float:left; padding:0% 10%; }
.mschedule .calendar { width: 100%; float: left; padding:7% 5% 4% 5%; height:320px; }
.mschedule .calendar > table { width:100%; float:left; height:100%;}
.mschedule .calendar > table th {height: 30px; text-align: center; color: #999; font-size: 15px; font-weight: bold;}
.mschedule .calendar > table td {height: 30px; text-align: center; color: #222; font-size: 15px; font-weight: bold;}
.mschedule .calendar > table td .nowspan { line-height: 0px; font-size: 25px; position: absolute; top: 65%; left: 50%; transform: translate(-50%, -55%) }
.mschedule .calendar > table td > .gray { color:#999; }
.mschedule .calendar > table td > .activeaa { color:#fff; width:30px; height:30px; display:inline-block; line-height:30px; border-radius:100%; font-weight:500; }
.mschedule .calendar .bef {color: #999;}
.mschedule .today { padding:6% 7% 6% 6%; border-radius:10px; cursor:pointer; }
.mschedule .today > span { float:left; font-weight:bold; }
/* .mschedule .today > .icon { width:5%; margin-right:3%; } */
.mschedule .today > .tit { width:40%; color:#f0f0f0; }
.mschedule .today > .cnt { width:60%; text-align:right; color:#f0f0f0!important; }
.mschedule > .calendar_zone { width:100%; float:left; height:100%; margin-top:5%; border: 1px solid #eeeeee; border-radius: 10px; }
.mschedule > .content { min-height:282px; }
.mschedule > .content > div { width:100%; height:92.5px; border:1px solid #eeeeee; padding:15px; border-radius:10px; margin-top:3%; }
.mschedule > .content > div > .dataDay { width:21%; height:62px; float:left; font-weight:900; border-right:1px solid #cccccc; padding-right:4%; }
.mschedule > .content > div > .dataDay > span { font-size:18px; float:right; }
.mschedule > .content > div > .dataText { width:75%; float:left; height:62px; margin-left:4%; white-space:nowrap; }
.mschedule > .content > div > .dataText > .zone_01 { width:100%; float:left; }
.mschedule > .content > div > .dataText > .zone_01 > .user_code { width:40px; height:19px; float:left; padding-top:3.5px; border-radius:5px; font-size:11px; text-align:center; }
.mschedule > .content > div > .dataText > .zone_01 > .user_code_01 { background-color:#f7f2eb; }
.mschedule > .content > div > .dataText > .zone_01 > .user_code_02 { background-color:#ebebeb; color:#444444; }
.mschedule > .content > div > .dataText > .zone_01 > .user_code_03 { background-color:#e5f3fd; color:#008BEF; width: 60px; }
.mschedule > .content > div > .dataText > .zone_01 > .type_name { width:40px; height:20px; float:left; padding-top:3.5px; font-size:11px; font-weight:500; color:#444444; margin-left:2%; }
.mschedule > .content > div > .dataText > .zone_01 > .data_icon { width:10%; float:right; padding:0; z-index:2; }
.mschedule > .content > div > .dataText > .zone_01 > .data_icon .sch_delBtn { cursor:pointer; font-size:16px; color:#c4c4c4; margin-left:5px; }
.mschedule > .content > div > .dataText > .zone_01 > .data_icon .sch_upBtn { cursor:pointer; font-size:14px; color:#8e908f; bottom:1.5px; }
.mschedule > .content > div > .dataText > .zone_02 { width:90%; float:left; }
.mschedule > .content > div > .dataText > .zone_02 > .schedule_memo { width:100%; float:left; color:#000000; font-size:14px; font-weight:900; margin-top:2px; overflow:hidden; text-overflow:ellipsis; }
.mschedule > .content > div > .dataText > .zone_02 > .schedule_time { width:100%; float:left; color:#666666; font-size:12px; margin-top:2px; }
.mschedule > .content > div > .dataText > .zone_03 { width:10%; float:left; text-align:center; }
.mschedule > .content > div > .dataText > .zone_03 > .arrow { font-size:18px; color:#cfcdcd; }

.scheduleV { width:100%; float:left; height:100vh; position:fixed; top:0; z-index:250; overflow-y:auto; background-color:rgba(0, 0, 0, 0.7); display:none; }
.scheduleV > .pwUpdate > i.closeBtn { position:absolute; right:7%; font-size:20px; top:6%; z-index:9; }
.scheduleV > .pwUpdate { width:90%; float:left; background-color:#fff; padding:6%; position:absolute; left:5%; top:14.5%; border-radius:5px; height:430px; max-height:430px; }
.scheduleV > .pwUpdate > div { width:100%; float:left; padding:2% 0%; }
.scheduleV > .pwUpdate > div.titul { padding-top:0%; }
.scheduleV > .pwUpdate > div.date { margin-top: 5%; }
.scheduleV > .pwUpdate > .date { width: 100%; float: left; margin-top:5%; }
.scheduleV > .pwUpdate > .date > .icon { float: left; font-size:16px; padding-top:1.5px; }
.scheduleV > .pwUpdate > .date > .text { float: left; font-size:16px; margin-left:2%; font-weight:500; }
.scheduleV > .pwUpdate > .time { width: 100%; float: left; }
.scheduleV > .pwUpdate > .time > span { color:#141414; font-size:16px; font-weight:600; }
.scheduleV > .pwUpdate > .time #time { color:#66151e; }
.scheduleV > .pwUpdate > .time #list_info { width: 100%; float: left; }
.scheduleV > .pwUpdate > .time #list_info #list_sort { display: inline-flex; border: 1px solid #B7B7B7; border-radius: 10px; width: 20px; height: 20px; top: 1px; float: left; }
.scheduleV > .pwUpdate > .time #list_info #list_sort #sort { font-size: 11px; color: #141414; left: 3.5px; top: 2px; font-weight: 900; width: 10.96px; text-align: center; }
.scheduleV > .pwUpdate > .time #list_tit { font-weight: 900; width: auto; float: left; margin-left: 1%; }
.scheduleV > .pwUpdate > .time { width: 100%; float: left; }
.scheduleV > .pwUpdate > .ticket { width: 100%; float: left; }
.scheduleV > .pwUpdate > .ticket > .user_code { width:45px; height:25px; float:left; line-height:25px; border-radius:5px; font-size:14px; text-align:center; }
.scheduleV > .pwUpdate > .ticket > .user_code_01 { background-color:#f7f2eb; }
.scheduleV > .pwUpdate > .ticket > .user_code_02 { background-color:#ebebeb; color:#444444; }
.scheduleV > .pwUpdate .ticket .user_code_03 { width:60px; background-color:#e5f3fd; color:#008BEF; }
.scheduleV > .pwUpdate > .ticket > .type_name { width:45px; height:25px; float:left; line-height:26px; font-size:16px; font-weight:500; color:#444444; margin-left:2%; }
.scheduleV > .pwUpdate .ticket .division { float: left; width: 100%; height: 1px; border-bottom: 1px solid #CDCDCD; }
.scheduleV > .pwUpdate .popupContents { width:100%; float:left; height:200px; border-radius:10px; border:1px solid #ebeced; padding:5%; margin-top:2%; overflow: auto; }
.scheduleV > .pwUpdate .popupContents > h3 { font-size: 15px; color: #333D4B; }
.scheduleV > .pwUpdate .popupContents .click_list { width: 100%; float: left; padding: 5% 0; }
.scheduleV > .pwUpdate .popupContents .click_list .noData { width:100%; float:left; text-align: center; margin-top: 10%; }
.scheduleV > .pwUpdate .popupContents .click_list .noData .icon { width:100%; float:left; }
.scheduleV > .pwUpdate .popupContents .click_list .noData .icon > i { font-size: 24px; color: #CCCCCC; }
.scheduleV > .pwUpdate .popupContents .click_list .noData .text { width:100%; float:left; }
.scheduleV > .pwUpdate .popupContents .click_list .noData .text > span { color: #999999; }
.scheduleV > .pwUpdate .popupContents .click_list > ul { width:100%; float:left; padding: 4% 0; border-bottom: 1px solid #D4D4D4; }
.scheduleV > .pwUpdate .popupContents .click_list > ul > li { font-size: 14px; }
.scheduleV > .pwUpdate .popupContents .click_list > ul > li > i { font-size: 16px; color: #939393; }
.scheduleV > .pwUpdate .popupContents .click_list > ul > li:nth-child(1) { width: 10%; float:left; }
.scheduleV > .pwUpdate .popupContents .click_list > ul > li:nth-child(2) { width: 60%; float:left; }
.scheduleV > .pwUpdate .popupContents .click_list > ul > li:nth-child(3) { width: 30%; float:left; text-align: center; color: #999999; }
.scheduleV > .pwUpdate .popupContents::-webkit-scrollbar { scrollbar-width: thin; width: 3px; }
.scheduleV > .pwUpdate .popupContents::-webkit-scrollbar-thumb { height: 30%; background: #c1c1c1; border-radius: 10px; }
.scheduleV > .pwUpdate .popupContents::-webkit-scrollbar-track { background: #f1f1f1; }

/* 2024.01.11(목) 이재목 날짜 표기 -> 종일 표기 변경 후 넓이 수정*/
.scheduleV > .pwUpdate > div.content > ul .dataDay { width:15%; float:left; text-align:right; font-size:20px; font-weight:bold; line-height:13px;}
.scheduleV > .pwUpdate > div.content > ul .dataLine { width:2.5%; float:left; line-height:62px; margin:0% 3%; border-right: 2px solid; }
.scheduleV > .pwUpdate > div.content > ul .dataText { width:74%; float:left; line-height:13px; } */

.scheduleV > .pwUpdate > div > ul > li { width:100%; float:left; }
.scheduleV > .pwUpdate > div > ul > li i { margin-right:2% }
.scheduleV > .pwUpdate > div > span.tit { width:40px; height:40px; float:left; text-align:center; font-size:14px; font-weight:bold; border:1px solid; line-height:38.15px; border-radius:100%; color:#fff; margin-right:4%; }
.scheduleV > .pwUpdate > div span.text { width:80%; float:left; }
.scheduleV > .pwUpdate > div span.text span { width:100%; float:left; }
.scheduleV > .pwUpdate > div span.text .week { font-size:18px; color:#222; font-weight:bold; }
.scheduleV > .pwUpdate > div span.text .day { font-size:12px; color:#999; }

.url_box {width:100%; float:left; font-size:13px; color:#999; padding:1% 0%;}
.url_box .url_title_box { padding:1% 3%; border-radius: 5px; float:left; width:auto; margin-right: 3px; font-weight: bold; border: 1px solid;}
.url_box .url_stlyes {padding:1% 0%; float:left;}
.url_box .url_stlyes a {color:#999;float:left; width:100%;}
.url_title_box a {color:#6ab4c1;}

/*거래명세서_2023.07.28(금)*/
.type_form { width: 100%; float: left; border-radius: 5px; background: #fff; padding: 15px 20px; margin-top: 3%; }
.page { width: 100%; float: left; }
.page_title { width: 100%; float: left; font-size: 22px; font-weight: bold; text-align: center; }
.page .page_content { width: 100%; float: left; padding: 4%; border: 1px solid #ededed; border-radius: 5px; }

.contract_page { width: 100%; float: left; }
.hk_logo { width: 100%; float: left; padding: 0 35%; margin-top:3%; }

.page .page_content .pdfWrap { width:100%; float:left; margin-top:5%; background-color:#fff; }
.page .page_content .pdfWrap > div { width:100%; float:left; border:2px solid; padding:2.5%; }
.page .page_content .pdfWrap > div > div { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .titWrap { width:100%; float:left; text-align:center; font-size:20px; font-weight:bold;  }
.page .page_content .pdfWrap .mainWrap .chartWrap { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .chartWrap > ul { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 { padding:2.5%; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 { border:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart3 { border:2px solid; margin:2% 0%; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 { border:2px solid; border-right:1px solid; border-bottom:1px solid; }

.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 > li { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 > li > span { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 > li > span.chart1_line { border-bottom:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 > li > span.chart1_date { padding:2.5% 0%; } 
.page .page_content .pdfWrap .mainWrap .chartWrap .chart1 > li > span.chart1_name { text-align:right;  padding:2.5% 0%; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.titTh { padding:0% 2%; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.b_right { border-right:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.b_bottom { border-bottom:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.b_left { border-left:1px solid; padding:1%; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.b_top { border-top:1px solid;  }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart2 table > thead >  tr > th.data { color:#666; }


.page .page_content .pdfWrap .mainWrap .chartWrap .chart3 table > thead >  tr > th.total { border-right:1px solid;  }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart3 table > thead >  tr > th.price { text-align:right; padding:0% 5%; }

.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 .chart4_1 > thead >  tr > th { border-bottom:2px solid; border-right:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 .chart4_1 > tbody >  tr > td { border-bottom:1px solid; border-right:1px solid; color:#666; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 .chart4_2 > thead > tr > th.total1 { border-bottom:1px solid; border-right:1px solid; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 .chart4_2 > thead > tr > th.total2 { border-bottom:1px solid; border-right:1px solid; color:#666; }
.page .page_content .pdfWrap .mainWrap .chartWrap .chart4 .chart4_3 > thead > tr > th { border-bottom:1px solid; border-right:1px solid; }

.page .page_content .pdfWrap .mainWrap .chartWrap > ul > table { width:100%; float:left; }
.page .page_content .pdfWrap .mainWrap .chartWrap > ul > table > thead >  tr > th { font-size:14px; } 
.page .page_content .pdfWrap .mainWrap .chartWrap > ul > table > tbody > tr > td { font-size:14px; color:#666; padding:1.5% }

.downWrap { width:100%; float:left; padding-top:3%  }
.downWrap > button.downBtn { float:right; width:100%; line-height:35px;  font-weight:500; cursor:pointer; color:#fff; }
.ordert_wrap { width:100%; float:left; padding:1%; }
.ordert_wrap > span { font-size:14px; }
.ordert_wrap > .ospanl { float:left; width:60%; }
.ordert_wrap > .ospanr { width:40%; float:right; text-align:right; }
.ordert_wrap > .ospanl > i { margin-right:1%; }

/* 통계 월 변경 */
.mschedule2 { width:100%; float:left; background-color:#fff; padding:3% 5%; }
.mschedule2 > div { width:100%; float:left; padding:15px 0px;}
.mschedule2 .sch_month > .left { width:30px; float:left; }
.mschedule2 .sch_month > .right { width:30px; float:right; }
.mschedule2 .sch_month > ul.mainul { width:calc(100% - 60px); float:left;}
.mschedule2 .sch_month > ul.mainul > li { padding:0% 2% 0% 10%; }
.mschedule2 .sch_month > ul > li > .icon { width:31%; float:left; text-align:right; margin-right:5% }
.mschedule2 .sch_month > ul > li > .icon i { font-size:33px; line-height:33px; }
.mschedule2 .sch_month > ul > li > .mainday { width:64%; float:left; text-align:left; }
.mschedule2 .sch_month > ul > li > .mainday > span { width:100%; float:left; font-weight:bold; }
.mschedule2 .sch_month > ul > li > .mainday .date1 { font-size:11px; color:#999; }
.mschedule2 .sch_month > ul > li > .mainday .date2 { font-size:25px; line-height:18px; }
.mschedule2 .sch_month > ul > li { width:100%; float:left; }
.mschedule2 .sch_month > ul > li.arrow { border-radius:100%; width:30px; height:30px; border:1px solid #DDDDDD; padding:4px; text-align: center;}
.mschedule2 .sch_month > ul > li.arrow  i {color:#c1c1c1}
.mschedule2 .sch_month > ul > li { width:100%; float:left; padding:0% 10%; }
.mschedule2 .sch_month > ul > li > a { width: 100%; float: left; }


/* 차트  */
.chartBox { width:100%; float:left; background-color:#fff; margin-top:15px; padding:15px;}
.chartList { width:100%; float:left; }
.chartList > table { width:100%; }

.chartList > table th { height:35px; background-color:#f8f8f8; }
.chartList > table td { height:35px; text-align:center; border-bottom:1px solid #ccc; }

/* 매출통계 */
.Revnue_profit > div {width: 100%; float:left;}
.Revnue_profit > div > div {width: 100%; float:left;}
.Revnue_profit > div > div > div {width: 100%; float:left;}
.Revnue_profit .group_sales table {width: 100%;}
.Revnue_profit .group_sales table th { height:35px; border-top: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2;}
.Revnue_profit .group_sales table td { height:35px; text-align:center; }
.Revnue_profit .inq_code {width: 100%; float: left; border-bottom: 1px solid #e2e2e2; margin-bottom: 6%; padding: 0px;}

.Revnue_profit .inq_code { width:100%; float:left; border-bottom:1px solid #e2e2e2; }
.Revnue_profit .inq_code > ul { width:100%; float:left; color:#333; font-size:16px; font-weight:400; }
.Revnue_profit .inq_code > ul li { width:100%; float:left; color:#333; font-size:16px; font-weight:400; }
.Revnue_profit .inq_code > ul li .team { font-size:16px; color:#333; margin-right: 5px;}
.Revnue_profit .inq_code > ul li span > i { font-size:16px; color:#333; margin-right: 5px;}
.Revnue_profit .statusWrap_jmg { margin-bottom: 6%; width: 100%;float: left;border-radius: 5px;padding: 2% 0%;border-top: solid 1px #e2e2e2;border-bottom: solid 1px #e2e2e2;}
.Revnue_profit .statusWrap_jmg div{width:50%; float:left; text-align: center; }
.Revnue_profit .time_Wrap div{width:33.3%; float:left; text-align: center; }

.chartTit { width:100%; float:left; font-size:16px !important; line-height:22px; color:black; font-weight: bold; border-bottom:1px solid #f1f1f1; padding-bottom:15px; }
.chartTit .activeColor { font-size: inherit; line-height: inherit; color:#4075e7; }

.chlienbox {width : 100%; float : left; font-weight: 700; text-align: left; margin-top: 15px; font-size:14px; padding-left:0;}
.disabled { border-color:#ccc !important; color:#ccc !important; }
.disabled span { border-color:#ccc !important; color:#ccc !important; }
.disabled i { color:#ccc !important; }
.not_read {font-size:12px; color:#cc3333; line-height:24px; padding: 5px;}

/* 발주관리 상품 상세페이지 */
.contentWrap .productInfo .total_price_wrap { width: 100%; float: left; padding: 15px 6%; }
.contentWrap .productInfo .total_price_wrap > p { font-weight: 900; font-size: 14px; }
.contentWrap .productInfo .total_price_wrap > p .total_price_text { float: right; font-size: 18px; }
.price_options_wrap { margin-top: -1px; }
/* 발주관리 상품 상세페이지 */


/* 운영관리신청 뷰페이지 */
.contractV .stat_box {
  width: 70px !important;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  border-radius: 5px;
}

.contractV .top_line {
  width: 100%;
  float: left;
  height: 1px;
  background-color: #000000;
  margin: 10px 0;
  display: none;
}

.contractV .title {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 600;
  width:100%;
  float:left;
}

.contractV .cont {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  float: left;
  width: 100%;
}

.contractV .sub_title {
  font-size: 15px;
  color: #666666;
  width: 50%;
  float: left;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 30px;
}

.contractV .sub_cont {
  font-size: 14px;
  color: #333333;
  width: 50%;
  float: left;
  text-align: right;
  line-height: 30px;
  letter-spacing: -0.6px;
  padding-right: 25px;
  float: left;
}

.contractV .sub_wrap {
  width: 100%;
  float: left;
}

.contractV .line {
  background-color: #cccccc;
}

.contractV .contWrap {
  float: left;
  width: 100%;
}
.contractV .contWrap .cont .sub_wrap {
  padding: 3% 0;
}

.bdr_btm{
  border-bottom:1px solid #e2e2e2 !important
}

.pd_btm10{
  padding-bottom:10% !important;
}

/* 운영관리신청 뷰페이지 */

/* 전자계약 재계약 리스트 */
.point_red{color: #cc3333 !important;}
.point_blue{color: #1E3FB3 !important;}

.contract_wrap{width: 97.5%; float: left; border-left: 1px solid #C7A165; margin-left: 3%; padding-bottom: 6%;}
.contract_wrap:first-child{margin-top: 3%;}
.contract_wrap .contentBox_list{width: 94% !important; padding: 8% 6% !important; margin-left: 5%; margin-top: 0 !important; }
.contract_wrap .contentBox_list div{width: 100%; float: left;}
.contract_wrap .contract_circle{width: 13px; height: 13px; background: #C7A165; border-radius: 100%; position: absolute; top: 0; left: -7px;}
.contract_wrap .contract_date{display: flex; justify-content: space-between; align-items: center;}
.contract_wrap .contract_date .contract_title{float: left; font-size: 18px; font-weight: bold; color: #000;}
.contract_wrap.complete .contract_date .contract_title{color: #666;}
.contract_wrap .contract_date .contract_num{float: left; font-size: 14px; color: #999; font-weight: 500;}
.contract_wrap .contract_info{font-size: 12px; height: 35px; line-height: 38px; border-radius: 8px; padding: 0 3%; margin-top: 10px; background: rgba(204,21,21,0.1);}
.contract_wrap.complete .contract_info{background: #EEE;}
.contract_wrap .contract_info span{margin-left: 2%;}
.contract_wrap .contract_listbox{margin-top: 15px; font-size: 14px;}
.contract_wrap .contract_listbox > div{width: 100%; float: left;}
.contract_wrap .contract_listbox > div:not(:first-child){margin-top: 8px;}
.contract_wrap .contract_listbox  span{font-weight: 500;}
.contract_wrap .contract_listbox .list_title{color: #333;}
.contract_wrap .contract_listbox .list_con{color: #999999; margin-left: 5%;}
.contract_wrap .contract_line{ height: 1px; background: #ccc; margin-top: 20px;}

.contract_wrap .contract_btn{margin-top: 10px;}
.contract_wrap .contract_btn button{width: 100%; float: left; height: 50px; border-radius: 5px; text-align: center;}
.contract_wrap .contract_btn a{width: 100%; float: left;}
.contract_wrap .contract_btn button i{margin-right: 5px; color: #8C8C8C;}
.contract_wrap .contract_btn .left_btn{width: 40%; float: left; }
.contract_wrap .contract_btn .right_btn{width: 100%; float: left;}
.contract_wrap .contract_btn .right_btn button{line-height: 52px;}
.contract_wrap .contract_btn .default_btn button{font-size: 14px; background: #F4F4F4 !important; border: 1px solid #E0E0E0; color: #999; font-weight: 400; }
.contract_wrap .contract_btn .summit_btn button{color: #fff; background: #66151e !important; font-weight: bold; font-size: 15px;}
.contract_wrap .contract_btn .inactive_btn button{color: #fff; background: #CCCCCC !important; font-weight: bold; font-size: 15px;}

/* 갱신안내문 */
.contract_contents_wrap { width: 100%; float: left; background-color: #fff; }
.contract_contents_wrap .content_box { width: 100%; float: left; padding: 10% 5%; }
.contract_contents_wrap .content_box .con_title { width: 100%; float: left; text-align: center; }
.contract_contents_wrap .content_box .con_title .top_logo { width: 25%; }
.contract_contents_wrap .content_box .top_con_info_1 { width: 100%; float: left; margin-top: 7%; }
.contract_contents_wrap .content_box .top_con_info_2 { width: 100%; float: left; margin-top: 5%; }
.contract_contents_wrap .content_box .top_con_info_2 .con_listbox { list-style: none; }
.contract_contents_wrap .content_box .con_box { width: 100%; float: left; }
.contract_contents_wrap .content_box .con_box .con_listbox { width: 100%; float: left; }
.contract_contents_wrap .content_box .con_box .con_listbox .contents { list-style: none; }
.contract_contents_wrap .content_box .con_box .con_listbox .contents:not(:nth-child(1)) { margin-top: 3%; }
.contract_contents_wrap .content_box .contractor { width: 100%; float: left; font-weight: 900; text-align: center; margin-top: 10%; font-size: 18px; }
.autoInp { background-color: #f8f8f8; }


/* 설문조사 */
.type_view {
	width: 100%;
	float: left;
	background: #fff;
}

.contentBox .survey {
    width: 42%;
    margin-top: 0;
}

.contentBox .previews {
    width: 58%;
    float: left;
    text-align: center;
    height: 50px;
    margin-top: 2%;
}

.contentBox .preview {
    padding: 8px 60px;
    color: #333333;
    border: solid 1px #19234b;
    border-radius: 15px;
    font-weight: 800;
    font-size: 14px;
}

.right_view {
    min-height: 800px;
}

.type_view .survey_view_left {
    width: 42%;
    float: left;
    margin-right: 30px;
    padding: 0 25px;
}

.type_view .survey_view_left .txtBox {
    width: 100%;
}

.type_view .survey_view_left .date {width:40%;}
.type_view .survey_view_left .date2 {width:40%; background:#f3f3f3;}

.type_view .survey_view .survey_date {
    letter-spacing: 0;
    width: 100%;
    float: left;
    text-align: right;
}

.type_view .survey_view .survey_date .dates {
    font-weight: 800;
    margin-right: 10px;
}

.type_view .survey_view .title {
    border-bottom: solid 1px #666666;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.survey_view .title .tit {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 15px;
}

.survey_view .title .sub_tit {
    margin-top: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
}

.questions_previews {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.questions_previews .prev_back {
    border-radius: 15px;
    width: 100%;
    float: left;
    padding: 17px 20px;
    background: #f9f9f9;
    margin-bottom: 15px;
}

.questions_previews .prview_top {
    width: 100%;
    float: left;
}

.questions_previews .icon {
    float: right;
}

.questions_previews .icon i {
    padding: 0px 5px;
    color: #cccccc;
    cursor: pointer;
}

.questions_previews .left {
    width: 8%;
    float: left;
}

.questions_previews .left span {
    float: left;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}

.questions_previews .right {
    width: 92%;
    float: right;
}

.questions_previews .right .titles {
    width: 100%;
    float: left;
}

.chartBox .questions_previews .titles .tit {
    width: 100%;
    float: left;
    font-size: 14px !important;
    color: #666;
    font-weight: 500;
}
.chartBox .questions_previews .titles .tit * {
    font-size: 14px !important;
}

.questions_previews .titles .sub_tits {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #999;
    padding-top: 4px;
}

.questions_previews .conn {
    width: 100%;
    float: left;
}

.questions_previews .contents {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.questions_previews .contents ul {
    width: 100%;
    float: left;
}

.questions_previews .contents li {
    width: 100%;
    float: left;
    line-height: 50px;
    color: #666;
}

.questions_previews .contents li textarea {
    width: 100%;
    height: 40px;
    resize: none;
}

.questions_previews .contents li textarea::placeholder {
    color: #ddd;
}

.reportAppendBtnBox {
    text-align: center;
    padding: 15px 0;
}


.question_type_request .reportItems {
    border: 2px solid transparent;
}

.question_type_request .from_lav {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.question_type_request .from_lav ul {
    width: 100%;
    float: left;
}

.question_type_request .from_lav ul li {
    float: left;
}

.question_type_request .from_lav ul li * {
    font-size: 12px;
	line-height: 21px;
}

.question_type_request .prview_top:not(:first-child) {
    margin-top: 10px;
    border-top: 1px solid red;
    padding-top: 10px;
}

.question_type_request .prev_back {
    margin-top: 15px;
}

.question_type_request .group_tit {
    width: 100%;
    float: left;
}

.question_type_request .group_tit .mainTit {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.question_type_request .group_tit .subTit {
    width: 100%;
    float: left;
    font-size: 12px;
}

.reportImagePreview {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5)
}

.ripCloseBtn {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 50px;
    z-index: 1;
}

.ripCloseBtn i {
    font-size: inherit;
    float: left;
    color: white;
}

.ripImageBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ripImageBox img {
    float: left;
}

.ripImage {
    z-index: 1;
}

.ripCnt {
    float: right;
    color: white;
    font-size: 17px;
}

.ripArrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%, -50%);
    z-index: 2;
}

.ripArrow i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 100px;
    color: white;
    cursor: pointer;
}

.ripArrowLeft {
    left: -580px;
}

.ripArrowRight {
    right: -580px;
}

.type_list2 .list table thead th {
    height: 45px;
}

.type_list2 .list table tbody td {
    height: 45px;
}
/* 설문조사 */

.nodiv {
    width: 100%;
    float: left;
    padding-top: 30px;
    text-align: center;
}

.nodiv .picon {
    width: 100%;
    float: left;
    color: #d1d1d1;
    font-size: 15px;
}

.nodiv .picon i {
    color: inherit;
    font-size: 45px;
}

.nodiv .ptext {
    width: 100%;
    float: left;
    color: #d1d1d1;
    font-size: 15px;
    padding-top: 10px;
}

/* 통계 */

.chartBox *{font-size:12px;}
.TotalAmount {width : 100%;float:left;height:65px;margin-bottom:3%;border-radius:5px; padding-top:0px !important;}
.TotalAmount > div{width:100%;float:left;line-height:65px;padding : 0px 25px;}
.TotalAmount > div .left{ width:30%; float:left; font-size:15px; color:#FFFFFF; }
.TotalAmount > div .right{ width:auto; float:right;}
.TotalAmount > div .right > .price{ width:auto; font-size:20px; font-weight:bold; color:#FFFFFF}
.TotalAmount > div .right > .won{ width:auto; font-size:15px; color:#FFFFFF; margin-left:2px;}
.monthpriceBox .contentBox{width:100%; float:left; padding:20px;}
.monthpriceBox .contentBox .priceBox{width:100%; float:left;}
.monthpriceBox .contentBox .priceBox .left{width:50%; float:left; height:60px; padding-right:10px;}
.monthpriceBox .contentBox .priceBox .right{width:50%; float:left; height:60px; padding-left:10px;}
.monthpriceBox .contentBox .priceBox p {font-weight:bold; font-size:13px;}
.monthpriceBox .contentBox .priceBox .price_b{ font-size:15px !important; color:#2D65D8;}
.monthpriceBox .contentBox .priceBox .won_b{ font-size:11px !important; color:#2D65D8; margin-left:3px;}
.monthpriceBox .contentBox .priceBox .price_r{ font-size:15px !important; color:#CC3333;}
.monthpriceBox .contentBox .priceBox .won_r{ font-size:11px !important; color:#CC3333; margin-left:3px;}
.monthpriceBox .contentBox .priceBox .left p:not(:first-of-type){text-align:right; margin-top:10px;}
.monthpriceBox .contentBox .priceBox .right p:not(:first-of-type){text-align:right; margin-top:10px;}
.bd_right{border-right:1px solid #ffffff;}
.bd_bottom{border-bottom:1px solid #ffffff;}
.pd_top7{padding-top:7px;}

.statics_background{width:100%; float:left; background-color:#fff;}

/*통계변경*/
.sulbingstatic .sch_month { width:100%; float:left; margin-bottom:10px !important;}
.sulbingstatic .sch_month > .left { width:30px; float:left; }
 .sulbingstatic .sch_month > .right { width:30px; float:right; }
 .sulbingstatic .sch_month > ul.mainul { width:calc(100% - 60px); float:left;}
 .sulbingstatic .sch_month > ul.mainul > li { padding:0% 2% 0% 10%; }
 .sulbingstatic .sch_month > ul > li > .icon { width:31%; float:left; text-align:right; margin-right:5% }
 .sulbingstatic .sch_month > ul > li > .icon i { font-size:33px; line-height:33px; }
 .sulbingstatic .sch_month > ul > li > .mainday { width:64%; float:left; text-align:left; }
 .sulbingstatic .sch_month > ul > li > .mainday > span { width:100%; float:left; font-weight:bold; }
 .sulbingstatic .sch_month > ul > li > .mainday .date1 { font-size:11px; color:#999; }
 .sulbingstatic .sch_month > ul > li > .mainday .date2 { font-size:25px; line-height:18px; }
 .sulbingstatic .sch_month > ul > li { width:100%; float:left; }
 .sulbingstatic .sch_month > ul > li.arrow { border-radius:100%; width:30px; height:30px; border:1px solid #DDDDDD; padding:4px; text-align: center;}
 .sulbingstatic .sch_month > ul > li.arrow  i {color:#c1c1c1}
 .sulbingstatic .sch_month > ul > li { width:100%; float:left; padding:0% 10%; }
 .sulbingstatic .sch_month > ul > li > a { width: 100%; float: left; }

/* 고객클레임 추가 */
.reply{float:left; width:100%; border:1px solid #d9d9d9; min-height:110px;; border-radius:10px; margin-top:10px; padding:3% 5% 5% 4%;}
.reply .chasi_date{float:left; width:100%;}
.reply .chasi_date .chasi{float:left; width:35px; height:20px; line-height:20px; border-radius:10px; text-align:center; font-size:11px; font-weight:bold;}
.reply .chasi_date .date{float:left; width:auto; margin-left:2%; font-size:11px; color:#CCCCCC; line-height:20px;}
.reply .chasi_date .member{float:right; width:50%; font-size:11px; color:#CCCCCC; line-height:20px;}
.reply .chasi_date .member .left{float: right;}
.reply .chasi_date .member .left > i{color: #999999; font-size: 12px;}
.reply .chasi_date .member .right{float: right; color: #999999; margin-left: 2%; font-size: 11px;}
.reply .title{float:left; width:100%; margin-top:10px;}
.reply .title .progress{font-size:15px; font-weight:bold; float:left}
.reply .title .reply_title{color:#000000; font-size:15px; font-weight:bold; margin-left:5px;}
.reply .content{float:left; width:100%; margin-top:10px; font-size:11px; color:#666666}
.reply .plus_file{float:left; width:100%; margin-top:10px; font-size:11px; color:#666666}
.reply .plus_file .file{width: auto; float:left; height: 27px; border: 1px solid #E2E2E2; border-radius: 5px; background-color: #F3F3F3; text-align: center; padding: 0 20px;}
.reply .plus_file .file > a{color:#999999; line-height: 27px; white-space: nowrap;}
.reply .plus_file .file > a > i{color:#999999;}
.reply .plus_file .file > a > span{color:#999999; margin-left: 10px;}

#dashboardWrap.new_design > .background { background-color: #f5f5f5 !important; }
#dashboardWrap.new_design > .userInfoWrap { color: #4b4b4b; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .info_top { display: flex; align-items: center; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .right { width: calc(100% - 60px - 118px); }
#dashboardWrap.new_design > .userInfoWrap .textInfo .info_top p.svName { width: 118px; color:#666666; font-weight: 700; background-color: rgba(255, 255, 255, 1); height: 38px; line-height: 38px; border: 1px solid #DBDBDB; display: inline-flex; align-items: center; justify-content: center; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .info_top p.svName span { color:#333; font-size: 13px; margin-left: 5px; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .info_top p.hi { color:#999 !important; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .info_btm { font-family: 'Noto Sans KR'; color:#000 !important; }
#dashboardWrap.new_design > .userInfoWrap .textInfo .right_nm { width: 118px; float:left; }
#dashboardWrap.new_design > .userInfoWrap p.cir { background-color: #C2C2C2; color:#fff; }

#dashboardWrap.new_design > .noticeListWrap { background-color: rgba(0, 0, 0, 0.07); border-radius: 10px; padding: 16px 15px; margin-top: 5px; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap { display: flex; align-items: center; gap: 9px; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .left { color:#E30000; width: 50px; font-size: 16px; font-weight: 500; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .left > i { margin-right: 6px; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .right { width: 14px; font-size: 20px; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .right > a { color:#666; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .notice_new2 { width: calc(100% - 80px); float:left; }
#dashboardWrap.new_design > .noticeListWrap > .titWrap > .notice_new2 .conTxt { font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#dashboardWrap.new_design > .quickMenuWrap { border: 1px solid #66151E; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 0px; border-top-right-radius: 0px; box-shadow: none; margin-top: 0; }
#dashboardWrap.new_design > .quickMenuWrap > ul:nth-child(1) { padding-bottom: 10px; }
#dashboardWrap.new_design > .quickMenuWrap > ul:nth-child(2) { padding-top: 10px; }
#dashboardWrap.new_design > .quickMenuWrap > ul > li { height: 50px; }
#dashboardWrap.new_design > .quickMenuWrap > ul > li > a { display: flex; gap: 15px; justify-content: center; align-items: center; }
#dashboardWrap.new_design > .quickMenuWrap > ul > li > a > span { width: auto; }
#dashboardWrap.new_design > .quickMenuWrap > ul > li > a > span.icon { font-size: 24px; }
#dashboardWrap.new_design > .quickMenuWrap .banner { width: 100%; float:left; padding: 12px 18px; margin-top: 15px; background-color: #EAEAEA; color:#8C8C8C; border-radius: 5px; display: flex; align-items: center; justify-content: space-between; }
#dashboardWrap.new_design > .quickMenuWrap .banner .text { font-size: 14px; color:#8c8c8c;  font-weight: 500;}

#dashboardWrap.new_design > .QSCgradeWrap { width: 100%; min-height: 68px; padding: 12px 20px; margin-top: 22px; float:left; background-color: #66151E; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; box-sizing: border-box; }
#dashboardWrap.new_design > .QSCgradeWrap .store { font-size: 18px; font-weight: bold; color:#fff; width: 100%; line-height: 1.35; word-break: keep-all; overflow-wrap: break-word; }
#dashboardWrap.new_design > .QSCgradeWrap .grade { margin-top: 0; font-size: 13px; font-weight: 600; color:#fff; width: auto; max-width: 100%; flex-shrink: 0; align-self: flex-end; }
#dashboardWrap.new_design > .QSCgradeWrap .grade ul { width: auto; display: flex; gap: 5px; align-items: baseline; justify-content: flex-end; flex-wrap: wrap; }
#dashboardWrap.new_design > .QSCgradeWrap .grade .bd { font-size: 15px; }
#dashboardWrap.new_design > .QSCgradeWrap .grade .bd > span { font-size: 26px; color:#FFAB10; margin-right: 2px; }

#dashboardWrap.new_design .line_row { width: 100%; float:left; height: 1px; background-color: #DEDEDE; margin-top: 18px; }

#dashboardWrap.new_design > .missionWrap { width: 100%; float:left; height: 88px; margin-top: 18px; padding: 0 20px; background-color: #fff; border: 1px solid #66151E; border-radius: 10px; display: flex; align-items: center; }
#dashboardWrap.new_design > .missionWrap > a { width: 100%; float:left; display: flex; align-items: center; gap: 16px; }
#dashboardWrap.new_design > .missionWrap > a .icon { width: 30px; float:left; }
#dashboardWrap.new_design > .missionWrap > a .icon > i { font-size: 30px; color: #66151E; }
#dashboardWrap.new_design > .missionWrap > a .title { width: calc(100% - 30px - 80px); float:left; }
#dashboardWrap.new_design > .missionWrap > a .title .sub { font-size: 14px; }
#dashboardWrap.new_design > .missionWrap > a .title .tit { font-weight: 500; color:#000; }
#dashboardWrap.new_design > .missionWrap > a .title .tit .primary { color:#66151E; font-weight: 600; }
#dashboardWrap.new_design > .missionWrap > a .btnBox { width: 80px; float:left; position: relative; } 
#dashboardWrap.new_design > .missionWrap > a .btnBox > button { width: 70px; float:left; height: 36px; line-height: 36px; border-radius: 5px; background-color: #F0E8E9; color:#66151E; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; }
#dashboardWrap.new_design > .missionWrap > a .btnBox > span { float:right; font-size: 12px; color: #fff; border-radius: 30px; background: #cc3333; padding: 0 8px; line-height:24px; font-weight: 600; position: absolute; top: -12px; right: -8px; }

#dashboardWrap.new_design .sales_banner { width: 100%; float:left; height: 52px; line-height: 52px; padding: 0 20px; margin-top: 18px; border-radius: 10px; background-color: #EDE8E7; border: 1px solid #E6E6E6; display: flex; align-items: center; }
#dashboardWrap.new_design .sales_banner > a { width: 100%; float:left; color:#66151E; display: flex; align-items: center; justify-content: space-between; }
#dashboardWrap.new_design .sales_banner > a .text { font-size: 16px; font-weight: 400; }
#dashboardWrap.new_design .sales_banner > a .text > span { font-weight: 600; }
#dashboardWrap.new_design .sales_banner > a .icon { font-size: 18px; }

#dashboardWrap .addMenu{ width: 100%; float:left; background:#FFFFFF; padding:20px; border-radius:12px; border: 1px solid #E6E6E6; margin-top: 18px; }
#dashboardWrap .addMenu ul{ display:flex; justify-content:space-between; margin-bottom:15px; }
#dashboardWrap .addMenu ul:last-child{ margin-bottom:0;}
#dashboardWrap .addMenu .cup{ width:23%; text-align:center; cursor:pointer; }
#dashboardWrap .addMenu .icons{ width:60px; height:60px; margin:0 auto 8px; background:#FFF3DA; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:22px; color:#0F0F0F; }
#dashboardWrap .addMenu .cup p:last-child{ font-size:14px; color:#333; margin:0; }

/* 이미지 확대 */
.notis_bbs .context img,
.manual_zoom_root img {
	cursor: zoom-in;
}

.image_zoom_overlay .bbs_notice_popup .previewCloseBtn {
	position: fixed;
	top: max(8px, env(safe-area-inset-top, 0px));
	right: max(8px, env(safe-area-inset-right, 0px));
	width: 44px;
	height: 44px;
	float: none;
	z-index: 1001;
	padding: 0;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.image_zoom_overlay .bbs_notice_popup .previewCloseBtn i {
	padding: 0;
	line-height: 1;
}

.image_zoom_overlay .bbs_notice_popup .img_s {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.image_zoom_overlay .bbs_notice_nav_prev,
.image_zoom_overlay .bbs_notice_nav_next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1001;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.image_zoom_overlay .bbs_notice_nav_prev {
	left: max(8px, env(safe-area-inset-left, 0px));
}

.image_zoom_overlay .bbs_notice_nav_next {
	right: max(8px, env(safe-area-inset-right, 0px));
}